Skip to content

Instantly share code, notes, and snippets.

View cheginit's full-sized avatar
🍕

Taher Chegini cheginit

🍕
View GitHub Profile
@rxaviers
rxaviers / gist:7360908
Last active July 7, 2024 06:55
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@leonkorteweg
leonkorteweg / mirror-remote-folder-lftp.md
Last active February 29, 2024 17:25
Mirror a remote folder from the command line

Mirror a remote folder from the command line

Small but incredibly useful guide from wiak, posted on http://superuser.com/questions/40281/how-do-i-get-an-entire-directory-in-sftp

How to mirror a remote folder with lftp

well this little guide should help, mirror a remote server to local folder with lftp

lftp sftp://user:password@server.org:22 -e 'mirror --verbose --use-pget-n=8 -c /remote/path /local/path'
@steven2358
steven2358 / ffmpeg.md
Last active July 4, 2024 19:48
FFmpeg cheat sheet
@vleugelcomplement
vleugelcomplement / piticks.py
Last active September 21, 2023 12:53
matplotlib ticks at multiples of pi
"""
An example of an attempt to get non-standard ticks in matplotlib plot.
Here, we use π/3 as unit length.
"""
import numpy as np
from fractions import Fraction as frac
import matplotlib.pyplot as plt
from matplotlib.ticker import FuncFormatter, MultipleLocator

Moved to repo: /quenhus/uBlock-Origin-dev-filter

In order to keep filters up to date, please use this repo.

#### ---------------------------------------------
## Edit via: RStudio > Tools > Edit Code Snippets
# Released under a MIT license
snippet fragment
[${1:text}]{.${2:type}}
snippet aside
[${1:text}]{.aside}