nixers
[C] Write in C - Let it Be. - Printable Version
+- nixers (https://nixers.net)
+-- Forum: Development & Graphics (https://nixers.net/Forum-Development-Graphics)
+--- Forum: Programming On Unix (https://nixers.net/Forum-Programming-On-Unix)
+--- Thread: [C] Write in C - Let it Be. (/Thread-C-Write-in-C-Let-it-Be)


[C] Write in C - Let it Be. - Robby - 28-08-2012

Youtube:
http://www.youtube.com/watch?v=XHosLhPEN3k

This is so effing cool, better than original but not the best vocalist. I can't figure out how to embed youtube so sorry about that.


RE: Write in C - Let it Be. - gurhush - 28-08-2012

(28-08-2012, 10:00 PM)Robby Wrote: better than original

[Image: DfuYN.png]



RE: Write in C - Let it Be. - Dritz - 29-08-2012

Awesome song!

@ Robby

BTW, I just so happend to be lightly stalking you on the Youtubes and I noticed that you like Hinder.

Interesting fact:

The lead singer went to my highschool, and a friend of one of my friends played on the same baseball team with him.

It's a small world after all... :)


RE: Write in C - Let it Be. - Robby - 29-08-2012

(29-08-2012, 02:12 AM)Dritz Wrote: Awesome song!

@ Robby

BTW, I just so happend to be lightly stalking you on the Youtubes and I noticed that you like Hinder.

Interesting fact:

The lead singer went to my highschool, and a friend of one of my friends played on the same baseball team with him.

It's a small world after all... :)

@Neo I made something that says hello dipshit last night out of boredom.
@Dritz I know you commented saying something about me, lol. Hinder are epic, indeed a small world xD


RE: Write in C - Let it Be. - Jayro - 29-08-2012

This is an awesome video! Maybe we should all get around to learning C.


RE: Write in C - Let it Be. - Robby - 29-08-2012

Well I'm waiting for two C books to arrive until then I'm only doing basic shit when I'm bored. I'm reading my Python book as just reading material until they arrive, ironic?


RE: Write in C - Let it Be. - FreeBSD - 04-09-2012

C would be awesome to learn! Don't have a ton of time right now though..


RE: Write in C - Let it Be. - pac - 04-09-2012

Don't know why but I'm speechless(Cause of the text in the video).


RE: Write in C - Let it Be. - D9u - 16-09-2012

Code:
#include < stdio.h>

void main()
{
    printf("\nDidnt watch the video. Slow connection.\n\nI have a dog eared copy of Kernighan and Ritchies ANSI C 2nd Edition.\nHighly recommended.\n");
}