Whats Behind Your Name?


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Whats Behind Your Name?
# 15  
Old 08-17-2004
Neo,

From the Matrix of course Smilie (you knew that already didn't you?)


Quote:
"Free your mind."
# 16  
Old 08-24-2004
Anamika means "nameless" or "one without name" in Sanskrit.
# 17  
Old 09-06-2004
Java moxxx68

Smilie Mouin 05/28/68
thanx moxxx68Smilie
# 18  
Old 09-06-2004
Ygor is Dr Frankenstein's sinister assistant (in the films - not the book). Why choose that name? Well, I like to play the fool sometimes and the name came from a short exchange between myself and my wife...

Me: (Lurching into the room, adopting gravel-voice) "Here is your sandwich Oh Mighty Mistress of Darkness!"
Her: "Thank you Ygor, that will be all."
# 19  
Old 09-06-2004
Danny_10 was supposed to be Danny, but since there was a Danny already registered, I chose Danny_10 because:

1. I was 10 years old when I stumbled upon UNIX ages ago.

2. 10 computers in my house.

3. 10 unique operating systems I've ran.

4. 10 Norton Anti-Virus programs I've used (including those old floppies that scan your hard disk drive).
# 20  
Old 09-06-2004
...

well,
my nickname is a shortform of my surname. nearly everyone except my own family calls me pressy. some of my friend don't know my first name, even my girlfriend didn't know my "real" name for the first 4 weeks. my colleagues call me pressy, and my teachers also called me pressy and my boss calls me pressy
PRESSY PRESSY PRESSY PRESSY PRESSY PRESSY
hmmmm, what is my name? can't remember......
PRESSY PRESSY PRESSY PRESSY PRESSY PRESSY
so don't be surprised if i don't listen to you if you call me by my first name....

greetings PRESSY
# 21  
Old 09-14-2004
Quote:
Originally posted by Anamika
Anamika means "nameless" or "one without name" in Sanskrit.
Interesting. Jet Li plays 'the nameless one' in the martial arts movie "Hero" currently in theaters.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

Whats wrong with the following

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: ls -ld htdocs drwxr-x--- 3 root root 8192 2006-11-19 10:41 htdocs How would a host administrator... (1 Reply)
Discussion started by: Larry_1
1 Replies

2. UNIX for Dummies Questions & Answers

whats wrong with this?

can anyone tell me why this code doesn't work how its supposed to, its the hangman game but it doesn't play how its supposed to #!/bin/bash NoAttempts="0" livesgiven="5" LivesRemain=$livesgiven LettersAttempted="" wordfile=words numwords=0 function menu() { clear cat << menu... (1 Reply)
Discussion started by: ferrycorsten73
1 Replies

3. Shell Programming and Scripting

##*_ - whats this?

Hi all, could you please tell me whats this stands ##*_ 0##*/ i knew this alone if some more is there please tell me that also. (3 Replies)
Discussion started by: Arunprasad
3 Replies

4. Shell Programming and Scripting

whats this NAME=${0##*/}

hi all, i found NAME=${0##*/} in a script. i given this coomand in my unix box(presently in ksh). echo ${0##*/} it returned ksh. the purpose of the above is to return the shell name or more than that. do you have any more information like this, please share with me. one more query... (7 Replies)
Discussion started by: Arunprasad
7 Replies

5. Shell Programming and Scripting

tell me whats wrong with this

#! /bin/bash USAGE=" | ] if then echo "$USAGE" exit 1 fi while getopts lb: OPTION do case $(OPTION)in a) echo Hi there! exit 2;; b) echo hello o) OARG=$OPTARG;; \?)echo "$USAGE" ;; exit 2;; esac done shift `expr... (1 Reply)
Discussion started by: nadman123
1 Replies

6. Shell Programming and Scripting

tell me whats wrong in this?

#! /bin/bash head -5 $1 echo "remove $1 ?" read answer if then echo invalid answer elif rm $1 echo "$1 is deleted" elif then echo file is not deleted else echo "invalid answer" fi What i really want this to do is to ask to delete the file or not..it says something wrong... (1 Reply)
Discussion started by: nadman123
1 Replies

7. Shell Programming and Scripting

whats the difference between $* and $@

Hi, whats the difference between $* and $@ in command line arguments to a shell scripts (3 Replies)
Discussion started by: pbsrinivas
3 Replies

8. Post Here to Contact Site Administrators and Moderators

Whats the go?

woofie, Your posts are being deleted because your use of profanity. I am close to changing your status to read only. In fact, if you argue with the mods again, I will ban you from these boards. Neo (1 Reply)
Discussion started by: Neo
1 Replies

9. Shell Programming and Scripting

Whats does this mean

Found this piece of code written in ksh. I have no ideas what do the stuff like ${SRF##*\.} do. SUFFIX=${SRF##*\.} if ; then SUFFIX="" fi I have encountered similar expressions in other programs also. Any pointers on where to learn more about these... (1 Reply)
Discussion started by: jyotipg
1 Replies
Login or Register to Ask a Question