Ribnjak Donji Put 91, Novi Sad, Serbia | +381 (0) 63 7321 741 | [email protected]
Male, 27.12.1991 in Novi Sad, Serbia
2010 - present
University of Novi Sad, Faculty of Siences
Ribnjak Donji Put 91, Novi Sad, Serbia | +381 (0) 63 7321 741 | [email protected]
Male, 27.12.1991 in Novi Sad, Serbia
2010 - present
University of Novi Sad, Faculty of Siences
This guide will go through installing the RVM (Ruby Version Manager), then a version of Ruby (1.9.3), then Rails and finally Bundler, and is specifically written for a development environment on Debian based systems.
Under no circumstance should you install Ruby, Rubygems or any Ruby-related packages from apt-get. This system is out-dated and leads to major headaches. Avoid it for Ruby-related packages.
We do Ruby, we know what's best. Trust us.
First of all, we’re going to run sudo apt-get update so that we have the latest sources on our box so that we don’t run into any package-related issues, such as not being able to install some packages.
use must for positive expectations and wont for negative expectations.
| javascript:((function(){var a=window.location.search.split('v=')[1];var b=a.indexOf('&');if(b!=-1){a=a.substring(0,b)}window.location=" http://www.tubalr.com/video/"+a})()) |
| require 'httpclient' | |
| c = HTTPClient.new | |
| c.set_auth("https://api.heroku.com/apps/:name", ":user", ":password") | |
| p c.get("https://api.heroku.com/apps/:name") | |
| #Test commit |
| #!/bin/bash | |
| # Stuff we need: bison, gcc, libc6-dev, ed, gawk, mercurial | |
| # Folder for go instalation | |
| mkdir ~/go | |
| hg clone -r release https://go.googlecode.com/hg/ ~/go | |
| export PATH=~/go/bin:$PATH |
| package main | |
| import ( | |
| "database/sql" | |
| "errors" | |
| "fmt" | |
| _ "github.com/bmizerany/pq" | |
| "os" | |
| "regexp" | |
| "strings" |
A common use case is to create a reusable library and an application that
consumes it, and host both on Github. We will illustrate this with a trivial
application called "uselessd" that consumes a likewise trivial library
called "useless".
The app and both libraries live on Github, each in its own repository.
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Application-Group</key> | |
| <string>dot-mac</string> | |
| <key>BuildMachineOSBuild</key> | |
| <string>11E53</string> | |
| <key>CFAppleHelpAnchor</key> | |
| <string>apdED8125EF-CC33-4434-A1E7-5923608D5CE1</string> |