Showing posts with label examples. Show all posts
Showing posts with label examples. Show all posts

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


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!');
}

Friday, 1 March 2013

ECMA SCRIPT



ECMA SCRIPT





                                             ECMA language is widely used for client-side scripting on the web, in the form of several well-known dialects such as JavaScript, JScript and ActionScript.

Ecma 262 pdf can be downloaded here.

Ecma 262 can be viewed online here

Thoughts on Ecma Script and new syntax are at






Ecma script compatibility for various browsers and its syntax are given

Ecma scripting basics and using the Rhino interpreter and features

Ecma Script examples

Ecma use of arrays with strings and numbers



Introduction to Ecma script by dev.opera

Ecma Script for XML

Ecma regarding interpretation, lexical environments, java script, coffee script, different articles regarding Ecma script

Ecma overview, examples, Iteration objects, semantics, Built-in operators, API, discussion are at




Tuesday, 19 February 2013

Cold Fusion


Cold Fusion




                                  ColdFusion is rapid web application development platform. ColdFusion purchased by Adobe include advanced features for enterprise integration and development of rich Internet applications. ColdFusion was designed to connect simple HTML pages to a database.





Features of Cold Fusion:

Tomcat Integration
Improved and revamped Scheduler
Support for HTML5 sockets
Search integration with Apache Solr
Flex® and Adobe® AIR® lazy loading
XPath integration
HTML5 enhancements
HTML5 video player and Adobe Flash® Player
Improved web services support
Hotfix installer and notification
Security enhancements
Support for RESTful web services
Language enhancements
Dynamic and interactive HTML5 charting
Object relational mapping enhancements
View all features adobe.com





Cold fusion is interacted with Java and .Net to add new features. CFML is a scripting language for web development that runs on the JVM, the .NET framework, and Google App Engine. Various CFML engines are available
Almost 100 and more built-in tags and custom tags are present in CMFL.
Ralio is open source software which implements the CFML scripting language for creating dynamic websites and applications.


ColdFusion from basics to advanced tutorials: Tutorials regarding installation, editors, syntax, database, queries, mail, file functions, charts, administrator tools, books regarding CF are at quackit

Basic guide for Cold Fusion Tutorial are 

This tutorial is given by Adobe as a reference for all beginner, intermediate and advanced




Cold fusion libraries and their usage and example are given

Home of Cold fusion gives details about CF-Talk, Jobs, mailing lists, programming with other languages (integration)

Hello world beginner tutorial

Cold fusion 10 and its download with various editions

Hosting partners various sites which are flexible for hosting Cold Fusion

Jobs related to Cold Fusion are posted in various places and websites

A bunch of Cold Fusion examples

Sunday, 10 February 2013

C Language


C Language



                                         C is a general purpose programming language. It had formerly been coded in assembly language in systems like UNIX. C is one of the mostly used programming languages of all time. Many languages are developed by the influence of C.



Why C?

C is the precursor and inspiration for all of the most popular high-level languages available today. C programs can be compiled and run on any processor. C allows the programmer to write directly to memory. Dynamic memory allocation is under the control of the programmer. C provides a uniform, clean interface. 


Where is C used?
Embedded System such as Operating Systems using Assembly Language
System Programming
Open Source Software
Video Games
Language Compilers
Language Interpreters
Text Editors
Printer Spoolers
Network Drivers
Data bases


C language Keywords: Each and every keyword with specific example is explained at tigcc.ticalc

C programming is given with programs regarding graphics, mouse movements and examples in huge number where all programs are working at


Programming is where you think logically to solve a problem , here is the way where you learn programming by coding. You can practice various problems by solving them, compete in contests, discus your doubts in forums and get solutions and can win prizes also at codechef


Your resource for  C language beginner tutorials, resources, practice problemsreferences


C programming for engineering applications, graphics, integration, interaction with hardware, scientific applications, math applications, software tools, games, networking and distributed system, creating libraries and much more can be viewed with source code here dmoz.org


C projects regarding various topics are given in indiaexam

C language beginner experiments, games and graphics, code snippets, data structures, programming in UNIX, programming in GNU-LINUX,  hardware interaction through C, math logic's, sorting, searching, miscellaneous programs at


Hello world program


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

Sunday, 3 February 2013

ASP.NET



ASP.NET




                                            ASP.NET is a server-side Web application framework designed for Web development to produce dynamic Web pages. It is used to build websites, web apps and for web services.

Official Website for asp.net is http://www.asp.net

Various development tools are used for developing ASP.NET Applications
  • Microsoft visual studio
  • Microsoft Share Point Designer
  • Microsoft Expression Web
  • Adobe Dreamweaver

                                               

Dotnet nuke and BFC ( Base one Foundation component Library ) are the frameworks use for building database, distributed computing applications, Web applications, CMS which allows for modules, skins and providers. We can have both client side and server side components including AJAX functionalities.


Why ASP.NET?
  • Less Coding: Dynamic Web App Building 
  • Multi-language compatibility: It has multiple languages support like C#, J#, VB.NET.
  • Ability to create web forms: rich internet web forms and online applications.
  • Security: data-validation and authentication. 
  • Ease of development.
  • Auto debugging .
  • Data Access: ASP .NET can collaborate with ADO .NET to work with databases .
  • Improved Performance and Scalability.        (View in detail

Projects related to ASP.NET, where you can find ideas related to asp.net language, help from the forums and much more interesting at 1000 projects  



Asp.net open source projects regarding blogs, cms, e-commerce, frameworks, toolkits, controls, forums, galleries etc links here wiki.asp.net



Jobs dot net careers provides jobs regarding asp.net and various other sources. Asp.Net developers have various opportunities in various fields in software industry with high pay .


Asp.net Tutorials for Beginners