Skip to content

Instantly share code, notes, and snippets.

View ayourtch's full-sized avatar
๐Ÿ’ญ
hacking some Rust

Andrew Yourtchenko ayourtch

๐Ÿ’ญ
hacking some Rust
View GitHub Profile
#!/bin/sh
#
# A little naive probe script for RaspberryPI
# Written by Andrew Yourtchenko ([email protected])
# public domain
#
#
# Save this file as "/usr/local/bin/run-probe"
# Add "/usr/local/bin/run-probe &" to your /etc/rc.local, before the "exit 0" line
@ayourtch
ayourtch / rustfest-nannou-workshop.rs
Created November 9, 2019 16:53
Nannou workshop at RustFest
use nannou::prelude::*;
fn main() {
nannou::app(model).update(update).view(view).run();
}
struct Model {
a: WindowId,
thing_x: f32,
thing_y: f32,
@ayourtch
ayourtch / PG_EXTN_C_WITH_RUST.md
Created November 7, 2019 19:19 — forked from ranjanprj/PG_EXTN_C_WITH_RUST.md
PostgreSQL Extension in C with Rustlang

Just a small gist to show how you can easily create a Rust shared lib, wrap it with C and call it from PostgreSQL SQL Command.

  1. Prereq : Tested on Ubuntu 18, GCC, postgresql-server-11, postgresql-dev-11, rustlang
  2. Create new project Cargo embed and cd embed
  3. Rename the file src/main.rs to lib.rs
  4. Add following code
#[no_mangle]
pub extern fn double_input(input: i32) -> i32 {
    input * 2
@ayourtch
ayourtch / run-test.nomad
Created September 12, 2019 15:29
a load-test script
job "run-test" {
datacenters = ["dc1"]
# datacenters = ["yul1"]
type = "batch"
group "run-test" {
count = 1
restart {
attempts = 0
interval = "900m"
delay = "15s"
@ayourtch
ayourtch / spectre.c
Created January 5, 2018 23:16 — forked from ErikAugust/spectre.c
Spectre example code
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#ifdef _MSC_VER
#include <intrin.h> /* for rdtscp and clflush */
#pragma optimize("gt",on)
#else
#include <x86intrin.h> /* for rdtscp and clflush */
#endif

install kubernetes 1.7 on centos 7.3

Install kubelet, kubeadm, docker, kubectl and kubernetes-cni

1. Install Yum Repo

cat <<EOF > /etc/yum.repos.d/kubernetes.repo
[kubernetes]
name=Kubernetes
baseurl=http://yum.kubernetes.io/repos/kubernetes-el7-x86_64-unstable

Keybase proof

I hereby claim:

  • I am ayourtch on github.
  • I am ayourtch (https://keybase.io/ayourtch) on keybase.
  • I have a public key whose fingerprint is 53D8 1901 106A 392C 2D40 9F00 163C C42D 427C 2DBC

To claim this, I am signing this object:

@ayourtch
ayourtch / emoji.pl
Created December 18, 2013 13:50 — forked from windytan/emoji.pl
# Oona Rรคisรคnen 2013
@emoji = qw( ๐ŸŒ€ ๐ŸŒ‚ ๐ŸŒ… ๐ŸŒˆ ๐ŸŒ™ ๐ŸŒž ๐ŸŒŸ ๐ŸŒ  ๐ŸŒฐ ๐ŸŒฑ ๐ŸŒฒ ๐ŸŒณ ๐ŸŒด ๐ŸŒต ๐ŸŒท ๐ŸŒธ
๐ŸŒน ๐ŸŒบ ๐ŸŒป ๐ŸŒผ ๐ŸŒฝ ๐ŸŒพ ๐ŸŒฟ ๐Ÿ€ ๐Ÿ ๐Ÿ‚ ๐Ÿƒ ๐Ÿ„ ๐Ÿ… ๐Ÿ† ๐Ÿ‡ ๐Ÿˆ
๐Ÿ‰ ๐ŸŠ ๐Ÿ‹ ๐ŸŒ ๐Ÿ ๐ŸŽ ๐Ÿ ๐Ÿ ๐Ÿ‘ ๐Ÿ’ ๐Ÿ“ ๐Ÿ” ๐Ÿ• ๐Ÿ– ๐Ÿ— ๐Ÿ˜
๐Ÿœ ๐Ÿ ๐Ÿž ๐ŸŸ ๐Ÿ  ๐Ÿก ๐Ÿข ๐Ÿฃ ๐Ÿค ๐Ÿฅ ๐Ÿฆ ๐Ÿง ๐Ÿจ ๐Ÿฉ ๐Ÿช ๐Ÿซ
๐Ÿฌ ๐Ÿญ ๐Ÿฎ ๐Ÿฏ ๐Ÿฐ ๐Ÿฑ ๐Ÿฒ ๐Ÿณ ๐Ÿด ๐Ÿต ๐Ÿถ ๐Ÿท ๐Ÿธ ๐Ÿน ๐Ÿบ ๐Ÿป
๐Ÿผ ๐ŸŽ€ ๐ŸŽ ๐ŸŽ‚ ๐ŸŽƒ ๐ŸŽ„ ๐ŸŽ… ๐ŸŽˆ ๐ŸŽ‰ ๐ŸŽŠ ๐ŸŽ‹ ๐ŸŽŒ ๐ŸŽ ๐ŸŽŽ ๐ŸŽ ๐ŸŽ’
๐ŸŽ“ ๐ŸŽ  ๐ŸŽก ๐ŸŽข ๐ŸŽฃ ๐ŸŽค ๐ŸŽฅ ๐ŸŽฆ ๐ŸŽง ๐ŸŽจ ๐ŸŽฉ ๐ŸŽช ๐ŸŽซ ๐ŸŽฌ ๐ŸŽญ ๐ŸŽฎ
๐ŸŽฏ ๐ŸŽฐ ๐ŸŽฑ ๐ŸŽฒ ๐ŸŽณ ๐ŸŽด ๐ŸŽต ๐ŸŽท ๐ŸŽธ ๐ŸŽน ๐ŸŽบ ๐ŸŽป ๐ŸŽฝ ๐ŸŽพ ๐ŸŽฟ ๐Ÿ€
@ayourtch
ayourtch / test-gai.c
Created January 20, 2011 17:24
getaddrinfo one-family test
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <netdb.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <pthread.h>
ctrl-z
bg
touch /tmp/stdout
touch /tmp/stderr
gdb -p $!
# In GDB
p dup2(open("/tmp/stdout", 1), 1)
p dup2(open("/tmp/stderr", 1), 2)