Usr6 Posted October 16, 2010 Report Share Posted October 16, 2010 (edited) Introduction to Computer Science I is a first course in computer science at Harvard College for concentrators and non-concentrators alike. More than just teach you how to program, this course teaches you how to think more methodically and how to solve problems more effectively. As such, its lessons are applicable well beyond the boundaries of computer science itself. That the course does teach you how to program, though, is perhaps its most empowering return. With this skill comes the ability to solve real-world problems in ways and at speeds beyond the abilities of most humans..Course IndexHow Computers Work, BinaryIntroduction to Programming and ScratchThreads and Programs with Multiple ScriptsBinary Numbers, Programming Languages, Working in Linux, and Programming in CSecure File Transfer, Variable Types, and Arithmetic OperatorsStandard Input Functions, Boolean Expressions, and LoopsCryptography, Bugs, Integer Casting, and FunctionsLocal and Global Variables, the Stack, Return Values, and ArraysStrings as Arrays, Command-Line Arguments, and more CryptographyRun Times and Algorithms, RecursionSorting: Bubble Sort, Selection Sort, and Merge SortHardware, Processors, and Implications for SoftwareGreedy Algorithms, Software Design and DebuggingPointersPointers and Arrays, Dynamic Memory AllocationPointer Arithmetic, Structures, File I/OLinked ListsInserting and Deleting Elements in Linked Lists, Doubly-Linked ListsHash Tables, Dealing with CollisionsPointers to Pointers, Binary Search Tree, Tries, HeapsHeapsort, Jeopardy!Huffman Coding TheoryBitwise Operators, Underneath the Hood - From Code to Executable FileDangerous Functions, Secure CodeThe Internet and Webpages - HTTP and XHTMLIntroduction to PHPUser Input, Setting up a Login Page, SQLThreats, Part 1Threats, Part 2Introduction to LISPBrief Introduction to System Programming and Machine OrganizationConclusionscursul:CS 50materiale de curs:OpenCourseWarevideo curs,explicat pe intelesul tuturorptc de inspiratie pt post Edited October 16, 2010 by Usr6 1 Quote Link to comment Share on other sites More sharing options...
adonisslanic Posted October 16, 2010 Report Share Posted October 16, 2010 Wow, imi place vocea lui chiar ma ajuta sa ma concentrez, dar exista vreo versiune downloadabila a cursurilor? chiar mi-ar placea asa ceva Quote Link to comment Share on other sites More sharing options...
adonisslanic Posted October 16, 2010 Report Share Posted October 16, 2010 (edited) Hmm uite, mai simplu ia linkul asta Introduction to Computer Science I / OpenCourseWare are si alte cursuri decat cs50. Eu o sa fac ca la scoala o ora pe zi un clip si invat, fac temele de acolo etc. E chiar super ca ne lasa sa vedem aceste cursuri Edit: Mai tare chiar, uite cursurile curente, daca reusiti sa ajungeti la zi, puteti lucra odata cu studentii "realtime" http://cs50.tv/2010/fall/ Edited October 16, 2010 by adonisslanic Quote Link to comment Share on other sites More sharing options...
Alexander33 Posted October 16, 2010 Report Share Posted October 16, 2010 (edited) super tare m-am uitat la ala cu "Introduction to Programming and Scratch" si e super tare LE: Foloseste mult acest program Scratch la cursuri... Edited October 16, 2010 by Alexander33 Quote Link to comment Share on other sites More sharing options...
black_death_c4t Posted October 17, 2010 Report Share Posted October 17, 2010 dar exista vreo versiune downloadabila a cursurilor? support , me wants too. Quote Link to comment Share on other sites More sharing options...
adonisslanic Posted October 17, 2010 Report Share Posted October 17, 2010 Matzo, uite aci This is CS50 / Lectures e siteul lor pentru elevi, sunt uploadate cursurile in aceeasi zi in care sunt facute, au si download, au si notite, si exemple de cod Quote Link to comment Share on other sites More sharing options...
black_death_c4t Posted October 17, 2010 Report Share Posted October 17, 2010 thnx pisi . Quote Link to comment Share on other sites More sharing options...
Usr6 Posted October 18, 2010 Author Report Share Posted October 18, 2010 (edited) pt practica ei au servere linux dedicate;)am gasit un shell free pe care se pot pune in practica exercitiile respective (nano,gcc, php,mysql, etc)Creare cont nou:Host shellmix.com port 30Login : newuser Password : newuser conectarea se face pe portul 22 cu datele personaleshellmix*poate foloseste cuiva:) Edited October 18, 2010 by Usr6 1 Quote Link to comment Share on other sites More sharing options...
Flubber Posted October 18, 2010 Report Share Posted October 18, 2010 (edited) Daca fiecare profesor ar fi explicat cu o asemenea pasiune si nu numai, ce bine ar fi fost, chiar m-as fi dus la scoala de placere.Multumesc pentru link-uri si info, nu stiam de ele, sunt super.Later edit:[COLOR=black][B]Week 0[/B][/COLOR] [COLOR=black][/COLOR] [COLOR=black]Introduction. Bits. Binary. ASCII. Programming. Algorithms. Scratch. Statements. Boolean expressions. Conditions. Loops. Variables. Threads. Events.[B]Week 1[/B] C. Source code. Compilers. Object code. SSH. SFTP. GCC. Functions. Comments. Standard output. Arithmetic operators. Precedence. Associativity. Local variables. Types. Casting. Standard input. Libraries. Boolean expressions, continued. Conditions, continued. Loops, continued.[B]Week 2[/B] Functions, continued. Global variables. Parameters. Return values. Stack. Frames. Scope. Arrays. Strings. Command-line arguments. Cryptography.[B]Week 3[/B] Linear search. Binary search. Asymptotic notation. Recursion. Bubble sort. Selection sort. Insertion sort. Debugging.[B]Week 4[/B] Merge sort. Structures. Dynamic memory allocation. Stack and heap. Pointers. Debugging, continued.[B]Week 5[/B] CS50 Library. Stack and heap, continued. Pointers, continued. File I/O. Forensics. Linked lists.[B]Week 7[/B] Stacks. Queues. Valgrind. Bitwise operators. Hash tables. Trees. Binary search trees. Tries.[B]Week 8[/B] HTTP. HTML. PHP.[B]Week 9[/B] PHP, Continued. SQL. JavaScript. Ajax.[B]Week 10[/B] JavaScript, Continued.[B]Week 11[/B] Life after 50.[B]Week 12[/B] Exciting conclusion.[/COLOR]https://www.cs50.net/lectures/Video download inclus.Altceva:Niste release-uri, un header si un .chttps://www.cs50.net/pub/releases/cs50/+ CS50.tv: www.cs50.tv / http://cs50.tv/2010/fall/ Edited February 13, 2011 by Flubber lectii -- video download + releases 1 Quote Link to comment Share on other sites More sharing options...
Usr6 Posted March 28, 2013 Author Report Share Posted March 28, 2013 update, cursul din 2012:Week 0 Introduction. Bits. Binary. ASCII. Programming. Algorithms. Statements. Boolean expressions. Conditions. Loops. Variables. Threads. Events. Week 1 C. Source code. Compilers. Object code. Functions. Comments. Standard output. Arithmetic operators. Precedence. Local variables. Types. Casting. Standard input. Libraries. Boolean expressions, continued. Conditions, continued. Loops, continued. Week 2 Functions, continued. Global variables. Parameters. Return values. Stack. Frames. Scope. Arrays. Strings. Command-line arguments. Cryptography. Week 3 Linear search. Binary search. Asymptotic notation. Bubble sort. Selection sort. Merge sort. Week 4 Recursion. Debugging. File I/O. Structures. Pointers. Dynamic memory allocation. Heap. Week 5 CS50 Library. Pointers, continued. Forensics. Week 6 File I/O. Linked lists. Stacks. Queues. Hash tables. Trees. Binary search trees. Tries. Week 7 Huffman coding. Bitwise operators. HTTP. HTML. Week 8 CSS. PHP. SQL. Week 9 SQL, continued. JavaScript. Ajax. Design. Week 10 Security. Week 11 Life after 50. playlist: home pagehttps://www.cs50.net/ 1 Quote Link to comment Share on other sites More sharing options...