Tag: the

  • Tutorial – Python in Maya – Start – PT

    Tutorial – Python in Maya – Start – PT

    [EN] In this tutorial, i will show you how start your programming studies in Maya. We will see some simple commands in MEL in order to understand the Maya workflow, the results printed from Maya as histories and we will learn a little about the Script Editor. Remember to consult the Maya Help Command Reference,…

  • iPhone Game Programming – Tutorial Update 1

    iPhone Game Programming – Tutorial Update 1

    So I’ve decided to try something different, which is to provide a quick update on what I’m doing via a screen cast rather than the written word. Its just a small video of around 4 minutes and shows some of the things I’m working on at the moment. Let me know if you think if…

  • Simple Maxscript Tool Creation – 3DS Max Video Tutorial

    Simple Maxscript Tool Creation – 3DS Max Video Tutorial

    This is a video tutorial discussing the process of creating simple tools for 3DS max, including making simple scripts, toolbar buttons, and standalone floaters. I’ll be covering some basic programming in this, that hopefully will be understandable to someone who has never programmed before, but not be so slow to bother those who have. I’ll…

  • Programming/Problem Solving Tutorial

    Programming/Problem Solving Tutorial

    (Writing/Reading data) Write a program to create a file named Exercise8_22.txt if it does not exist. Write one hundred integers created randomly into the file using text I/O. Integers are separated by spaces in the file. Read the data back from the file and display the sorted data.

  • C# Programming tutorial – Step by Step for beginners

    C# Programming tutorial – Step by Step for beginners

    Free 1.5 hrs of the 4.5 hrs of C# video tutorial by PatrickVideos.com Buy the full video here http://www.patrickvideos.com Easy to follow step by step C# programming tutorial. In 4.5 hrs you will learn all the important concepts of C#, each explained using small simple programs. The teaching method used, will be the easiest way…

  • Arduino Programming – Interval tutorial

    Arduino Programming – Interval tutorial

    How to write a program that fires actions with different intervals without using the delay() function. Configuration of the serial port and printing values is also explained. Level : beginner with Arduino. ( Basic knowledge of programming principles like if/else and variables ). Download the code examples from kasperkamperman.com/blog/

  • iPhone Game Programming – Tutorial 10 – Part 1 – Game Structure

    iPhone Game Programming – Tutorial 10 – Part 1 – Game Structure

    You will be pleased to know that the first part of tutorial 10 is now available for viewing. It’s taken me much longer than I would have liked to get this ready, but I’m glad that at least part 1 is out. This part of the tutorial covers the changes to the project structure I…

  • JAVA Tutorial- Do’s and Don’ts of Java programming

    JAVA Tutorial- Do’s and Don’ts of Java programming

    http://bit.ly/194gpEz Whether you program regularly in Java, and know it like the back of your hand, or whether you’re new to the language or a casual programmer, you’ll make mistakes. The purpose of this webinar is to talk about some Do’s and Don’ts of Java programming. The webinar will cover the following areas: – Top…

  • iPhone programming tutorial: UIWebView

    iPhone programming tutorial: UIWebView

    In this tutorial, you’ll learn how tu build your own, simple web browser using the UIWebView class.