Version: 1.9.8
Platform: x86_64
First, install or update to the latest system software.
sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev
source 'https://rubygems.org' | |
# default gems here | |
#--------------------------- | |
# add paperclip and bootstrap | |
gem "paperclip", "~> 4.1" | |
gem 'bootstrap-sass', '~> 3.1.1' |
'use strict'; | |
// Configuring the Articles module | |
angular.module('tracks').run(['Menus', | |
function(Menus) { | |
// Set top bar menu items | |
// Menus.addMenuItem('topbar', 'Tracks', 'tracks', 'dropdown'); | |
// Menus.addSubMenuItem('topbar', 'tracks', 'Facebook', 'tracks'); | |
} |
//'use strict'; | |
// | |
ApplicationConfiguration.registerModule('apphera'); |
{ | |
"coordinates": null, | |
"created_at": "Thu Oct 21 16:02:46 +0000 2010", | |
"favorited": false, | |
"truncated": false, | |
"id_str": "28039652140", | |
"entities": { | |
"urls": [ | |
{ | |
"expanded_url": null, |
#!/usr/bin/perl | |
# | |
# this script moves all the data from mysql to postgres | |
# modules required are: | |
# | |
# http://search.cpan.org/~timb/DBI-1.616/DBI.pm | |
# | |
# please change the dsn, srcUser/srcPass and dstUser/Pass variables. | |
use DBI; |