vote up 23 vote down star
8

Programmers are strange people. We build things out of thin air, a part of our sanity and with weird codes that would make any grown sane man cry.

But sometimes, a programmer builds a program that is too weird even by their insane standards.

What program have you created that is weird and strange?

(One program per answer please)

flag

82 Answers

vote up 1 vote down

DOS TSR (terminate and stay resident; for youngsters - a kind of background task in an inherently single-tasked single-threaded OS) that sleeped for 10 minutes and then displayed (in ASCII, of course) a single dot in the center of the screeen, which then expanded into a horizontal line. Then two circles appeared on that line and expanded into eyes. Eyes looked left and right and then closed back into a line which contracted into a dot which disappeared.

It was called "Big Brother is watching you" (inspired by 1984, not by reality show which didn't exist back then) and I did install it as a joke on few computers with great results (oh, no, we have a virus!).

link|flag
vote up 39 vote down

I once made a perl script to insert ascii art into other people's web server logs.

link|flag
show 2 more comments
vote up 4 vote down

A C interpreter in Prolog (it handled a subset of C (with memory management)).

A simple web browser in Prolog.

link|flag
vote up 5 vote down

A 'Turkey Management System'
C++ , Motif Script GUI
Controlled the turkey feeding rota's and grooming data for a turkey farm.
It used previous weeks data to modify yield calculations etc.....and i did it for fun...no customer....
must have had turkey on the brain, or bird flu?!

link|flag
show 2 more comments
vote up 7 vote down

I once put an emulator of a Jupiter ACE in a CAVE with 4 sides. The emulator was interfaced through a 3D model of the computer and a TV set and one could type on the keys to ie load a game.

This was late 1997 and the setup was a SGI rack IR Onyx with 4 barco projectors and was priced to almost 2 million USD...and on this I emulated an "outsider" home computer from the early 80'th which had a price of 150 USD.

My collegues shook their heads and I knew then that I nailed it :)

A windows version is available here

alt text

link|flag
show 1 more comment
vote up 0 vote down

'Random Artist'

This was an automated VB application that randomly drew shapes on the screen, simulating art.

Wasn't much, but I loved it!

link|flag
vote up 0 vote down

A program for a graphical calculator that displays HAM moving from left to right, and CHEESE moving from right to left. When ever you stopped it, it took the position values, and worked out a vector product of the locations.

Found this whilst looking through my old stuff from school recently...

link|flag
vote up 66 vote down

This one wasn't me, but it was my friend Scott Anderson. He had a problem. He had 7 cats, who all thought it great fun to climb the Christmas tree. Which destroyed the tree. He taught them not to do it when he was around, but he was generally asleep at 2 AM so that didn't protect the key.

He therefore bought a motion sensor and (after some experimentation) wrote a program so that when it sensed motion it would run the vacuum cleaner for 30 seconds. After a week of random, "WHIRR!" "Mrow!" and then a mad cat dash, often resulting in thumps of collisions, the cats learned that the Christmas tree was not to be trifled with.

Bonus points for when his wife forgot the system was there and was caught trying to sneak presents under the tree!

link|flag
vote up 10 vote down

Oh yes, forgot to mention the Dancing Steve Jobs that can be run in iTunes as an visualizer. Some ideas just have to be realized :)

link|flag
vote up 0 vote down

A protection scheme where the password was actual a string of bytes that got casted to a function pointer that would allow access. If you pasted the correct string of bytes, the program would function as normal. If not, it would crash (if you were lucky!)

link|flag
show 1 more comment
vote up 0 vote down

A long while back(10ish years), I was working on a game, and I wanted it to have unique character names in it.

So I created a simple name creation program in VB6. You chose the length of the name, and it would make one up from random letters. It did have some rules though. Like it wouldn't make a name with the same 3 characters in a row.

It also had options that could be set. You could tell it which letter combinations to not accept.

link|flag
vote up 1 vote down

I wrote a program in Scheme that translates normal English text into egg language. I just put it up on Google Code.

link|flag
vote up 4 vote down

My most recent weird project: A word processor that threatens to destroy what you've written.

Write Attack!

It's for NaNoWrimo 2008.

link|flag
show 1 more comment
vote up 0 vote down

Sudoku solver. both in excel and in C#

link|flag
vote up 2 vote down

In high school I wrote a program that wrote the appropriate commands to a programmable sound generator and printed four random letters on the screen at the same time. This was on a custom 6809 system.

The first time I demonstrated it to the deputy principal, the (random) sound it made was a sort of a sucking sound and the letters (again, random) were FCUK.

Thankfully, the deputy was amused. ;-)

link|flag
show 1 more comment
vote up 0 vote down

After the canteen services were finally closed and replaced with expensive vending machines, one of my co-workers started running a tuck-shop. As this was around the .com bubble (circa 2001-2002) we nick-named it "Craig's Tuck Shop .com"

During a week's break visiting my Brother in London I knocked up a simple ordering and sweetie suggestion and voting website in PHP using flat-files, and registered the domain www.CraigsTuckShop.com

Alas it is no more ;o)

Craig - if you're on here, "happy days, man" :o)

link|flag
vote up 1 vote down

Many years ago whilst bored at work, I wrote a space invaders game in Attachmate! Basic using a SNA console style client meant to be used to view customer's accounts :)

link|flag
vote up 4 vote down

Not too intense on the programming angle, but I setup an RSS feed for the coffee machine in our building so that folks could make a quick post when they started up a fresh pot. We were spread out enough that I thought having a little notifier would be handy, without coding from scratch, but everybody looked at me a little funny 8^D

link|flag
vote up 0 vote down

Scroll text intro with bouncing balls and "music" with Awk on a VT300 terminal.

Back in 1994, I wrote an Awk script that would take a text file as input and display a scroll text intro. The input text would be scrolled at the bottom of the screen with a large font. I had several "balls" of different sizes ("O", "o", "." characters) bounce around the screen, to the beat of "beep beep beep-beep-beep". All this was through the use of the VT300 control codes. At times when I wasn't killing time with stupid things like this, I was busy playing frisbee. College was fun.

link|flag
vote up 0 vote down

I once wrote a little "name generator" program in Microsoft Basic for the Dragon computer which randomly put together (theoretically) pronouncable syllables, thus creating names. Thankfully, it was put out of use long before my first-born arrived :-)

link|flag
vote up 3 vote down

In order to get out of bed in the morning, I wrote a wake-up program which produced endless beep sounds. The pitch for each beep was random, and there were 5 beeps every second. The sound was extremely unpleasant, and with the volume turned sufficiently up, it effectively achieved the desired result - a shocked, but nonetheless awake version of myself.

link|flag
vote up 1 vote down

I got bored one day while doing Y2K testing and wrote a 2D hourglass simulator in VB where every grain of sand was simulated individually. It was fun watching it 'count down' as I waited for 5:30pm to come around.

A few weeks later I modded it to alter the amount sand in the hour glass, color etc.

Every now and then I revist the code and have been 'tweaking' this little toy ever since.

link|flag
vote up 1 vote down

I've come to this thread a bit late, but in a Computing class in high school, I wrote a BASIC program which ran an indefinite loop where it used the lprint command to continually print long lines of asterisks to the dot-matrix tractor-feed printer.

I put the compiled program into the autoexec.bat file of every computer. The computers were switched off at the end of the day, meaning that when the classes started the next day and everybody turned their computer on, the printers started randomly spewing out wads of paper.

Ahhh, the hilarity.

link|flag
show 2 more comments
vote up 0 vote down

I wrote a y-combinator in python... it was because of a lack of a scheme implementation while I was doing my homework. It looks like this:

makerec = lambda p: \
          (lambda mkfact: mkfact(mkfact)) \
          (lambda f: \
           p\
           (lambda arg: (f(f))(arg)))

fact = makerec(lambda f: lambda n: (n==0) and 1 or (n * f(n - 1)))

(Of course you can use it for things besides fact).

link|flag
vote up 3 vote down

One of the first things I do to learn a new programming language is to write a program that analyzes a source text and then uses a Markov-chain analysis to generate random gibberish that's somehow written in the style of the source text. I think I've done this in six or seven languages now.

Why I love Python: It took me about two hours to get it working. And that two hours included building a little IDE in C# that executes the program using IronPython, because I didn't realize I could just use IDLE or grab Eclipse.

It's actually not a bad program, for one written by someone who doesn't know Python (it's importing clr so that it can use the CLR's Random class; making this work in vanilla Python is an exercise for the reader):

import sys
import clr
from System import Random

r = Random()

def buildmap(text, size):
   map = { }
   for i in range(0, len(text)):
      if i + size < len(text):
         word = text[i:i + size]
         next = text[i + size]
      else:
         overlap = (i + size + 1) - len(text)
         word = text[i:] + text[:overlap - 1]
         next = text[overlap - 1]
      if not map.has_key(word):
         map[word] = [ ]
      map[word].append(next)
   return map

def producetext(map, length):
   word = map.keys()[0]
   output = [ ]
   for ch in word:
      output.append(ch)
   count = 0
   while True:
      count = count + 1
      if count > length:
         break
      char = map[word][r.Next(len(map[word]))]
      output.append(char)
      word = word[1:len(word)] + char
   return "".join(output)

text = sys.stdin.read()

map = buildmap(text, 6)

print producetext(map, 1500)

Not bad, though not as Pythonic as it could be. Here's some sample output. Determining what the input was is another exercise for the reader:

Open your hat get your hat get your hair
Your face like a Cuban plane
My love is like ribbons
And the swamplands
From the hillside struggling to the casements
Rip the Florida coast to the searchlights up
Turn the helicopter passes
We're pretty sure they're here will walk again
Put on the wind stopping
Feel the way down with a broadsword
link|flag
vote up 1 vote down

I once wrote a Mandelbrot fractal generator using Excel. I resized the cells so all 256 columns fit on screen and shrunk the rows down so the cells were square. The in VBA code I calculated the bailout value and color for each cell and changed the cell background color. Basically it turned each cell in the spreadsheet into a pixel for a 256x256 Mandelbrot fractal image. I still have it laying around on my computer somewhere.

link|flag
vote up 1 vote down

Recursive descent parser of boolean expressions involving 0,1,and,or,not, and parentheses - in one line of SNOBOL.

link|flag
vote up 2 vote down

I worked with a guy who wrote a command line app to order burritos from La Costeña, a Mexican grocery store/taqueira in Mountain View, CA. I could never remember the command line syntax and I didn't order from a pattern to the .burritorc file was useless to me. I wrote a MOTIF-based app that gave the look and feel of La Costeña's FAX order form which then forked the command line app as a subprocess to send off the order.

I got moved into a Macintosh heavy group so to get my chops up, I ported it to the Mac, but instead of an order form, the main window featured a virtual tortilla upon which you dragged the things you wanted. It couldn't run the command line app, so I had to reimplement the ordering code, but that wasn't too hard.

Immortalized here.

link|flag
vote up 0 vote down

Back in the mid-80s I wrote a very basic C++ interpreter on the Commodore 64 in Commodore Basic. If I recall, it would take as input some very limited C++ code and then step through the code. Not sure why I did it and it wasn't very useful, but interesting none-the-less.

link|flag
vote up 0 vote down

I used XSLT to interpret a stylesheet language.

I'll break that one up a bit.

  • I defined with a document model inspired from docbook, then started implementing XSLT stylesheets to render it to HTML and LaTeX.
  • Then I found I wanted a template language too, so I could have separate web page templates in which to inject my XSLT-generated HTML.
  • So I designed a simple template language with injection points for predefined values.
  • Then I found that I wanted to have factorized and reusable widgets to attach to the injection points. Such as fancy table of contents, indices, outliner-style site maps, etc.
  • So I designed a widget language that was interpreted in XSLT to generate content to inject into the templates.

I learned a few things from this venture, but one most of all: young enthusiastic students in software engineering have almost unlimited hacking energy. What they need most of all, and too often lack, is an experienced mentor to help them make good use of it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.