55:45 That hospital should sue microshit and beyond that if the idiots in that hospital had any brains they wouldnt be using microshit for anything critical *at all*.
hi darijo, thanks for your comment. i think we'd all love it if a simple change at the chip level could remove the problem of buffer overflows and perhaps even mem vulns in general! With the low level memory flexibility C give us comes great responsibility, sadly not fully appreciated by many c programmers. (if you remain unconvinced google "stack overflow advisory 2009"...) keep up the sceptical thinking tho, it is good to see.
I'd like to say something about the taking notes to the exam idea: in our modern way, this is by far the most logical thing to do. Humanity has amassed tons and tons and tons (and tons and tons) of data now... it's impossible to remember even a reasonable fraction of it (unless you're Kim Peek, at which point you can't do much with the data but recall it), BUT we CAN remember where to find all the information. It's like code snips for a test ^.^
and by 9 to power of 81 i think he ment by max elements in array and 9 per box which means that much combations in the whole game.. like playing a lottery..
6 minute intro x 8824 views = 36 days. like the videos though.
projectivemotion 1 month ago
SHHHH SHH SH SH SHHHH SHHH SH
SuperEpicSounds 1 month ago
This has been flagged as spam show
Awesome. Love the lecture!
katheryncruz24 1 month ago
I am thankful you're uploading this videos.
jhamien920 2 months ago
awe, I love him :)
dobraOsoba 11 months ago
55:45 That hospital should sue microshit and beyond that if the idiots in that hospital had any brains they wouldnt be using microshit for anything critical *at all*.
ThunderAppeal 1 year ago
I have never seen a segfault, a bugger overlfow or anything of this nature since I've been running Slackware GNU/Linux.
ThunderAppeal 1 year ago
Stack frames actually start at 39:00
BestTypoEver 1 year ago
".. then you produced a stack overflow vulnerability and we write you a recommendation letter to Microsoft." ROFL
Really great lectures, it is really good for people learning the little problems of programming and how to begin solving a problem! Thumbs up.
ChRiSiMoN 1 year ago 4
wonderful lectures, had problems doing sudoku assignment in java, and this helped me a lot
swaip1 1 year ago
Someone should give an update to this professor. Stack overflow attacks are "not" an issue any longer, ever since Intel introduced NX feature.
darijo203 2 years ago
hi darijo, thanks for your comment. i think we'd all love it if a simple change at the chip level could remove the problem of buffer overflows and perhaps even mem vulns in general! With the low level memory flexibility C give us comes great responsibility, sadly not fully appreciated by many c programmers. (if you remain unconvinced google "stack overflow advisory 2009"...) keep up the sceptical thinking tho, it is good to see.
unswelearning 2 years ago 13
I'd like to say something about the taking notes to the exam idea: in our modern way, this is by far the most logical thing to do. Humanity has amassed tons and tons and tons (and tons and tons) of data now... it's impossible to remember even a reasonable fraction of it (unless you're Kim Peek, at which point you can't do much with the data but recall it), BUT we CAN remember where to find all the information. It's like code snips for a test ^.^
humanProgression++;
Truthiness231 2 years ago
void TakeNotesToExam(){
knowledge++;
return knowledge;
}
amino0o 2 years ago
heh does that mean the knowledge is void? or that it's void of knowledge?
blackcastlesoft 2 years ago
I reeeeeeeeeeeeealy hope that was intentional.
doubleem12 2 years ago
it was
amino0o 2 years ago
error : Void not ignored as it ought to be.
0121ryanh117 2 years ago
lecture 22 is flagged as private :-(
I missed the sudoku program :-(
skinnycat59 2 years ago
Google: c source sudoku. It's been done a million times already.
When in doubt, Google it =P (and thus making them just a bit more powerful each time... but... yeah...)
Truthiness231 2 years ago
Lecture 22 is now public again
andrewredss 2 years ago
Yay! :-) thanks for letting me know
skinnycat59 2 years ago
Thank you, Richard and UNSW! :)
witchhammercult 2 years ago
is the wiki he talked about in the beginning available to the public? or just UNSW students?
theLichKing1 2 years ago
finishing up with sudoku program at 8:21
extension1337 3 years ago
Does any one of the link to the sumo robot video he was talking about and does anyone know the link to the forum he mentioned?
I love these videos.
cymonsgames 3 years ago
Cheats!
davidalfredjames 3 years ago
Stacks are French?^^
CptRick999 3 years ago
At 31:38, how does 9x9x9 becomes 9^81????
9x9x9==9^3== 729
TijuSujiT 3 years ago
yup 9 to power of 3 is 729
and by 9 to power of 81 i think he ment by max elements in array and 9 per box which means that much combations in the whole game.. like playing a lottery..
sspoke 3 years ago
if you look at how he wrote the expression he went like this
9x9x9...9^81
because the are 81 cells in a soduko grid and each cell can have 9 possible values, thus,
9^81
themarman 3 years ago