Skip to content

Instantly share code, notes, and snippets.

View limsammy's full-sized avatar

Sam Lim limsammy

View GitHub Profile
[tool.poetry]
name = "my-super-cool-app"
version = "4.5.3"
description = "SuperCoolCorp end-user interface to access project camera feeds, view and download static reports, and access Operational Dashboard"
authors = ["Sam Lim <sam@supercoolcorp.test>"]
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
Django = "^3.2.9"
django-bootstrap4 = "^21.1"
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Plotly.js
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
from bs4 import BeautifulSoup
import re
from urllib.request import *
import urllib.request
import argparse
import requests
import os
import cv2
from imutils import paths
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then
env ZSH=$ZSH DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT zsh -f $ZSH/tools/check_for_upgrade.sh
fi
# Initializes Oh My Zsh
# add a function path
fpath=($ZSH/functions $ZSH/completions $fpath)
fortune -a -o | cowsay -f vader
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:~/.composer/vendor/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=/Users/sam/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
@limsammy
limsammy / dtr_mod3.gist
Created November 27, 2017 22:51
DTR Mod 3
Developers: Sam Lim, Adrian Lara
Means of Contact: Slack
Work Flow: Agile workflow with code reviews on PR's
Project Management: Waffle.io, PR's, Rebase
Availbality: Preferrably not early
@limsammy
limsammy / zshrc.rc
Created September 30, 2017 05:20
zshrc
fortune -a -o | cowsay -f vader
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=/Users/sam/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
@limsammy
limsammy / for_blog_1.md
Created June 4, 2017 03:36
enigma_charmap

["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", " ", ".", ","]

@limsammy
limsammy / may_5.md
Created May 10, 2017 15:47
Mod2Week2 PD

Feedback II Reflection

  • Date of feedback conversation:

10/5/17

  • How did you prepare for the conversation?

By contemplating how our workstyle has worked well, and how it has NOT worked well in the past few days.