Skip to content

Instantly share code, notes, and snippets.

View sabarasaba's full-sized avatar

Ignacio Rivas sabarasaba

View GitHub Profile

Paying for stuff in the netherlands

Most places dont accept visa or masterdard. They will just tell you "no creditcard accepted" even if you have a mastercard debit card. The defacto payment method for most places is just maestro (yes, welcome to 1987). So places like the supermarket close to home only accepts cash or maestro. If you dont have one ask before hand if they accept "credit card" :) Most pin machines will also have this sign if they dont accept.

Everyday shops

Kyoto

Info

  • Airbnb address: Nakagyō-ku, Kyōto-shi, Kyōto-fu 604-8856
  • Host name: Eikosha
  • Host phone number: +81-70-5666-7001 +81-90-2238-8769

Things to do/see

@sabarasaba
sabarasaba / index.js
Created August 31, 2017 10:30
reminders testing
const request = require('request-promise')
request({
uri: 'https://api.reminders.company/v1/reminders',
method: 'POST',
json: true,
headers: {
token: 'f68ade7424a096e54f2ceb69118832f9'
},
body: {

Keybase proof

I hereby claim:

  • I am sabarasaba on github.
  • I am sabarasaba (https://keybase.io/sabarasaba) on keybase.
  • I have a public key ASCYP5urbN8JpNdfZI6OIlWGmtZQNxNudiPpgR4g1TimQAo

To claim this, I am signing this object:

{
"status": "ok",
"status_message": "Query was successful",
"data": {
"movie_count": 3749,
"limit": 20,
"page_number": 1,
"movies": [
{
"id": 3753,
{
"request" : {
"country" : "uk",
"language" : "en",
"listing_type" : "buy",
"location" : "soho",
"num_res" : "20",
"offset" : 0,
"output" : "json_xs",
"page" : 1,
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<link rel="import" href="../core-animated-pages/core-animated-pages.html">
<link rel="import" href="../core-animated-pages/transitions/hero-transition.html">
<link rel="import" href="../core-animated-pages/transitions/cross-fade.html">
<link rel="import" href="../core-animated-pages/transitions/slide-down.html">
<link rel="import" href="../core-animated-pages/transitions/slide-up.html">
<link rel="import" href="../core-animated-pages/transitions/tile-cascade.html">
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../core-icons/core-icons.html">
@sabarasaba
sabarasaba / index.html
Created June 6, 2014 16:48
A Pen by Ignacio Rivas.
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<!-- NAVBAR
================================================== -->
<body>
@sabarasaba
sabarasaba / gist:9b91ef2a843974288734
Created May 30, 2014 16:10
Sublime productivity
Select quotes, brackets ->
ctrl + shfit + space
Switch between tabs ->
ctrl + <1..2..3..?>
Move current tab to panel:
ctrl + shift + <1..2..3..?>
" Use Vim settings, rather then Vi settings (much better!).
" This must be first, because it changes other options as a side effect.
set nocompatible
" TODO: this may not be in the correct place. It is intended to allow overriding <Leader>.
" source ~/.vimrc.before if it exists.
if filereadable(expand("~/.vimrc.before"))
source ~/.vimrc.before
endif