Description:
Programming issues that transcend languages and OSs.
|
|
|
Math/CompSci Interview Question - Thoughts?
|
| |
I was posed the following question in a technical interview for a Software Engineering position by a major multinational NASDAQ company: [Paraphrasing] "You are given an array of 1,000,000 32-bit integers. One int value x occurs 500,001 times or more in the array. Specify an algorithm to determine x."... more »
|
|
misc/RFC: design of a GUI API
|
| |
well, I am idly thinking of things, and starting to consider ideas for how I will approach this. basically, I am considering the issue of how I will approach adding GUI facilities to my x86-interpreter-based world. firstly, the core issues (as I see them): there needs to be a separate protocol and GUI API (I am currently leaning... more »
|
|
semi-ot: best free source code repository?
|
| |
Up to this moment all my experience regarding source code repositories is limited to sourceforge and it hasn't been smooth one. Yet, although I'm considering the idea of at least hosting my newly created pet projects somewhere else, as I don't know what's it like to use other source code repositories then it... more »
|
|
Artificial intelligence
|
| |
At first i posted this on comp.ai, but there wasnt any answers. Im not even sure it was received there, although i was able to see it in my topics list on some news servers (others didnt show it). So i will assume they didnt like it there :) I m not sure that this is right group for that, but i will hope its ok.... more »
|
|
Unification Algorithm
|
| |
Has anyone tried writing a unification algorithm in Java ? Please share the code if you have.Or is there anywhere I can find it ? I need to build a quick prototype.
|
|
where can you get fashionable and good sneakers?
|
| |
Stylish men’s fashion shoes from China's online shoe store [link] With all your favorite brands from Nike Jordan shoes,basketball shoes,gucci shoes ,we have the perfect shoes for everyone! Whether its men’s smart shoes, work shoes, designer shoes, trainers or running shoes you are after, just look through our pages with new... more »
|
|
Pedagogical examples of parallelism
|
| |
There are many competing high-level solutions for parallel programming. For example, Cilk-style wait-free work-stealing task deques. The pedagogical example for this style of parallelism might be a parallel quicksort where subsorts are performed in parallel on different parts of the array. What other high-level solutions for parallel programming exist and what... more »
|
|
How to delete one element from associative array without damaging the rest?
|
| |
...As I understand the process, here's how to design a new application: - Decide what the general purpose of the application will be. - Decide in a general sense what "use cases" you want to support. - Decide what persistent datastore, and what algorithms, will be needed to implement those "use cases". For RDBS applications,... more »
|
|
|