Archive for the ‘Uncategorized’ Category

Here is "Guides: Using the EGit Eclipse Plugin with GitHub":
http://github.com/guides/using-the-egit-eclipse-plugin-with-github

However, Egit could not connect by ssh on Windows when I used cygwin for ssh+git. Egit try to find .ssh on HOME directory on Windows(C:\Users\makoto_kw), but it is on HOME directory on cygwin(/cygwin/home/makoto_kw).

I could relate to .git with Egit after importing a project

  1. git clone on cygwin

    git clone git@github.com:makotokw/php-twient.git
  2. Create new project on Eclipse
    • Chose directory cloned above
  3. Context menu of the project > Team > Share Project… > Git
  4. Egit find .git automatically and select "Finish" button

That’s all!

php-twient is here: http://github.com/makotokw/php-twient

I did not want to develop twitter library. But, I have to work wituout php_curl.

php-twient is:

  • PHP5 Object Oriented
  • Supports basicAuth and OAuth both
  • Supports autoload
  • Should work with/without php_curl (auto detect php_url)

future:

  • Supports more twitter API (v0.1 is statuses API only)
  • Fix that OAuth part use php 5.3 Deprecated function

I was(am?) Syntaxhighlighter for Movable Type author. I developed it because I never find Alex Gorbatchev Syntaxhighlighter plugin for Movable Type.

I used the Syntaxhighlighter Evolved on WordPress. I have to make it apply to some entries of Movable Type. Then, I developed two plugins work with Syntaxhighlighter Evolved.

1) for Syntaxhighlighter for Movable Type
change Syntaxhighlighter for Movable Type style(code:lang) to Syntaxhighlighter Evolved style(code class=”lang”)

2) for Legacy style (Syntaxhighlighter 1.5 style)
highlightcode <pre name="code" class="c"></pre>
Syntaxhighlighter Evolved (2.3.6) dose not support legacy style. It needs to ugrade:
http://alexgorbatchev.com/wiki/SyntaxHighlighter:Upgrading