Copy the link of the video page and paste it here:
Example: http://www.youtube.com/watch?v=a7FQPMiph9M
NEW!. You can download videos from Vimeo!. :-)
Utils:
![]() |
boots got a new toy i got a new toy!!!! can't wait to start playing live with it..... Tags: beats, boots, electro, lights, little, new, on, programming, rad, repeat, sequencer, stuck, tenorion, toy 1 Downloads - Last from: (Your Blog here!) |
![]() |
C++ OpenGL Lesson 1: A Simple OpenGL Project (OLD) http://xoax.net/ Download the project and code at http://xoax.net/cpp/crs/opengl/lessons/Lesson1/ For this C++ video lesson, we demonstrate how to set up a simple Visual Studio project, which uses OpenGL and GLUT. Please submit all questions to our forum: http://xoax.net/forum/ Copyright 2009 XoaX.net LLC Tags: 3d, c++, computer, game, glut, graphics, gui, interface, microsoft, opengl, programming, studio, user, visual, visualization 1 Downloads - Last from: (Your Blog here!) |
![]() |
C++ Tutorial - 3 - Declaration Statements and Variables Part 4 - http://www.youtube.com/watch?v=zu05hFPimYs Make sure to Subscribe to my Channel for all my latest videos!!! support my website too by registering at http://thenewboston.com Tags: 101, advanced, basic, c++, computer.., how, howto, learn, plus, programming, to, tutorial, tutorials 1 Downloads - Last from: (Your Blog here!) |
![]() |
C++ Console Lesson 33: Built-in Class Behavior http://xoax.net Lesson Page: http://xoax.net/cpp/crs/console/lessons/Lesson33/ This C++ tutorial explains built-in bahavior of classes in C++. Please submit all questions to our forum: http://xoax.net/forum/ Copyright 2008 XoaX.net LLC Tags: 2008, c++, classes, computer, lesson, microsoft, object, oriented, programming, science, studio, tutorial, video, visual 1 Downloads - Last from: (Your Blog here!) |
![]() |
The Reality Researcher Presents: Quiet Wars. Episode 1. Part 1 This is the first edition of Quiet Wars. A video series about cultural manipulation of the population through media. Tags: cats, caves, conformity, conspiracy, corporate, culture, documentary, dogs, funny, government, hollywood, individuality, lies, media, midgets, objective, programming, reality, society, subjective, television, truth 1 Downloads - Last from: (Your Blog here!) |
![]() |
Reactive Sparks Video of an "installation of seven double-sided vertical screens in front of the OSRAM main office in Munich." Created by artist Markus Lerner - markuslerner.com and brought to you by todayinart.com Tags: GL, art, artist, arts, computer, design, installation, interactive, java, open, programming, science, visual 1 Downloads - Last from: (Your Blog here!) |
![]() |
GP3EZ Robot Remix A simple robot that avoids crashing into things in its way. This was made with a very simple non-programming "script" and the GP3EZ controller (www.awce.com/gp3ez). Tags: diy, electronics, embedded, gadget, programming, robot, robotics 1 Downloads - Last from: (Your Blog here!) |
![]() |
The Go Programming Language Google Tech Talks October 30, 2009 ABSTRACT Presented by Rob Pike What is Go? Go is a new experimental systems programming language intended to make software development fast. Our goal is that a major Google binary should be buildable in a few seconds on a single machine. The language is concurrent, garbage-collected, and requires explicit declaration of dependencies. Simple syntax and a clean type system support a number of programming styles. For more on Go including FAQs, source code, libraries, and tutorials, please see: http://golang.org Tags: go, golang, google, language, programming, talk, tech 1 Downloads - Last from: (Your Blog here!) |
![]() |
C++ Console Lesson 35: A Simple Role-Playing Game http://xoax.net/ Lesson Page: http://xoax.net/cpp/crs/console/lessons/Lesson35/ This C++ video tutorial shows how to program a simple role-playing game or RPG in C++. This C+ video lesson builds on previous C++ console lessons. Please submit all questions to our forum: http://xoax.net/forum/ Copyright 2008 XoaX.net LLC Tags: c++, character, code, game, gaming, monster, playing, programming, role, rpg, teach, tutorial 1 Downloads - Last from: (Your Blog here!) |
![]() |
Scratch for Second Life Introducing Scratch for Second Life (S4SL), a new easier way to create behaviors for your creations. Just snap together blocks- no Linden Script needed. Download it (free) here: http://web.mit.edu/~eric_r/Public/S4SL/ S4SL is based on Scratch (http://scratch.mit.edu/). The soundtrack for this video was created with MmmTsss, my free playful looping software. Check out a video here: http://youtube.com/watch?v=EpBmSQFaGcw Tags: LSL, S4SL, SL, programming, scratch, secondlife 1 Downloads - Last from: (Your Blog here!) |
![]() |
How to make a pie chart in Visual Basic 2008 Visual Basic 2008 - Pie Chart! Just a simple tutorial on how to draw a pie chart using graphics :) codes: Public Sub DrawPieChart(ByVal percents() As Integer, ByVal colors() As Color, _ ByVal surface As Graphics, ByVal location As Point, ByVal pieSize As Size) Dim sum As Integer = 0 For Each percent As Integer In percents sum += percent Next Dim percentTotal As Integer = 0 For percent As Integer = 0 To percents.Length() - 1 surface.FillPie( _ New SolidBrush(colors(percent)), _ New Rectangle(location, pieSize), CType(percentTotal * 360 / 100, Single), _ CType(percents(percent) * 360 / 100, Single)) percentTotal += percents(percent) Next Return End Sub Button1_Click: Dim percents() As Integer = {TextBox1.Text, TextBox2.Text, TextBox3.Text} Dim colors() As Color = {Color.Blue, Color.Green, Color.Red} Dim graphics As Graphics = Me.CreateGraphics Dim location As Point = New Point(0, 0) Dim size As Size = New Size(200, 200) DrawPieChart(percents, colors, graphics, location, size) Tags: 2003, 2005, 2008, 2010, C#, C++, Chart, Diagram, Drawing, Edition, Express, Graph, Help, In, Microsoft, Pie, Studio, VB, Visual, Windows, coding, programming 1 Downloads - Last from: (Your Blog here!) |
![]() |
C++ Tutorial (Wrap 3 @ video 17) - Absolute n00b spoonfeed Video tutorials about programming in the C++ programming language. Pardon my imperfect english. Forum: http://cpptutorials.freeforums.org/ If you have any suggestions about how to make this video clearer, more n00b helpful, and explanatory, please send me a message. If you have any C++ questions, please comment. Tags: absolute, c++, cplus, cplusplus, cpp, game, how, make, n00b, newbie, noob, plus, program, programming, spoonfeed, to, tutorial, tutorials 1 Downloads - Last from: (Your Blog here!) |
![]() |
Interrupts: Interfacing a Microcontroller with a PS/2 Keyboard This video demonstrates how to use interrupts to interface a PS/2 keyboard with a microcontroller. For more information, see: http://www.nerdkits.com/videos/interrupts_and_ps2_keyboard/ Tags: atmega168, atmega328p, atmel, avr, cli, device, electronics, handler, input, interrupt, interrupts, irq, isr, keyboard, kit, kits, learn, microcontroller, mouse, nerdkits, programming, ps/2, ps2, request, sei, usb 1 Downloads - Last from: (Your Blog here!) |
![]() |
OpenGL Tutorial #4: Lighting, Part 1 of 2 This is part 1 of 2 of a video lesson explaining the basics of lighting in OpenGL. This lesson is part of the free OpenGL tutorial at http://www.videotutorialsrock.com/ , where the code for the lesson can be found. Tags: 3D, C++, GLUT, OpenGL, lighting, programming, shading, tutorial 1 Downloads - Last from: (Your Blog here!) |
![]() |
Hacking Screen - September 8, 2011 A nifty and visual present for my dear brother. Fully composed in After Effects CS5. Based on the MILG series. You can find his stuff right here http://soundcloud.com/marchonninger and here http://bit.ly/iLOtBY . Software used: - Photoshop CS5 - Bridge - Premiere CS5 - After Effects CS5 - Vegas Pro 9 Tags: adobe after effects, animation, audio, christopher, cinema, code, computer, film, gift, hack, hacking, honninger, lulzsec, marc, miuziqa, modern, numbers, present, programming, retro, screen, sfx, sound effects, soundcloud, sql injection, technology, terminal, tutorial, typing, vfx, visual effects 1 Downloads - Last from: http://downthisvideo.com/ (Your Blog here!) |
![]() |
C++ Tutorial (9) - Absolute n00b spoonfeed Video tutorials about programming in the C++ programming language. Part 9: * float, double, integer truncation * char Pardon my imperfect english. Forum: http://cpptutorials.freeforums.org/ If you have any suggestions about how to make this video clearer, more n00b helpful, and explanatory, please send me a message. If you have any C++ questions, please comment. Tags: absolute, c++, cplus, cplusplus, cpp, game, how, make, n00b, newbie, noob, plus, program, programming, spoonfeed, to, tutorial, tutorials 1 Downloads - Last from: (Your Blog here!) |
![]() |
PHP Tutorial - 18 - Beginning Forms Subscribe if you like my videos! Go to my website http://thenewboston.com/ if you need any help or have any questions. I will answer them all there! Tags: 101, advanced, basic, computer, how, howto, learn, mysql, php, programming, to, tutorial, tutorials 1 Downloads - Last from: (Your Blog here!) |
![]() |
Programming Tutorials / Game Making Check Video Description http://www.jimmyr.com/free_education.php Python and Macromedia Flash / Actionscript are probably the easiest to learn and setup games with. PHP Video Tutorials http://killerphp.com/ non-video php tutorials http://devzone.zend.com/tutorials JAVA http://webcast.berkeley.edu/course_details.php?seriesid=1906978343 w3schools has xml, html, javascript and just about everything http://www.w3schools.com/ C++ Game Making Video Tutorial http://www.rdxgames.net/projects/wrathlands/index.html Game Programming http://gpwiki.org/ http://en.wikipedia.org/wiki/Game_programming http://en.wikibooks.org/wiki/Programming:Game_Maker http://en.wikibooks.org/wiki/Game_Design_and_Programming C Programming http://webcast.berkeley.edu/course_details.php?seriesid=1906978272 3d programming with Python http://vpython.erikthompson.com/ Python For Games with Pygames lib http://rene.f0o.com/mywiki/PythonGameProgramming http://www.pygame.org/wiki/tutorials Ruby Video Tutorials http://www.rubyplus.org/ Merb Framework http://www.rubyinside.com/merb-tutorials-and-resources-716.html Flash Actionscript Game Making Tutorials http://www.emanueleferonato.com/2006/10/29/flash-game-creation-tutorial-part-1/ http://www.emanueleferonato.com/2006/11/18/flash-game-creation-tutorial-part-2/ http://www.emanueleferonato.com/2006/12/06/flash-game-creation-tutorial-part-3/ http://www.emanueleferonato.com/2006/12/23/flash-game-creation-tutorial-part-4/ Kirupa Flash Tutorials http://www.kirupa.com/developer/flash/index.htm 10 gillion python tutorials http://www.awaretek.com/tutorials.html#begin Official Python Tutorial http://docs.python.org/tut/ more http://www.lightbird.net/py-by-example/ C++ / C Programming Tutorials http://www.cprogramming.com/tutorial.html C++ Video Tutorals (Click ctrl+f and search "Paul Kunz") http://www.wlap.org/list-by-date.html For a C++ Compiler I recommend wxdevc++ http://wxdsgn.sourceforge.net/ Compiling in wxwidgets Lets your program work in all opperating systems http://www.wxwidgets.org/docs/tutorials.htm Javascript Wikibook http://en.wikibooks.org/wiki/JavaScript/Contents Google Video lectures http://video.google.com/videosearch?q=Google+EngEdu&so=3&start=0 Regular Expressions http://www.txt2re.com/ Assembly http://en.wikibooks.org/wiki/X86_Assembly %%programming Tags: best, c++, compiler, cpp, cprogramming, cygwin, devcpp, java, learning, lecture, php, programming, python, tutorial, video, wxwidgets 1 Downloads - Last from: (Your Blog here!) |
![]() |
Video tutorial NetBeans e Java Construindo uma Calculadora Lição 1 Neste vídeo tutorial mostro como contruir uma interface grafica para uma calculadora utilizando o NetBeans. Tags: .net, Basics, Innovation, Java, Microsystems, OOP, R&D, RFID, Sun, agilidade, application, aula, basic, builder, calculadora, calculator, caldas, coding, constructor, construindo, develop, developer, development, downloads, first, gráfca, guarapuava, gui, informaticon, iniciantes, interface, junit, lesson, let rock, metisse, microsoft, netbeans, objetos, orientação, oriented, overview, pinhux, português, programação, programming, ronaldo, software, swing, technology, test, tutorial, ui, unicentro, using, video 1 Downloads - Last from: (Your Blog here!) |
![]() |
How to make a login system and a notepad in vb6(optisoft) A very simple guide that can come out in astonishing results. Voted best in tutorials, games, software and music, optisoft brings you another extremely advanced and detailed tutorial in amazing High definition. Also check out the new, free version of optisoft products by clicking on the file icon on this website: www.downloadexpress.synthasite.com Please rate and subscribe. Optisoft will only continue their tutorials if feedback is given. Also. if you would like any tutorials please send me a private message with your request! Thankyou from: optisoft and gytu8. Tags: advanced, basic, browser, download, entertainment, extremely, login, music, notepad, optisoft, programming, runescape, system, thankyou, tutorial, vb6, visual, web 1 Downloads - Last from: (Your Blog here!) |