ย้ายบล็อกไปที่ bact.cc แล้วนะครับ

พ.ร.บ.คอมพิวเตอร์
หยุด ร่างพ.ร.บ.คอมพิวเตอร์
พื้นที่เก็บข้อมูลออนไลน์ ฟรี 2GB จาก Dropbox (sync กับ Windows, Linux, Mac, iPhone, Android ฯลฯ ได้)
Showing posts with label scripting. Show all posts
Showing posts with label scripting. Show all posts

2007-01-28

AutoIt v3

AutoIt เป็นภาษาสคริปต์คล้าย ๆ ภาษา BASIC เอาไว้สั่งงานใน Windows อัตโนมัติ เช่น เปิดโปรแกรมนี้ กดปุ่มนั้น จับภาพหน้าจอ ทำโน่นทำนี่ (ถ้าบน Mac OS X ก็ประมาณ AppleScript)

ออก รุ่น 3 แล้ว (โปรแกรมที่เขียนด้วยภาษาของรุ่น 2 เอามาใช้ด้วยกันไม่ได้ ภาษามันเปลี่ยน)

ได้ลิงก์มาจาก เกมส์จับคู่ โดย Hui นานมากแล้ว สองปีกว่า ตอนนั้นเค้าเขียนโปรแกรมให้เล่นเกมส์อัตโนมัติ - -"

technorati tags: , ,

2006-02-24

My Eclipse Plug-ins list

จดไว้ กันลืม พักนี้ลงใหม่บ่อย

  • Subversion: http://subclipse.tigris.org/update_1.0.x
  • Web Tools: http://download.eclipse.org/webtools/updates/ *ลงไม่ได้ซักที ติด denpendency เต็มไปหมด
  • Ruby: http://rubyeclipse.sf.net/updatesite
  • Python: http://pydev.sf.net/updates
  • PHP: http://download.pipestone.com/eclipse/updates
  • Perl: http://e-p-i-c.sf.net/updates
  • JavaScript: http://www.interaktonline.com/ *ถ้าลง Web Tools ได้ ก็อาจจะไม่ต้องลงตัวนี้

2005-11-22

Scripting with Eclipse

Eclipse plug-ins for popular scripting languages: Ruby, Python, PHP, and even Perl !

To install any of them to your Eclipse IDE:

  1. Click on Help → Software Updates → Find/Install from file menu in Eclipse.
  2. Select the radio button labeled, "search for new features to install".
  3. Click on the "New Remote Site" button.
  4. Enter a name, and the url (any/all of these)
    • Ruby: http://rubyeclipse.sf.net/updatesite
    • Python: http://pydev.sf.net/updates
    • PHP: http://download.pipestone.com/eclipse/updates
    • Perl: http://e-p-i-c.sf.net/updates
  5. Click on "Finish".
  6. A list of features will be presented, open the list and check the one labeled "RubyEclipse" / "PyDev for Eclipse"/ "phpeclipse" / "EPIC".
  7. Click on "Next".
  8. Follow the onscreen instructions to finish the automatic install.

2005-05-18

Coyote Beauties

“The goal of the coyote project is to develop a set of NetBeans modules to help developers write code in dynamic languages using the NetBeans IDE. Initially, we are targeting the the Groovy and Jython (Python) languages, but we anticipate a common framework allowing support for more languages.”