Skip to content

Instantly share code, notes, and snippets.

View tiulpin's full-sized avatar

Viktor tiulpin

View GitHub Profile
@tiulpin
tiulpin / code.py
Created March 4, 2021 15:29
Slide
print("hey")!
@tiulpin
tiulpin / make_icons.sh
Created February 14, 2021 12:08
🤔 Finally, favicons resizer
#!/usr/bin/env bash
convert icon.png -resize 192x192 android-chrome-192x192.png
convert icon.png -resize 512x512 android-chrome-512x512.png
convert icon.png -resize 180x180 apple-touch-icon.png
convert icon.png -resize 16x16 favicon-16x16.png
convert icon.png -resize 32x32 favicon-32x32.png
convert icon.png -resize 96x96 favicon-96x96.png
convert icon.png -resize 48x48 favicon.ico
convert icon.png -resize 32x32 favicon.png
@tiulpin
tiulpin / Keybase.md
Created May 3, 2020 18:57
keybase.md

Keybase proof

I hereby claim:

  • I am tiulpin on github.
  • I am tiulpin (https://keybase.io/tiulpin) on keybase.
  • I have a public key ASDQIkI-rao2JZ0GWXnbBGggDPYBf0LXQUapuIiSQYEn7Ao

To claim this, I am signing this object:

@tiulpin
tiulpin / main.c++
Created February 14, 2019 13:19
Systems of linear equations solver by using gaussian elimination
#include <sys/time.h>
#include <iostream>
#include <pthread.h>
#include <cmath>
#include <omp.h>
#define THREADS 64
const long long N = 2000; //dealing with NxN matrix
double **A2; //too drunk to think about calling from any pthread, so let's do a global variable
double *B2;
pthread_barrier_t barrier;
@tiulpin
tiulpin / genesis_public_key
Last active February 25, 2018 20:49
genesis_public_key
0437424291dce48741dcad71420a79aeb0d1e4021ffd47c9fdb81569979abce086a232d1d8305332d54dea8972329fd0c8f6f82e8ffd9132389125cf19e3c9aeca