blah blah blah is here! blah blah » Close

0
votes
0 answers

Ended

Ended

0
votes
0 answers

Importing software?

I need software that imports data (CSV, text, .dat) into a DB when given a way of defining the schema/metadata file. (how the data is interpreted) Any software out there exist already? Many Thanks Paul

0
votes
1 answers

C# - Anyway to make this subsequence calculation more efficient?

/*look through the complete set of data to find the subsequence of values which add up to the highest total.*/ #region Algorithm 1 //'out' keyword means the method must and can only output to this parameter public static ...

0
votes
1 answers

Console Pong - reaching edge of console window & crashing program.

I would like to know a few things as I am making pong in c# for the console. Problem1: I wish to have a way of setting the size of the console, 79, 24 from point 0,0 Problem2: Make a border to show the edge of the console. Problem3: Stop ...

Feedback