Skip to content

Instantly share code, notes, and snippets.

View neolee's full-sized avatar

Neo Lee neolee

View GitHub Profile
require('console-stamp')(console, '[HH:MM:ss.l]')
const request = require('request')
const categories = [4754, 4755, 4756, 4635, 4634, 4620, 4892, 4621, 4622]
function getData(id) {
console.log("Started fetching courses in category " + id)
@neolee
neolee / garfield.py
Created July 18, 2020 06:02
Neo's assignment #1
from time import sleep
from termcolor import colored
import random
from simpleeval import simple_eval
class Bot:
wait = 1
@neolee
neolee / treenode_start.py
Created August 11, 2020 07:53
Starter Source Code for WoP Assignment #3
# coding=utf-8
class TreeNode:
def __init__(self, name='root', data=None, parent=None, children=None):
self.name = name
self.data = data
if parent:
assert isinstance(parent, TreeNode)
parent.add_child(self)
(setq org-agenda-files-base org-agenda-files)
(defun vulpea-project-p ()
"Return non-nil if current buffer has any todo entry.
TODO entries marked as done are ignored, meaning that this
function returns nil if current buffer contains only completed
tasks."
(seq-find ; (3)
(lambda (type)
@neolee
neolee / Doom info
Last active November 25, 2022 04:38
❯ doom info
generated Nov 25, 2022 12:37:56
system MacOS 13.0 Darwin 22.1.0 arm64
emacs 28.2 ~/.emacs.d/
doom 3.0.0-pre PROFILE=_@0 HEAD -> master, origin/master, origin/HEAD
9d4d5b75 2022-10-31 16:18:16 +0100 ~/.doom.d/
shell /opt/homebrew/bin/zsh
features ACL GIF GLIB GMP GNUTLS JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP
NOTIFY KQUEUE NS PDUMPER PNG RSVG THREADS TIFF TOOLKIT_SCROLL_BARS
XIM ZLIB