This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
SETLOCAL EnableDelayedExpansion | |
SET "NUMRUNS=5000" | |
echo Running Cinebench r15 Multi Core... | |
FOR /l %%i IN (1, 1, %NUMRUNS%) DO ( | |
echo [!TIME!] Starting Run %%i | |
"CINEBENCH Windows 64 Bit.exe" -cb_cpux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Restored Pagination for Google | |
// @namespace google-pagination.sp00n.net | |
// @match *://*/search* | |
// @grant none | |
// @version 0.2 | |
// @author sp00n | |
// @description This script restores the paged navigation for the Google Search. It also requires that the "Continuous scrolling" in the Google Search settings is turned off (which infuriatingly does not restore the old Pagination!) | |
// @downloadURL https://gist.github.com/sp00n/e8b91d2f47c471bc0627f7b31d659291 | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name mtb-news.de Dark Mode | |
@description A dark mode for the mtb-news.de forums, to be used with an addon like Stylus | |
@namespace sp00n.mtb-news.de | |
@version 3.2.4 | |
@author sp00n82 | |
@homepageURL https://gist.github.com/sp00n/2fa640e641a3e729cdc8035a4da2412d | |
@supportURL https://www.mtb-news.de/forum/t/darkmode-fuer-das-neue-forum-css-code-fuer-stylus-addon.891774/ | |
@license Creative Commons CC BY-SA 3.0 DE | |
==/UserStyle== */ |