Tagged Questions
Hidden features of applications/programs.
26
votes
7answers
2k views
EProgrammerNotFound exception in Delphi?
In Delphi 2009, SysUtils.pas contains this in line 425:
EProgrammerNotFound = class(Exception);
Is this simply an easter egg or something serious?
When should this exception be raised?
Does it ...
25
votes
3answers
920 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, ...
22
votes
26answers
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 ...
16
votes
11answers
1k 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, ...
15
votes
4answers
284 views
Are there any Easter eggs in base R or in major packages?
I think I've seen an Easter egg or two in some R packages, but I am not able to recall them.
Here are a few from Matlab, and more here, if you want to see some examples of Easter eggs.
Are there any ...
15
votes
7answers
2k 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 ...
9
votes
3answers
2k 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 ...
8
votes
1answer
1k views
So what exactly does “from __future__ import barry_as_FLUFL” do?
I understand it's an inner joke that's meant to stay (just like “from __future__ import braces”), but what exactly does it do?
7
votes
5answers
298 views
Python and python modules easter eggs [closed]
Possible Duplicate:
Hidden features of Python
This is not really a programming question, but as it's still related to a programming language, i thought it had its place on SO, if you don't ...
6
votes
5answers
369 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 ...
5
votes
2answers
86 views
Apt-get documentation and cows. Whats is this all about? [closed]
I was installing things in my new Ubuntu (11.10) using the terminal with apt-get command. In the middle of my tasks I took a look at apt-get documentation to see what -y means:
$ sudo apt-get --help
...
5
votes
4answers
310 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 ...
4
votes
4answers
620 views
Can anyone explain me the source code of python “import this”?
If you open a Python interpreter, and type "import this", as you know, it prints:
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better ...
4
votes
1answer
500 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 ...
3
votes
3answers
154 views
Best Technique For Triggering an Easter Egg in an iPhone App
I'm thinking of adding an Easter egg to my iPhone app I'm writing and was wondering what are your favorite ways to trigger an Easter egg. I don't want a user to do it accidentally. Some ideas I've ...
3
votes
2answers
474 views
c# source obfuscation techniques
Hey all, I'm looking for ways to obfuscate the following c#/silverlight source code:
if (searchBox.Text.Equals("string literal")){
MessageBox.Show("another string literal");
}
So ...
2
votes
2answers
111 views
Help with Fun project: Easter Egg jQuery DJ
I'm working on a redesign of my website, and would like to make a Easter Egg. On the site, I use circles a lot, and would like to let the user click on some of them, to trigger a loop/pattern like a ...
1
vote
6answers
233 views
setting android button invisible but still having an onClick Listener attacted
So currently I'm putting an Easter egg inside my app and I want the button to be invisible, but when clicked(Rick roll). So far I can make it work when I say
Button.setVisibility(view.VISIBLE);
...
1
vote
5answers
179 views
jQuery: After mouseOver on link#1, 2 and 3 - activate show content
I'm working on a easter egg, where you have to activate some links in the correct order, before the secret is revealed.
I can't get this script to work. I guess I've wrote something wrong, but can't ...
1
vote
1answer
225 views
Duplicating effects: Dreamweaver Pong Easter Egg Beep
I don't want to actually MAKE the pong easter egg, but for anyone with Dreamweaver, try typing 'dreamweaver' into the color selection box to play a round of pong.
The bit that I want to know how it ...
0
votes
1answer
75 views
Have you put a Holiday themed easter egg in your project? [closed]
Have you ever hidden, or are you now hiding, a Holiday themed Easter Egg in your project?
0
votes
2answers
348 views
“Easter Egg” in link - activated by CTRL + click
I'm working on a project for a client, and we want to make a easter egg, when you click some of the letters in the logo.
There are three letters, and you have to click in the right order, before it ...
0
votes
1answer
186 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, ...