Page 1 of 1 [ 7 posts ] 

_JohnCurtis
Emu Egg
Emu Egg

User avatar

Joined: 6 Jan 2015
Age: 32
Gender: Male
Posts: 7

06 Jan 2015, 12:23 pm

var db = require('mongoose').connect('mongodb://localhost:27017');

var john = db.users.findOne( { 'name': '_JohnCurtis' } );

console.log('My name is ' + john.first_name); // TODO: ensure console logging doesn't upset sysadmins.

Hello, my name is John-Curtis. I apologize for the random blurb of simple code above; I was trying to be humorous. I'm a 22-year-old, recent university graduate from Canada. My interests include, and are mostly limited to: science, technology and of course, programming.* In the past, people have compared me to to the character Max Braverman from the NBC show "Parenthood".

Over the years, I have worked alongside some incredible individuals in trying to improve socially. In doing so, my learned social behaviors have helped me attain internships at several prominent companies in technology. I still can't look people in the eyes, though!

This feels like a natural break in the flow of this post. I will refrain from making my opening topic the size of an essay. If you have any questions, feel free to ask. I look forward to becoming more active and involved in this community!

* Going to be pedantic here and point out that programming technically fits under technology.



eleventhirtytwo
Sea Gull
Sea Gull

User avatar

Joined: 23 Nov 2011
Age: 31
Gender: Male
Posts: 228
Location: Northern Ireland

06 Jan 2015, 1:04 pm

$(document).ready(function() {
var seemsNice;
var name;
fetchName();
niceCheck(name);
if (seemsNice) {
politeGreeting(name);
} else {
runAway();
};
});

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Hello, welcome to WrongPlanet. It is nice to meet you, John!


_________________
22, entrepreneurial and diagnosed with High Functioning Autism, ADHD, OCD and Tourettes. Also have problems with Anxiety, and more recently depression, although I seem to returning to my optimistic self =)


RoadRatt
Veteran
Veteran

User avatar

Joined: 26 Aug 2014
Age: 59
Gender: Male
Posts: 57,854
Location: Oregon

06 Jan 2015, 1:48 pm

Hey John welcome. :sunny:


_________________
No power in the 'verse can stop me. - River Tam (Firefly)


_JohnCurtis
Emu Egg
Emu Egg

User avatar

Joined: 6 Jan 2015
Age: 32
Gender: Male
Posts: 7

06 Jan 2015, 4:02 pm

eleventhirtytwo wrote:
$(document).ready(function() {
var seemsNice;
var name;
fetchName();
niceCheck(name);
if (seemsNice) {
politeGreeting(name);
} else {
runAway();
};
});

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Hello, welcome to WrongPlanet. It is nice to meet you, John!


Thank you very much!

Even though this is purely for fun, I have the urge to write the rest of the code to make it functional!



bungleton
Sea Gull
Sea Gull

User avatar

Joined: 24 Sep 2014
Age: 38
Gender: Male
Posts: 247

06 Jan 2015, 8:41 pm

...and this is why I love this forum :D

I'd love to be able to join in but I'm pretty much code-illiterate... I've gotten started with scripting applications such as Structure Synth (for 3d geometry,) and spent a good few hours getting to know vvvv ( http://vvvv.org )yesterday. I managed to make a nice lissajous-style pattern in vvvv but I opened it this morning to find that it no longer works :|

Ahh well, back to the drawing board! Do you guys know any good resources to use as a primer for programming? I'm mainly interested in coding for multimedia environments, particularly generative visuals.

Welcome, John! Hope you enjoy the place :D


_________________
How did I get here tonight? What am I doing here?
How did I reach this state? How did I lose my sight?
I'm lost! I'm freaking! And everybody knows!
Everyone's watching!
So here... Are my hopes and aspirations
Nothing but puke
God, I'm so loooooonelaaaaaaayyyy
*power stance, air guitar*


eleventhirtytwo
Sea Gull
Sea Gull

User avatar

Joined: 23 Nov 2011
Age: 31
Gender: Male
Posts: 228
Location: Northern Ireland

07 Jan 2015, 7:48 am

_JohnCurtis wrote:
eleventhirtytwo wrote:
$(document).ready(function() {
var seemsNice;
var name;
fetchName();
niceCheck(name);
if (seemsNice) {
politeGreeting(name);
} else {
runAway();
};
});

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Hello, welcome to WrongPlanet. It is nice to meet you, John!


Thank you very much!

Even though this is purely for fun, I have the urge to write the rest of the code to make it functional!


lol, I'm exactly the same, although unfortunately have work to do.

bungleton wrote:
...and this is why I love this forum :D

I'd love to be able to join in but I'm pretty much code-illiterate... I've gotten started with scripting applications such as Structure Synth (for 3d geometry,) and spent a good few hours getting to know vvvv ( <a rel="nofollow" href="http://vvvv.org" class="vglnk"><span>http</span><span>://</span><span>vvvv</span><span>.</span><span>org</span></a> )yesterday. I managed to make a nice lissajous-style pattern in vvvv but I opened it this morning to find that it no longer works :|

Ahh well, back to the drawing board! Do you guys know any good resources to use as a primer for programming? I'm mainly interested in coding for multimedia environments, particularly generative visuals.

Welcome, John! Hope you enjoy the place :D


You should check out CodeCademy


_________________
22, entrepreneurial and diagnosed with High Functioning Autism, ADHD, OCD and Tourettes. Also have problems with Anxiety, and more recently depression, although I seem to returning to my optimistic self =)


_JohnCurtis
Emu Egg
Emu Egg

User avatar

Joined: 6 Jan 2015
Age: 32
Gender: Male
Posts: 7

07 Jan 2015, 2:22 pm

eleventhirtytwo wrote:
_JohnCurtis wrote:
eleventhirtytwo wrote:
$(document).ready(function() {
var seemsNice;
var name;
fetchName();
niceCheck(name);
if (seemsNice) {
politeGreeting(name);
} else {
runAway();
};
});

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Hello, welcome to WrongPlanet. It is nice to meet you, John!


Thank you very much!

Even though this is purely for fun, I have the urge to write the rest of the code to make it functional!


lol, I'm exactly the same, although unfortunately have work to do.


Programming for work always gets in the way of my leisure programming. Balancing the two is quite the struggle.