Skip to content

Instantly share code, notes, and snippets.

{"count": 10, "items": [{"article_id": 686131, "title": "Planowanie Przychod\u00f3w Ze Sprzeda\u017cy Na Przyk\u0142adzie Przedsi\u0119biorstwa Z Bran\u017cy Us\u0142ugowej Zwi\u0105zanej Z Wy\u017cywieniem \u2013 Pkd 56 (Sales Planning for Selected Company in Sector Food and Beverage Service Activities)", "figshare_url": "http://figshare.com/articles/Planowanie_Przychod_w_Ze_Sprzeda_y_Na_Przyk_adzie_Przedsi_biorstwa_Z_Bran_y_Us_ugowej_Zwi_zanej_Z_Wy_ywieniem_Pkd_56_Sales_Planning_for_Selected_Company_in_Sector_Food_and_Beverage_Service_Activities_/686131", "views": 0, "downloads": 0, "shares": 0, "doi": "http://dx.doi.org/10.6084/m9.figshare.686131", "publisher_doi": "", "publisher_citation": "", "defined_type": "fileset", "status": "Public", "version": 1, "published_date": "23:53, Apr 19, 2013", "description": "<p>Raport przedstawia plan sprzeda\u017cy dla firmy z bran\u017cy us\u0142ugowej zwi\u0105zanej z wy\u017cywieniem. Zawarte s\u0105 w nim zagadnienia teoretyczne dotycz\u0105ce analizy i planowania p
#!/usr/bin/ruby
require 'json'
require 'oauth'
#require '../lib/OauthFigsharesync'
#require '../lib/FigshareClasses'
workingdir = "~/.figsharesync/"
consumerkey
consumersecret
@timfall
timfall / Discourse-Install.sh
Last active December 15, 2015 08:29
Quick install script for Discourse using Vagrant
#!/bin/bash
if [ -d "/opt/vagrant/bin"];
then git clone git@github.com:discourse/discourse.git;
cd discourse;
fi