Showing posts with label libraries. Show all posts
Showing posts with label libraries. Show all posts

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

Friday, 15 February 2013

CAML Programming


CAML Programming





                                 Caml ( Categorical Abstract Machine Language ) is a general-purpose programming language. Caml supports functional, imperative, and object-oriented programming styles. Developed and distributed by INRIA. OCAML and CAML Light are the major implementations.  Caml language is widely used for teaching programming. 



Caml is widely used programming languages and used to develop applications that involve symbolic computation: automatic theorem provers, compilers and interpreters, program analyzers, etc. It is now used to develop software in many other application areas. Caml is an XML based markup language used with the family of Microsoft SharePoint technologies. 

Success stories regarding CAML Language Applications can be viewed at caml.inria.fr


Download Caml Compilers here



Advantages of CAML queries
It is fast.
Can be use it from all kind of technology like Silverlight, or Jquery.
You can use U2U CAML Query builder to generate CAML Query.
We can use LINQ syntax and the LINQ keywords.



Programming Caml with msdn( Microsoft )

Query schema of CAML : various queries with syntax and examples are given

OCAML hello world program :

print_endline "Hello, world!" ;;

Caml.net is a set of .NET language-based tools for creating dynamic, reusable CAML query components. Advantages of Caml.net, resources, installation guide with examples are given camldotnet.codeplex


OCAML online console, installation, tutorials, books, videos, papers, libraries, development tools, user manuals, cheat sheets are given in detail

Calm query builder its advantages, download link and installation guide


Jobs
OCAML Jobs and internships can be found at naukri.com or get them through by mail at  


Caml Basics and Advanced tutorials


Ocaml basics, exercises, official manuals, online tutorials, libraries, books and magazines, tools are given in detail at

Monday, 11 February 2013

C++ Programming


C++ Programming




                               C++ is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It adds object oriented features, such as classes, and other enhancements to the C programming language. C++ is one of the most popular programming languages and is implemented on a wide variety of hardware and operating system platforms. C++ provides more than 35 operators, covering basic arithmetic, bit manipulation, indirection, comparisons, logical operations and others. 
C++ supports object oriented programming, generic programming, data abstraction.



C++ Applications:
CAD
Adobe systems
Maya - 3D animation
Amadeus
Amazon.com
Apple
AT&T
Auto-desk and more at strostrup


C++ Applications, Compilers  GUI Libraries, Videos, Resources, Design and History, Tool-kits strostrup




Sample C++ programs are given in detail in


C++ Compilers are used to run the program after writing the complete code. Some of the best and mostly used Compilers are 


C++ IDE are used for writing code with help and compilers with interpreters. Some of the most used IDE's are






A good number of C++ Projects can be found here


Complete C++ overview of programs and programming languages, its features, history, documentation, reference, forum, source codes useful for beginners are completely available here


C++ Tutorials, quizzes, tips, job interviews, openings, code snippets


To become an expert programmer you should read this tutorial completely


Wiki books regarding c++ programming language each and every point in details is explained here.



cpp reference regarding libraries, containers, threads, headers, algorithms, iterators, utilities 



Thursday, 31 January 2013

APPLE SCRIPT



APPLE SCRIPT




                                      Apple Script is a scripting language created by Apple and it is the Language of Automation. Used to script the system itself. Apple Script has some elements of object-oriented programming, and some Lisp-like natural language programming tendencies, but does not strictly conform to either category. 

                                                           


Apple Script is Open Scripting Architecture. There are many Apple Events sent by the Mac OS. We can Script Editors also and use this for web services too.






                              


                                       When creating or updating an application for OS X and want it to be scriptable. As a scriptable application, users can invoke it in their AppleScript scripts and can write scripts to perform automated testing during development. We can also make the application accessible to Automator users, or access it through Apple’s Scripting Bridge, or through open source bridge technologies, using languages such as Objective-C, Ruby, and Python. 


You can find HELLO WORLD Program here  hello world program


Mac developer library for Apple script is libraries


The Ultimate Beginners Guide to Apple Script is mactutsplus and you can find the basics in this link and find further tutorials in other pages.


Mac Os X is designed, from the ground up, for automation and offers a variety of integrated tools and technologies to solve automation technologies. You can find much more interesting here macosxautomation



25 links for best apple script examples and tutorials