TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. Any browser. Any host. Any OS. Open source.
- Boolean
let isDone: boolean = false;
GitHub: it's good for you! | |
A hands on development session on GitHub to help you jump start with collaborative open-source developments. Good if you already know Git; if not, then it'll help you learn. | |
Session covers GitHub basics, issues, wikis, pull-requests and github-pages for free static web-hosting for the project-websites. | |
More details: https://gist.github.com/debloper/4954530 | |
Gearing up: | |
Install Git in your system: http://git-scm.com/downloads |
language: ruby | |
rvm: | |
- 2.2.0 | |
addons: | |
postgresql: "9.3" | |
env: | |
- DB=postgres | |
script: | |
- RAILS_ENV=test bundle exec rake db:migrate --trace | |
- bundle exec rspec spec/ |
{ | |
"meta": { | |
"code": 200, | |
"type": "ok" | |
}, | |
"data": { | |
"110008": true, | |
"110014": true, | |
"110015": true, | |
"110020": true, |
package main | |
import ( | |
"fmt" | |
"io/ioutil" | |
"net/http" | |
"os" | |
) | |
func main() { |
"" | |
"" Janus setup | |
"" | |
" Define paths | |
if has('win32') || has('win64') || has('win32unix') | |
let g:janus_path = expand("~/.vim/janus/vim") | |
let g:janus_vim_path = expand("~/.vim/janus/vim") | |
else | |
let g:janus_path = escape(fnamemodify(resolve(expand("<sfile>:p")), ":h"), ' ') |