Showing posts with label scripting. Show all posts
Showing posts with label scripting. Show all posts

Sunday, 10 March 2013

AUTOIT


AUTOIT






                                            AutoIt is a freeware automation language for Microsoft Windows. AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting.










Features:
  • Easy to learn BASIC-like syntax
  • Simulate keystrokes and mouse movements
  • Manipulate windows and processes
  • Interact with all standard windows controls and more autoscript


Autoit video tutorials

Official autoit forum for various queries

Another valuable forum for autoit






bunch of AutoIt scripts and utilities by google

Tutorials pertaining to autoit

Autoit documentation, running its scripts, cmd line parameters, editors, installation, language reference, GUI reference, macros and functions reference and appendix at

Wednesday, 6 March 2013

Maya


MAYA Embedded Language (MEL)






                          Maya Embedded Language (MEL) is a scripting language used to simplify tasks in Autodesk's 3D Graphics Software Maya. Maya is very powerful. When Maya application is launched and loads of scripts are executed in the background and without any interface. Maya is mainly used for animations. Any object, light, camera, or just any entity can be animated by changing the value of its parameters in time. 










Maya, is 3D computer graphics software that runs on Windows, Mac OS and Linux, originally developed by Alias Systems Corporation (formerly Alias|Wavefront) and currently owned and developed by Autodesk. It is used to create interactive 3D applications, including video games, animated film, TV series, or visual effects.








Maya Embedded Language video tutorial

Maya beginner tutorials


Maya beginner ppt

Autodesk Maya official website, with product trail, features, training and support. Maya for Film, Games, Television, Design Visualization, Digital Media

MAAC teaches various courses Maya, vfx, motion graphics, 3D film, modeling texturing, tutorials, placements,

Maya Digital Studios pioneered the art and technology of Computer Animation & Digital VFX in India






100+ maya tutorials for all categories of users

Some other useful tutorials

Everything for maya, one of the free source








Support from Autodesk Maya

Lynda tutorials for Maya beginner and intermediate level

Maya training and tutorials by examples in form of videos


Tuesday, 5 February 2013

BASH



BASH



                                                   Bash ( Bourne Again Shell Manual ) is a UNIX shell written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. Bash is a command processor, allowing the user to type commands which cause actions.  A program was responsible for mediating the transaction between the operator and the machine, i.e., the command interpreter or shell.

There are two primary ways to use the shell: 
interactively and by writing shell scripts.
  • interactive mode, the user types a single command 
  • shell scripting, the user types anything from a few lines to an entire program into a text editor, then executes the resulting text file as a shell script.


Why Bash?
  • System administration
  • Ubiquitous
  • Reusable
  • Versatile


Complete details of bash shell programming with lot of examples at tdlp.org


Bash reference manual is at 



Downloading Bash, its documentation, mailing lists about discussion, development, translating bash, licensing details are given here

Bash command line commands for Linux


Advanced Bash Tutorials

Bash tutorials for beginners


Bash shell commands are given here in detail about its synopsis, description, options, arguments, definition, reserve words, shell grammar, comments, quoting, parameters, expansion,  functions, arithmetic evaluation, conditional expressions, command execution, simple command expansion, exit status, signals, job control, prompting, read line, history, history expansion, shell built-in commands,  restricted shell, files, authors, bug reports are at ist best described here mediacollege