Skip to content

Instantly share code, notes, and snippets.

View AmirHosein-Gharaati's full-sized avatar
😀
Laughing

Amirhosein Gharaati AmirHosein-Gharaati

😀
Laughing
  • Shiraz University
  • Shiraz, Fars, Iran
View GitHub Profile
@7aman
7aman / sqlite3-in-python.py
Created January 21, 2019 07:29
sqlite3 cheatsheet for python 3
#!/usr/bin/env python3
'''
Thanks to Andres Torres
Source: https://www.pythoncentral.io/introduction-to-sqlite-in-python/
'''
import sqlite3
# Create a database in RAM
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 26, 2024 12:21
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname