Monday, 11 March 2013

AUTOLISP


AUTOLISP






                                         AutoLISP is a Lisp programming language built exclusively for use with the full version of AutoCAD and its derivatives, which comprise of AutoCAD Map 3D, AutoCAD Architecture and AutoCAD Mechanical.

Why AutoLISP?
Auto Lisp don’t need any prior programming language skills, you can straightforward learn Auto Lisp and simultaneously, do AutoCAD customization.

  • AutoLISP works on any version of AutoCAD
  • Faster than VBA
  • Special editor is not needed to edit AutoLISP
  • good to program beginners
  • Very stable, almost no bug


AutoLISP have rich set of functions that you can use to carry out any activity in AutoCAD automatically.

Advantages of AutoLISP

  • AutoLISP can do advanced calculations.
  • AutoLISP can interact with the user, pausing to get input.
  • AutoLISP can create entities in existing drawings, or even make complete drawings from scratch.
  • AutoLISP can interact with the drawing database, both extracting information from it and changing information in it.
  • AutoLISP can create, read, and revise files and more at http://ronleigh.com/autolisp/aadvanta.htm


Ultimate Auto Lisp tutorial for beginners, Intermediate, Advanced, Extreme

Afra Lisp learning Auto Lisp for Auto CAD productivity

Free AutoLISP and Visual LISP code snippets for AutoCAD. Visual LISP technology is a tool for code creation in the AutoCAD software application.

Autolisp forum for your queries

Google docs on Auto Lisp

Auto Lisp codes free samples

List of commands for Auto Lisp

Visual Lisp examples

Auto Lisp Jobs and opportunities


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

Friday, 8 March 2013

Objective-C


OBJECTIVE - C






                                       Objective-C is a general-purpose, high-level, object-oriented programming language. It’s a superset of the C programming language. Objective-C inherits the syntax, primitive types, and flow control statements of C and adds syntax for defining classes and methods. 










There are many Objective– C coding conventions, methods, accessor methods,
Learn Objective C tutorial with object oriented concepts and C language

Mac developer library

Learn Objective C Day by day


Objective C at rypress tutorial

Objective C Beginner Tutorials

Courses for programming and development of applications for  Iphone, Ipad, mac 

Objective C programming books in depth for both beginner tutorials, advanced tutorial

Objective C video tutorial

Lynda tutorial on Objective C









Why Objective C?

  • It’s a powerful language,
  • Easy-to-learn,
  • Object-oriented version of C,
  • Provide dynamic binding,
  • Run-time type identification, and persistence
  • Easy to understand code
  • Well organized language
  • kind of functionality
  • open style of dynamic binding



Objective C Jobs

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 March 2013

MATLAB


MATLAB






                                   MATLAB is a numerical computing environment a high-level language and interactive environment for numerical computation, visualization, and programming. MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages, including C, C++, Java, and FORTRAN. Matlab is a tool for doing numerical computations with matrices and vectors.








Official Website for MATLAB

Matlab Programming

Tutorial regarding programming MATLAB










Notes on efficient Matlab Programming

Official Matlab videos and examples

A Practical Introduction to Matlab








Matlab and Simulation student version

ODE software for Matlab

MATLAB Tutorials and Learning Resources

Beginners guide to matlab

Matlab and simulink control tutorials


Monday, 4 March 2013

JAVASCRIPT


JAVA SCRIPT





                                                 JavaScript (JS) is an interpreted computer programming language. It was originally implemented as part of web browsers so that client-side scripts may interact with the user, control the browser, communicate asynchronously and alter the document content that is displayed.






JavaScript is used in billions of Web pages to add functionality, validate forms, communicate with the server, and much more. JavaScript is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions.






JSON and JQuery are other Java Script libraries designed to simplify client side scripting. Java Script is used an Intermediate Language. 

Server-side JavaScript: Node.js is latest example for Server side scripting.

One of the best resources for learning Java Script, where you are addicted to coding

An Excellent kit for Java Script resources, you can get various free scripts, tutorials, references, applets, transitions and much more at

Enable Java Script in your browser, any web browser you use

Mozilla developer network with documentation, data structures, technologies overview, inheritance, canvas, tools and advanced resources,

Hello world example







JQuery
Jquery User Interface interactions, effects, widgets, and themes framework
Quint- Js unit testingframework






Jquery for mobile
Some best examples of Java script






Other useful Java Script Tutorials for Beginners


Sunday, 3 March 2013

Dart Language


DART LANGUAGE 







                                                   Dart is an open-source Web programming language developed by Google. Dart – a class-based language inspired by SmallTalk, Java and C++ and supposed to be faster than JavaScript.

Official website is http://www.dartlang.org/






Technical overview of dart language is

Book on Dart language in detail

Tour of Dart Language is








Dart tools editor, sdk, chromium with dart virtual machine

Dart Resources, code samples, API resources, presentations, videos, community, frequentl asked questions

Dart news and updates

Hello World example:
main() {
  print('Hello World!');
}