Skip to content

Instantly share code, notes, and snippets.

@rivol
rivol / slimit-test.js
Created September 30, 2012 11:53
Testcase for slimit function name mangling
function MyClass()
{
function my_function_nr_0() {
$(".testing.div0").text("number 0");
}
function my_function_nr_1() {
$(".testing.div1").text("number 1");
}
function my_function_nr_2() {
$(".testing.div2").text("number 2");
@rivol
rivol / Util.java
Last active November 29, 2017 06:54
get retrofit error response's body
package com.gateme3.app.util;
import android.location.Location;
import android.location.LocationManager;
import android.util.Log;
import com.gateme3.app.db.PurchasedItem;
import com.gateme3.app.db.Venue;
import java.io.ByteArrayOutputStream;
@rivol
rivol / .block
Created August 5, 2016 18:21 — forked from monfera/.block
Brownian motion with D3 4.0 velocity Verlet physics
license: gpl-3.0
@rivol
rivol / index.html
Created July 27, 2018 08:10
EP18 talk
<!DOCTYPE html>
<html>
<head>
<title>Creating Solid APIs</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="css/font-awesome.min.css">
<style type="text/css">
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic|Ubuntu:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,400italic,300italic|Lato:400,700,300,100,900);