Skip to content

Instantly share code, notes, and snippets.

View irevoire's full-sized avatar
🦔

Tamo irevoire

🦔
View GitHub Profile
@irevoire
irevoire / lala.rs
Created July 16, 2019 08:55
hashmap with float rust
use std::hash::{Hash, Hasher};
use std::collections::HashMap;
#[derive(Debug, Clone)]
struct Lala {
a: u32,
b: f64,
}
impl PartialEq for Lala {
@irevoire
irevoire / IoT
Created February 26, 2019 17:57
#include <platform.h>
#include <stdint.h>
#include <stdlib.h>
#include <printf.h>
#include <string.h>
#include <time.h>
#include "phy.h"
#include "soft_timer.h"
#include "event.h"
@irevoire
irevoire / helloworld.rb
Last active October 15, 2018 14:41
bonjour
ablablabla