Skip to content

Instantly share code, notes, and snippets.

View chemoelectric's full-sized avatar

Barry Schwartz chemoelectric

View GitHub Profile
// ==UserScript==
// @name @chaoticvibing Twitter Blue Nerd - twitter.com
// @namespace Violentmonkey Scripts
// @match *://*.twitter.com/*
// @match *://*.x.com/*
// @grant none
// @version 1.9.2
// @author @chaoticvibing - GH @busybox11
// @description 11/9/2022, 11:45:28 PM
// @updateURL https://gist.githubusercontent.com/busybox11/53c76f57a577a47a19fab649a76f18e3/raw
person personLabel dob
http://www.wikidata.org/entity/Q66619 Andreas von Bülow 1937-07-17T00:00:00Z
http://www.wikidata.org/entity/Q69239 Verena Becker 1952-07-31T00:00:00Z
http://www.wikidata.org/entity/Q77767 Róža Domašcyna 1951-08-11T00:00:00Z
http://www.wikidata.org/entity/Q81991 Reijo Leppänen 1951-08-11T00:00:00Z
http://www.wikidata.org/entity/Q92751 David H. Bailey 1948-08-14T00:00:00Z
http://www.wikidata.org/entity/Q92886 Friedemann Mattern 1955-07-28T00:00:00Z
http://www.wikidata.org/entity/Q105535 Kersten Reich 1948-08-14T00:00:00Z
http://www.wikidata.org/entity/Q105605 Jules Hoffmann 1941-08-02T00:00:00Z
http://www.wikidata.org/entity/Q110850 Klaus Emmerich 1943-08-10T00:00:00Z
/*
The MIT License (MIT)
Copyright (c) 2014-2015 Russel Lindsay
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
int64_t ipow(int64_t base, uint8_t exp) {
static const uint8_t highest_bit_set[] = {
0, 1, 2, 2, 3, 3, 3, 3,
4, 4, 4, 4, 4, 4, 4, 4,
5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5,
6, 6, 6, 6, 6, 6, 6, 6,
6, 6, 6, 6, 6, 6, 6, 6,
6, 6, 6, 6, 6, 6, 6, 6,
6, 6, 6, 6, 6, 6, 6, 255, // anything past 63 is a guaranteed overflow with base > 1
#!/usr/bin/python
#gypify.py for GYP (http://code.google.com/p/gyp)
#Found @ http://code.google.com/p/gyp/issues/detail?id=82 (Oct 1, 2009)
#Download original @ http://gyp.googlecode.com/issues/attachment?aid=1601673567448205219&name=gypify.py&token=qm9EhXN3mZxrS1pniUgsh5nG6Bs%3A1328804204976
#Attached is a script that converts a set of existing Chromium-dependent
#.sln and .vcproj files to .gyp. It currently supports executable, shared
#library, static library and build event projects. The output .gyp file is
#created by: