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, because there are a lot of good information in this great documentation.

    [PT]
    Nesse tuturial, eu mostrarei como iniciar seus estudos de programação no Maya. Nós veremos alguns comandos simples em MEL para compreender o fluxo de trabalho do Maya, os resultados retornados do Maya como historicos e nos aprenderemos um pouco sobre o Script Editor. Lembre de consultar a Ajuda de Referencias de Comandos Maya, pois existem muitas boas informacoes nessa otima documentação.
    Check out these cool WordPress plugins! – CodeRevolution.

  • 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 small video updates are useful or not. They don’t take long to do and I think its good to show the kind of things which will be coming up.
    Check out these cool WordPress plugins! – CodeRevolution.

  • 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 be covering the Listener window, how to make scripts, add them to the toolbar, and make tools that can be saved and shared with others.

    Find more at aarondabelow.com
    Check out these cool WordPress plugins! – CodeRevolution.

  • 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.
    Check out these cool WordPress plugins! – CodeRevolution.

  • 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 to learn C Sharp, that you will ever find.
    Check out these cool WordPress plugins! – CodeRevolution.

  • 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/
    Check out these cool WordPress plugins! – CodeRevolution.

  • 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 have made along with how I am managing different game scenes such as the main menu and core game scene. It also covers some of the changes I’ve made to the Image class etc.
    Check out these cool WordPress plugins! – CodeRevolution.

  • 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 10 mistakes made by Java programmers – How to avoid them

    – Core Java- Best Practices – This covers good and bad practices both

    – How to prepare for Java Interviews and Sun Java Exams

    – Q&A

    Key learnings from this webinar:

    – It will benefit both junior and senior java professionals so that they don’t make common errors

    – Clarity of concepts of Java

    – Better awareness of best practices of Java
    Check out these cool WordPress plugins! – CodeRevolution.

  • 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.
    Check out these cool WordPress plugins! – CodeRevolution.