0
votes
0answers
50 views
Have you ever been the first person to flag “Community Wiki”? [closed]
Is it just me, or is it a race to be the first one to tag "Community-Wiki" in a question?
It's like on some irritating message board where users compete to be "The First", and mos …
106
votes
28answers
3k views
Most shameful/awesome language hack
What is the language hack you are simultaneously the most ashamed of and the proudest of?
Mine is (C++) using
#define private public
to gain access to the internals of a class …
2
votes
6answers
208 views
Anyone feel like passing it forward?
I'm the only developer in my company, and am getting along well as an autodidact, but I know I'm missing out on the education one gets from working with and having code reviewed by …
1
vote
3answers
74 views
What is PEAR most appropriately used for
I can't wrap my head around PEAR or its usages. There is also some talk about its maintainability, so I think a better way to help me gauge what sub-components of my programs I cou …
1
vote
3answers
177 views
Which music does a programer listen to ? [closed]
(Inspired by SO Podcast #69 )
While you are sitting at work, at
home or anywhere, and you work on
your code, which music do you listen
to?
Which experience did you make with
li …
0
votes
2answers
51 views
Design tips with MV PHP frameworks?
Hi, I've used PHP frameworks and somewhere along the way, I've realized that I'm not that good with design. So I'm wondering, what advice, suggestions or recommendations would you …
2
votes
1answer
148 views
What types of solutions are applicable to real-time controller tasks? [closed]
This question now lives at AskSci.com. Please answer there if you want to respond.
I'm referring to controller tasks where a computer program controls some agent in a simulated wo …
3
votes
9answers
198 views
How to overcome the external disturbance while coding?
I am not sure whether this question has been already discussed or not, but I would really like to know What are the ways you follow if you get extreme/moderate disturbance while yo …
0
votes
2answers
55 views
Tips and Tricks in Dreamweaver
Hi,
I want to gather Dreamweaver Tips and Tricks making development easy.
Mine, I recently discovered that I could asign a keyboard key in inserting code from 'code snippet'. fo …
1
vote
4answers
132 views
How to learn about building tools in linux ?
Hi SO Friends,
I am writing code in embedded linux since last couple of years, I use make utility to build my code and I am not at all an advance user of it. But now, It is necess …
-2
votes
3answers
106 views
How hard is it to create a programming language that 1-compiles to native code 2-is not C++ complex 3-is Object Oriented [closed]
Seriously, how hard is it for the developers of the world to come up with a language that is elegant and fast?
Ruby is very elegant but dog slow compared to C\C++
Java and C# com …
0
votes
2answers
88 views
How do I make a collaborative information system? (like stackoverflow, only simpler)
Hi,
I'm planning on making a self-moderated site where people ca share specific information on tons of items. It will be as following:
If the item a site visitor is looking for …
8
votes
12answers
826 views
Hidden Features of Erlang
In the spirit of:
* Hidden Features of C#
* Hidden Features of Java
* Hidden Features of ASP.NET
* Hidden Features of Python
* Hidden Features of HTML
* and other Hidden Features …
2
votes
20answers
366 views
Good / Cheap / Fast: Which two? [closed]
I have heard the phrase: Good, cheap, and fast: pick two.
For programming projects is there usually a "best two?"
2
votes
3answers
238 views
Dirty Coding Tricks to Deliver Project on Time
Just read a good article about dirty coding hacks used by game developers to get a game out
the door:
http://www.gamasutra.com/view/feature/4111/dirty_coding_tricks.php
Has any …
