Skip to content

Instantly share code, notes, and snippets.

import { combineReducers } from 'redux'
import restaurants from './Restaurants'
import restaurant from './Restaurant'
import cart from './Cart'
import global from './Global'
const rootReducer = combineReducers({
global,
restaurants,
restaurant,

Keybase proof

I hereby claim:

  • I am kraffslol on github.
  • I am rickard (https://keybase.io/rickard) on keybase.
  • I have a public key whose fingerprint is C5E8 51D8 F130 F3C2 59C9 7767 69D2 DEA1 A6D0 6425

To claim this, I am signing this object:

import urllib2
import time
url = "http://sirocco.accuweather.com/nx_mosaic_640x480_public/sir/inmasirne.gif"
while True:
try:
response = urllib2.urlopen(url)
date = time.strftime("%Y%m%d-%H-%M.gif", time.gmtime())
file = open(date,"wb")
file.write(response.read())
<?php
public function __construct()
{
parent::__construct();
$this->lang->load('lang', $this->config->item('language_abbr'));
$config['appId'] = '20';
$config['secret'] = '12b95bcb5a9';
$config['fileUpload'] = true;
$this->load->library('facebook', $config);