
zerodie.github.io
李嘉玲的技術筆記有時候要印出ruby array的內容,用for loop如果沒判斷index,最後又會多一個逗號或空格 1 2 nums = [1, 3, 5, 9, 15] puts nums *
http://zerodie.github.io/
有時候要印出ruby array的內容,用for loop如果沒判斷index,最後又會多一個逗號或空格 1 2 nums = [1, 3, 5, 9, 15] puts nums *
http://zerodie.github.io/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
0.7 seconds
16x16
PAGES IN
THIS WEBSITE
6
SSL
EXTERNAL LINKS
3
SITE IP
23.235.44.133
LOAD TIME
0.656 sec
SCORE
6.2
李嘉玲的技術筆記 | zerodie.github.io Reviews
https://zerodie.github.io
有時候要印出ruby array的內容,用for loop如果沒判斷index,最後又會多一個逗號或空格 1 2 nums = [1, 3, 5, 9, 15] puts nums *
useful helpers and functions in views - 李嘉玲的技術筆記
http://zerodie.github.io/blog/2012/01/28/useful-helpers
Useful Helpers and Functions in Views. 文字內容超過一定長度的部分,顯示成”…”. Once upon a time in a world far far away. Once upon a time in a world. Once upon a time in a world far far away. Once upon a ti. Once upon a time in a world far far away. 將文字內容中 n r 自動轉 p 和 br 等HTML tags。 P class=description Look ma! W(lorem ipsum dolor sit). Lorem, ipsum, dolor, and sit. W(lorem ipsum dolor sit). Lorem ipsum dolor, and sit. Number to currency 13.5 %. Time ago in words. Time ago in words @zombie.created at % ago.
customized rails application theme - Activo - 李嘉玲的技術筆記
http://zerodie.github.io/blog/2012/01/29/activo
Customized Rails Application Theme - Activo. Activo is a theme for Web-app-theme, Formtastic and Attrtastic. Simple use case in Rails 3.1 app. Http:/ www.w3.org/1999/xhtml. Title 後台 - 使用者 /. Stylesheet link tag activo/admin.css %. Render layouts/admin header %. Http:/ ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js. Javascript include tag activo/. Activo/admin.css 這支css裡面要include你要用到的stylesheets、activo/admin.js同理。 此範例是使用Rails 3.1,如何include可參考 asset pipeline. H3 class=title 使用者列表 /.
some useful ruby tips - 李嘉玲的技術筆記
http://zerodie.github.io/blog/2013/10/22/some-useful-ruby-tips
Some Useful Ruby Tips. Nums = [1, 3, 5, 9, 15]. Puts nums * "," #= "1,3,5,9,15". Posted by ChiaChia Lee. Laquo; customized rails application theme - Activo. Some useful ruby tips. Customized rails application theme - Activo. Useful helpers and functions in views.
如何合併多個commits - 李嘉玲的技術筆記
http://zerodie.github.io/blog/2012/01/19/git-rebase-i
如果你使用git做版本控管,在一個branch上開發一段時間後,commits看起來又多又雜亂,這個時候你可能會需要整理你的commits,將多個commits合併成1個,而git提供了一個指令可以幫助你完成這件事情 git rebase -i. Step1 $ git rebase -i 不變動的commit的SHA-1. Git rebase -i 49687a0a646954afdf3f4dae1f914ea793341ea2. Rebase 49687a0.d426a8a onto 49687a0. P, pick = use commit. R, reword = use commit, but edit the commit message. E, edit = use commit, but stop for amending. S, squash = use commit, but meld into previous commit. F, fixup = like "squash", but discard this commit's log message. Customized r...
Github page + Octopress - 李嘉玲的技術筆記
http://zerodie.github.io/blog/2012/01/19/octopress-github-pages
目標就是用Octopress建立自己的blog,host在Github page,網址是zerodie.github.com(host在github)。 Step1 建立自己的 Github page. New一個github repository,在project name的地方填入username.github.com,以我自己為例就是zerodie.github.com. 安裝Ruby 1.9.2。 Rvm install 1.9.2 & rvm use 1.9.2. Git clone git:/ github.com/imathis/octopress.git octopress. Cd octopress # If you use RVM, You'll be asked if you trust the .rvmrc file (say yes). Ruby - version # Should report Ruby 1.9.2. 參考 Deploying to Github Pages. Rake setup github pages. Git push origin source.
TOTAL PAGES IN THIS WEBSITE
6
zerodice.net - Registered at Namecheap.com
This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.
Zerodiciotto | Associazione di Promozione Sociale
Associazione di Promozione Sociale. Associazione di Promozione Sociale. Ci vediamo a settembre! Vacanzastudio sulle rive del Po. Workshop “Ho fatto un sogno”. Un aiuto “su misura”. Doposcuola Zuara, iscrizioni aperte. Sostegno Scolastico, iscrizioni aperte. Orgogliosamente motorizzato da WordPress. Tema: spun by Caroline Moore. Proudly powered by WordPress.
zerodiciotto onlus - 0 - 18 onlus
Progetto "I Care Home". Siamo ancora nel pieno delle vacanze, ma non è mai troppo presto per cercare VOLONTARI! Se hai qualche ora da donare ai più piccoli, contattaci o vieni a trovarci presso la. Casa dei Nonni" in via Campiglio 21, Oggiona con S.Stefano! Le attività riprenderanno a Settembre! IT 63 J 02008 50240 000100823822. Via Manzoni , 4. Powered by Wizard 2012.
Zerodict's Blog | Just another WordPress.com site
Just another WordPress.com site. October 27, 2010. Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging! Create a free website or blog at WordPress.com. Create a free website or blog at WordPress.com.
Zerodid.com
This domain may be for sale. Backorder this Domain. This Domain Name Has Expired - Renewal Instructions.
李嘉玲的技術筆記
Some Useful Ruby Tips. Nums = [1, 3, 5, 9, 15]. Puts nums * "," #= "1,3,5,9,15". Customized Rails Application Theme - Activo. Read on →. Useful Helpers and Functions in Views. 文字內容超過一定長度的部分,顯示成”…”. Once upon a time in a world far far away. Once upon a time in a world. Once upon a time in a world far far away. Once upon a ti. Once upon a time in a world far far away. Read on →. 如果你使用git做版本控管,在一個branch上開發一段時間後,commits看起來又多又雜亂,這個時候你可能會需要整理你的commits,將多個commits合併成1個,而git提供了一個指令可以幫助你完成這件事情 git rebase -i.
Zerodieci Studios - Studio di registrazione Genova - Provincia - Liguria -
www.zerodieci.org
Zero10
7, agosto, 2008. Posted by zerodieci under Uncategorized. Zero10 si è fermato da un po’ ormai. Niente di particolare a parte l’assoluta mancanza di tempo. Cercheremo ora di rimediare avendo comprato un appartamentino più piccolo ma confortevole, dove continuare a scrivere di Genova ed altro. Con un filo d’ironia in più. Sarà un modo per riprendere i contatti.tra vecchi articoli e nuove cose. 19, gennaio, 2008. La Panteka Ha Chiuso. Posted by zerodieci under Genova di Notte. Sarà anche il segno dei tempi,...
ZeroDieci Design | Life's too short for bad website!
Life's too short for bad website!
zerodiecieventi.it - Decolla online con il dominio giusto per zero dieci eventi.
Quattro lettere [ 1388. Tre lettere [ 695. Questo domino premium è in vendita! ZeroDieciEventi.it - Decolla online con il dominio giusto per zero dieci eventi. ZeroDieciEventi.it è in vendita! Domain Direct ha selezionato per te il nome a dominio ZeroDieciEventi.it, il punto di accesso ideale per il tuo business online. Iscriviti e acquista il tuo dominio! Perché comprare zerodiecieventi.it. Per dare vita al tuo nuovo progetto: parti con il nome giusto! Come avviene il trasferimento del nome a dominio?
SOCIAL ENGAGEMENT