Nose scabs?
Or rather, fussing with a nostril scab and not noticing the laughing lady in the car next to you as she thinks you're digging for gold?
/facepalm
Ask a Question, Get Deep!
- Chozon1
- Site Admin
- Posts: 22806
- Joined: Sun Dec 10, 2006 12:00 am
- Location: In the shadows. Waiting for an oppurtune moment to create a dramatic entrance.
- Contact:

- Deepfreeze32
- Site Admin
- Posts: 7041
- Joined: Sun Oct 01, 2006 12:00 am
- Are you human?: Yes!
- Location: On the run from Johnny Law; ain't no trip to Cleveland
- Contact:
I'm not sure what you're asking, so...typing it?baconisgood23 wrote:What is your preferred method of programming?
Not fun. XDChozon1 wrote:Nose scabs?
Or rather, fussing with a nostril scab and not noticing the laughing lady in the car next to you as she thinks you're digging for gold?
/facepalm
- Chozon1
- Site Admin
- Posts: 22806
- Joined: Sun Dec 10, 2006 12:00 am
- Location: In the shadows. Waiting for an oppurtune moment to create a dramatic entrance.
- Contact:
Saturday. I just am not sure I understand the point.
Potato soup?
Potato soup?

- Deepfreeze32
- Site Admin
- Posts: 7041
- Joined: Sun Oct 01, 2006 12:00 am
- Are you human?: Yes!
- Location: On the run from Johnny Law; ain't no trip to Cleveland
- Contact:
Can be good with copious amounts of cheese.
- ArcticFox
- CCGR addict
- Posts: 3507
- Joined: Mon Aug 13, 2007 12:00 am
- Are you human?: Yes!
- Contact:
True or false question: (No Googling)
True or False: Java implements for each loops?
True or False: Java implements for each loops?
"He who takes offense when no offense is intended is a fool, and he who takes offense when offense is intended is a greater fool."
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
- Chozon1
- Site Admin
- Posts: 22806
- Joined: Sun Dec 10, 2006 12:00 am
- Location: In the shadows. Waiting for an oppurtune moment to create a dramatic entrance.
- Contact:
Energy drink junkie?

- Deepfreeze32
- Site Admin
- Posts: 7041
- Joined: Sun Oct 01, 2006 12:00 am
- Are you human?: Yes!
- Location: On the run from Johnny Law; ain't no trip to Cleveland
- Contact:
Oooh. I think it does, though maybe not as the foreach construct in something like PHP. I know one can use for loops like:ArcticFox wrote:True or false question: (No Googling)
True or False: Java implements for each loops?
Code: Select all
for(int i : container) {
//Do stuff.
}
Code: Select all
foreach(i in container){
//Do stuff
}
So true, it does use a for-each construct, but it's a variant on a traditional for loop.
Am I right?
Only when impending assignments are due.Chozon1 wrote:Energy drink junkie?
- ArcticFox
- CCGR addict
- Posts: 3507
- Joined: Mon Aug 13, 2007 12:00 am
- Are you human?: Yes!
- Contact:
If you aren't too intimidated by the idea of .jsps, want a job where you can work from home? I'm on a project run by a company based in the Pacific northwest and I work from home near Washington DC. (It's my "night" job. I have a regular 9-5 by day.) We need more developers who can handle Java...
Pays mucho dinero, too.
Pays mucho dinero, too.
"He who takes offense when no offense is intended is a fool, and he who takes offense when offense is intended is a greater fool."
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
- Deepfreeze32
- Site Admin
- Posts: 7041
- Joined: Sun Oct 01, 2006 12:00 am
- Are you human?: Yes!
- Location: On the run from Johnny Law; ain't no trip to Cleveland
- Contact:
Well, it depends on how one defines program, but...ArchAngel wrote:What's your language repertoire as of now? (any language you've built at least one tiny program with)
Objective-C
Objective-C++ (It's like the problems introduced with C++ added to the complexity of Obj-C)
C
C++
C# (Doesn't really count as it was with Unity)
Java
Standard ML
Python
x86 Assembly
Lua (With Corona...I didn't like it)
PHP
JavaScript
Mathematica
Lisp
Visual Basic
Batch/Bash
Haskell
R (Statistical programming language).
That list may seem impressive, but a fair number of them were really tiny, just-above-hello-world programs. Though I'm really happy with the ML and Python ones (A short N-Queens solver and a UDP server/client respectively).
Hmm, you've got my attention. What kind of work are we talking about with JSP? I've not done any JSP-specific Java, but I bet I could learn pretty quick.ArcticFox wrote:If you aren't too intimidated by the idea of .jsps, want a job where you can work from home? I'm on a project run by a company based in the Pacific northwest and I work from home near Washington DC. (It's my "night" job. I have a regular 9-5 by day.) We need more developers who can handle Java...
Pays mucho dinero, too.
I'd also need to know how many hours per week/month/whatever would need to be contributed, since I'm a college student with homework and stuff.
Unless you're joking, in which case I am a little amused.

- ArcticFox
- CCGR addict
- Posts: 3507
- Joined: Mon Aug 13, 2007 12:00 am
- Are you human?: Yes!
- Contact:
Not joking at all. Details in PM.
"He who takes offense when no offense is intended is a fool, and he who takes offense when offense is intended is a greater fool."
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
- Orodrist
- CCGR addict
- Posts: 7831
- Joined: Mon Nov 03, 2008 6:38 pm
- Location: Surrounded by blood and bathed in fire on a frozen lake
- Contact:
?
I am free, no matter what rules surround me. If I find them tolerable, I tolerate them; if I find them too obnoxious, I break them. I am free because I know that I alone am morally responsible for everything I do - Robert A Heinlein
Courage ~ Discipline ~ Fidelity ~ Honor ~ Hospitality ~ Industriousness ~ Perseverance ~ Self Reliance ~
Courage ~ Discipline ~ Fidelity ~ Honor ~ Hospitality ~ Industriousness ~ Perseverance ~ Self Reliance ~
- Deepfreeze32
- Site Admin
- Posts: 7041
- Joined: Sun Oct 01, 2006 12:00 am
- Are you human?: Yes!
- Location: On the run from Johnny Law; ain't no trip to Cleveland
- Contact:
I'll have to get back on that some time next week. These next few days will murder me. :/ArcticFox wrote:Not joking at all. Details in PM.
'Twas good. I enjoyed it.Orodrist wrote: ?
- Chozon1
- Site Admin
- Posts: 22806
- Joined: Sun Dec 10, 2006 12:00 am
- Location: In the shadows. Waiting for an oppurtune moment to create a dramatic entrance.
- Contact:
Your thoughts?
Saw them live Friday. Loved them. The lead singer looks like Johnny Depp in POTC, and the Bass player looks like a Viking. XD

- Deepfreeze32
- Site Admin
- Posts: 7041
- Joined: Sun Oct 01, 2006 12:00 am
- Are you human?: Yes!
- Location: On the run from Johnny Law; ain't no trip to Cleveland
- Contact:
That was pretty good. Sounds like older Symphony X with some modern metal influences. I'll need to check this band out some.Chozon1 wrote: Your thoughts?
Saw them live Friday. Loved them. The lead singer looks like Johnny Depp in POTC, and the Bass player looks like a Viking. XD