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
- Host: GitHub
- URL: https://github.com/maxandersen/as7scripting
- Owner: maxandersen
- Created: 2011-07-13T12:03:39.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T23:26:52.000Z (almost 11 years ago)
- Last Synced: 2025-04-12T06:07:23.608Z (about 1 year ago)
- Language: Perl
- Homepage:
- Size: 478 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
-