Skip to content

Instantly share code, notes, and snippets.

View KokaKiwi's full-sized avatar
🥝
rolling

KokaKiwi KokaKiwi

🥝
rolling
View GitHub Profile
@KokaKiwi
KokaKiwi / openpgp.md
Created July 26, 2023 10:58
Keyoxide Proof

Here's my Keyoxide:

openpgp4fpr:BECD152B6BAA1FA0FB5E00EF42C5CC9D07DF3288

Keybase proof

I hereby claim:

  • I am kokakiwi on github.
  • I am jillstingray (https://keybase.io/jillstingray) on keybase.
  • I have a public key ASAP1q-e-yxHqcYEjkezRPWSeIyhe_c9_cQoO-QNpEuw_Ao

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am kokakiwi on github.
  • I am jillstingray (https://keybase.io/jillstingray) on keybase.
  • I have a public key ASCXvvGwBWfV2m4JfTs0k_JWPJx8eQ7h4S5sMt-TccGUtwo

To claim this, I am signing this object:

let name = null;
module.exports = {
name,
};
@KokaKiwi
KokaKiwi / Skills.js
Last active October 11, 2017 08:18 — forked from anonymous/Skills.js
skills.js
import React from 'react'
import PropTypes from 'prop-types'
import Button from './Button'
import Container from './Container'
import addCircle from '../../public/icons/add-circle-grey.svg'
import './Skills.css'
const renderOwner = (isOwner) => {
if (isOwner) {
#!/usr/bin/env python3
"""
Get Rick & Morty episodes ("rick" as in "https://ctoon.party/rick"):
> scrapy runspider ctoonparty.py -o rick.json -a show=rick
(add -a season=2 to get only one season)
Extract links only:
> jq '.[].url' -r < rick.json > rick.txt
> wget -c -i rick.txt
@KokaKiwi
KokaKiwi / playground.rs
Last active September 2, 2016 13:30 — forked from anonymous/playground.rs
Shared via Rust Playground
use std::io::Read;
use std::net::{TcpListener, TcpStream};
use std::thread;
use std::str;
fn handle_client(mut stream: TcpStream) {
println!("{:?}, {:?}", stream.peer_addr(), stream.local_addr());
let mut buffer : [u8; 4048] = unsafe { ::std::mem::uninitialized() }; // Pourquoi faire un "buffer = " après? O_o
loop {
match stream.read(&mut buffer) {
I am the Miaou user with id 2989 and name "KokaKiwi" on https://dystroy.org/miaou
@KokaKiwi
KokaKiwi / openpgp.txt
Created February 6, 2016 05:00
Identité reliée à OpenKeychain
Ce gist confirme l'identité reliée se trouvant dans ma clef OpenPGP et le relie à ce compte GitHub.
Jeton pour preuve :
[Verifying my OpenPGP key: openpgp4fpr:9b75cdf20fc5fdff600c300068f112f2f5fe5014]
https://github.com/interagent/http-api-design
http://blog.octo.com/designer-une-api-rest/
http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api
https://restful-api-design.readthedocs.org/en/latest/