Skip to content

Instantly share code, notes, and snippets.

View schalkburger's full-sized avatar
💪
eat sleep code repeat

Schalk Burger schalkburger

💪
eat sleep code repeat
View GitHub Profile
@xPaw
xPaw / README.md
Last active May 10, 2024 14:27
Counter-Strike local server practice config
// Highcharts CheatSheet Part 1.
// Create interactive charts easily for your web projects.
// Download: http://www.highcharts.com/download
// More: http://api.highcharts.com/highcharts
// 1. Installation.
// Highcharts requires two files to run, highcharts.js and either jQuery, MooTools or Prototype or the Highcharts Standalone Framework which are used for some common JavaScript tasks.
// <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
// <script src="https://code.highcharts.com/highcharts.js"></script>
@stvhwrd
stvhwrd / website-dl.md
Last active March 13, 2024 17:05
Download an entire website for offline use with wget. Internal inks will be corrected so that the entire downloaded site will work as it did online.

The best way to download a website for offline use, using wget

There are two ways - the first way is just one command run plainly in front of you; the second one runs in the background and in a different instance so you can get out of your ssh session and it will continue.

First make a folder to download the websites to and begin your downloading: (note if downloading www.SOME_WEBSITE.com, you will get a folder like this: /websitedl/www.SOME_WEBSITE.com/)


STEP 1:

@atcuno
atcuno / gist:3425484ac5cce5298932
Last active March 25, 2024 13:55
HowTo: Privacy & Security Conscious Browsing

The purpose of this document is to make recommendations on how to browse in a privacy and security conscious manner. This information is compiled from a number of sources, which are referenced throughout the document, as well as my own experiences with the described technologies.

I welcome contributions and comments on the information contained. Please see the How to Contribute section for information on contributing your own knowledge.

Table of Contents

@paulirish
paulirish / how-to-view-source-of-chrome-extension.md
Last active May 30, 2024 06:59
How to view-source of a Chrome extension

Option 1: Command-line download extension as zip and extract

extension_id=jifpbeccnghkjeaalbbjmodiffmgedin   # change this ID
curl -L -o "$extension_id.zip" "https://clients2.google.com/service/update2/crx?response=redirect&os=mac&arch=x86-64&nacl_arch=x86-64&prod=chromecrx&prodchannel=stable&prodversion=44.0.2403.130&x=id%3D$extension_id%26uc" 
unzip -d "$extension_id-source" "$extension_id.zip"

Thx to crxviewer for the magic download URL.

@Kaotic
Kaotic / skype_hidden_emoticons.txt
Last active December 12, 2021 12:18
Skype hidden emoticons (2016)
Every found by Kaotic. https://kaodev.com/
emoticonsRoot : https://static-asm.secure.skypeassets.com/pes/v1/emoticons
Hidden emoticons:
(gottarun)
(stop)
(snail)
(goodluck)
(island)
@jasontbradshaw
jasontbradshaw / ztype-ftw.js
Created December 18, 2015 22:59
How to win at ZType (http://zty.pe).
clearInterval(window.shootInterval);
var targetComparator = function (a, b) {
var aDist = ig.game.player.distanceTo(a);
var bDist = ig.game.player.distanceTo(b);
return aDist - bDist;
};
shootInterval = setInterval(function () {
if (!ig.game) { return; }
@hsleonis
hsleonis / better-font-smoothing.css
Last active January 17, 2024 00:16
Better font smoothing in cross browser
html {
/* Adjust font size */
font-size: 100%;
-webkit-text-size-adjust: 100%;
/* Font varient */
font-variant-ligatures: none;
-webkit-font-variant-ligatures: none;
/* Smoothing */
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
@SnooozeWorks
SnooozeWorks / Readme.md
Last active August 7, 2021 22:51
Snoooze's CSGO Config

Snoooze's Config Files

Place autoexec.cfg into ...\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg. It will load automatically when you start CS:GO.

Place alias.cfg, alias_help.cfg, crosshair.cfg, help.cfg, prac.cfg, scripts.cfg into ...\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg\custom

If you do not want to use a file ( ie prac.cfg ), just remove it from the ...\custom folder. You can also delete the loading reference in the autoexec.cfg file.

Gist Information

  • Latest Version: 2.13
  • Updated: 08.07.21

Features

@itotallyrock
itotallyrock / CS:GO Sounds.md
Created July 9, 2016 22:12
List of all/most CS:GO sound names.
error
ambient\fallscream
ambient\opera
ambient\tankidle2
ambient\waterrun
ambient\water_splash1
ambient\water_splash2
ambient\water_splash3
ambient\animal\bird1