Skip to content

Instantly share code, notes, and snippets.

View cheznewa's full-sized avatar

BLE TOU 202 FX National cheznewa

  • BLE TOU
View GitHub Profile
@cheznewa
cheznewa / revealgooglevm.py
Created March 6, 2021 22:41
I Reveal The VMs From Google (Prank/Fun/Fake) Required Icons From :::::::::::::::::: https://github.com/QubesOS/qubes-artwork/tree/master/icons/qube-icons
import sys
prefixappvm = ("googlebot","employee","youtube","panoramio","maps")
prefixtemplatevm = ("goobian","goobuntu")
prefixservicevm = ("external","internal","googlebot","extraservices")
prefixdispvm = ("")
for p in prefixtemplatevm:
sys.stdout.write("<img src='templatevm-black.svg'>%s" %(p))
for p in prefixtemplatevm:
for n in range(5220):
sys.stdout.write("<img src='templatevm-gray.svg'>%s_%s" %(p,n))
@cheznewa
cheznewa / emoticon_composer_userscript.js
Created February 17, 2021 00:31
Replace All Possible Emoticon Composer And Render Font :::::::::::::::::::::::::: https://github.com/google/emoticon-composer-font
// ==UserScript==
// @name Emoticon Composer Replacer
// @namespace http://tampermonkey.net/
// @version 0.1
// @author Newa Notre Maitre
// @match *://*/*
// ==/UserScript==
for (var maj=65;maj<=90;maj++)
{
@cheznewa
cheznewa / mysecam.txt
Created June 11, 2020 10:36
My Secam For Color Modem
SecamVariant.SECAM_Sick = SecamVariant(fsc_db=5010000.0,
fsc_dr=5020000.0,
fdev_db=250000.0,
fdev_dr=250000.0,
flimit_minbell=-300000.0,
flimit_maxbell=300000.0,
m0=0.25,
bell_f0=5000000.0,
bell_kn=10.0,
bell_kd=1.0,