Author: vanhoavn
Vue single file component and typescript
Webpack configuration, module.rules: { test: /\.ts$/, include: projectRoot, exclude: /node_modules/, use: [ { loader: ‘ts-loader’, options: { appendTsSuffixTo: [/\.vue$/], }, }, ], }, { test: /\.tsx$/, include: projectRoot, exclude: /node_modules/, use: [ _.babelLoader, { loader:Continue reading
Một bài toán tính tổng
Link bài toán: http://vn.spoj.com/problems/C11CAL/
[Writeup] TrendMicro 2015
I joined this CTF quite late, but luckily there’s still enough time to solve some interesting problems. Trend Micro CTF 2015 – Programming 400 Trend Micro CTF 2015 – Programming 500 Trend Micro CTF 2015 – Crypto 500
[Writeup] Plaid CTF 2015 – radhos
Category: Web Points: 250 Description: A web scale key value store, for your enjoyment! Should be working Running at 52.6.62.188 port 9009 64-bit collision approach I didn’t solve this problem within the contest time, butContinue reading
[Writeup] CodeGate CTF 2015 – Quals – good-crypto
Category: Programming Points: 500 Description: Binary : http://binary.grayhash.com/bd24de5d345c0d1da274fcd7d9a2b244/file.xz We recently intercepted some kind of encrypted traffic, can you help us recover the password? Update: Due to a crappy javascript programmer there’s one line of codeContinue reading