Skip to content

Instantly share code, notes, and snippets.

View shynur's full-sized avatar
๐ŸŽง
Lenka - What Goes Up

๐“ˆ๐’ฝ๐“Ž๐“ƒ๐“Š๐“‡ shynur

๐ŸŽง
Lenka - What Goes Up
View GitHub Profile
#! /bin/bash
echo 'ๅ‡†ๅค‡ๅฎ‰่ฃ…...'
shopt -so errexit
function shynur_gen_hooks() {
echo '็”Ÿๆˆ git commit message ๆ ผๅผๆฃ€ๆŸฅ่„šๆœฌ...'
cat >|commit-msg <<-EOF''
#! /bin/bash
title Ethereum Whitepaper
description An introductory paper to Ethereum, published in 2013 before its launch.
lang en

While several years old, we maintain the original paper below because it continues to serve as a useful reference and an accurate representation of Ethereum and its vision.

Ethereum Whitepaper {#ethereum-whitepaper}

@shynur
shynur / CONTRIBUTE.md
Last active February 11, 2026 07:50
Emacs ่ดก็ŒฎๆŒ‡ๅ—

The Emacs repository

To configure Git for Emacs development, you can run the following:

git config --global user.name 'shynur'
git config --global user.email 'shynur@outlook.com'
#git config --global transfer.fsckObjects true
@shynur
shynur / pop-select-jelly-cursor.el
Last active September 9, 2023 18:28
Emacs Cursor Animation for MS-Windows
;;; -*- lexical-binding: t; -*-
;; This file is part of the repository <https://github.com/shynur/.emacs.d>.
;; See file "README.org" and file "LICENSE.txt" in that repository for more information.
;;; Commentary:
;;
;; Enable Motion Blur of Cursor (on MS-Windows)
;;
;; 1. Download "pop_select.dll" from <https://github.com/lynnux/pop-select>.