Source Code of Games

How To : Setup an Asterisk Server

Over the years, I have enjoyed playing with Asterisk. I have found Asterisk to be extremely powerful and fun to play with. There are several books and many scattered how to articles out there, but most are outdated and the information required to build Asterisk from beginning ...more

How To : Program with Python

Welcome to Google's Python Class – a seven-segment, two-part free virtual class for people with a little bit of programming experience who want to learn Python. The class includes written materials, lecture videos, and lots of code exercises to practice Python coding. The firs ...more

How To : Put up an Adobe Air Flex 3 encryption system

This tutorial series shows you how to put up an Adobe Air Flex 3 Encryption System. One of the weak points of Adobe AIR and Flex is there is no encryption system built in, making your data and applications vulnerable. But that's ok, because this tutorial will show you how to r ...more

How To : Create a molecule viewer in Papervision3D & Flex 3

Mike Lively of Northern Kentucky University shows you how to build an interactive Molecule Viewer in Papervision3D and Flex 3. This is a fun application building project for anyone learning Adobe Flex Builder 3 and a great resource for molecule viewer for students, educators, ...more

How To : Audit your code with the RATS code checking tool

Any hacker worth her salt will need to debug from time to time. One particularly efficient way to check your code is with the RATS code checking tool. In this video, you'll learn how to use the RATS code checking tool for C/C++, PHP and Perl. For a detailed walkthrough on how ...more

How To : Enable multiple key detection with Actionscript 3

Flash Actionscript 3 is a wonderfully powerful, but somewhat obtuse, tool for creating websites. This video will teach you how to use one particular function in the language, creating a class that has multiple key detection enabled. This will allow you to create a website wher ...more

How To : Use HipHop for PHP to improve website performance

HipHop for PHP is a source code transformer that allows you to optimize your PHP code easily, which will allow you website to run faster on less server space. This video is a record of a seminar on using HipHop done by a Facebook employee who had a hand in it's development. If ...more

How To : Embed code into Blackboard 9.1 to display iFrames

If you want to embed an iFrame into a Blackboard 9.1 page, you'll need to grab the code from whatever source you want (YouTube, Vimeo, Google Docs, etc.) and use the Build Content option in Blackboard. Select "Item" under the "Create" menu and turn off the Text Editor so that ...more

How To : Raise a flag when you get a new email

Systm is the Do It Yourself show designed for the common geek who wants to quickly and easily learn how to dive into the latest and hottest tech projects. We will help you avoid pitfalls and get your project up and running fast. Search Systm on WonderHowTo for more DIY episod ...more

How To : Get NES ROMs for an iPod Touch

This video will show you how to download old school Nintendo (NES) games on your iPod Touch. This will also work with an iPhone. Source link: markmon.mine.nu:90/iphone/repo/repo.plis t You might have to download a program called BSD in order to help make this work. It's not ...more

How To : Hack flash games with Household Hacker

Household Hacker demonstrates how to hack flash games. To get started, you need: 1. Cheat Engine: http://cheatengine.org/downloads.php 2. Your favorite flash game. We are going to show you how to hack any flash game using Cheat engine. You can hack games like bloons, deskt ...more

How To : Free your iPod with Rockbox

This how-to video will help you expand your iPod library. Rockbox turns your iPod into a FLAC- and OGG-playing, open-source monster. Learn how to install this custom firmware on your iPod to enable it to play all sorts of audio file types and even games. Watch this video tutor ...more

How To : Rip 3-D character models from Nintendo 64 games

With paper crafting you can build intricate paper models of your favorite characters, from Jack Sparrow to Nintendo's own Toad. This video tutorial shows you how to rip 3-D characters from your favorite Nintendo 64 games for the purposes of paper crafting. It will take some ed ...more

News : Learning Python 3.x as I go (Last Updated 6/72012)

Introduction I am currently starting to learn the Python programming language, programming languages make up all the programs that we use, that is enough for it to fascinate me if it isn't for you then maybe start reading this and you will quickly see how powerful it is. This ...more

How To : Compile and run a "Hello World" program in Java

You should already have the JDK installed on your computer, and you should already have optimized your computer's settings. See How to install the Java Development Kit to start programming to do that if you haven't already. After that, you can start working on your very first ...more

How To : View a hidden friends list on MySpace

MySpace gives users the ability to hide their friends list. This video walks you step by step through being able to view this list. First, go to the desired profile. You'll see the hidden friends list. Now, click on "Edit with notepad" and code will pop up on your notepad. Bec ...more

How To : Run an Adobe Flex Project from Google Code

This simple Adobe Flex tutorial shows how to download source code from Google Code and get it running in Adobe Flex. If you are new to programming and building applications with Adobe Flex, this project is a great way to practice or get started learning about Adobe Flex. This ...more

How To : Code Your Own Twitter Client in Python Using OAuth

This is my attempt to show people some cool things we can do with programming, and to give a small incentive for people to join the weekly Community Bytes. I wanted to make a tutorial on how to use Twitter from the command line with Python. This would have been an easy project ...more

How To : Build a 3D sinc plotter in Papervison3D and Flex 3

Mike Lively of Northern Kentucky University demonstrates how to create a 3D plotting program for the sinc math function. Part 1 shows how to convert a Flash Package into a Flex application. Part 2 shows how to get the sinc function running and add different textures. Create a ...more

How To : Install the WOW-Engine physics engine in Flex 3

Looking to install a physics engine for Flex or Papervision? In this video lesson, Mike Lively of Northern Kentucky University demonstrates how to install the Wow Physics Engine into Flex 3 for use with Papervision3D. For more, and to get started installing the WOW-Engine on y ...more

News : Is Open Source Really Insecure?

To go Open Source or go proprietary? There is a common conception that open-source is unsafe and insecure and therefore companies should rather go for proprietary solutions. They think that because software is termed "open-source", that the world can see the vulnerabilities of ...more

How To : Get started with Papervision3D in Adobe Flex 3

In this video we cover downloading Papervision 3D using tortoise svn then using those Papervision classes with open source code in Flex 3. This tutorial was created by Amanda Verrette of Northern Kentucky University of Mike Lively's Instructional Design Group. Watch as she sho ...more

How To : Create a timer program with VB.Net

Check out this two-part video tutorial to see how to make a VB.Net timer program in Microsoft Visual Basic 2008 Express Edition. This is a pretty complicate VB.Net program to make, so be prepared to design a cool program with VB.Net source code. Part 1 of 2 - How to Create a ...more

How To : Shorten URLs from the Command Line with Python

Shortening URLs has become a necessity in this age of Twitter and limited-character status updates. It not only allows us to cram more words into our oh-so-important Twitter statuses, but it also helps us with a few other things. Some Benefits of URL Shorteners We can create ...more

How To : Make a MySpace DIV overlay layout

Here we will be making a website page layout for your Myspace account. A very common thing that people find difficult is the alignment of things such as text boxes and other DIV's. This video will demonstrate the proper meaning of alignment, as we have an already misaligned pa ...more

How To : How Long Would It Take to Crack Your Password?

If you have any doubt about how secure that strong password you created really is, there's an easy way to check online. Just visit HowSecureIsMyPassword.net, which uses a combination of math and statistics to determine how long it would take for a PC to crack your password. It ...more

News : How-to Design Amazing Web Pages Using Basic HTML

INTRODUCTION In this world of Internet era, almost everyone wants to create theirs own web presence by either hosting their own blog, articles, photos, videos, reviews, etc etc . But some people choose their own way and decide to have something bigger! What is it? Its a websi ...more

How To : Build a simple Spark carousel

In order to build a Spark Carousel in Adobe, you can get the source code first, which is available here. If you decided to change your layout, at any time, after you have created your layout, it's just a matter of changing out a line of code. You can download the wheel layout ...more

  • Hot
  • Latest