Skip to content

Instantly share code, notes, and snippets.

View SOLDNOTTOLD's full-sized avatar

Trevor Bryant SOLDNOTTOLD

View GitHub Profile
@SOLDNOTTOLD
SOLDNOTTOLD / Abelssoft PC Fresh Keygen
Created May 10, 2025 18:41
Abelssoft PC Fresh 2025 v10.0.50997 Crack + Serial Key [Latest]
Abelssoft PC Fresh License Key
@SOLDNOTTOLD
SOLDNOTTOLD / index.html
Created May 4, 2020 05:49
Marcus Garvey Tribute Page
<html>
<html lang="en">
<body>
<style>
body {
font-family: futura;
color: white;
background-color: black;
}
h1 {
@SOLDNOTTOLD
SOLDNOTTOLD / Singles2.py
Created January 11, 2017 07:36
Singles2.py
import sqlite3
sqlite_file = 'numberonesingles.sqlite'
table_name = 'NumberOneSingles'
id_column = 'ID'
new_column1 = 'Single'
new_column2 = 'Artist'
column_type = 'TEXT'
conn = sqlite3.connect(sqlite_file)
@SOLDNOTTOLD
SOLDNOTTOLD / Billboard Singles.py
Created January 11, 2017 07:33
Billboard Singles.py
import sqlite3
sqlite_file = 'numberonesingles.sqlite'
table_name1 = 'NumberOneSingles'
new_field = 'ID'
field_type = 'INTEGER'
conn = sqlite3.connect(sqlite_file)
c = conn.cursor()