Skip to content

Instantly share code, notes, and snippets.

@DebugOfTheRoad
DebugOfTheRoad / ModifyInMemory.cs
Created July 12, 2025 03:24 — forked from rqx110/ModifyInMemory.cs
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
@DebugOfTheRoad
DebugOfTheRoad / pong_server.c
Created May 10, 2017 08:11 — forked from yongboy/pong_server.c
pong_server.c use the C.
/**
* nieyong@youku.com
* how to compile it:
* gcc pong_server.c -o pong_server /usr/local/lib/libev.a -lm
*/
#include <arpa/inet.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <fcntl.h>