Programming, Videos
Videos 1 to 20
Free Pascal Tutorial 14 - Records For Role Playing Games - Lazarus
from recent posts - blip.tv (beta) on December 01, 2009
Duration: 462
Duration: 462
This program uses records as a demonstration on how they can be used in a roll playing game. This program is just a demonstration and not a true RPG game. If you wish, you can use this code and logic to create one. All code is at http://www.schoolfreeware.com
also in: Code Compiler Creating Download Education Free Freeware Game Gaming Lazarus Learn Learning Linux Loop Mac Magic Monsters Pascal Playing Procedure Program Programming Record Repeat Roll Rpm School Schoolfreeware Tutorial Until Windows
Free Pascal Tutorial 13 - On the Record - Lazarus
from recent posts - blip.tv (beta) on November 30, 2009
Duration: 584
Duration: 584
Records are a special data type that can group variables of the same or different data types together. This overcomes some obstacles. For example, arrays can only hold data of the same data type, however, arrays can hold records that contain different data types within the record. The syntax of the record is: type Name_Of_Record = record property1:datatype; property2:datatype; property3:datatype; end; var Name_Of_Variable:Name_Of_Record; This tutorial will: 1) Create a program using a record. 2) Show how to use the "with" command to save time and typing 3) Place a record into an array 4) Use a record to create creatures for a roll playing game All code in this tutorial can be downloaded at: http://www.schoolfreeware.com
also in: Array Code Data Download Education Free Freeware How Lazarus Learning Pascal Program Programming Records Rpg Schoolfreeware Student Technology Tutorial Type
Kyle Oba on Webbing
from recent posts - blip.tv (beta) on November 30, 2009
Duration: 2524
Duration: 2524
Kyle Oba describes Webbing, a lightweight web services framework.
also in: Clojure Programming Technology Webservices
Caroline Hu Flexer: Turning a Nursery Rhyme into an Apple Staff Favorite iPhone App
from WebDevelopmentandSites - recent posts - blip.tv (beta) on November 28, 2009
Duration: 1712
Duration: 1712
The co-founder of Duck Duck Mouse demonstrates how a 2 year old child inspired some of the best selling children's apps. Don't miss the five tips at the end of the presentation.
also in: Dustormagic Iphone Apps Programming Children Web Development Sites
Parallel Programming Talk 56 - James Reinders at SC09
from random posts - blip.tv (beta) on November 24, 2009
Duration: 481
Duration: 481
Check out the detailed show notes for more information on this week's episode, and join us Tuesdays at 8AM Pacific on to catch the show LIVE!
also in: Code Developers Intel Intelsoftware Intelsoftwarenetwork Intelsoftwarenetworktv Isntv Parallel Parallelprogrammingtalk Programming Software Talk Technology




