SlideShare a Scribd company logo
Setting up Android && ASE
    ●   Download JRE
    ●   Download Android SDK
    ●   Add $PATH to ~/.bashrc
    ●   Install SDK components
    ●   Add new virtual device
    ●   Start the device
    ●   Remove Chinese keyboard
    ●   Install ASE
                                  
Setting up Dancer
    ●   Dancer is a web framework
    ●   (kind of like Ruby's Sinatra)
    ●   I like it, I help develop and release it
    ●   cpanm ­l . HTTP::Body HTTP::Headers URI 
          HTTP::Server::Simple 
          HTTP::Server::Simple::PSGI YAML Template 
          Module::Refresh Dancer
    ●   mhere File::Spec::Unix FileHandle utf8
    ●   cp utf8_heavy.pl, unicode
                                   
It works!




             
… sort of :)




                

More Related Content

PDF
ORTC SVC SimulCast
PDF
Extensible web #html5j
PDF
Helpful pre commit hooks for Python and Django
PDF
Extensible web
PPTX
CasperJS
PDF
SF Grails - Ratpack - Compact Groovy Webapps - James Williams
PPTX
Docker session I: Continuous integration, delivery and deployment
KEY
Server side scripting smack down - Node.js vs PHP
ORTC SVC SimulCast
Extensible web #html5j
Helpful pre commit hooks for Python and Django
Extensible web
CasperJS
SF Grails - Ratpack - Compact Groovy Webapps - James Williams
Docker session I: Continuous integration, delivery and deployment
Server side scripting smack down - Node.js vs PHP

What's hot (20)

PPTX
Improving WordPress Theme Development Workflow - Naveen Kharwar.
PPTX
Nodejs web service for starters
PDF
OSDC.no 2015 introduction to node.js workshop
PDF
An Introduction of Node Package Manager (NPM)
PPTX
casperjs presentation
PPTX
Modern Development Tools
PDF
Integrating Node.js with PHP
PDF
Vagrant are you still develop in a non-virtual environment-
PDF
Vagrant - Team Development made easy
PDF
Introduction to NPM and building CLI Tools with Node.js
PDF
Laravel Poznań Meetup #12 - "Speed up web API with Laravel and Swoole using ...
PDF
DevOps Series: Extending vagrant with Puppet for configuration management
ODP
Introduction to webGL
PDF
Docker as development environment
PPTX
Modern web technologies
PDF
Rapid API development on MongoDB
PPTX
Difference between php and node
PPTX
Create Rest API in Nodejs
PPTX
PHP and node.js Together
PDF
Vagrant
Improving WordPress Theme Development Workflow - Naveen Kharwar.
Nodejs web service for starters
OSDC.no 2015 introduction to node.js workshop
An Introduction of Node Package Manager (NPM)
casperjs presentation
Modern Development Tools
Integrating Node.js with PHP
Vagrant are you still develop in a non-virtual environment-
Vagrant - Team Development made easy
Introduction to NPM and building CLI Tools with Node.js
Laravel Poznań Meetup #12 - "Speed up web API with Laravel and Swoole using ...
DevOps Series: Extending vagrant with Puppet for configuration management
Introduction to webGL
Docker as development environment
Modern web technologies
Rapid API development on MongoDB
Difference between php and node
Create Rest API in Nodejs
PHP and node.js Together
Vagrant
Ad

Viewers also liked (18)

ODP
Red Flags in Programming
PDF
Our local state, my, my - Understanding Perl variables
PDF
do_this and die();
PDF
Asynchronous programming FTW!
PPTX
Shopper
PDF
PerlDancer for Perlers (FOSDEM 2011)
PPTX
Betsy_ ICP_ Delicious
ODP
Moose (Perl 5)
ODP
Moose - YAPC::NA 2012
PDF
Perl Dancer for Python programmers
PDF
Do Bugs Reside in Complex Code?
ODP
Moose talk at FOSDEM 2011 (Perl devroom)
PDF
Asynchronous Programming FTW! 2 (with AnyEvent)
PDF
Your first website in under a minute with Dancer
PPTX
WAITING AT THE TABLE
PPTX
table appointments
PPTX
TABLE SETTING
PDF
XS Fun
Red Flags in Programming
Our local state, my, my - Understanding Perl variables
do_this and die();
Asynchronous programming FTW!
Shopper
PerlDancer for Perlers (FOSDEM 2011)
Betsy_ ICP_ Delicious
Moose (Perl 5)
Moose - YAPC::NA 2012
Perl Dancer for Python programmers
Do Bugs Reside in Complex Code?
Moose talk at FOSDEM 2011 (Perl devroom)
Asynchronous Programming FTW! 2 (with AnyEvent)
Your first website in under a minute with Dancer
WAITING AT THE TABLE
table appointments
TABLE SETTING
XS Fun
Ad

Recently uploaded (20)

PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Machine learning based COVID-19 study performance prediction
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
Big Data Technologies - Introduction.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
Cloud computing and distributed systems.
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Encapsulation theory and applications.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
MIND Revenue Release Quarter 2 2025 Press Release
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Diabetes mellitus diagnosis method based random forest with bat algorithm
Machine learning based COVID-19 study performance prediction
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
The AUB Centre for AI in Media Proposal.docx
NewMind AI Weekly Chronicles - August'25-Week II
Big Data Technologies - Introduction.pptx
cuic standard and advanced reporting.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Spectral efficient network and resource selection model in 5G networks
Unlocking AI with Model Context Protocol (MCP)
Mobile App Security Testing_ A Comprehensive Guide.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Cloud computing and distributed systems.
Reach Out and Touch Someone: Haptics and Empathic Computing
Encapsulation theory and applications.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Dropbox Q2 2025 Financial Results & Investor Presentation
MIND Revenue Release Quarter 2 2025 Press Release

Perl Dancer on Android (first attempt)

  • 1. Setting up Android && ASE ● Download JRE ● Download Android SDK ● Add $PATH to ~/.bashrc ● Install SDK components ● Add new virtual device ● Start the device ● Remove Chinese keyboard ● Install ASE    
  • 2. Setting up Dancer ● Dancer is a web framework ● (kind of like Ruby's Sinatra) ● I like it, I help develop and release it ● cpanm ­l . HTTP::Body HTTP::Headers URI  HTTP::Server::Simple  HTTP::Server::Simple::PSGI YAML Template  Module::Refresh Dancer ● mhere File::Spec::Unix FileHandle utf8 ● cp utf8_heavy.pl, unicode    
  • 4. … sort of :)