Skip to content

Instantly share code, notes, and snippets.

View chiehmin's full-sized avatar

Chieh-Min Wang chiehmin

View GitHub Profile
#include <bits/stdc++.h>
#include <boost/archive/xml_iarchive.hpp>
#include <boost/archive/xml_oarchive.hpp>
using namespace std;
class Bus {
public:
string name;
int count;
// autogenerated by syzkaller (http://github.com/google/syzkaller)
#include <pthread.h>
#include <sys/timerfd.h>
#define NTHR 8
#define NSET 8
#define TFD_TIMER_CANCEL_ON_SET (1 << 1)
void *thrset(void *arg)
{
This file has been truncated, but you can view the full file.
1 google.com
2 youtube.com
3 facebook.com
4 msn.com
5 amazon.com
6 yahoo.com
7 bing.com
8 ebay.com
9 twitter.com
10 yelp.com
Initialize repo `repo init -u https://github.com/LineageOS/android.git -b lineage-16.0`
create local_manifest in `.repo/local_manifests/htc_oce.xml`
```xml
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="TARKZiM/device_htc_oce" path="device/htc/oce" remote="github" revision="lineage-16.0" />
<project name="TARKZiM/android_kernel_htc_oce" path="kernel/htc/oce" remote="github" revision="lineage-16.0" />
<project name="TARKZiM/proprietary_vendor_htc" path="vendor/htc" remote="github" revision="lineage-16.0" />
@chiehmin
chiehmin / epub.css
Created May 1, 2019 05:38 — forked from bmaupin/epub.css
You Don't Know JS Ebooks
body {
text-align: justify;
}
code, pre {
font-family: "DejaVuSansMono", monospace;
}
h1, h2, h3, h4, h5, h6 {
text-align: left;