Skip to content

Instantly share code, notes, and snippets.

View awnion's full-sized avatar
🦀
🦀

Sergei Blinov awnion

🦀
🦀
View GitHub Profile
@rya-sge
rya-sge / Awesome-blockchain-learning-resources.md
Last active July 23, 2024 18:33
Awesome blockchain learning resources

List of several courses on blockchain and cryptography

When the course is followed by ***, it means that I have followed, at least partially and I recommend it.

DeFi / General Concepts

This section lists the course to learn the general concepts related to Defi.

Beginner

@tonybaloney
tonybaloney / main.py
Last active August 18, 2021 17:21
PyInstrument with FastAPI
from fastapi import FastAPI, Request
from fastapi.responses import HTMLResponse
from profiler import FastApiProfiler
app = FastAPI()
import .routes # NOQA
PROFILING = True # Put this in Settings when you're ready
@PurpleBooth
PurpleBooth / README.md
Last active September 8, 2023 20:52
A github workflow pipeline for rust that does test, build and deploy windows, linux and mac, creates releases, and does SemVer Versioning, and releases to a homebrew tap

Features

  • Automatically bump SemVer
  • Update a personal homebrew tap
  • Keep that pesky version in the Cargo.toml up to date
  • (From dependabot) Get new versions out as soon as possible

Assumptions

  • You don't want a changelog

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by
@kogakure
kogakure / .gitignore
Last active December 17, 2023 08:21
Git: .gitignore file for LaTeX projects
*.acn
*.acr
*.alg
*.aux
*.bak
*.bbl
*.bcf
*.blg
*.brf
*.bst