Pages tagged scripting:

Expect - Wikipedia, the free encyclopedia
http://en.wikipedia.org/wiki/Expect
10 Tips for Writing Efficient Bash Scripts | HACKTUX
http://hacktux.com/bash/script/efficient

Ten great tips for being efficient in bash.
Python Rocks! and other rants
http://personalpages.tds.net/~kent37/stories/00020.html
Great little intro to python
jessenoller.com - SSH Programming with Paramiko | Completely Different
http://jessenoller.com/2009/02/05/ssh-programming-with-paramiko-completely-different/
"Having spent a lot of time scripting around the binaries and trying to manage timeouts, standard out/in/error pipes, authentication, arguments and options all through ‘’subprocess”, ”popen2”, etc., I’m here to tell you wrapping command line binaries is prone to error, difficult to test, and painful to maintain." Tell me about it. I just about pulled my hair out trying to do sftp from a web-based script.
OpenSSH is the ubiquitous method of remote access for secure remote-machine login and file transfers. Many people — systems administrators, test automation engineers, web developers and others have to use and interact with it daily. Scripting SSH access and file transfers with Python can be frustrating — but the Paramiko module solves that in a powerful way.
Awk and Sed One-Liners Explained
http://www.osnews.com/story/21004/Awk_and_Sed_One-Liners_Explained
16 Very Useful Smarty Scripting Tips and Techniques to Make Templates Smarter
http://www.jampmark.com/php-programming/16-very-useful-smarty-scripting-tips-and-techniques-to-make-templates-smarter.html
XSS (Cross Site Scripting) Prevention Cheat Sheet - OWASP
http://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet
XSS (Cross Site Scripting)
Outertech - computer memory and cache optimization, tuneup and internet utility software
http://www.outertech.com/index.php?_charisma_page=product&id=1
Batchrun is a graphical script creation tool that eliminates the need for knowledge of arcane scripting languages to execute batches of commands. With Batchrun .brs batch files you can launch any number of programs or dialup connections with just a simple click. You can control the starting process with many properties like priority or run mode and control their behavior a tad. Download. A portable edition (manual installation) of Batchrun is also available. You can even do more than starting programs with the built-in file management functions like Copy, Rename, Makedir, Delete, End Process, Kill Process and Text to Clipboard. Batchrun batch files can be launched from Explorer or placed in StartUp folder or on the Desktop.
Outertech Windows software: CachemanXP - computer speed enhancement and tuneup utility that optimizes your computer memory and cache. Linkman - an internet utility to add, manage and verify your links, StartEd - the Windows startup editor and Batchrun - batchfile and script creator!
Introducing JSTalk, an alternative to AppleScript
http://gusmueller.com/blog/archives/2009/03/introducing_jstalk__an_alternative_to_applescript.html
"JSTalk's goal can described like this: JSTalk is to AppleScript, what Cocoa is to Carbon."
Hivelogic - Top 10 Programming Fonts
http://hivelogic.com/articles/view/top-10-programming-fonts/
Top 10 Programming Fonts
Here’s a round-up of the top 10 readily-available monospace fonts for your coding enjoyment, with descriptions, visual examples and samples, and download links for each.
list of fonts
Dan Benjamin's top 10 list of monospace fonts for development
プログラミング向けフォント10
Mac Hacks: 17 AppleScripts To Make Your Life Easier | Developer's Toolbox | Smashing Magazine
http://www.smashingmagazine.com/2009/05/22/mac-hacks-17-applescripts-to-make-your-life-easier/
Quelqies astuces AppleScript
If you are an experienced professional, chances are you have a good set of tools and a work process that you repeat on a daily
Google Open Source Blog: Introducing Android Scripting Environment
http://google-opensource.blogspot.com/2009/06/introducing-android-scripting.html
These scripts demonstrates several of the available APIs available for both Lua and Python. It is intended to be run as a service and silences the ringer when the phone is placed face down. For some scripting languages, like BeanShell, it's possible to access Android's Java API directly. To simplify things, ASE provides the AndroidFacade class. For other languages, like Python and Lua, the API is made available via JSON RPC calls to a proxy. Naturally this means that only the part of the API which has been wrapped by the AndroidFacade and AndroidProxy are available to cross-compiled interpreters like Python and Lua. Thankfully, both AndroidFacade and AndroidProxy are simple to extend.
Programming Android with scripting languages like Lua or Python.
Android apps for the rest of us? Now script Android apps in Python!
android-scripting - Google Code
http://code.google.com/p/android-scripting/
python for android
The Ultimate Beginner’s Guide To AppleScript « AppStorm
http://mac.appstorm.net/how-to/applescript/the-ultimate-beginners-guide-to-applescript/
AppleScript is a powerful scripting language that comes built-in to OS X. The principal use for AppleScript is the automation of tasks that are normally
The Ultimate Beginner’s Guide To AppleScript
AppleScript is a powerful scripting language that comes built-in to OS X. The principal use for AppleScript is the automation of tasks that are normally repetitious and time consuming. The best part about AppleScript is that you don’t have to be a genius programmer to use it. In fact, you don’t have to have any programming experience whatsoever. This article will show you how to write an AppleScript for nearly any application using the simple instructions that come hidden within each app’s framework. Intrigued? Read on!
JoobsBox
http://www.joobsbox.com/
* o and build a [...] o
JoobsBox is the most flexible framework for job boards, allowing community expand it to unlimited needs.
Plateforme web open source d'offres d'emploi développée en PHP avec le framework Zend.
ジョブボード
Skulpt
http://www.skulpt.org/
How to Debug Bash Scripts | Ayman Hourieh's Blog
http://aymanh.com/how-debug-bash-scripts
On how to trace Bash script execution.
Mac OS X Automation
http://www.macosxautomation.com/index.html
"Sooner or later every individual, business, or organization is challenged to perform repetitive or complex procedures on their computers. Whether the task is renaming numerous files, batch processing images, or building documents using data from multiple sources, the need for powerful automation tools is shared by all computer users. Mac OS X is designed, from the ground up, for automation and offers a variety of integrated tools and technologies to solve your automation challenges."
Sooner or later every individual, business, or organization is challenged to perform repetitive or complex procedures on their computers.
Sooner or later every individual, business, or organization is challenged to perform repetitive or complex procedures on their computers. Whether the task is renaming numerous files, batch processing images, or building documents using data from multiple sources, the need for powerful automation tools is shared by all computer users. Mac OS X is designed, from the ground up, for automation and offers a variety of integrated tools and technologies to solve your automation challenges.
JavaScript shell scripting / phpied.com
http://www.phpied.com/javascript-shell-scripting/
JavaScript shell scripting / phpied.com
Mac OS X Automation: Services
http://www.macosxautomation.com/services/index.html
Appleの「サービス」に関する説明。サンプルのサービスもダウンロードできる。
Linux Shell Scripting Tutorial - A Beginner's handbook
http://bash.cyberciti.biz/guide/Main_Page
BashPitfalls - Greg's Wiki
http://mywiki.wooledge.org/BashPitfalls
Bash shortcuts « Tales From a Cold Network Admin
http://talesofacoldadmin.wordpress.com/bash-shortcuts/
"The $(</path/to/a/file) #Thanks Croooow This isn’t exactly a variable, more a method of reading files, but it is optimized beyond the cat command to work with bash scripts "
SynJunkie: Command-Line Kung Fu
http://synjunkie.blogspot.com/2008/03/basic-dos-foo.html
net stop
Extending Tokyo Cabinet DB with Lua - igvita.com
http://www.igvita.com/2009/07/13/extending-tokyo-cabinet-db-with-lua/
Tokyo Cabinet is a trove of hidden of gems, the more you learn about it, the more you will appreciate the design and technical decisions behind it. By database standards it is a young project (started in 2007), but since it is a successor to the QDBM project developed by Hirabayashi-san (2000-2007), we could make the argument that it has been, in fact, nine years in the making.
http://www.tcl.tk/doc/scripting.html
http://www.tcl.tk/doc/scripting.html
Article about advantages of scripting languages over system programming languages
Scripting: Higher Level Programming
Scripting languages such as Perl and Tcl represent a very different style of programming than system programming languages such as C or JavaTM. Scripting languages are designed for "gluing" applications; they use typeless approaches to achieve a higher level of programming and more rapid application development than system programming languages. Increases in computer speed and changes in the application mix are making scripting languages more and more important for applications of the future.
Featured Windows Download: Batchrun Creates Automated Scripts Easily
http://lifehacker.com/5137665/batchrun-creates-automated-scripts-easily
batch .bat
Batchrun is a graphical script creation tool that eliminates the need for knowledge of arcane scripting languages to execute batches of commands.
Project SIKULI
http://sikuli.csail.mit.edu/
Logiciel d'automatisation de tâches dans un OS avec une approche visuelle/graphique.
"Sikuli is a visual technology to search and automate graphical user interfaces (GUI) using images (screenshots). The first release of Sikuli contains Sikuli Script, a visual scripting API for Jython, and Sikuli IDE, an integrated development environment for writing visual scripts with screenshots easily. Sikuli Script automates anything you see on the screen without internal API's support. You can programmatically control a web page, a desktop application running on Windows/Linux/Mac OS X, or even an iphone application running in an emulator."
Sikuli is a visual technology to search and automate graphical user interfaces (GUI) using images (screenshots).
Project SIKULI
http://sikuli.org/
automate anything you see AND automate using screenshots this is one of my dreams!
Sikuli is a visual technology to search and automate graphical user interfaces (GUI) using images (screenshots). The first release of Sikuli contains Sikuli Script, a visual scripting API for Jython, and Sikuli IDE, an integrated development environment for writing visual scripts with screenshots easily. Sikuli Script automates anything you see on the screen without internal API's support. You can programmatically control a web page, a desktop application running on Windows/Linux/Mac OS X, or even an iphone application running in an emulator.
Programming environment for scripting that has a visual system that recognizes gui elements.
Project SIKULI
http://groups.csail.mit.edu/uid/sikuli/
Sikuli is a visual technology to search and automate graphical user interfaces (GUI) using images (screenshots). The first release of Sikuli contains Sikuli Script, a visual scripting API for Jython, and Sikuli IDE, an integrated development environment for writing visual scripts with screenshots easily. Sikuli Script automates anything you see on the screen without internal API's support. You can programmatically control a web page, a desktop application running on Windows/Linux/Mac OS X, or even an iphone application running in an emulator.
Perfection kills » Javascript quiz
http://perfectionkills.com/javascript-quiz/
Interesting JavaScript quiz based around closures and orders of evaluation. Some of the questions are quite mindbending.
Great quiz and comments.
Set Operations in the Unix Shell Simplified - good coders code, great reuse
http://www.catonmat.net/blog/set-operations-in-unix-shell-simplified/
Very useful bash examples of operations with sets
10 Tools To Add Some Spice To Your UNIX Shell Scripts
http://www.cyberciti.biz/tips/spice-up-your-unix-linux-shell-scripts.html
A
CoolStuff
Linux.com :: Automatically process new files with fsniper
http://www.linux.com/feature/150200
fsniper lets you monitor specified directories and execute scripts on any new files that are created in them. Because fsniper uses inotify to monitor its directories, the actions you define are executed as soon as filesystem changes happen. This makes fsniper both more immediate than an hourly cron job and more efficient.
fsniper lets you monitor specified directories and execute scripts on any new files that are created in them. Because fsniper uses inotify to monitor its directories, the actions you define are executed as soon as filesystem changes happen.
Red Sweater Software - Scripts
http://www.red-sweater.com/AppleScript/
Some handy MacOSX scripts (via DF)
mac utility scripts for everyday tasks
Red Sweater Software - Scripts
http://www.red-sweater.com/AppleScript/
Some handy MacOSX scripts (via DF)
mac utility scripts for everyday tasks