[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

>Another day wasted on 4chan instead of learning programming

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 38
Thread images: 4

File: 1490493936033.jpg (25KB, 600x600px)
1490493936033.jpg
25KB, 600x600px
>Another day wasted on 4chan instead of learning programming
>>
>>59581840
Visit the /dpt/ and learn something.
>>
File: screenshot-Svl0haT6.png (11KB, 342x73px) Image search: [Google]
screenshot-Svl0haT6.png
11KB, 342x73px
>>59582952
>>
>>59581840
I'm doing both, faggot.
>>
>>59582952
Fuck u normie
>>
>>59581840
Maybe tomorrow...
>>
i'm signing up for a software development course at community college.

I don't think the course will teach me to program in 1 year
>>
>tfw job and other projects taking up all my shitposting and relaxation time
Eh, NEETdom is worse desu
>>
>>59583260
>i'm signing up for a software development course at community college.
Why? You can learn all that shit for free if you exercise some agency.
>>
>>59583308
it'll give me a piece of paper from the government that says i learned something
>>
>>59583332
wow amazing where would we be without permissions from uncle sam
>>
>>59583308
>exercise some agency
>says a guy on 4chan
>>
>>59583352
probably unemployed
>>
>>59583260
I have been setting my sights on CC for programming also, feel the same exact way.
I'm not really expecting to go in and come out knowing how to program just learning how to operate a pc or application a little more effectively. Just digging into a few books and finding other ones of interest, some recommended for students. This is years of freaking info to cram. It's kind of difficult to not want to bash my head on something for not starting sooner even though that was practically not too possible then.

>>59583352
Why are you complaining about the government? If you're a results oriented person working for it is one of the more rewarding careers you can take. Even small things that are kind of trivial seeming but necessary contribute to doing that helps people and performs important functions that keeps everything ticking. At least in the U.S. since other governments are a bit less prestigious.
>>
i already did a bit, im just killing time for the GSL finals. ༼ つ _༽つ soO take my energy ༼ つ _༽つ
>>
>>59581840
dumb longhornposter
>>
File: Ceci n'est pas une pipe.jpg (45KB, 400x400px) Image search: [Google]
Ceci n'est pas une pipe.jpg
45KB, 400x400px
>>59584573
CIA detected. Go back to Langley
>>
hey nerds what's the best way to learn C and C++
>>
>>59586414
Learn Lisp.
>>
>>59582882
what is dpt
>>
>>59586414
When you go to the catalogue on /g/, there's a sticky thread with a link called "installgentoo"
Click on the link then go to "Programming Books" and just browse some of the recommended books. Or at the top of the page, check the github link for free programming books and scroll down to C or C++.

I'm learning Python and I found this book from that link called Automate the Boring Stuff with Python aimed towards people who've never programmed before.
I've also been watching a lot of youtube videos on Python. I'm just trying to absorb as much information as I can about the language pretty much. I'm still pretty new to it but I'm a NEET and i've got nothing better to do
>>
>>59586414
4chan-science.wikia.com/wiki/Computer_Science_and_Engineering
>>
>>59586414
Don't bother unless you want to do embedded programming or make games
>>
>>59586414
Think of some fun project to start with, something you can run in a terminal/cmd.
>>
>>59581840
only you can decide to stop doing this. pick up a textbook and get learning, my friend.
>>
>>59587151
You don't understand, anon. We're stuck here.
>>
>>59581840
document.body.innerHTML='';
t=0;
for (i=0;i<100;i++) {
d=document.createElement('div');
d.style.position='absolute';
d.style.width='10px';
d.style.height='10px';
d.style.backgroundColor='#000'
t+=(Math.PI*2)/100
d.style.left=200+Math.sin(t)*100+'px'
d.style.top=200+Math.cos(t)*100+'px'
document.body.appendChild(d);
}

Run this in javascript console.
>>
>>59587318
No
>>
>>59587318
Neat.
>>
>>59587373
>>59587391
document.body.innerHTML='';
t=0;
for (i=0;i<100;i++) {
d=document.createElement('div');
d.style.position='absolute';
d.style.width='30px';
d.style.height='30px';
d.innerHTML=i;
d.style.backgroundColor='#888'
if (i%3==0) {
d.style.backgroundColor='#000'
d.style.color='#fff';
}
if (i%5==0) {
d.style.backgroundColor='#008'
d.style.color='#fff'
}
if (i%3==0 && i%5==0) {
d.style.backgroundColor='#800'
}
t+=(Math.PI*2)/100
d.style.left=600+Math.sin(t)*500+'px'
d.style.top=600+Math.cos(t)*500+'px'
document.body.appendChild(d);
}


I improved it to be within fizzbuzzian standards.
>>
>>59587318
>run web app
>in console
>>
>>59587433
It's not like i put
window.location.href='http://meatspin.com/'
at the bottom...
>>
>>59582882
faggots who keep referring to reoccuring threads by their tag without specifying its a thread and not a board on this 100-board site

>>59586530
its a thread on /g/ , search for /dpt/

>>>g/dpt
>>
>>59587318
excuse me, why you dont need a semicolon in lines 8,9,10,11 ?
>>
>>59590985

javascript has this thing called semicolon insertion

it's shit because this
return
{
"foo" : "bar"
}

gets silently interpreted as
return;
{
"foo" : "bar"
}
>>
>>59591058
>semicolon insertion
so you must always write the bracket in the end of first line?
thats why i cant make my bookmarklets work, fuck
>>
>>59591183

Javascript is full of sneaky little "convenience features" that creep up on you and screw you over seemingly arbitrarily.
>>
File: 1481837243714.gif (2MB, 250x250px) Image search: [Google]
1481837243714.gif
2MB, 250x250px
>>59581840
When you see, that your day is gonna get derailed, just go with it 100%. No point in trying to do something productive.
When you feel that you need to do something, just promise yourself, that you will do it. You have to do it explicitly in your mind (for example: tommorow at 9 in the morning I'll sit down to study this and that for at least 2 hours). Never break promises you give yourself.
Thread posts: 38
Thread images: 4


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.