Skip to content

Instantly share code, notes, and snippets.

View rickythefox's full-sized avatar
🇹🇭
GMT-7

Richard G rickythefox

🇹🇭
GMT-7
View GitHub Profile
@rqx110
rqx110 / ModifyInMemory.cs
Created September 19, 2016 05:20
aspose for .net total 破解
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Xml;
namespace LicenseHelper
@jmervine
jmervine / 01_nginx.conf
Last active November 27, 2021 16:04
Nginx Based A/B testing.
worker_processes 1;
events {
worker_connections 1024;
}
http {
include /home/t/nginx/conf/mime.types;
default_type application/octet-stream;
@y3rsh
y3rsh / CustomRules.js
Created June 29, 2011 17:12
Fiddler Custom Rules
import System;
import System.IO;
import System.Windows.Forms;
import Microsoft.VisualBasic;
import Fiddler;
// GLOBALIZATION NOTE:
// Be sure to save this file with UTF-8 Encoding if using any non-ASCII characters
// in strings, etc.
//