Skip to content

Instantly share code, notes, and snippets.

View bastoche's full-sized avatar

Bastien Duret bastoche

View GitHub Profile
from math import *
from upemtk import *
from time import sleep,time
taille = 600
r = taille // 2
x,y = (taille//2,taille//2)
dico ={}
pas = 0.01
@bastoche
bastoche / gist:6133227
Last active December 20, 2015 12:39
Test case reproducing a crash on a few Android devices
package com.example;
import junit.framework.TestCase;
import org.apache.http.impl.client.DefaultHttpClient;
public final class HttpClientTest extends TestCase {
// won't pass on T-Mobile MyTouch Q
public void testInstanciateAsynchronously() {