Create Events on Google Calendar with Git Commit
To track colleagues' work or let colleagues track my work, we started using Google Calendar with writing Git Commits as events.
To track colleagues' work or let colleagues track my work, we started using Google Calendar with writing Git Commits as events.
The modern syntaxes for NSDictionary, NSArray, NSNumber are supported from Xcode 4.4. To use this easily for testing, I customized JSON#stringify method ported from JSON2.js. With node.js, the script …
This plug-in allows you to clip snippets and rendered HTML from Markdown to Evernote. http://ngs.github.com/evernote-codaplugin
This plug-in allows you to preview and generate HTML from Creole wiki documents. http://ngs.github.com/creole-codaplugin
This plug-in allows you to preview and generate HTML from Markdown wiki documents. http://ngs.github.com/markdown-codaplugin
Open Edit Scheme window (⌘<). Select Run pane from side bar. In Info tab, select Coda 2.app from Executable dropdown. Click the OK button to close the window. Select your your plug-in target. …
This plug-in allows you to create public and private gists from current active document. http://ngs.github.com/gist-codaplugin
Coda 1.x modes are not compatible with Coda 2. This is how to migrate Coda 1.x modes to Coda 2.
In default, jquery-rails prompts with native JavaScript confirm. That’s sucks. So I overrode $.rails.fire method to show Bootstrap style modal instead.