Skip to content

Instantly share code, notes, and snippets.

View shelbyKiraM's full-sized avatar

Shelby Kira Marvell shelbyKiraM

View GitHub Profile
@bojan
bojan / .gitignore
Last active August 8, 2022 07:43
Git ignore file for development on Apple platforms. Covers Xcode, AppCode, SPM, Carthage, CocoaPods, Fastlane, etc.
# --------------------------------
# macOS temporary files
# --------------------------------
.DS_Store
*.lock
*.swp
# --------------------------------
# Xcode
# --------------------------------
@shelbyKiraM
shelbyKiraM / wallbase.py
Created July 1, 2012 09:02
A python script that pulls images from wallbase and sorts based on a up or down vote
import sys
import os
import pygame
import shutil
import urllib2
import re
import threading
from urllib import urlretrieve
from bs4 import BeautifulSoup
from pygame.locals import *