An open API service indexing awesome lists of open source software.

https://github.com/maxandersen/as7scripting

Experiment to collect as many different programming language snippets for deploying to AS 7
https://github.com/maxandersen/as7scripting

Last synced: 10 months ago
JSON representation

Experiment to collect as many different programming language snippets for deploying to AS 7

Awesome Lists containing this project

README

          

AS7 Example scripts
===================

After watching Jason Greene's scripting of AS7 Video
(http://vimeo.com/26363489) I thought it could be fun to create the
same in other languages.

If you know a language that is not represented here yet then send a pull request :)

deploy.pl - Perl, using standard CPAN libraries

deploy.sh - Bash with Curl

deploy.rb - Ruby with [json](https://rubygems.org/gems/json) and [rest-client](https://rubygems.org/gems/rest-client) gems

deploy.py - Python with standard libds

-