Tagged Questions

244
votes
113answers
42k 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 …
97
votes
99answers
14k 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 imme …
11
votes
2answers
226 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 …
0
votes
0answers
54 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 lis …
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 eas …
10
votes
6answers
917 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 Thi …
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 ap …
4
votes
2answers
281 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, e …
1
vote
3answers
197 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 fo …
4
votes
4answers
223 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 …
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 …
2
votes
1answer
372 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 devic …