Skip to content

Instantly share code, notes, and snippets.

@MRuy
MRuy / Backup.bat
Created May 11, 2015 23:27
Send To Backup Script (Excluding: .sass_cache, node_modules, bower_components)
@echo off
REM # Send To Backup Script
REM # Author: Matthias Ruchay (http://mruy.de/)
REM # Original script: https://gist.github.com/adamcaudill/2322221
REM #
REM # Excluding folders: (Never touch this folders!)
REM # .sass_cache
REM # node_modules
REM # bower_components
@MRuy
MRuy / csgo_competitive-maps-with-chickens.md
Created March 28, 2016 16:59
Competitive maps with chickens | Counter-Strike Global Offensive

Competitive maps with chickens | Counter-Strike Global Offensive

  • de_inferno
  • de_cbble
  • cs_italy
  • cs_militia
@MRuy
MRuy / db-error.php
Created May 13, 2016 12:33
Wordpress db-error.php
<?php
// custom WordPress database error page
// upload to wp-content/db-error.php
header('HTTP/1.1 503 Service Temporarily Unavailable');
header('Status: 503 Service Temporarily Unavailable');
header('Retry-After: 600');
?><!doctype html>
<html>
<head>
<meta charset="utf-8">
@MRuy
MRuy / izakooo_silver-to-global-challenge-in-10-days.md
Last active September 8, 2016 10:18
Statistic record of all matches from IzakOOO´s "Silver to Global challenge in 10 days"

Silver to Global challenge in 10 days

Uprank games:

  • [#31] Silver 2
  • [#40] Silver 3
  • [#45] Silver 4
  • [#50] Silver Elite
  • [#57] Silver Elite Master
  • [#63] Gold Nova 1
  • [#68] Gold Nova 2
@MRuy
MRuy / csgo-rank-list.txt
Created October 9, 2016 03:45
CS:GO Rank list
Unranked
Silver I
Silver II
Silver III
Silver IV
Silver Elite
Silver Elite Master
Gold Nova I
Gold Nova II
Gold Nova III
@MRuy
MRuy / reclaimWindows10.ps1
Last active January 8, 2017 10:05 — forked from alirobe/reclaimWindows10.ps1
"Reclaim Windows 10" turns off a bunch of unnecessary Windows 10 telemetery, removes bloatware, and privacy invasions. Review and tweak before running. Scripts for reversing are included and commented. Fork via https://github.com/Disassembler0 (different defaults)
##########
#
# THIS IS A PERSONALIZED VERSION!
#
# Win10 Initial Setup Script
# Author: Disassembler <disassembler@dasm.cz>
# Version: 1.7, 2016-08-15
# dasm's script: https://github.com/Disassembler0/Win10-Initial-Setup-Script/
net_graph 1
net_graphheight 9999
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
bind "TAB" "+scorenet"
@MRuy
MRuy / white-base64-favicon.html
Created May 13, 2016 12:31
White base64 favicon html-code
<link rel="icon" href="data:image/gif;base64,R0lGODlhAQABAIAAAP7//wAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==">
@MRuy
MRuy / chrome-cleanup-search-engines.md
Created August 12, 2017 15:35
Chrome cleanup search engines

Cleanup unwanted search engines from chrome

Date: 2017-08-12 (Chrome 60)

  1. Open: chrome://settings/searchEngines
  2. Press F12 to open developer console
  3. Execute the following code:
settings.SearchEnginesBrowserProxyImpl.prototype.getSearchEnginesList()
@MRuy
MRuy / 9gag-nsfw-unlock.md
Created October 13, 2017 23:01
9gag.com NSFW without account!

Unlock NSFW posts without account

document.cookie = 'safemode=0; expires=Sun, 13 Oct 2019 00:00:00 UTC; path=/';