Skip to content

Instantly share code, notes, and snippets.

@mathix420
mathix420 / medium.user.js
Last active September 19, 2024 07:35
Bypass Medium Paywall - Working late 2023 - Greasy Fork, Violentmonkey, Tampermonkey - Click the RAW button to install
// ==UserScript==
// @name Medium Paywall Bypass
// @namespace Violentmonkey Scripts
// @run-at document-start
// @match *://*.medium.com/*
// @match *://medium.com/*
// @match *://*/*
// @grant none
// @version 2.4
// @inject-into content
@xsohn
xsohn / grade.py
Last active October 17, 2018 05:09
2018-IT개론 자동채점 스크립트
from os import listdir
from os.path import isfile, join
import subprocess
# 채점할 코드와 같은 폴더에 있어야 됨
# 테스트 케이스는 "test1_1"형식으로 같은 폴더에 저장한다. [.txt 없음]
# ex) 문제1 테스트 케이스1 : test1_1, 문제3 테스트 케이스5 : test3_5
# 채점할 코드의 파일명은 P?_????????_!.py 로 생각하고, '_'로 split해서,
# 문제번호에 해당하는 !를 알아내는 구조
@natelandau
natelandau / .bash_profile
Last active August 24, 2024 14:09
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
@XVilka
XVilka / TrueColour.md
Last active September 19, 2024 04:17
True Colour (16 million colours) support in various terminal applications and terminals

THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.

PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!