Skip to content

Instantly share code, notes, and snippets.

View LuoZijun's full-sized avatar
🎯
Focusing

寧靜 LuoZijun

🎯
Focusing
View GitHub Profile
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vietnamese characters</title>
<style type="text/css">
:root {
font-size: 16px;
}
<!DOCTYPE html>
<html lang="cmn-Latn-pinyin">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pinyin characters test</title>
</head>
<style type="text/css">
:root {
font-size: 16px;
#![allow(dead_code, unused_imports)]
use std::net::TcpStream;
use std::net::Shutdown;
use std::net::Ipv4Addr;
use std::net::SocketAddr;
use std::net::SocketAddrV4;
use std::net::ToSocketAddrs;
use std::io::{self, Read, Write};
use std::time::Instant;
package main
import "fmt"
import "math/big"
type BigInt big.Int
func one() *big.Int {
return big.NewInt(1)
}
[package]
name = "bench_neptune"
version = "0.1.0"
authors = ["luozijun <luozijun.assistant@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = "1.4"
#!/bin/bash
echo "
rdr pass inet proto tcp from any to any port 6000 -> 127.0.0.1 port 8080
" | sudo pfctl -ef -
@LuoZijun
LuoZijun / test.rst
Last active January 18, 2020 02:40
测试 RST

色情片演员米娅·哈利法在 BBC Hard Talk 节目中接受史蒂文·萨克尔的采访,谈论了她对色情行业的看法

电视节目

BBC Hard Talk

节目主持人

史蒂文·萨克尔 (Stephen Sackur),BBC主持人

节目受访人

米娅·哈利法 (Mia Khalifa),色情片演员

采访视频(英文字幕)

Mia Khalifa: Why I’m speaking out about the porn industry

采访视频(中文字幕)

米娅·哈利法是著名色情片演员,她看到什么业界问题?

采访时长

00:07:11

发布日期

2019年9月7日发布

#![allow(non_camel_case_types, non_snake_case, unused_variables, unused_macros)]
// #[macro_use]
// #[path = "src/macros.rs"]
// mod macros;
macro_rules! FN {
(stdcall $func:ident($($t:ty,)*) -> $ret:ty) => (
pub type $func = Option<unsafe extern "system" fn($($t,)*) -> $ret>;
);
(stdcall $func:ident($($p:ident: $t:ty,)*) -> $ret:ty) => (
package main
import (
"fmt"
"github.com/vishvananda/netlink"
)
// Note: Add route first.
// $ sudo ip route add 8.8.8.8 dev enp0s3