6
votes
8answers
143 views
+100
Using new languages in an Apache/PHP/javaScript world
Hey, I am stuck in a mySQL/apache/PHP/javaScript world.
Has anyone else found a way to stay inside that stack yet incorporate other languages and technologies to advantage and increase interest?
…
1
vote
2answers
40 views
Why can’t I find the API documentation for com.sun.* classes in rt.jar?
I found a scenario that uses com.sun.jndi.toolkit.UrlUtil class in a source cods. I can find this class in rt.jar in Standard Java Distribution. But I cannot find any API documentation for classes in …
4
votes
2answers
115 views
Hidden features of Django
Almost every popular language/tool/framework has this topic. So why not one for Django? The usual rules apply (1 feature per reply)
11
votes
9answers
258 views
Hidden features of ColdFusion
Let's try to make this for our favourite technology too, how do you think?
Hidden code tricks, unknown usages of known features, application server easter eggs are what are we looking for.
So, …
2
votes
1answer
152 views
Hidden features of F#? [closed]
Possible Duplicate:
Hidden Features of F#
I pretty much like the hidden features series of StackOverflow and I was eager to discover these features in F#.
What are the best you know?
9
votes
4answers
307 views
Hidden features of Qt.
A little is hidden in Qt given splendid documentation.
But given vastness of Qt functionality paradoxically many useful features have been overlooked by me (and reimplemented or work-arounded).
What …
5
votes
9answers
169 views
Hidden Features of Windows.Forms
Despite the growing popularity Web Applications, and WPF, there's still a lot of work being done in "old-style" Windows.Forms, especially for in-house ("bespoke") business software systems.
So, what …
0
votes
0answers
153 views
Hidden features of Go? [closed]
Might be a little bit early to ask, but what "hidden" features have you found while playing with Go?
3
votes
4answers
321 views
Hidden Features Of R?
What are some of the R statistical language's "hidden features"?
Similar threads:
Hidden Features of C++
Hidden Features of C#
Hidden Features of JavaScript
Hidden Features of Java
Hidden Features …
2
votes
1answer
84 views
Fiddler (v2) Hidden Features?
Fiddler is a Web Debugging Proxy which
logs all HTTP(S) traffic between your
computer and the Internet.
Do you happen to know about anything cool, yet pretty hidden in Fiddler (version 2)? Or …
3
votes
3answers
81 views
Hidden features/Best uses of SQLCLR (MS SQL Server 2005 and 2008)
Continuing on the hidden features theme, I havent found one for SQLCLR (Microsoft 2005 / 2008).
For example, undocumented features, tricks to do things which are very useful but not documented enough? …
4
votes
5answers
174 views
C# libraries with hidden gems
Up until yesterday, I had no idea iTextSharp included a full set of barcode classes. I discovered this through a chance answer to a question here on SO. Although I'd used iTextSharp in an earlier …
6
votes
7answers
403 views
What is useful about this C syntax?
So i dont know everything about C.
What is useful about this C syntax?
int func (p, p2)
void *p;
int p2;
{
return 0;
}
I was able to write this in visual studios 2010beta
//yes the …
25
votes
3answers
2k views
Hidden features of Android development?
Guys, I am surprised that there is no Android Hidden Features post yet in the Hidden Features series that I've been tracking for a while now.
The Hidden Features series is great for people who are …
1
vote
4answers
160 views
Hidden features of Emacs Lisp?
What are some features of Emacs Lisp that you use to solve real problems?
One feature per answer
Give an example and short description of the feature, not just a link to documentation
Label the …
