Skip to content

Instantly share code, notes, and snippets.

View 7ranceaddic7's full-sized avatar
💭
Lurking about

Scott 7ranceaddic7

💭
Lurking about
  • California
View GitHub Profile
from linked_list import Node, LinkedList
from blossom_lib import flower_definitions
import inspect
class HashMap:
def __init__(self, size):
self.array_size = size
self.array = [LinkedList() for item in range(self.array_size)]
@7ranceaddic7
7ranceaddic7 / main.py
Last active October 26, 2020 03:32
Pirple-PythonIsEasy
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Descriptive and Referential discographic data to label, identify, and present audio content
# (songs, podcats, videos) and associated information for display and discovery.
'''
Album Data
Discographic data related to an album specific to a song
'''
@7ranceaddic7
7ranceaddic7 / Veneer.py
Last active October 22, 2020 20:21
Character Rendering Problems
# coding=UTF-8
class Art:
def __init__(self, artist, title, year, medium, owner):
self.artist = artist
self.title = title
self.medium = medium
self.year = year
@7ranceaddic7
7ranceaddic7 / script.py
Last active September 29, 2020 06:59
The Borderless Tourist
import inspect
destinations = ["Paris, France",
"Shanghai, China",
"Los Angeles, USA",
"Sao Paulo, Brazil",
"Cairo, Egypt",
"Safety Catch"]
# TEST_DATA: traveler profile
@7ranceaddic7
7ranceaddic7 / History\-111ec10c\entries.json
Last active May 23, 2023 07:35
Gist created from visual studio extension
{"version":1,"resource":"file:///g%3A/SteamLibrary/steamapps/workshop/content/281990/1635116834/descriptor.mod","entries":[{"id":"rbfM.mod","timestamp":1654849624748}]}
@7ranceaddic7
7ranceaddic7 / MD Layout - Collapsibles.md
Last active July 19, 2020 21:58
Gist created from visual studio extension

A collapsible section containing markdown

Click to expand!

Heading

  1. A numbered
  2. list
    • With some
    • Sub bullet