Skip to content

Instantly share code, notes, and snippets.

@XVilka
XVilka / TrueColour.md
Last active July 9, 2024 23:28
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!

@ololobus
ololobus / badass-checker.py
Last active October 7, 2015 14:48
Scoring scripts for Data Science Week 2015 Datathon in Moscow
#!/usr/bin/env python
import sys
import json
team_path = '/users/team%s/ozon_recoms.txt' % sys.argv[1]
badass_detected = False