I am using a subroutine (stats) to calculate statistics for a list of numbers. These numbers may be big enough to lose precision if stored as normal perl number
Looking at this C# code: byte x = 1; byte y = 2; byte z = x + y; // ERROR: Cannot implicitly convert type 'int' to 'byte' The result of any math performed on
(Note: My college is making me study graphics in ancient Turbo C) Anyway I am using the inbuilt algorithm for floodfill to color a well and a bucket. The p
In select I have used array_to_string like this (example) array_to_string(array_agg(tag_name),';') tag_names I got resulting string "tag1;tag2;tag3;..." but
I have a Database-first approach with a single Table A which tries to simulate a linked list. With the following columns: - Id (INT) - Name (NVARCHAR) - Positio
I have an app running on Heroku, and I need to download a file from an FTP. But I need to do it using a fixed IP. I´m using www.quotaguard.com to have fix
Is it possible to set the content-length header and also use chunked transfer encoding? and does doing so solve the problem of not knowing the length of the res
I'm trying to build a video streaming site/content video aggregator similar to WorldStarHipHop. I'm using Next-Express-Node-S3 to start out. I'm trying to creat
I don't know why this is occurring, but I wrote a simple function and when I use a for loop within my function it keeps on spitting out a null vector. power_vec