Login
Sign Up


You are using the mobile version of the forum, some features have been disabled to have it responsive.
Limelight CityRP - v4b1Limelight CityRP - EU Build
Ares Defence Services DiscordAres Defence Services
Limelight Discord
Limelight CityRP - v4b1Limelight CityRP - EU BuildAres Defence Services DiscordAres Defence ServicesLimelight Discord

receiptDevelopment Blog:

Development Contributor Workflow

receiptHR Blog:

What *are* they doing over there?

receiptTeacher Blog:

Insight into the Teacher Team

receiptDevelopment Blog:

Infrastructure Upgrade 11/2019

receiptDevelopment Blog:

how suggestions???

receiptDevelopment Blog:

Planning for the future.


This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Names!
Blurr radio_button_checked
Member
Membership
Posts: 699
Threads: 22
Likes Given: 404
Likes Recieved: 326 in 216 posts
Joined: Aug 2015
Reputation: 12
#16
Mar 13, 2016, 12:02 AM
I have no clue why it is Blurr.... Guess it was a Blurr (what a bad pun)
[Image: sigs.php?steamid=STEAM_0:0:68019350&t=0]
(This post was last modified: Mar 13, 2016, 12:03 AM by Blurr.)
Taylor radio_button_checked
"You are not torturing people in your office"
Contributor
Posts: 3,108
Threads: 178
Likes Given: 2663
Likes Recieved: 2009 in 1224 posts
Joined: Aug 2015
Reputation: 40
#17
Mar 13, 2016, 01:37 AM
# define functions
def add(x, y):
  """This function adds two numbers"""

  return x + y

def subtract(x, y):
  """This function subtracts two numbers"""

  return x - y

def multiply(x, y):
  """This function multiplies two numbers"""

  return x * y

def divide(x, y):
  """This function divides two numbers"""

  return x / y

# take input from the user
print("Select operation.")
print("1.Add")
print("2.Subtract")
print("3.Multiply")
print("4.Divide")

choice = input("Enter choice(1/2/3/4):")

num1 = int(input("Enter first number: "))
num2 = int(input("Enter second number: "))

if choice == '1':
  print(num1,"+",num2,"=", add(num1,num2))

elif choice == '2':
  print(num1,"-",num2,"=", subtract(num1,num2))

elif choice == '3':
  print(num1,"*",num2,"=", multiply(num1,num2))

elif choice == '4':
  print(num1,"/",num2,"=", divide(num1,num2))
else:
  print("Invalid input")

[Image: 800px-PWRR_Tiger.svg.png]
Have I helped you out? Leave a rep!
(This post was last modified: Mar 13, 2016, 01:38 AM by Taylor.)
The following 1 user Likes Taylor's post:
  • CeriseVanille
Bambo radio_button_checked
Server Jedi
Super Administrator (CityRP)
Posts: 3,850
Threads: 389
Likes Given: 1674
Likes Recieved: 3571 in 1241 posts
Joined: Aug 2015
Reputation: 62
#18
Mar 13, 2016, 01:48 AM
It used to be MrBigSneeze because I sneezed loud af but now, bambo because:

(This post was last modified: Mar 13, 2016, 01:49 AM by Bambo. Edited 1 time in total.)
Soviethooves radio_button_checked
American Player
Media Contractor
Posts: 6,711
Threads: 185
Likes Given: 3303
Likes Recieved: 3986 in 2172 posts
Joined: Aug 2015
Reputation: 33
#19
Mar 13, 2016, 02:50 AM
My first username was on xbox 360 as discoagentmax because I couldn't pick agentmax. It then changed due to me playing Runescape and saying "Gungranny makes sense in a MMO RPG" so it became gungranny for a goodbit (i think 6 years), but I became a brony in 2013 and had a pretty funny russian voice so then soviethoves was born. I don't change it even though I am no longer a brony, but it just fits.
<span id="sceditor-end-marker" class="sceditor-selection sceditor-ignore" style="line-height: 0; display: none;"> </span><span id="sceditor-start-marker" class="sceditor-selection sceditor-ignore" style="line-height: 0; display: none;"> </span>
[Image: n0LLhCI.jpg]
Vinic radio_button_checked
(ノ◕ヮ◕)ノ*:・゚✧
Veteran Member
Posts: 626
Threads: 30
Likes Given: 149
Likes Recieved: 876 in 312 posts
Joined: Aug 2015
Reputation: 15
#20
Mar 13, 2016, 03:20 AM
Stole my name from my Runescape clan, "Theomenz". My name before that was Dunes Dispar, which I stole from the game Guild Wars. There was a section of the map called "The Dunes of Despair", now the problem is that I didn't know how to spell back then so I typed it in wrong when I made my Runescape account. And my first ever name was "Gfgbfbfghh", which served as my Club Penguin and Guild Wars name.

Gfgbfbfghh > Dunes Dispar > Theomenz > Theo
The following 1 user Likes Vinic's post:
  • CeriseVanille
Venom radio_button_checked
Veteran
Veteran Member
Posts: 558
Threads: 35
Likes Given: 177
Likes Recieved: 738 in 236 posts
Joined: Aug 2015
Reputation: 8
#21
Mar 13, 2016, 03:29 AM
I got the PS3 right when it was released and had to come up with a name. My brother made a name that started with a V so I had one similiar. "Venom" was taken so I had to go with "TheVenomzzxD". Managed to shrink it down to "VenomzzxD" which then became my PSN name. Once I got Steam, I could finally drop the "zzxD" and now it's just Venom.
The following 1 user Likes Venom's post:
  • goigle
CeriseVanille radio_button_checked
I keep Theo's ass in check
Registered User
Posts: 33
Threads: 2
Likes Given: 47
Likes Recieved: 35 in 22 posts
Joined: Feb 2016
Reputation: 4
#22
Mar 13, 2016, 03:35 AM
(Mar 13, 2016, 03:29 AM)Venom Wrote: I got the PS3 right when it was released and had to come up with a name. My brother made a name that started with a V so I had one similiar. "Venom" was taken so I had to go with "TheVenomzzxD". Managed to shrink it down to "VenomzzxD" which then became my PSN name. Once I got Steam, I could finally drop the "zzxD" and now it's just Venom.

For some reason, I thought it was because of Spiderman...
[Image: fRgsZXH.png]
Nev radio_button_checked
Real Estate Developer // Architect
Veteran Member
Posts: 1,071
Threads: 180
Likes Given: 217
Likes Recieved: 1527 in 599 posts
Joined: Aug 2015
Reputation: 14
#23
Mar 13, 2016, 06:21 AM
Chronological Name Development

1. Nevinator8 - It was like a decade ago and it had part of my name mixed with Terminator. Seemed like a cool idea.
2. Eggwhite - Yeah, I have no idea either.
3. Nevinator8 - Back to the good ole' classic username.
4. Nevinator - Took some courage to take the '8' off the end but it made it cooler.
5. Nevy - Short and much easier to be called as than Nevinator
6. Nev - People called me 'Nev' when my name was Nevy
7. Now I just change my username between Nevy, Niix and a bunch of provocatively racist and immature names simply because I play CS:GO and having a stupid name tends to strike fear in the opponent(s)
(This post was last modified: Mar 13, 2016, 06:22 AM by Nev.)
goigle radio_button_checked
hello there
Developer
Posts: 980
Threads: 96
Likes Given: 536
Likes Recieved: 586 in 262 posts
Joined: Aug 2015
Reputation: 17
#24
Mar 13, 2016, 06:58 AM
Gurgle528 - Not really sure where the I came up with this, I was trying to make a club penguin account so I picked a random word and numbers
Goigle528 - Fast forward 8 years. I eventually started getting tired of people making the same "hahahha do you gurgle dicks??????" jokes, decided to change my name
Goigle - Fast forward 1 month, I figured enough of my friends had gotten used to the new name (kept the numbers originally so people would remember me) and realized the name is unique enough that I don't need numbers in it anymore usually
         [Image: s7Y0Ioo.png]
Duane_ radio_button_checked
User
Registered User
Posts: 2
Threads: 0
Likes Given: 2
Likes Recieved: 2 in 2 posts
Joined: Mar 2016
Reputation: 1
#25
Mar 13, 2016, 08:10 AM
My middle name.
Regards,
Duane_
Member
Safira radio_button_checked
birds arent real
Veteran Member
Posts: 2,087
Threads: 128
Likes Given: 705
Likes Recieved: 1309 in 573 posts
Joined: Aug 2015
Reputation: 52
#26
Mar 13, 2016, 10:54 AM
Safira = Sapphire
Sapphires are pretty
I'm pretty

Hurhurhur.

[Image: cM22tSR.gif]
(This post was last modified: Mar 13, 2016, 10:55 AM by Safira.)
The following 3 users Like Safira's post:
  • CeriseVanille, Dick, Duane_
Nacreas radio_button_checked
CityRP 2 Admin
Core Staff
Posts: 1,999
Threads: 150
Likes Given: 893
Likes Recieved: 988 in 475 posts
Joined: Aug 2015
Reputation: 37
#27
Mar 13, 2016, 11:13 AM
My previous name was Artaban who is apparently the fourth wise man; this was used because I played as Artaban in primary school play back in the UK when I was around about nine years old. After awhile I went looking for a new name and came across Nacreouse on a name generating website. I started to using that for about an hour until someone I know changed it from Nacreouse to Nacreas and it's stuck ever since.
[Image: H9hqjyZ.png]
(This post was last modified: Mar 13, 2016, 11:13 AM by Nacreas.)
Raptor radio_button_checked
The man of many cards
Veteran Member
Posts: 2,298
Threads: 200
Likes Given: 1282
Likes Recieved: 1056 in 484 posts
Joined: Aug 2015
Reputation: 25
#28
Mar 13, 2016, 12:54 PM
(Mar 13, 2016, 11:13 AM)Nacreas Wrote: My previous name was Artaban who is apparently the fourth wise man; this was used because I played as Artaban in primary school play back in the UK when I was around about nine years old. After awhile I went looking for a new name and came across Nacreouse on a name generating website. I started to using that for about an hour until someone I know changed it from Nacreouse to Nacreas and it's stuck ever since.

Long story short; Your name is a spin-off of Narcotic's name... let's be honest. <3
[Image: mIhdESQ.gif]
(This post was last modified: Mar 13, 2016, 12:55 PM by Raptor.)
Nacreas radio_button_checked
CityRP 2 Admin
Core Staff
Posts: 1,999
Threads: 150
Likes Given: 893
Likes Recieved: 988 in 475 posts
Joined: Aug 2015
Reputation: 37
#29
Mar 13, 2016, 01:00 PM
(Mar 13, 2016, 12:54 PM)Rocket Wrote:
(Mar 13, 2016, 11:13 AM)Nacreas Wrote: My previous name was Artaban who is apparently the fourth wise man; this was used because I played as Artaban in primary school play back in the UK when I was around about nine years old. After awhile I went looking for a new name and came across Nacreouse on a name generating website. I started to using that for about an hour until someone I know changed it from Nacreouse to Nacreas and it's stuck ever since.

Long story short; Your name is a spin-off of Narcotic's name... let's be honest. <3

Shit, Agent is on to me.
[Image: H9hqjyZ.png]
The following 2 users Like Nacreas's post:
  • Brynn, Raptor
Taylor radio_button_checked
"You are not torturing people in your office"
Contributor
Posts: 3,108
Threads: 178
Likes Given: 2663
Likes Recieved: 2009 in 1224 posts
Joined: Aug 2015
Reputation: 40
#30
Mar 13, 2016, 02:10 PM
(Mar 13, 2016, 03:20 AM)Theo Wrote: Stole my name from my Runescape clan, "Theomenz". My name before that was Dunes Dispar, which I stole from the game Guild Wars. There was a section of the map called "The Dunes of Despair", now the problem is that I didn't know how to spell back then so I typed it in wrong when I made my Runescape account. And my first ever name was "Gfgbfbfghh", which served as my Club Penguin and Guild Wars name.

Gfgbfbfghh > Dunes Dispar > Theomenz > Theo

Wait so your irl name isn't Theo?





This bitch...
[Image: 800px-PWRR_Tiger.svg.png]
Have I helped you out? Leave a rep!
(This post was last modified: Mar 13, 2016, 02:10 PM by Taylor.)
The following 2 users Like Taylor's post:
  • CeriseVanille, Safira




Users browsing this thread: 1 Guest(s)