Quantcast
Channel: User Nik - Stack Overflow
Browsing all 39 articles
Browse latest View live

Comment by Nik on Developing Mobile Apps for Multiple Platforms (without a...

1. OP didn't request open source, only solutions. 2. Open source is not always better. 3. Appcelerator at its core (Titanium) is open source. 4. Appcelerator also has free tiers on the commercial aspects.

View Article



Comment by Nik on TFS: There is not enough space on the disk

Same happened here, due to accidentally packaging way more than expected into the artifact.

View Article

Comment by Nik on Is there a storage library that abstracts away Azure, S3...

github.com/aloneguid/storage seems to have what you're looking for.

View Article

Comment by Nik on Suitable library/tool for work orchestration / task load...

thanks, but this doesn't address auto-(re)balancing.

View Article

Comment by Nik on Can I use docker tmpfs in WSL2 for running docker...

Note that it does work, but under WSL2, seems it's not RAM backed in fact. reddit.com/r/bashonubuntuonwindows/comments/69zez8/…

View Article


Comment by Nik on What is the best or fastest way to compare two strings?

Isn't it also fairly likely that strcmp would get inlined?

View Article

Comment by Nik on How to build a C++ non-PIC shared library that links to a...

set(CMAKE_SHARED_LIBRARY_CXX_FLAGS "") # in order to remove -fPIC seems to effectively remove the fPIC from the build.

View Article

Comment by Nik on API Gateway Returns HTTP 413 For GET Requests With No Body

Hi, did you ever get to the bottom of this? Thanks!

View Article


Comment by Nik on Is it possible to search YouTube subtitles?

This does not answer the question, which is how to search through ALL videos for particular words

View Article


Comment by Nik on Is it possible to search YouTube subtitles?

This does not answer the question, which is how to search through ALL videos for particular words

View Article

Most future-proof way to embed an iframe in an OpenERP view?

I wish to customize the partner view form to contain an additional tab (next to History). When clicking on this tab, I wish to show an embedded iframe, where the content is sourced from a different...

View Article

Supporting custom compression algorithm for IIS served content

I have a bunch of internet devices which communicate with my MVC app on IIS 7.5. I'm currently using the built-in dynamic transparent compression (gzip/deflate).I'd like to be able to support a...

View Article

Answer by Nik for Using WebSocket on Windows 7

No, websockets is only natively supported by Windows in Windows 8, regardless of which visual studio version you are using. http://www.paulbatum.com/2011/09/getting-started-with-websockets-in.htmlThis...

View Article


Cannot p/invoke C method from C# due to marshalling issues

I'm trying to invoke the I2CTransfer function below, and immediately getting a System.NotSupportedException. I suspect my marshalling is wrong, but cannot work out the problem.Here are the C...

View Article

Linq to sql timestamp column always returned

I have a DBML with a class that contains a timestamp column in sql.The property in the DBML is declared as: (only relevant fields specified here)Auto generated value:trueName: timestampNullable:...

View Article


Answer by Nik for The process could not execute 'sp_replcmds' on

There are a few reasons that can cause this, but for me recently the problem was that both databases were owned by a domain account. As soon as I switched them both to owned by "sa", it was fixed.

View Article

Answer by Nik for Pitfalls/gotchas of ClickOnce/smart-client deployment in .NET

You can't install if the client is behind a proxy that requires authentication.

View Article


Partial mongodb upsert using the c# driver?

Mongo version 1.8.2.Assume I have a class like public class Acc{ public int _id { get; set; } public int? Foo { get; set; } public int? Bar{ get; set; }}Acc a = new Acc{ _id = 1, Foo = 3};I'd like to...

View Article

Answer by Nik for Change font size of comments in visual studio 2010

The font size is global in VS2010. You may want to look at this extension however:http://visualstudiogallery.msdn.microsoft.com/17c68951-7743-40bd-ad35-608706f54a92

View Article

Answer by Nik for Getting debug data from the GC in .NET Compact Framework 3.5

The problem is ActiveSync, it does work if you set it up as a TCP device. Follow the instructions here:...

View Article
Browsing all 39 articles
Browse latest View live




Latest Images