Sponsored Content
Full Discussion: Whats Behind Your Name?
The Lounge What is on Your Mind? Whats Behind Your Name? Post 54079 by dangral on Sunday 1st of August 2004 10:06:58 PM
Old 08-01-2004
Mine is a collection of random names...I used to imitate Al Mcafee from "In Living Color" (you know the guy with the limp and the megaphone).
Then I saw Austin Powers and thought it was amusing how he said "danger is my middle name. no, it really is". So I picked up danger.

I went to sign up for a service on a web site (can't remember which) and dangeral was already taken, so I took dangral..

But that was about seven years ago when I was a senior in high school. Like, many others I don't think the name is so cool anymore. It just easy to remember.
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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

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

7. 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

8. 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

9. 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
Jifty::Plugin::Comment::Action::CreateComment(3pm)	User Contributed Perl Documentation	Jifty::Plugin::Comment::Action::CreateComment(3pm)

NAME
Jifty::Plugin::Comment::Action::CreateComment - custom CreateComment that attaches the comment to the parent DESCRIPTION
This is a specialized create action that attaches the comment to the parent object. SCHEMA
parent_class This is the parent model class. This class must use the Jifty::Plugin::Comment::Mixin::Model::Commented mixin. parent_id This is the ID of the object to attach the comment to. title This is the title the author of the comment has given it. your_name This is the name of the author of the comment. web_site This is the (optional) web site of the author of the comment. email This is the (optional) email address of the author of the comment. body This is the comment message. published This is true if the comment should be published or false if it is only visible to moderators. created_on This is the timestamp of the comment's creation. status This is string with either the value "spam" for a message that has been flagged as spam or "ham" for a message that is not spam. http_referer The referer claimed by the client. http_user_agent The user agent claimed by the client. ip_addr The IP address of the client. METHODS
record_class Returns the application's comment class. parent This converts the "parent_id" and "parent_class" arguments into an object. take_action Performs the work of attaching the comment to the parent object. report_success Reports success or the need for moderation of the message. fetch_comment_cookie Creating a comment this way causes a cookie named "COMMENT_REMEMBORY" to be stored on the client to remember the client's name, email, and web site choice for the next comment. from_cookie Loads the name, email, and web site from the stored cookie. validate_title Make sure a title is set. validate_web_site Make sure the web site given is valid. validate_email Make sure the email given is valid. validate_body Checks to see if the scrubbed HTML is the same as the given HTML to see if it will be changed on save and reports that to the client. AUTHOR
Andrew Sterling Hanenkamp, "<hanenkamp@cpan.org>" COPYRIGHT AND LICENSE
Copyright 2008 Boomer Consulting, Inc. All Rights Reserved. This program is free software and may be modified and distributed under the same terms as Perl itself. perl v5.12.4 2009-03-09 Jifty::Plugin::Comment::Action::CreateComment(3pm)
All times are GMT -4. The time now is 11:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy