Skip to content

Instantly share code, notes, and snippets.

View VOID001's full-sized avatar
🏹
Aim highest

Jianqiu Zhang VOID001

🏹
Aim highest
View GitHub Profile
/*************************************************************************
> File Name: dir_walk_example.c
> Author: VOID_133
> A small program demos the process "ls -R", potential buggy
> Mail: ###################
> Created Time: Mon 09 May 2016 09:24:56 PM CST
************************************************************************/
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
<h1>Problem List</h1>
<h3>Problems</h3>
<table border="1">
<th>
<tr>
<td>Problem ID</td>
<td>Title</td>

NEUP Net Depart Tutorial - by VOID

[TOC]

Web Develop Things

  • What is http , what's the feature?
  • How does PHP Work?
  • What is database, How to use database in PHP?
@VOID001
VOID001 / README.md
Last active December 1, 2015 07:19

NEUOJ

Function Enabled for v1.0

  • Problem managment
  • Add Problem
  • Edit Problem
  • Delete Problem
  • Edit data
  • Hold Contest

wine-staging BUGFIX #471

20150729

  • BUG Replay Successful
  • Locate bug on function convert_links_in_hashtable
  • When exec wget -k www.baidu.com (CRASH) The structure "downloaded_html_set" looks like this:
$16 = {
	hash_function = 0x40ddac <hash_string>,
  • BUG Replay Successful
  • Locate bug on function convert_links_in_hashtable
  • When exec wget -k www.baidu.com (CRASH) The structure "downloaded_html_set" looks like this:
$16 = {
	hash_function = 0x40ddac <hash_string>,
	test_function = 0x40df70 <cmp_string>,
	cells = 0x20127c30,
	size = 13,
  • BUG Replay Successful
  • Locate bug on function convert_links_in_hashtable
  • When exec wget -k www.baidu.com (CRASH) The structure "downloaded_html_set" looks like this:
$16 = {
	hash_function = 0x40ddac <hash_string>,
	test_function = 0x40df70 <cmp_string>,
	cells = 0x20127c30,
	size = 13,
/*************************************************************************
> File Name: A.cpp
> Author: VOID_133
> ###################
> Mail: ###################
> Created Time: 2015年04月21日 星期二 12时30分54秒
************************************************************************/
#include<iostream>
#include<algorithm>
#include<cstdio>
@VOID001
VOID001 / df
Created January 13, 2015 02:19
#!/bin/sh
DF_DIR=$(dirname "$0")
cd "${DF_DIR}"
export SDL_DISABLE_LOCK_KEYS=1 # Work around for bug in Debian/Ubuntu SDL patch.
#export SDL_VIDEO_CENTERED=1 # Centre the screen. Messes up resizing.
./libs/Dwarf_Fortress "$@" # Go, go, go! :)
/*************************************************************************
> File Name: K.cpp
> Author: VOID_133
> ###################
> Mail: ###################
> Created Time: 2014年12月18日 星期四 10时50分08秒
************************************************************************/
#include<iostream>
#include<algorithm>
#include<cstdio>