I am working on an embedded application where RAM is extremely tight. For this purpose I need to create a 24 bit unsigned integer data type. I am doing this us
I have to insert about 2 million rows from a text file. And with inserting I have to create some master tables. What is the best and fast way to insert such
I'm making a catalogue of clubs and I'd like to limit every page to 10 clubs for example, but I can't wrap my head around it. I've tried SmartyPaginate, but it
I've been publishing my Lightswitch app using Visual Studio 2012 RC to my localhost (Win 7, SQL 2008 R2, IIS 7.5) just fine. Now I'm trying to publish to a remo
I am using Jest and using this 'testMatch' pattern to match my test files inside jest.config.js: testMatch: ['**/?(*.)+(spec).[j|t]s?(x)'] But it is incorrectly
How to create noti alert like badge in Xcode? but i don't need to count noti. I need to show label "!" In my application. I need friend send request friend or P
I'm trying to decode a JSON stream from a file. The file is newline separated JSON objects. But it's not formatted with array brackets surrounding the objects,
Very simple script but no idea why it sends an exit code of 1... docker run --rm -it alpine / # apk update && apk add curl ... ... / # func() { RESPCODE