Month: พฤษภาคม 2009
มาลอง พัฒนา Application ร่วมกับ Git กันเถอะ (1)
- by NAzT
Git คืออะไร ? ว่าง่ายๆ Git ก็คือ opensource ที่ใช้เป็น version control system นั่นแหละครับ หรือ นิยามเต็มๆ ก็คือ
Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server.Branching and merging are fast and easy to do. Git is used for version control of files, much like tools such as Mercurial, Bazaar, Subversion, CVS, Perforce, andVisual SourceSafe. อ้างจาก http://git-scm.com/
พอพูดถึงนิยามไปแล้ว เรามาลองใช้ git กันเลยดีกว่า
- เราต้องติดตั้ง git ก่อน (Download and install Git )
- ทดลองสร้าง Directory หรือไฟล์ ดังนี้ $ mkdir ProjectName $ cd ProjectName $ touch README
- สั่ง git init เพื่อสร้าง repository $ git init
- เมื่อสร้างไฟล์ใดๆแล้วให้สั่ง git add ชื่อไฟล์ หรือถ้าต้องการ add ทั้งหมดก็สั่ง git add . ได้เลย $ git add .
- เมื่อทำอะไรเรียบร้อยแล้วก็ต้องยืนยันการกระทำโดยสั่ง git commit -m ‘COMMENT’ $ git commit -m ‘First Commit README added)
- ถ้าต้องการสร้าง branch ใหม่ก็สั่ง git branch branchname $ git branch newbranch
- ต้องการ switch branch ก็สั่ง git check branchname $ git checkout newbranch $ git branch
ตามไปดู ตัวอย่างการใช้งานจริงได้ที่ VDO การพัฒนา Grails application ร่วมกับ Git เพื่อเพิ่ม productivity ก็ได้คร้าบบ
คราวหน้ามาพูดถึง github กันครับ
[Pre] GitHub Command (Blog From Terminal)
- by NAzT
nazts-macbook:~ NAzT$history | grep git 68 grails create-app gitdemo 69 cd gitdemo/ 79 cd gitdemo/ 80 git init 81 git add . 82 git commit -m “initial checkin” Read this article »
[Twitter] อ่าน User Timeline มาใส่ Blog โดยไม่พึ่ง Plugin
- by NAzT
ขั้นแรกเตรียมช่องไว้ใส่ข้อความจาก User Timeline ก่อน
<div id=”twitter”> <h2>Twitter</h2> <ul id=”twitter_update_list”></ul> <br/> </div>
ต่อไปก็ เอา Code Java Script ไปใส่ไว้ข้าง Read this article »
[Note]-Google Wave
- by NAzT
วันนี้เปิด twitter มา ก็เห็น tag #googlewave ก็ลองไปเปิดๆ search ๆ ดู แล้วก็ไปดู clip vdo ที่ http://wave.google.com/
พอดูแล้ว … เฮ้ย เจ๋งดี เหมือนกับว่า google สร้าง googlewave ขึ้นมาโดยใช้ product เดิม อย่างเช่น gmail, gdocs, gtalk ….. ทั้งหลายทั้งปวง
ทำให้ เราสามารถทำงาน ร่วมกัน … คุยกัน ใช้ชีวิตประจำวันด้วยกัน …. realtime โคตรๆ ชอบๆ
Google Wave is a new tool for communication and collaboration on the web, coming later this year. Watch the demo video below, sign up for updates and learn more about how to develop with Google Wave.
From wave.google.com
http://wave.google.com/ Went Walkabout. Brought back Google Wave. http://googleblog.blogspot.com/2009/05/wen…oogle-wave.html Introducing the Google Wave APIs: what can you build? http://googlewavedev.blogspot.com/2009/05/…s-what-can.html Google Wave Federation Protocol http://www.waveprotocol.org/
Related Blogs
- Privacy — A Setback for Google? « ResourceShelf
- May Windows Live Essentials Wave 4 not compatible with Windows XP …
- Target Your Audience Via Online Marketing | Attorney Directory …
- Akademi Fantasia Travel » Wave Rock of Hyden – Surfing on the Land
- Sonnd › <a href="http://www.mondaynote.com/2010/05/02/balkanizing …
- Why choose a comfortable height toilets? | Solar Comfort Heater
- Deewana (Full Song) By Param D [HQ]
- Opera Finds Flash Unappetizing For Web Video [Blockquote] | Gadget …
- Series C:Half Height Door Kit | Home Computer Desk Furniture …
- Yoko height increasing device? | Grow Taller Free
- Opera Finds Flash Unappetizing For Web Video [Blockquote]
- Name That Anime – Screencap Challenge! #7 @ Anime Princess
- OPINION: Dorothy Height's Life Is An Example To All Young Women …
- Tillers » Blog Archive » poulan pro front tine tiller – 24in. till …
- Cialis brand name « Erectile Dysfunction
- WordPress width issues by net2ride | Web Freelancing – Website …
- How Google Wave Got Its Groove Back | Web Design Cool
- Valley View Online™ » Home of the Spartans » Home of the Spartans …
- A 15kg object is released from a height of 90cm above its lowest …
- Opera Finds Flash Unappetizing For Web Video [Blockquote …
[Shell Script] ค้นหาไฟล์ ลบไฟล์ ที่เลยมาแล้ว 10 นาที
- by NAzT
ตัวอย่างนี้จะส่ง ls -l เมื่อเจอไฟล์ที่มีอายุ 15 นาทีขึ้นไป
$ find ~/CRON_LOCKS_FILE/ -mmin +15 -type f -exec ls -l {} \;
อันนี้จะลบไฟล์ที่มีอายุ 3 วันขึ้นไป
$ find /u1/database/prod/arch -type f -mtime +3 -exec rm {} \;
Related Blogs
- What type of movie is harder to sit through without losing your mind?
- Let's Look At Locks. | High Tech Safety Self Defense
- Indicators That Describe The Presence Of Type 1 And Type 2 …
- HOUSING: Freddie Mac exec urges borrowers to keep paying mortgages …
- What Type Of Home Insurance Coverage To Choose? « It is So Easy to …
- Opera Finds Flash Unappetizing For Web Video [Blockquote] | Gadget …
- PortaBase a basic database application with a very nice interface …
- Opera Finds Flash Unappetizing For Web Video [Blockquote]
- What are the techniques thieves use to steal locked bicycles? How …
- Does Type 2 diabetes require insulin? | Free Articles About Breast …
- Which type of economy can give happyness and minimal or reasonable …
- Blood Type and Diet ? Weight Loss & Optimal Health | WomansIndex.net
- Blood Type Nutrition | WomansIndex.net
- Opera Finds Flash Unappetizing For Web Video [Blockquote …
- Do You Need DVD Database Software? « SoftwareShop.net
- Open source software exec Bearden named an Entrepreneur-in …
- Gulf spill will “forever” change drilling: BP exec | optimum …
- BP Exec on Containment Dome: “It Has Failed” « naked capitalism
- file 3 | file 3
- MySQL database interface implementation and application of VC (1 …
[Twitter] Follow กลับ คนที่มา Follow เรา
- by NAzT
Script Follow กลับ ด้าวยภาษา ruby
ก่อนอื่นต้องลง twitter gem ด้วยคำสั่ง sudo gem install twitter (อย่าลืมอัพเดต ก่อนด้วยนะ)
ไฟล์ config มีหน้าตาเป็นแบบนี้นะ FILE (.twitter)
email: my_twitter_email password: my_twitter_password
#!/usr/bin/env ruby
require 'rubygems'
require 'twitter'config = YAML::load(open(".twitter")) httpauth = Twitter::HTTPAuth.new(config['email'], config['password']) base = Twitter::Base.new(httpauth)
base.followers.each do |follower| if !follower.following begin base.friendship_create(follower.id, true) rescue puts "An error occurred: #{$!}" end puts "Created friendship with #{follower.screen_name}" end end ได้มาจาก http://travisonrails.com/2009/04/22/Twitter-Gem-Examples
Related Blogs
- Puppet type for HTTP Authentication
- Specops software upgrades password management products …
- Building a More Efficient Ruby Interpreter | My Efficient Planet
- Config-Model related project for GSoC 2010 « Ddumont's Blog
- Matthew Yglesias » Trouble With the “End User” Exemption
- 4 Email Marketing Strategies – Improve Your Sales or Traffic via …
- How do I get started developing Ruby Web applications …
- SLAM ONLINE | » Jackson, Artest Put Twitter Beef To Bed
- Michael Jackson's Kids to End up in Care? | Showbiz Spy …
- What is Twitter? It's Social News Networking | SEOptimise
- HTTP authentication from PHP
- Palin: Founders meant to base law on Bible and Ten Commandments …
- Reach More Customers With An Email Marketing List « Shopping-Mall.net
- Base camp, friends, waiting… « Jordan Romero
- Letitbit Password Generator v1.2 [UPDATED] By HIPER Rapidshare …
- Travel to Macedonia, the hidden gem of Balkans – Sep '09 | Where …
- Citibank Presale Password John Mayer in Bethel, NY …
- Free Presale Password for Rush in San Antonio, TX | Going2theshow.com
- Free Presale Password for John Mayer in First Midwest Bank …
- Email @gmail.com Is No longer Verified By Google
วิธีลบ Quicksilver
- by NAzT
วิธีลบ Quicksilver หรือ reset configuration
503 sudo rm -rfv ~/Library/Application\ Support/Quicksilver/ 504 sudo rm ~/Library/Preferences/com.blacktree.Quicksilver.plist
Related Blogs
- Django Staging Server: Apache Configuration
- Manitoba Hydro and NRCan Support Extreme Cold Weather Biodiesel …
- Opera Finds Flash Unappetizing For Web Video [Blockquote] | Gadget …
- a centre-left nation needs what kind of government? | afoe | A …
- Opera Finds Flash Unappetizing For Web Video [Blockquote]
- Baby Einstein Musical Motion Activity Jumper « murielbretz
- Matthew Yglesias » The Left and Economics
- Opera Finds Flash Unappetizing For Web Video [Blockquote …
- What kind of software configuration should go into the windows …
- How to remove CD Spin Doctor and/or perform a clean Install of …
- Chicago politicos ''suiciding' right and left…' | RedState
- Left Creates New Class of Victims, Illegal Aliens, While Real …
- RFV shareholders vote to put profit into reserves – Budapest …
- T1 Crossover cabling and configuration
- Configuration plus the latest PHP MYSQL server full version …
- Jack Altiere » Blog Archive » Implementing a Red-Black Tree in C#
- Get iPhone App Version from Info.plist
- Conservatives Aren't “At War” With the Left | FrumForum
- Ergebnisse Werne Lenklar Mittwoch 14.04.2010 | Equi-Portal
- Turnier Ergebnisse Reher 16.04.2010 | Equi-Portal
update Twitter ด้วย twitter.lib.php ทำงานบน Shell
- by NAzT
พอดีต้องทำงานเกี่ยวกับการเอาข้อมูลไปลง twitter เลยต้องหา library มาลอง ลองไปลองมาหลายภาษา ได้ถูกใจก็ twitter.lib.php เนี่ยแหละ ซึ่ง สนใจไปดูได้ที่ http://apiwiki.twitter.com/Libraries
แต่พอดีอยาก tweet แล้วขี้เกียจพิมพ์ tag เอง … เลย ทำ script เพื่อให้มันใส่ tag ให้เลย (ข้างล่าง)
$twitter=InputAndLoginToTwitter();
echo "Enter Tag : ";
$tag = fgets (STDIN, 1024);
while(1)
{
print "Update : ";
$stdin = fgets (STDIN, 1024);
$update=$twitter->updateStatus(trim((string)$stdin) . " " . trim($tag));
if($twitter->http_status!=200)
{
$error_code=$twitter->http_status;
$xml = new SimpleXMLElement($update);
printf("ERROR %d : %s\n",$error_code,$xml->error);
if($error_code==401) // Could not authenticate you.
{
$twitter=InputAndLoginToTwitter();
}
else
{
exit($error_code);
}
}
else
{
echo "Update Completed!\n";
}
}
function InputAndLoginToTwitter()
{
echo "Enter Username : ";
$username = fgets (STDIN, 1024);
echo "Enter Password : ";
$password = fgets (STDIN, 1024);
return $twitter = new Twitter(trim($username),trim($password));
} Read this article » ความหมายของคำว่า Chillax
- by NAzT
จาก The Online Slang Dictionary
Chillax
- Chillax: a combination of “chill” and “relax.” “Chill” means to kick back; relax. “Relax”; that’s self-explanatory.
- To relax. Orgin: Combination of “chill” and “relax.”
Example :
- I was just chillaxing all day yesterday.
- I’m chillaxing right now…
Related Blogs
- Updated: Business Intelligence Online Resources « ResourceShelf
- Why Chill Out decorations can change your house into a place of …
- The Orgin of Life by Dr. AE Wilder-Smith
- Gaslight Anthem Announces American Slang Tour | Trendy
- Does anybody know the orgin of the name Mooabus?
- Relax Yourself at a Spa in Orlando
- Opera Finds Flash Unappetizing For Web Video [Blockquote] | Gadget …
- .gapnap.com » Blog Archive » Compete Or Chill ?
- Opera Finds Flash Unappetizing For Web Video [Blockquote]
- A Combination Of Methods. Trading Rules. « How to Make Wise Choice
- « Online Sportsbook – MLB baseball | Online Sports Betting
- Aha's For Normalizing Combination Skin | WomansIndex.net
- DEWALT DC022 Combination 38 Watt Fluorescent Worklight and 7.2 …
- Opera Finds Flash Unappetizing For Web Video [Blockquote …
- eBook function: Quick dictionary lookups « Moving at the Speed of …
- Drug That Extends Life Span Prevents Alzheimer's Deficits | www …
- Rinconpy.com » Washing Machine Plus Dryer: Perfect Combination
- The Gaslight Anthem – American Slang (Review) | review rinse repeat
- Mother's Day Funny Dictionary | News Provider
- Using JPA and Hibernate to achieve key combination – Desktop …
[code] อัพโหลดภาพเข้า twitpic โดยใช้ api
- by NAzT
[code] อัพโหลดภาพเข้า twitpic โดยใช้ api จะใช้ CURL
ซึ่ง จาก function จะ input username ,password , filepath
function postTwitpic($username='',$password='',$filepath='')
{
$postfields = array();
$postfields['username'] = $username;
$postfields['password'] = $password;
$postfields['media'] = "@$filepath";
$twitter_url = 'http://twitpic.com/api/upload';
$curl = curl_init();
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 2);
curl_setopt($curl, CURLOPT_HEADER, false);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_BINARYTRANSFER, 1);
curl_setopt($curl, CURLOPT_URL, $twitter_url);
curl_setopt($curl, CURLOPT_POST, 3);
curl_setopt($curl, CURLOPT_POSTFIELDS, $postfields);
$result = curl_exec($curl);
curl_close($curl);
$login_xml = new SimpleXMLElement($result);
if (isset($login_xml->error)) {
print_r($login_xml);
return false;
} else
{
return $login_xml;
}
}function return message ที่โพส ยังไง print_r ดูได้ครับ NPDigger Groups (google)
- by NAzT
NPDigger เปิด NPDigger groups แล้วครับ (เป็น google groups)
สามารถเข้าไปพูดคุย ตอบปัญหา หรือ Download File โปรขุด ได้เลยครับ
เข้าไปที่ http://groups.google.com/group/npdigger
Related Blogs
- Privacy — A Setback for Google? « ResourceShelf
- Rel Canonical Link Tag Element Update » Search Engine Marketing Blog
- Airsoft BBs .20 gram 4000 round bag SRC Brand | Airsoft Gun Store
- Sheer class (1): how the Labour party won the election « Though …
- Sonnd › <a href="http://www.mondaynote.com/2010/05/02/balkanizing …
- SBA NEWS REL: Google and SBA Launch “Tools for Online Success …
- SBA Press Rel: Grants Will Promote Small Business Energy …
- Athena Juarbe » Blog Archive » If Kisses Were Colors
- Elizabeth Warren: Death of the Middle Class » Tarp, Bear, Brothers …
- What is the difference between HREF and SRC links? « TagFocus.com
- The Importance of the Canonical REL Tag for Websites « TagFocus.com
- SPRI ES503R Xertube Resistance Band with Door Attachment and …
- Liver function ALT: 232.2 + AST: 52.2 + GT: 160 is what kind of …
- My alanine aminotransferase ALT exceeded, and how to come down …
- How to prevent attachment to inflammation? – Provide free health …
- Silverlight Tip of the Day #8 – Detecting Alt, Shift, Control …
- What Is Attachment Parenting? : Baby
- Zooming in on Coverings 2010
- Ceramic Tiles of Italy Design Competition Winners
- Maria Jose Martinez Sanchez Captures Rome Title – On the Baseline …
NPDigger Special Version
- by NAzT

