Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xsawyerx/perl-android-scripts
Collection of Perl scripts (examples, programs) that run on Android using ASE
https://github.com/xsawyerx/perl-android-scripts
Last synced: 18 days ago
JSON representation
Collection of Perl scripts (examples, programs) that run on Android using ASE
- Host: GitHub
- URL: https://github.com/xsawyerx/perl-android-scripts
- Owner: xsawyerx
- Created: 2010-04-29T15:31:08.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-09-15T09:22:17.000Z (about 14 years ago)
- Last Synced: 2024-10-18T23:15:41.043Z (27 days ago)
- Language: Perl
- Homepage:
- Size: 232 KB
- Stars: 45
- Watchers: 8
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a collection of Perl scripts that run on Android using ASE.
You can install an Android emulator using instructions from the Android
developers website and then install ASE (Android Scripting Environment).
Once you have it, you can install a Perl interpreter.Hopefully these scripts will show an example of how to develop on Android with
Perl.Directory structure:
bugs: scripts that cover certain bugs
examples: actual examples of programs which should be integrated with ASE
modules: modules we want to (or have) integrated into ASE
scriptlets: small little scripts that haven't materialized or stabilized
Android.pm: the main Android module
test.pl: our testing suite
README: this file