您好,昨晚半夜開賣的 hitcon2013 第一階段售票,我於 00:00 準時進入網頁,第一階段的資料填寫並無任何問題,但是送出訂票資訊後,網頁即呈現 loading 狀態,
This file contains hidden or 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
$ history | awk '{CMD[$2]++;count++;} END { for (a in CMD )print CMD[ a ]" " CMD[ a ]/count*100 "% " a}' | grep -v "./" | column -c 3 -s " " -t | sort -nr | nl | head -n 10 | |
1 229 15.0956% vim | |
2 208 13.7113% sudo | |
3 178 11.7337% ls | |
4 158 10.4153% cd | |
5 84 5.53724% lua | |
6 51 3.3619% pacman | |
7 49 3.23006% git | |
8 36 2.3731% htop | |
9 28 1.84575% startx |
This file contains hidden or 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
$ python -c "import numba; numba.test()"Running tests in /usr/local/lib/python2.7/dist-packages/numba/numba | |
ran test files: failed: (2/148) | |
ld: cannot open output file /usr/local/lib/python2.7/dist-packages/numba/tests/compile_with_pycc.so: | |
Permission denied | |
Traceback (most recent call last): |
This file contains hidden or 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
$ python -c "import llvm; llvm.test()" | |
llvmpy is installed in: /usr/local/lib/python2.7/dist-packages/llvm | |
llvmpy version: 0.11.2-12-gdb73237 | |
2.7.3 (default, Aug 1 2012, 05:14:39) | |
[GCC 4.6.3] | |
.............................('disable mattrs', '-sse3,-sse41,-sse42,-avx') | |
.('disable mattrs', '-sse41,-sse42,-avx') | |
.('disable mattrs', '-sse42,-avx') | |
.('disable mattrs', '-avx') | |
.Skipping: no AVX |
This file contains hidden or 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
#!/usr/bin/env perl | |
use 5.014; | |
use URI::Title; | |
say URI::Title::title('https://twitter.com/al3x/status/1039647490'); | |
use WWW::Mechanize; | |
my $mech = WWW::Mechanize->new(); | |
$mech->get('https://twitter.com/al3x/status/1039647490'); | |
say $mech->title; |
This file contains hidden or 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
Author: xatier <[email protected]> | |
Date: Sat Apr 6 01:16:34 2013 +0800 | |
-- | |
Author: xatier <[email protected]> | |
Date: Sat Apr 6 01:16:02 2013 +0800 | |
-- | |
Author: xatier <[email protected]> |
This file contains hidden or 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
TITLE cosine calculator (main.asm) | |
;;======================================================== | |
;; Student Name: | |
;; Student ID: | |
;; Email: @cs.nctu.edu.tw | |
;;======================================================== | |
;; Instructor: Sai-Keung WONG | |
;; Email: [email protected] | |
;; Room: 706 |
This file contains hidden or 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
#!/usr/bin/python | |
import urllib2 | |
import urlparse | |
import BeautifulSoup | |
import os | |
import re | |
def find_tags(url): | |
c = urllib2.urlopen(url).read() |
This file contains hidden or 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
Title: | |
Violent Python: Python in the dark side. | |
Types: | |
Lightening Talk (5 minutes) | |
Category: | |
System Admin | |
Description: |