I've been watching the first 5 vids and i wish i had a teacher like that in my school.... At my university the said " This is java, Learn to program by yourself....." no examples, no NOTHING!!!
I am working on a mac...why am i not able to use types like GLabel or any GObject Types...looks like it is not importing from acm.program*...ANY HELP PLEASE....
I am new to computer science; I am trying to learn Java by watching Professor Sahami, my question is for anyone like J8517381 who could guide me in my stupid question: I noticed Professor Sahami builds up from classes that where already created; how can i work on the programs he is working on? I already downloaded the sdk and Eclipse for the IDE; I can't get the Add2Integers example to work, any ideas???? please help!!
@yvettetracy You can just write the code you see on the video directly onto a class file in eclipse. There is not much special code on this lecture. On the previous lecture with the robot you can just google it and find the source code.
Having studied programming and computer science at uni, what I think makes Mehran stand out is how intricate his knowledge is. So much so that he is able to put things into leyman's terms for the rest of the world to follow. As I'm sure all of you guys appreciate, particularly in a techy field like coding, that is rare! Thank you Stanford for sharing Mehran with the rest of us.
@J8517381 hello what what is the main things for learning programming? after a 4 months I still feel stuck! But I won't give up! Should I focus more on concepts or learning just the syntax more?
@webDes33 Hey Des, imo It's no harm in trying to remember as many as you can. the more programming you do, the more u get to remember what sort of things u can do with the different packages though so just be aware that there will be different libraries you can call on to achieve different stuff. All of this stuff is found in the Java API, which saves ur brain's memory cells and becomes your best friend when trying to see what allll of the classes within a each package will enable you to do!
@ArneSkim I haven't watched the video there but I guess you mean, that first he checks that the rectangle is filled with the boolean function and then turns it red. :-)
@sambazsonionrings That would be the case if it was 20%7. When you do division you find out how many times the bottom (or in this case right) number goes into the top (or in this case left) number.
For Example: 6%4
How many times does 4 (the right number) go into 6 (the left number)? 1 time, leaving a remainder of 2.
In his example it's 7%20
How many times does 20 (the right number) go into 7 (the left number)? 0 times, since 20 is bigger than 7.
Is there a way to make the applet/console window keep its size and position whenever you launch a program? For some reason my window is always tiny and on the top left of my screen, and I have to resize it every single time. Is it some option in Eclipse or something? Thanks!
For the people asking about the code he is teaching:
He is teaching from the ACM guide for beginning programming. It helps teach object oriented principles from the start. Download the ACM package and add it to Referenced libraries in Eclipse to follow along.
I have a question. What type of java he teaches? Because i found some code on the internet, but they were different, they were like the following lines of code:
"class myfirstjavaprog
{ public static void main(String args[])
{ System.out.println("Hello World!"); }
}"
And I tested it, it worked, but I tried his way, but that did not work.
@cybergerzson You probably don't have the package for eclipse that he has. The reason that worked is because java comes with the package that has the classes that you just wrote. Just like how if you write move(); in the run() method without the Karel package, nothing happens(error).
@Manosabacho The only thing I can think of is going to the stanford site (the specific adres mentioned in these videos) and then see if you can download the stanford java library files somewhere. If that doesn't help, try to e-mail (at the computer science e-mail adres), tell them of your problem and see if they can help.
hey can any1 please explain to me how get the acm.graphics? i got acm.program by download the ZIP file from the website but i cant seeem to get graphics.
is there a big difference between the pdf version of "the art and sience of java" book and the full original version? Will i be able to complete the course and understand all the details with the pdf preliminary draft of the book, or will i miss alot of detail if i don't read the final example of the book?
I love how he gives you candy if you ask questions. It encourages the students to get involved and question things they don't understand so they don't fall behind.
I really love that these videos are free. Not much new here, but i love that there is some expertise on stuff you as a coder never think about. Now i can say with a smug smile on my face "i is not equal to 1 noob, you assigned the value 1 to i... noooob"
This guy is the BEST computer science professor i have ever seen. I have watched both stanford and berkley classes, as well as had instructors for my own classes. He keeps it so intresting, and explains it in a way that makes sense to anyone who is intrested. Thanks Mehran, and Stanford for sharing this with us!
I think he is cool, but he is using super classes first with the acm. stuff, what about just plain old java, why hasn't he introduced public static void main(String[] args) and other basic class and methods, in the real world not everyone has the acm library they wil have to learn how to do more of the basic stuff.
The acm library is designed for teaching purposes, and it helps those who are new to programming in java and also those who know a bit from before learn faster, basically it makes teaching java a lot easier, so that starting with "actual" java will be very very easy, because it builds on the same essentials and fundamentals. ;)
I didn't read all comments but I saw people saying "why Stanford still uses chalk boards?"
Well, first of all these chalk boards are the ones who produced these professors who you are watching them now,
Secondly I'm one of the persons who can't well understand things that are not explained by chalk boards!
Many times I asked my self why?
I think because using chalk boards give us (or at least me) a step by step explanations, with other words the teacher is thinking while he is explaining.
does anyone know how to set up eclips for this to work? i typed the exact code that he put up in the last video - the comments but when i try to run it i get "invalid or corrupt jarfile"
i was agreeing with 'ehntoo'...it is irrelevant, just think there are more appropriate questions you could have brought up rather than what medium they write onto..... thats all..
you are like one of those retards that walks into a prehistoric museum and asks 'wow how did they get that caveman to stay perfectly still for so long' missing the function and concept of its purpose
This comment has received too many negative votesshow
Listen my objective wasn't to ask a question idiot, if it was i would ask a more appropriate question. My objective was to answer my curiosity as to why he was writing on chalk boards, it doesn't matter how fucking of point I was. No body needs to feel obligated to ask relevant questions on a youtube video, fuck off fagots.
it's interesting how fast youtube comment flame wars start. I'm not saying you started it, though. i think if Sahami wanted a white board / whatever else, he would have one instead. I guess as ehn said it boils down to preference.
"There are multiple methods to this madness" "if you are 6 years old you would make like thousand ovals and If you are 18 you would draw one oval and feel how stupid it was."...
He is awesome coz he is one heck of an engaging speaker....i dun think i can even get into Stanford with my academics atleast I can listen to great lectures on youtube....Very grateful:)
I've been watching the first 5 vids and i wish i had a teacher like that in my school.... At my university the said " This is java, Learn to program by yourself....." no examples, no NOTHING!!!
Well thats the mexican way i guess!!
arbelaeza972 2 days ago in playlist Course | Programming Methodology
Yo Glabel, gimme a new object!
PKubuntu 4 days ago
MY eclipse simply says syntax error...
noahshines 5 days ago in playlist Course | Programming Methodology
I am working on a mac...why am i not able to use types like GLabel or any GObject Types...looks like it is not importing from acm.program*...ANY HELP PLEASE....
noahshines 5 days ago in playlist Course | Programming Methodology
I feel so smart because I know all this :)
Phl3xable 1 week ago in playlist SU Programming lectures
I am new to computer science; I am trying to learn Java by watching Professor Sahami, my question is for anyone like J8517381 who could guide me in my stupid question: I noticed Professor Sahami builds up from classes that where already created; how can i work on the programs he is working on? I already downloaded the sdk and Eclipse for the IDE; I can't get the Add2Integers example to work, any ideas???? please help!!
yvettetracy 2 weeks ago in playlist Computer Science Stanford
@yvettetracy You can just write the code you see on the video directly onto a class file in eclipse. There is not much special code on this lecture. On the previous lecture with the robot you can just google it and find the source code.
djelmejor183 6 days ago in playlist CS106A
LOLOLOOL
"...and when it was zero. I got pissed." xD xD
ShadowSky24 3 weeks ago
Lol, just realised he says "m'kay" all the time xD
ShadowSky24 3 weeks ago
Whats the difference between JLabel and GLabel?
PEARLSandCURLZ 3 weeks ago
where do i get the acm package !
zeejenkins 4 weeks ago
does anyone know where i can get the assignments so i can test my skill ?
zeejenkins 4 weeks ago
150 pounds?? He's pretty thin...
CollegeBoardSucks 1 month ago
community college like a boss
dragonzball24 1 month ago in playlist Course | Programming Methodology
42... nice subliminar message =)
leonardotmcosta 1 month ago
104 000 !!!
selimdridi 1 month ago
this guy is worth his weight in gold!
brianrosado 1 month ago 4
@brianrosado Not even gold is worthy for him!
LOl i'm so happy i'm actually printing graphics!
SuperCorey95 1 month ago
This guy writes super fast.
CiaoBello21 2 months ago
How can someone dislike this??
Is there any good reason for that??
harirf 2 months ago
@harirf they just missed Like button
Keep05 1 month ago
Are there any of those codes online?
Munrid 2 months ago in playlist Course | Programming Methodology
What an awesome professor
Jcordeiro55 3 months ago
Having studied programming and computer science at uni, what I think makes Mehran stand out is how intricate his knowledge is. So much so that he is able to put things into leyman's terms for the rest of the world to follow. As I'm sure all of you guys appreciate, particularly in a techy field like coding, that is rare! Thank you Stanford for sharing Mehran with the rest of us.
J8517381 3 months ago 21
Comment removed
webDes33 2 months ago
This has been flagged as spam show
@J8517381 hello what what is the main things for learning programming? after a 4 months I still feel stuck! But I won't give up! Should I focus more on concepts or learning just the syntax more?
webDes33 2 months ago
@J8517381 also should I attempt to learn what each package contains?
webDes33 2 months ago
@webDes33 Hey Des, imo It's no harm in trying to remember as many as you can. the more programming you do, the more u get to remember what sort of things u can do with the different packages though so just be aware that there will be different libraries you can call on to achieve different stuff. All of this stuff is found in the Java API, which saves ur brain's memory cells and becomes your best friend when trying to see what allll of the classes within a each package will enable you to do!
J8517381 2 months ago 2
@J8517381 thanks! :)
webDes33 2 months ago
I wish I could go to an American University, but my parents say no... :(
michaeldcurry1 3 months ago
@michaeldcurry1 HATERS ???
selimdridi 1 month ago
This guy makes me want to pump my fist in the air most definitely more than once
mhovanky 3 months ago
- how much children do you have?
- 2.3. ..well, i had three until that grizzly accident
hahaha
i like this guy
cooldrewg1 4 months ago
this is impossible, how do computers even work?
PONY4LYFEHAHDERP 4 months ago
in 43:50 it said "setColor(red)" not "setFillColor(red)" was it a mistake or is it supposed to be setColor??
hattoosh 4 months ago in playlist Course | Programming Methodology
@hattoosh
If you mean
rect2.setFilled(true)
rect2.setColor(color.RED)
Then no its not a mistake.. First he makes sure that the whole rectangle is red, with the boolean method setFilled(true)
and then he turns this color into red with the setColor method.
ArneSkim 3 months ago
@ArneSkim I haven't watched the video there but I guess you mean, that first he checks that the rectangle is filled with the boolean function and then turns it red. :-)
J8517381 3 months ago
@ArneSkim hehe yes ofcourse.. isFilled() i guess.
ArneSkim 1 month ago
@ArneSkim arh i fail isFilled(true)
ArneSkim 1 month ago
"Stick it back in the box" should be on a shirt.
BehindBen 4 months ago
what is the differance between the move and set locatoin function? does it only allow you to use set location for an objects initial location?
keshinko 5 months ago
hello, world
16min5k 6 months ago in playlist Course | Programming Methodology 5
I love professor Mehran Sahami, he makes a class like a comedy show!
ericyeh1995 6 months ago in playlist Course | Programming Methodology
which are nutters who disliked it?
aryabhatt89 7 months ago in playlist Course | Programming Methodology
thank god this is a video ive been pausing it every min just to take notes
109talal 7 months ago
Mehran Sahami is a LEGEND! ...
bplavljanic 7 months ago in playlist Course | Programming Methodology 61
isnt the remainder 6? amazing teaching
sambazsonionrings 7 months ago
@sambazsonionrings 2 goes into 7 3 times, leaving 1 left over hence the remainder 1, so no the remainder is 1...
redballoon0 7 months ago in playlist Course | Programming Methodology
@redballoon0 the board says the number is 20 and 7 goes into 20 2 times leaving 6
sambazsonionrings 7 months ago in playlist Course | Programming Methodology
@sambazsonionrings That would be the case if it was 20%7. When you do division you find out how many times the bottom (or in this case right) number goes into the top (or in this case left) number.
For Example: 6%4
How many times does 4 (the right number) go into 6 (the left number)? 1 time, leaving a remainder of 2.
In his example it's 7%20
How many times does 20 (the right number) go into 7 (the left number)? 0 times, since 20 is bigger than 7.
Which means 7 is the remainder.
Elamindd 6 months ago
@sambazsonionrings
It might also be helpful to view it as a fraction first.
7/20 = 0 r7
5/2 = 2 r1
4/5= 0 r4
Anytime the numerator is smaller than the denominator, the numerator should be the remainder because a bigger number cannot go into a smaller number.
or... __
4%3 becomes... 4|3 ...which ends up as 1 remainder 1
Elamindd 6 months ago
@Elamindd actually 4 | 3 is 111, which is 7 :P
Deeharok 4 months ago in playlist Course | Programming Methodology
@Deeharok I actually meant to put 4/3 'cause I was talking about remainders and modulus...
Elamindd 4 months ago
@Deeharok I think the spacing just messed up 'cause I was trying to get a fraction bar look.
Elamindd 4 months ago
is all this info about java still relevant because this guy is an awesome teacher?
sambazsonionrings 7 months ago
Is there a way to make the applet/console window keep its size and position whenever you launch a program? For some reason my window is always tiny and on the top left of my screen, and I have to resize it every single time. Is it some option in Eclipse or something? Thanks!
rcosco4 7 months ago
4 people were mathematicians
mommyboy735 8 months ago in playlist Course | Programming Methodology
I don't like online boring lec but Prof. Mehran Sahami makes is very interesting and it helps me alot.
rhk231 9 months ago 2
4 ppl can't write java code
TheMrRobdawg 9 months ago
OMG THOSE ARE SNICKERS!!!!!!!!!!! I'm sooooooo addicted to them....
saulys16 9 months ago
ahhhh I wanted to hear that question
Martcapt 11 months ago 3
hello, world, this is the BEST video series that i have seen in my entire life!!!!!!! omfgggoogle
btw. i want candy!
Hulkie123 11 months ago 2
Thank you!
gentletosh7 1 year ago
This comment has received too many negative votes show
UNSW Australia is much better in teaching programming language than cramming Stanford University. They are slow in learning. UNSW is fast learner.
ictunsw2113 1 year ago
why didnt i have this kind of teacher man
pagola 1 year ago
for some reason i get an error
Exception in thread "main" java.lang.NullPointerException at acm.program.Program.main(Program.java:917)
zombieastral 1 year ago
For the people asking about the code he is teaching:
He is teaching from the ACM guide for beginning programming. It helps teach object oriented principles from the start. Download the ACM package and add it to Referenced libraries in Eclipse to follow along.
adam723 1 year ago
Hello
I have a question. What type of java he teaches? Because i found some code on the internet, but they were different, they were like the following lines of code:
"class myfirstjavaprog
{ public static void main(String args[])
{ System.out.println("Hello World!"); }
}"
And I tested it, it worked, but I tried his way, but that did not work.
Thanks for the responses.
cybergerzson 1 year ago
@cybergerzson You probably don't have the package for eclipse that he has. The reason that worked is because java comes with the package that has the classes that you just wrote. Just like how if you write move(); in the run() method without the Karel package, nothing happens(error).
debit256 1 year ago
@debit256 Thank you ;)
cybergerzson 1 year ago
is the jave he teaches outdated? because the "import scm.program" stuff is not needed anymore or doesn't work with the current version of eclipse
SangamEquilibrium 1 year ago
@SangamEquilibrium Could be, it was from 2008.
MrDanielHen 1 year ago
He is Sooooooo GOOD
georg0829 1 year ago
lol doesnt he ever run out of candy?
detroid89 1 year ago
@detroid89 he works with dentists
koviack 1 year ago
somebody get this guy a powerpoint remote!
imdando 1 year ago
Does anyone know what candies he throws?
Vanuatoo 1 year ago
He talks fast, teaches fast, make you learn fast, and makes sense all at once. What better professor can you ask for?
xJohnnys 1 year ago
@xJohnnys
Dumbledore.
Thymonico 1 year ago 3
this teacher is the BEST!!!!!!!!!!!
Choosen0 1 year ago 3
Wish I had that kind of a professor at my university ...
BataQ 1 year ago 29
how did this guy become a teacher. I though they had a pre-req that you have to be very boring?
qwertyfshag 1 year ago 6
my eclipse doesn't know acm........ so i cant import, how can I fix it?
(I just started learning programming (coding^)
Manosabacho 1 year ago
@Manosabacho The only thing I can think of is going to the stanford site (the specific adres mentioned in these videos) and then see if you can download the stanford java library files somewhere. If that doesn't help, try to e-mail (at the computer science e-mail adres), tell them of your problem and see if they can help.
imorio 1 year ago
He kinda looks like Eugene Levy from the 'American Pie' movies. :P
aydoooo 1 year ago 4
@aydoooo
lol yea, that's what I was thinking
DM3062 1 year ago
to to todo
lordkok0 1 year ago
to to to todo
lordkok0 1 year ago
Thanks for upload is vid
JesusWASdarkSkin 1 year ago
mehran is the best computer science teacher i have ever seen
lionvibs 1 year ago
variables omg i dont get it!!!
twizy123 1 year ago
@twizy123 I really hope your just kidding..
OfficialNigel 1 year ago
hey can any1 please explain to me how get the acm.graphics? i got acm.program by download the ZIP file from the website but i cant seeem to get graphics.
mynamegoeshere10 1 year ago
This has been flagged as spam show
"And when the remainder was 0 I was pissed"
looni3 1 year ago
This has been flagged as spam show
is there a big difference between the pdf version of "the art and sience of java" book and the full original version? Will i be able to complete the course and understand all the details with the pdf preliminary draft of the book, or will i miss alot of detail if i don't read the final example of the book?
Rasmusorum 1 year ago
This was very helpful. really appreciative to Stanford......one problem I don't seem to run Karel in eclipse.....
karmaworld248 1 year ago
@karmaworld248
strange, it worked fine for me.
dorinemay 1 year ago
Is that acm.* package they use the one distributed by the Java Task Force, does anyone know?
geoog1 1 year ago
@geoog1 just download assignment 4 and its in there
thebuzdar 1 year ago
I found a facebook group called: Stanford Engineering Everywhere Discussions
sonnypowsey 2 years ago
for a complete Noob like me these lectures rock!!
i have completed assignment 1. whoo hoo!!!
someone should set up a forum for non-enrolled people to share their answers and questions and get some feedback etc.
or Maybe there is one already? Does anyone know? If anyone knows or is interested then please reply
sonnypowsey 2 years ago
this lecture is not soo difficult
hmk984 2 years ago
These video's are exactly what I needed. Great teacher very understandable.
Brainman916 2 years ago 11
I love how he gives you candy if you ask questions. It encourages the students to get involved and question things they don't understand so they don't fall behind.
prodigy372 2 years ago 7
me to
v12345vtm 2 years ago
I'm Diabetic
FrankRizzo6662 2 years ago
@FrankRizzo6662 lol
jvspimpstud 1 year ago
I really love that these videos are free. Not much new here, but i love that there is some expertise on stuff you as a coder never think about. Now i can say with a smug smile on my face "i is not equal to 1 noob, you assigned the value 1 to i... noooob"
daniel1982 2 years ago 3
I'm having problems with the setColor
I tried this:
label.setColor(Color.RED);
The "Color" gets underlined red.
Kamrua 2 years ago
Did you import java.awt.* ??
iMacMonkey 2 years ago
:o I didn't! Thanks...
but now RED is underlined o_o "cannot find symbol"
Kamrua 2 years ago
See if you can put all the code up here and i'll have a look.
iMacMonkey 2 years ago
"it's design is honking... it's this big long thing!" LOL
exam 2 years ago
awesome teaching. throwing snikers and kitkat at the students... nice
pulancheck 2 years ago 5
awesome teach
maxsmell 2 years ago 2
This guy is the BEST computer science professor i have ever seen. I have watched both stanford and berkley classes, as well as had instructors for my own classes. He keeps it so intresting, and explains it in a way that makes sense to anyone who is intrested. Thanks Mehran, and Stanford for sharing this with us!
motion2000 2 years ago 187
@motion2000 so true !
DimArecki 11 months ago
@motion2000 I can't find the link to berkley classes that you say. Could you pass me the link?
Terrextre 7 months ago in playlist Course | Programming Methodology
@motion2000 Daniel D garcia from berkely is also good
nepalihercules 6 months ago
One universal phenomenon in computer science courses is that 90% of results in examples are "42". :P
Campusanis 2 years ago
Hitchhiker's Guide connection
requiesit 1 year ago
I think he is cool, but he is using super classes first with the acm. stuff, what about just plain old java, why hasn't he introduced public static void main(String[] args) and other basic class and methods, in the real world not everyone has the acm library they wil have to learn how to do more of the basic stuff.
MrDonny78 2 years ago
He does teach that, from lecture 25 and so forth.
The acm library is designed for teaching purposes, and it helps those who are new to programming in java and also those who know a bit from before learn faster, basically it makes teaching java a lot easier, so that starting with "actual" java will be very very easy, because it builds on the same essentials and fundamentals. ;)
BenjaminProd 2 years ago 3
This has been flagged as spam show
check this.learn report program generator
as400 - rpg . tk
MusicMan208DT 2 years ago
he doesn't show how to use eclipse.
ugurmal 2 years ago
I wish I had this guy as a teacher.
Gilley31 2 years ago
Part2:
I can't follow well the power point presentations,
where the teachers already putted everything they want, without showing us the steps, or telling us the ideas between the lines.
I hope that Stanford do some sociological/psychological study why some people like me, understand (very well) only from chalk boards?
Thanks again for Stanford for the videos.
TheSearcher1 2 years ago
Part1:
I didn't read all comments but I saw people saying "why Stanford still uses chalk boards?"
Well, first of all these chalk boards are the ones who produced these professors who you are watching them now,
Secondly I'm one of the persons who can't well understand things that are not explained by chalk boards!
Many times I asked my self why?
I think because using chalk boards give us (or at least me) a step by step explanations, with other words the teacher is thinking while he is explaining.
TheSearcher1 2 years ago 3
does anyone know how to set up eclips for this to work? i typed the exact code that he put up in the last video - the comments but when i try to run it i get "invalid or corrupt jarfile"
dragonballzgt1989 2 years ago
This has been flagged as spam show
Share your programming thoughts, ideas, or questions with other programmers! tvlinkshare. com
heheakou 2 years ago
I love these lectures, but im wondering why Stanford has Chalk boards? why not a white board or maybe a smart board.
93hamsal 2 years ago
If the professors prefer chalk boards, they keep chalk boards.
I've found that really good professors are engaging no matter what they've got to draw on.
ehntoo 2 years ago
irrelevant i think
auradistorter 2 years ago 2
This comment has received too many negative votes show
so fucking what?
93hamsal 2 years ago
i was agreeing with 'ehntoo'...it is irrelevant, just think there are more appropriate questions you could have brought up rather than what medium they write onto..... thats all..
you are like one of those retards that walks into a prehistoric museum and asks 'wow how did they get that caveman to stay perfectly still for so long' missing the function and concept of its purpose
auradistorter 2 years ago
This comment has received too many negative votes show
Listen my objective wasn't to ask a question idiot, if it was i would ask a more appropriate question. My objective was to answer my curiosity as to why he was writing on chalk boards, it doesn't matter how fucking of point I was. No body needs to feel obligated to ask relevant questions on a youtube video, fuck off fagots.
93hamsal 2 years ago
it's interesting how fast youtube comment flame wars start. I'm not saying you started it, though. i think if Sahami wanted a white board / whatever else, he would have one instead. I guess as ehn said it boils down to preference.
ArcanumServer 2 years ago
Look: first i guess those chalk boards hang there at least two decades, and thats basically why they are there.
Second: Sure one could change to Edding-boards, but guess what: Chalk is totally environement- and writerfriendly.
No skin-irritations, no harmfull substances, no waterproov dirt on hands and clothes. And almost no environmental pollution when chalk is produced.
Simple, isnt it ^^
gekko505505505 2 years ago
"There are multiple methods to this madness" "if you are 6 years old you would make like thousand ovals and If you are 18 you would draw one oval and feel how stupid it was."...
He is awesome coz he is one heck of an engaging speaker....i dun think i can even get into Stanford with my academics atleast I can listen to great lectures on youtube....Very grateful:)
kannanpkumar 2 years ago 3
How lucky are these people :)
ppolyzos 2 years ago 4
candy bag is starting to get a little empty....j/k these lectures are awesome and I love standford for them.. Mehran rocks
QUICKONE21 2 years ago 4
Man, this is why Stanford is Stanford and others are, well, the others..
informer2000 3 years ago 2
well, this is your idea and I respect it, but my idea is different.
people have different perceptions about univs but they are all the same ( at least the top 1000 are the same!).. its just perceptions.
mhsobhani 2 years ago
Comment removed
SpaXe1989 2 years ago
Seconded.
It's really about how much effort you put into learning and practice, than where you go to uni.
Schools teach you the subjects, but they don't learn you the subjects. You learn the subjects by yourself and friends.
SpaXe1989 2 years ago 3
In Mother Russia, the subjects learn you.
Versum 2 years ago 2
LOL!
sonnytrujillo 2 years ago
Professor Mehran has so much personality! This alone makes me want to go to Stanford.
ibreathealot 3 years ago 6
can you use hexadecimal color values when setting colors?
Similar to setting color when writing HTML?
itsybear 3 years ago
ya i think there is some functions to do that, dont know what they are called tho
FireXware 3 years ago
"can you use hexadecimal color values when setting colors?
Similar to setting color when writing HTML? "
oval.setColor(new Color(0x12, 0xAA, 0xBB));
new Color(int, int, int) creates new color object. 0x says that the number is hexadecimal :)
kid29a 2 years ago 3
"And when the remainder was 0 I was pissed" I about lost it when he said that.
yoman258 3 years ago 14
"There are multiple methods to his madness."
vypress5 3 years ago 78
Madness? This is Jaaavaaaa!
Somebody please-please-please make a "300" spoof with Mehran (I'm pressed for time atm ;D).
friemelaar 1 year ago 2
@friemelaar u make pls
jellybellies132 1 year ago