Skip to content

Instantly share code, notes, and snippets.

View sergiomafra's full-sized avatar
🌴
Looking for a remote full time job!

Sérgio Mafra sergiomafra

🌴
Looking for a remote full time job!
View GitHub Profile
@techsharif
techsharif / PYTHON_store_and_search_data_for_start_learning_using_DATABASE.py
Last active May 17, 2023 13:36
Python Database CRUD Sqlite basic using simple student management system
"""
importent links:
http://sebastianraschka.com/Articles/2014_sqlite_in_python_tutorial.html
http://www.pythoncentral.io/introduction-to-sqlite-in-python/
"""
import sqlite3
@evantoli
evantoli / GitConfigHttpProxy.md
Last active May 22, 2026 17:36
Configure Git to use a proxy

Configure Git to use a proxy

In Brief

You may need to configure a proxy server if you're having trouble cloning or fetching from a remote repository or getting an error like unable to access '...' Couldn't resolve host '...'.

Consider something like:

@bryanjswift
bryanjswift / .rtorrent.rc
Created December 28, 2011 02:42
rtorrent configuration file with description
# This is an example resource file for rTorrent. Copy to
# ~/.rtorrent.rc and enable/modify the options as needed. Remember to
# uncomment the options you wish to enable.
# Maximum and minimum number of peers to connect to per torrent.
min_peers = 1
max_peers = 100
# Same as above but for seeding completed torrents (-1 = same as downloading)