Tagged Questions

3
votes
1answer
61 views

Disabling Keys on Keyboard- Python Programming

Im developing a program using Python 2.64 and wxPython toolkit for a sort of "thesis". does anyone know how to Disable keys on the keyboard? So that when i would be getting a numer …
4
votes
1answer
46 views

Workflow engine design

Anyone wish to share knowledge on workflow engine design ... links perhaps? I found this -> http://www.tonymarston.net/php-mysql/workflow.html , very interesting but an additional …
2
votes
5answers
119 views

crossroads..php or java

I am stuck over deciding whether to concentrate on php/mysql or java.. am a starter and Ive learned that I have to chose a language to which I would exert my effort to familiarize. …
3
votes
7answers
176 views

Is C++ development still alive in the Philippines?

How many of you still use C++ (either professionally or as a hobby)? And to what extent? That is, are you using C++ as "C but with classes" or have you been up-to-date with the mor …
4
votes
5answers
141 views

C#: Determining if there is a drawing(graphics) at a given point

I have a panel in C# with 50 (or more) small rectangles in it drawn using Graphics. Given a Point in the panel, is there a way to determine if there is a rectangle in that point? …
0
votes
0answers
21 views

MapReduce users [closed]

Anybody using MapReduce here?
4
votes
2answers
96 views

IoC - Inversion of Control what are the pros/cons for Asp.net MVC?

I'm currently reading Pro Asp.net MVC and there is a section for using IoC to Asp.net MVC and it is not very clear to me what are the benefits of using it, Do you have other good r …
1
vote
1answer
43 views

CPU Scheduling in C Programming…

/* Round Robin Scheduling Simulation*/ #include <stdio.h> #include <stdlib.h> ////////////////////////////////////////////////////////////////////////// /* Process D …
5
votes
5answers
117 views

Good IDE For Python

Im currently in the process of learning python, could anyone suggest a decent IDE for coding? Thanks
4
votes
6answers
137 views

Are code generators good or bad for mid-level programmers?

After gaining some level of coding skill, is it advisable to conduct development using some code generator?
4
votes
3answers
85 views

What metrics do you use to measure code quality?

I need quantitative metrics to measure code quality. What do you suggest?
4
votes
2answers
53 views

How do you name your unit tests?

What conventions do you use to name your test classes and unit tests?
5
votes
3answers
109 views

What CI Server to Use for PHP Projects?

I need a continuous integration server for PHP projects. What are your suggestions? Thanks!
-1
votes
3answers
70 views

Tips on making an Application Program?

Give me some tips in making a system. thank you!
2
votes
5answers
115 views

what do I need to learn .NET programming

What do I need to start developing in .NET? I want to learn this language, but I don't think I have the right tools. Can you help me out? I do have visual studio, but how do I star …