Skip to content

Instantly share code, notes, and snippets.

View SinaKhalili's full-sized avatar
:shipit:
(ノ◕ヮ◕)ノ*:・゚✧

Sina Khalili SinaKhalili

:shipit:
(ノ◕ヮ◕)ノ*:・゚✧
  • Canada
View GitHub Profile
@SinaKhalili
SinaKhalili / ascii_merger.py
Created October 28, 2022 11:30
An ascii art image merger to print two ascii images side by side
"""
Merge two ascii art images into one side by side.
For example, if you have two images:
██ ██ ██
██ ██ ██
███████ ██
██ ██ ██
██ ██ ██
@SinaKhalili
SinaKhalili / sinner_animated.gif
Last active May 22, 2020 07:48
Hello YouTube
sinner_animated.gif
@SinaKhalili
SinaKhalili / latest_videos
Last active October 29, 2020 21:11
My Latest YouTube videos 👇
GNU texinfo - Part 2 ~ Nodes, Tables, and more ~
GNU texinfo ~ Beautiful manuals and info pages ~ (Part 1 - Introduction and setup)
Emojis and Javascript 👨‍👨‍👦‍👦😎👌
Checking out IBM's command line AI
Advanced LaTeX: nested commands, for loops, environments
Beautiful Github Profiles with Pinned Gists!
The cow programming language
0 to 💯 zsh config in 50 lines or less
FORTH is awesome! Part 2 (enlightenment achieved)
FORTH is awesome!! - for absolute chad beginners
@SinaKhalili
SinaKhalili / test2_gist
Last active May 22, 2020 01:24
Hello World Examples
Another one!
@SinaKhalili
SinaKhalili / ps3convert.sh
Created May 21, 2020 05:51
ffmpeg settings that work perfectly for playback on PS3
# Usage:
# ps3convert.sh someRandomMovie.mkv
# => someRandomMovie.mkv.mp4 # Runs perfectly on ps3
ffmpeg -i "$1" -vcodec libx264 -b:v 2089k -acodec aac -ab 192k "$1".mp4