aspe:keyoxide.org:KXELEGSGKABXVMCJJKFYNBECSQ
Here's my Keyoxide:
openpgp4fpr:BECD152B6BAA1FA0FB5E00EF42C5CC9D07DF3288
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:
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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let name = null; | |
module.exports = { | |
name, | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am the Miaou user with id 2989 and name "KokaKiwi" on https://dystroy.org/miaou |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
NewerOlder