Inspired by a question I got asked at a job interview once.
If you could do anything to show off your coding abilities, what would it be?
(aka what would be your coding party trick)
|
5
|
Inspired by a question I got asked at a job interview once. If you could do anything to show off your coding abilities, what would it be? (aka what would be your coding party trick)
|
||||||||||||
|
closed as not a real question by Graeme Perrow, George Stocker, lothar, annakata, Neil Butterworth Jun 2 at 8:08 |
|
|
|
||||||||||||||||||||
|
|
|
Order pizza from the command line with pizza_party. |
||||
|
|
|
Solve a Project Euler problem using 13 characters of APL code. |
|||
|
|
|
|
Go to one of those obnoxious web pages like Java4K with white text on black and paste this into the location bar:
|
|||
|
|
|
|
||||||
|
|
|
"Well, I don't know about party tricks, but I created a worm when I was in college. Wow, it brought the entire network to it's knees, man! It was stellar!" says me. At a loss for words, the interviewer hastily terminates the interview. "Yes, well, we'll be getting back in touch with you," he says. |
||||
|
|
|
Aspect-J's black-magic-like AOP awesomeness. |
||
|
|
|
|
More sysadmin than coding, but sending emails via TELNET is fun and easy. Just fire up a dos window and run the following:
And that should send right out. Also handy for testing if SMTP works on a server without installing an email client. |
||||||
|
|
|
Since you mentioned "party"... Java 4K |
||||
|
|
|
Creating an instance of an abstract class without creating a subclass (to write a unit test for a contract between a concrete method and an abstract method). Also, iterating through a linked-list using only pointer arithmetic. |
||
|
|
|
Try explaining the difference between double and triple = signs :p Also, a lot of people here at college seem to be having trouble with the simple concept of class inheritance... |
||||||||
|