sykoticm's Profile
Reputation: 2
Apprentice
- Group:
- Members
- Active Posts:
- 28 (0.05 per day)
- Joined:
- 07-October 11
- Profile Views:
- 792
- Last Active:
Mar 31 2013 04:55 PM- Currently:
- Offline
Previous Fields
- Country:
- US
- OS Preference:
- Linux
- Favorite Browser:
- FireFox
- Favorite Processor:
- Intel
- Favorite Gaming Platform:
- PC
- Your Car:
- Who Cares
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: raw_input, printing, and user input questions...
Posted 30 Mar 2013
Mekire, on 31 March 2013 - 12:19 AM, said:Well, I don't really know Java, but nonetheless I guarantee that the way you are trying to justify things is grossly overcomplicating them.
raw_input is a function. It will print the string argument it is passed and then wait for a user input. The string argument you pass it is not part of the return value.
a = raw_input("Input whatever: ")will assign the return value of the raw_input function to a. a couldn't care less what string you passed to raw_input.
As for your functions you wrote at the end, they don't work because variables defined in functions are local. You need to return values from functions.
Pretty much the way you did it originally is probably what you want though:a = raw_input("Enter a string: ") print (a)a now holds the value of the raw_input (what the user typed; not the string you passed to raw_input) and you also printed a to the screen (which seems redundant as the user just typed it). What about this isn't what you want?
-Mek
I seem to over complicate lots of things
It isn't what I want I'm just trying to understand the syntax... So now that you have confirmed that the variable is local.... how do I make a variable that isn't local that I could use in another defined function? Could do something like this:
#a would be a local variable (i know this is wrong its just an example) String a b = raw_input("enter a string") a = b print(B)/>/>/>
I don't know what the "/>" is about afterprint(B)/>/>
i have deleted it several times in the edit option and then re-posted but it keeps appearing.
Does that make sense?
ok this is weird and annoying /> keeps showing up in my posts and i don't know why after deleting them and submitting the modified post they still exist -
In Topic: Bios settings
Posted 7 Feb 2012
-
In Topic: Bios settings
Posted 7 Feb 2012
modi123_1, on 07 February 2012 - 09:22 AM, said:Were any other settings reverted back to default? If so it's possible the battery might be faulty.
No, no other settings were changed and my instructor here at my programming class said the same thing. The thing is I highly doubt It's the cmos battery is failing because I bought this motherboard 7 months ago, It is a asus crosshair IV extreme, unless It came faulty which isn't a big deal of course Ill just have to go buy another one(battery). -
In Topic: Swing Tutorial part II
Posted 23 Jan 2012
Hey, i figured this would be the place to post this instead of making a new thread. So I am a semi new to java, and even more "new" to java swing. My question is how would or is this even possible? Create a JTextBox and lets say "align" it to the left, right, or center Even better set its location to a specific location on the frame using pixel arrangement?
-- Sykoticm -
In Topic: Virus on WIN7
Posted 16 Dec 2011
modi123_1, on 15 December 2011 - 11:09 PM, said:I guess there's the metaphorical shame yoked around your neck that you let something in past you guard, but if you know the malware and you know how to defeat it there shouldn't be a problem. I would probably waste the resinstall time with shoring up your defenses.
I personally have never been infected from my own doing. Ive gotten to the point of scanning all my hard disk with malwarebytes and my antivirus every night, I have no script ad block plus and WoT add-ons for firefox. Wich i consider basic necessities.
I currently have a computer in my room with a a dual boot of windows 7 and Ubuntu Linux, I have literately tried to go to the 100th page of google searches and just click everything and install everything I possibly can but for whatever reason I cannot get an infected when I'm trying to get infected 0.0(trying to be infected for educational purposes of course)
My Information
- Member Title:
- New D.I.C Head
- Age:
- 18 years old
- Birthday:
- December 1, 1994
- Gender:
-
- Location:
- Oklahoma
- Interests:
- Computer, and more computers.
- Full Name:
- Matt
Contact Information
- E-mail:
- Private
- AIM:
-
nope
- MSN:
-
nope
- Website URL:
-
http://non existant
- ICQ:
-
nope
- Yahoo:
-
why?
- Jabber:
-
nope
- Skype:
-
yeah, but no.
- LinkedIn:
- nope
- Facebook:
- of course not
- Twitter:
- same as above
- Xfire:
- yeah, but no.
Friends
|
|


Find Topics
Find Posts
View Reputation Given

|
Comments
Sho Ke
07 Dec 2011 - 23:39Sho Ke
06 Dec 2011 - 22:28