Tagged Questions

260
votes
117answers
44k views

Hidden features of Python

What are the lesser-known but useful features of the Python programming language. Try to limit answers to Python core One feature per answer Give an example and short description of the feature, not …
14
votes
10answers
275 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, …
103
votes
106answers
15k views

What Easter Eggs have you placed in code?

I know it is illegal to place Easter eggs in code via Microsoft's quarrel with the law a few years back. Microsoft has decided that if you place Easter eggs in code, it is an immediate grounds for …
0
votes
1answer
69 views

Am I getting crazy? iTunesconnect rounded corners.

Yesterday, I have submitted an iPhone app to Apple through itunesconnect.apple.com. It is my second app, so after submission, it appeared as second in a list. The first in the list was my first app, …
12
votes
2answers
262 views

konami code in flex

What would be the best way to implement the konami code into a flex application? I want to create a component to add it on all my proyects, just for fun. thanks UPDATE: I made a simple component, …
17
votes
25answers
2k views

Is it a good idea to put Easter Eggs in applications?

What do you think? If yes - where would/did you? If no - why not? Did anyone ever get in trouble for that? Where do you think lies the line between a funny/insightful easter egg and …
14
votes
23answers
1k views

What’s your favorite easter egg? [closed]

Please list your favorite easter eggs, include link and application/game name. See Also: What Easter Eggs have you placed in code? Is it a good idea to put Easter Eggs in applications?
10
votes
6answers
962 views

Konami Code in C#

I am looking to have a C# application implement the Konami Code to display an Easter Egg. http://en.wikipedia.org/wiki/Konami_Code What is the best way to do this? Update 1 This is in a standard …
4
votes
2answers
310 views

Easter Eggs in Emacs

Today I was bumming around in /usr/share/emacs/23.0.91/etc/ and I found the HELLO file. That directory is full of such gems, but I was wondering if there are other, more obscure, easter eggs in emacs …
1
vote
3answers
210 views

Language or API easter eggs

I've read of an easter egg as part of an actual programming language command (Python's antigravity), I was wondering if there were any other easter eggs or anything undocumented for other languages or …
4
votes
4answers
229 views

What’s the purpose of the Help->About dialog in a program?

The Help->About dialog in GUI applications has historically been the place for some very "interesting" (and often funny) functionality and easter eggs. How would you define the purpose of the About …
15
votes
0answers
1k views

Fun with SQL (games, painting, puzzles) [closed]

If you think SQL is boring or dumb or limited, try this: SQL Games Lionel Clarke 3D Maze Game CraigD - Battleship (MS SQL 2008 GEOGRAPHY and GEOMETRY) Adam Haines - Tic Tac Toe T-SQL Style Kevin …
3
votes
1answer
381 views

How do I detect “Easter Egg” mode in my Palm OS application?

Since the early days, Palm OS has had a special "easter egg" mode that's enabled by making the right gesture in one of the Preference panels. On current Palm Treo and Centro devices, this is turned …