Skip to content

Instantly share code, notes, and snippets.

View HongkaiWen's full-sized avatar
💭
I may be slow to respond.

Hongkai HongkaiWen

💭
I may be slow to respond.
View GitHub Profile
@zchee
zchee / cgo.md
Last active April 18, 2024 06:14
cgo convert list

See also, http://libraryofalexandria.io/cgo/

Using Go cgo

cgo has a lot of trap.
but Not "C" pkg also directory in $GOROOT/src. IDE's(vim) Goto command not works.

So, Here collect materials.

@ferronrsmith
ferronrsmith / preg_quote.java
Created July 16, 2014 23:46
preg_quote java implementation
package com.gbi.utils;
import jregex.Pattern;
import jregex.PatternSyntaxException;
public class RegexUtil {
/**
* Java implementation of preg_quote
* {@link http://phpjs.org/functions/preg_quote/}