Room Name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html ng-app="sort"> | |
<body ng-controller="SortingController"> | |
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0-rc.2/angular.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.1.0/lodash.min.js"></script> | |
<table border="1"> | |
<tr ng-repeat="c in data"> | |
<th>data[{{ $index }}]</th> | |
<th>{{ c }}</th> | |
<th><div style="width: {{ c * 30 }}px; height: 30px; background: black;"></div></th> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
ควนผำเป็นวิทำสลับคี วิธีกวนสร้างคำผาร ร่าเวียก กำผวนคาร
จี๊ข้อโนทย์ ให้แครมเขียนโปรกุณ ผำควน ห้อยใหน่
กรณางค์มีหลายพยี ให้ใช้กี่ดังต่อไปน้ฏ
- 2 พยางค์ ผีพยางค์ท่วน 1 กับ 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style scoped> | |
.container { max-width: 100%; } | |
</style> | |
<h1>Task and Schedule</h1> | |
<h2>Tasks</h2> | |
<table class="table table-bordered"> | |
<thead> |