Skip to content

Instantly share code, notes, and snippets.

View nyanloutre's full-sized avatar
🚅
Tchoo tchoo

Paul TREHIOU nyanloutre

🚅
Tchoo tchoo
  • Aperture Science
  • Strasbourg, France
View GitHub Profile
@nyanloutre
nyanloutre / gist:ebdd95f07b747eb876be
Created October 18, 2014 21:09
My Steam system informations
Processeur :
Fabricant : GenuineIntel
Famille du processeur : 0x6
Modèle du processeur : 0x2a
Révision processeur : 0x7
Type de processeur : 0x0
Fréquence : 3301 Mhz
4 processeurs logiques
4 processeurs physiques
HyperThreading : Non pris en charge
@nyanloutre
nyanloutre / gist:2763d93c8786cb532f5d
Created January 2, 2015 13:44
convexhullPolygon
Polygon convexhullPolygon(Polygon inpoly)
{
Polygon outpoly = createPolygon();
Polygon outpolyref = createPolygon();
int i,j;
printf("\ninpoly original :\n");
for(j=0;j<inpoly.size;j++)

Keybase proof

I hereby claim:

  • I am nyanloutre on github.
  • I am nyanloutre (https://keybase.io/nyanloutre) on keybase.
  • I have a public key whose fingerprint is AAB4 0F3D 6352 8278 730E 3629 60A0 AA65 6D35 ECFC

To claim this, I am signing this object:

@nyanloutre
nyanloutre / Dockerfile
Created November 22, 2016 11:27
Bitcore Docker image
FROM node:4
RUN apt-get update && \
apt-get install libzmq3-dev build-essential libkrb5-dev -y && \
apt-get clean && \
npm install -g bitcore && \
bitcore create mynode && \
cd mynode && \
bitcore install bitcore-wallet-service && \
bitcore install insight-api && \
FROM debian:jessie
ARG VERSION=0.12.1
ARG SHA256HASH=34de171ac1b48b0780d68f3844c9fd2e8bfe6a7780b55e1f012067c2440ebd8a
RUN apt-get update && \
apt-get install -y wget ca-certificates && \
apt-get clean && \
wget https://www.bitcoinunlimited.info/downloads/bitcoinUnlimited-${VERSION}-linux64.tar.gz && \

Keybase proof

I hereby claim:

  • I am nyanloutre on github.
  • I am nyanloutre (https://keybase.io/nyanloutre) on keybase.
  • I have a public key whose fingerprint is 5364 FF54 FFEA 3B7D C206 6A8A 8BD8 94DA 4B0C E338

To claim this, I am signing this object:

0x719DE009AA856b553df248556Df1784164c730fF

Keybase proof

I hereby claim:

  • I am nyanloutre on github.
  • I am nyanloutre (https://keybase.io/nyanloutre) on keybase.
  • I have a public key whose fingerprint is A3F3 5A51 24D4 7C31 95FF 07B7 F85D 9368 6A3A 9063

To claim this, I am signing this object:

interfaces {
ethernet eth0 {
address dhcp
description Internet
duplex auto
hw-id 00:19:21:3a:12:39
smp_affinity auto
speed auto
}
ethernet eth1 {
@nyanloutre
nyanloutre / Makefile
Last active November 29, 2017 01:42
Wine flatpak runtime
all:
flatpak-builder --force-clean --repo=repo --arch=i386 app-dir org.winehq.Sdk.json