So I've just jailbroken my Kindle, and want to run Ruby on it. This is what I have right now on my Kindle:
Make sure you've also enabled usbnetwork
so that you can SSH to your kindle via USB.
import java.io.BufferedReader; | |
import java.util.Scanner; | |
import javax.swing.JOptionPane; | |
interface Dialog { | |
void say(String message); | |
String ask(String question); | |
} |
<style scoped> | |
.container { max-width: 100%; } | |
</style> | |
<h1>Task and Schedule</h1> | |
<h2>Tasks</h2> | |
<table class="table table-bordered"> | |
<thead> |
<h1>TSP Status Report</h1> | |
<h2>Week 10 (Cycle 2.1)</h2> | |
<table class="table"> | |
<thead> | |
<tr> | |
<th></th> | |
<th class="text-center">Plan</th> | |
<th class="text-center">Actual</th> |
gets.to_i.times { puts gets.strip | |
.gsub(/^([^aeiou]*)([aeiou]\w*)( [^aeiou]*)([aeiou]\w*)$/, '\\1\\4\\3\\2') | |
.gsub(/^([^aeiou]*)([aeiou]\w*)( \w+ [^aeiou]*)([aeiou]\w*)$/, '\\1\\4\\3\\2') | |
.gsub(/^(\w+ [^aeiou]*)([aeiou]\w*)( \w+ [^aeiou]*)([aeiou]\w*)$/, '\\1\\4\\3\\2') | |
.gsub(/^(\w+ [^aeiou]*)([aeiou]\w*)( \w+ \w+ [^aeiou]*)([aeiou]\w*)$/, '\\1\\4\\3\\2') | |
.gsub(/^(\w+ \w+ [^aeiou]*)([aeiou]\w*)( \w+ \w+ [^aeiou]*)([aeiou]\w*)$/, '\\1\\4\\3\\2') | |
.gsub(/^(\w+ \w+ [^aeiou]*)([aeiou]\w*)( \w+ \w+ \w+ [^aeiou]*)([aeiou]\w*)$/, '\\1\\4\\3\\2') } |
ควนผำเป็นวิทำสลับคี วิธีกวนสร้างคำผาร ร่าเวียก กำผวนคาร
จี๊ข้อโนทย์ ให้แครมเขียนโปรกุณ ผำควน ห้อยใหน่
กรณางค์มีหลายพยี ให้ใช้กี่ดังต่อไปน้ฏ
<h1>TSP Status Report</h1> | |
<h2>Week 9 (Cycle 2.1)</h2> | |
<table class="table"> | |
<thead> | |
<tr> | |
<th></th> | |
<th class="text-center">Plan</th> |