I'm wondering, what do you use for your programming box, based on Mac OS X?
What editor, file transmission client etc. do you prefer and for which purposes?
Where one can learn more about VectorScript (the Pascal-like programming languaged built into NNA VectorWorks CAD application) to create custom "plug-in" objects and tools ?
how to store a value returned from a sql query in a variable in batch programming ?
i can invoke sqlserver queries from my cmd prompt using sqlcmd server name then the qwery
this is query statement i m going to use
SELECT
CASE
WHEN DATEDIFF(minute, record_timestamp, GETDATE()) < 10 THEN 1
ELSE 0
END
how to store the value returned
i tried using set variablename but it save the statement rather than the return value ..
and if i save this in a variable what type of variable it will can i compare it with numeric values in if condition
Hi,
What is a good book to learn about networking 'theory' (i.e. different layers: physical, tcp/ip, etc.). I don't want anything too technical -- just something so I can apply it to network programming.
Thanks.
Hi,
what tools do you use to create programming flowchart/documentation from VB.NET source code? There are absolutely no comments/documentation at present. I am a beginner, i.e. I tried Sandcastle but it is way over my head and could not get it going, not even with GUI.
Fatesoft's CodeVisual To Flowchart is OK but it is almost the same as the code and I still don't understand the code.
I want to make an easy to deploy Windows application and was was wondering which programming systems can create totally self contained Windows .exe files?
As a plus, if the same can be done with MacOSX and Linux from the same source this would be a bonus. I took a look at Realbasic but they have since abandoned the single .exe concept.
1- What is the best XNA book, which can teach the 2d & 3d game programming from basic to advance? Is it possible after reading that book create professional looking 3d games???
2- Any suggestion how can become professional game developer with XNA, and create cool 3d games?
3- Is it XNA industry standard for creating games?
4- Is it any work place can join as XNA game developer?
If you could organise your own programming meetup how would you organise the session so that people
had fun
learnt lots
were able to participate despite their level.
what kinds of topics, activities, challenges etc would you include (not all in one session but in general)
how would you handle differing levels?
what do you think are some important things to learn, to achieve?
Any input is greatly appreciated. Im not sure how Id mark the best answer, perhaps leave it to the community to vote for it.
Possible Duplicates:
What is the easiest language to start with?
What programming language should I choose for an independent study language?
Well as the title says what language is good for a beginner and for a hobby? I'll probably be making some games or desktop apps with a gui most likely. I'll be working in Windows and Linux. Oh and could you also give some links to tutorials for the language?
Hi all,
Currently researching Bean Shell.
I would like to get some input as to what types of programming tasks I would consider using Bean Shell?
...And what could replace Bean Shell for that task.
Thanks all,
What are some good practices for programming in R?
Since R is a special-purpose language that I don't use all the time, I typically just hack together some quick scripts that do what I need.
But what are some tips for writing clean and efficient R code?
With the interest of creating a roguelike RPG (such as Nethack, Rogue, and ADOM), which programming language would be most suitable and why?
With the language that you choose, be sure to list any libraries or facets of the language that make it particularly well-suited.
e4x programming extension is native to Actionscript and makes sense to use it over Xpath or any other DOM interfaces. I would like to know
from flex community if they had any bad experiences like performance, etc, or any other gotchas.
Hello!
I want to learn programming in assembler for PowerPC and ARM, but I'm unable to buy real hardware for this purpose. I'm thinking about using QEMU for that. However I'm not sure if it emulates both architectures enough well, that I'll compile and run my programs in native assembler on it?
This problem has happened to me twice.Both times during programming with Borland C++.when i wanted to run the simple code bellow:
while ( n )
{
cin n;
total = total + n;
average = total / counter;
counter++;
cout <
I am still relatively new to programming and as I start to write longer and more complex codes, it gets very confusing and hard to reread. Are there some general good practices that every programmer should use?
Can someone pls tell me do we have solic & unsolic message/events in MFC or window programming?
In devices solic response and unsolic response is said as immediate response (like acknowledgement to commands) and late response (generated without any further commands being sent) respectively.
Likewise can we say events as solic / unsolic based on immediate occurrence and late occurrence?
This problem has happened to me twice.Both times during programming with Borland C++.when i wanted to run the simple code bellow:
while ( n )
{
cin >> n;
total = total + n;
average = total / counter;
counter++;
cout <<average<<endl;
}
I'm getting into parallel programming and I'm studying mapreduce and other distributed algorithms. Is it best just to learn mapreduce or is there a more general algorithm that will serve me better?
I am new the language and I need to know what are the top things that are absolutely necessary to know in order to make a fully functional website or web app using the Ruby programming language?
Mainly Ruby on Rails with Rake and other tools that mainly use Rake.
Update: I know many other languages like C++, Java, PHP, Perl, etc, etc ....
Hello,
What's your favourite programming page you often land at? For example, mine is:
http://code.google.com
Because it provides wealth of resources and tools.
Few years before, I attended an interview for a company. I was given a programming assignment and I wrote a code which I thought at that time was perfect. But now after 3 years when I look back, I cannot find a more horrible code than that.
Not to indulge in a lengthy subjective argument. But I would like to know what is the worst set of code you've developed/written?
Am unable to identify the device models (iphone , ipad ,ipod touch, iphpne simulator) while programming (in 3.2 version). Alreay am tried with UIDevice Class and some other means, but am unable to get model as ipad when connected to ipad. every time it is giving model other than ipad. So can any one please help me out. Thank you.