The most easy way:
1.download git and install it. Then you will get "Git Bash" tool.
https://git-scm.com/downloads
2.follow the github the guid to upload your project
ex:
click let-top + button for new repository in GitHub site
or
link to https://github.com/new
→
type the Repository name → click Create repository → Open your "Git...
2018年10月26日 星期五
2018年8月18日 星期六
HOME LOAN CALCULATOR
There are so many HOME LOAN CALCULATOR in the internet.
However, does it satisfy you?
I can give you the personal HOME LOAN CALCULATOR.
This is my example:
Commit from the Google Form:
Analysis from the Google shapesheet:
Estimate monthly home loan repayment amount...
2018年5月21日 星期一
Image Generator
Do you remember the wildcard character in flashget? I generator the image by using wildcard character as (*...*).
Link:
ex: http://www-cvr.ai.uiuc.edu/ponce_grp/data/texture_database/samples/T01_(**).jpg
index from
to
Click me to calculate
function generator_image()
{
var cell_link = document.getElementById('cell_link').value;...
2018年5月11日 星期五
20180512換中華電信
網路用量{此欄用不到}
12G內
吃到飽
原方案
剩餘月份
剩餘應繳:
新方案
299
499
合約到期前差額:
違約金
省/虧:
續約未來30個月差額:
(退傭/買手機補貼)
Click me to calculate
calculate = function()
{
var cell_b = document.getElementById('cell_b').value;
var cell_c = document.getElementById('cell_c').value;
var cell_g = document.getElementById('cell_g').value;...
2018年4月25日 星期三
Tutorial from internet
KMP algo
Visualizing KMP & BM algorithms:
http://whocouldthat.be/visualizing-string-matching/
KMP字符串匹配算法1
https://www.youtube.com/watch?v=dgPabAsTFa8
KMP算法
https://www.youtube.com/watch?v=ViqecFWl...
2018年4月24日 星期二
Estimate Home Money
calculate = function()
{
var resources = document.getElementById('a1').value;
var minutes = document.getElementById('a2').value;
var people_fee = document.getElementById('a3').value;
document.getElementById('a4').value = parseFloat(resources) * ( 10 - parseFloat(minutes)) / 10 + parseFloat(resources) * 0.01 * people_fee + 1.2 +...