Hidden features of applications/programs.
10
votes
3answers
4k views
What are all of the Google I/O 2013 Registration Easter Eggs? [closed]
I found the cat easter egg. (11100111)
What are all of the different possible combinations for the Google I/O 2013 registration page?
https://developers.google.com/events/io/
0
votes
1answer
80 views
Anonymous konami code 'Asteroids'
After seeing the amazing hack on the US Government Justice department website, I was wondering how they did this. Not the hacking itself, but the technique of shooting DOM elements like it is an ...
2
votes
2answers
777 views
Hiding Easter eggs [closed]
What kinds of techniques are there to hide Easter eggs in scripting languages? I'm primarily interested in Python, but really the issue is that all scripting languages have visible source (unlike ...
0
votes
1answer
48 views
How does this Facebook app work?
I'm sure some of you have seen this viral Facebook post going around. How it works is you enter your birth year into the comments like @[1988:] and it will give you a name. I am stumped trying to ...
0
votes
2answers
220 views
Converting base64 image to an actual image with using only libraries java comes with. (It's for an easter egg)
I'm creating an easter egg for an java swing application, it's will be used primarily internally.
I was planning on taking an image and converting it into base64, then when the easter egg is found, ...
0
votes
2answers
130 views
Add a hidden feature in a website based on keystroke
I am making a online portfolio type of website which I can add on my resume before I start job hunting this October.
I had a funny idea to add a hidden feature in it. Something like opening a hidden ...
1
vote
0answers
91 views
Eclipse Search Results are Missing When there are Exactly 404 Matches?
Specification
Eclipse: SpringSource Tool Suite
Version: 2.9.1.RELEASE
Build Id: 201203221000
What I do:
Search -> File
Containing text: "subheading"
File name patterns: "*, !*jquery.js, ...
9
votes
1answer
183 views
Having trouble adding skifree as an easter egg
I want to implement it using the konami code, which I've succesfully used on my site already. I just can't get it to work with skifree.
For quick reference, Here's the konami code:
var kkeys = [], ...
4
votes
1answer
820 views
Google's “zerg rush” zerg killer [closed]
This code is intended to find and kill all zergs on Googles "Zerg Rush" easter egg.
Run the code in Chrome's developer console:
zerg = $x("//div[@class='zr_zergling_container']");
killZerg();
...
0
votes
1answer
214 views
Trap a special click event on an Edit/Textbox control with C++/WinAPI/MFC
I'm coding in C++/MFC on a Windows platform (using MS VS2008.) I have this Edit control (which is basically a text box) that is set to be read-only. The control displays some basic information. I want ...
27
votes
5answers
2k 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 ...
5
votes
1answer
243 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
...
2
votes
7answers
2k 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);
...
14
votes
4answers
2k 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
3answers
265 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 ...
2
votes
2answers
219 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 ...
0
votes
1answer
145 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?
21
votes
1answer
5k 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?
1
vote
5answers
262 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 ...
0
votes
2answers
824 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 ...
5
votes
2answers
675 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 ...
37
votes
7answers
3k 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 ...
1
vote
1answer
318 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
260 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, ...
26
votes
3answers
1k 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, ...
10
votes
3answers
4k 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 ...
9
votes
7answers
577 views
Language or API easter eggs [closed]
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 ...
