Skip to content

Instantly share code, notes, and snippets.

View markselby9's full-sized avatar
🎯
Focusing

Mark Feng markselby9

🎯
Focusing
View GitHub Profile
@nicolasdao
nicolasdao / webpack.md
Last active July 28, 2023 19:15
Basic damn Webpack config for simple transpilation ES6 to ES5

Install

npm install -D acorn babel-loader @babel/core @babel/preset-env babel-polyfill webpack webpack-cli uglifyjs-webpack-plugin --save-dev

webpack-cli and acorn are dependencies that you, unfortunately, have to install if you want to run this god damn thing without any obscure warnings or errors.

Build

Configure Webpack

@chenkovsky
chenkovsky / crack_geetest.js
Last active March 29, 2017 06:22
crack_geetest
function load_geetest_img(slices){
return new Promise((resolve, reject)=>{
var img = new Image();
img.crossOrigin = "Anonymous";
img.onload = ()=>{resolve(img)};
img.src = slices[0].style.backgroundImage.slice(4, -1);
});
}
var restore_image = function(img, slices){
@yoavniran
yoavniran / ultimate-ut-cheat-sheet.md
Last active June 1, 2024 09:44
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai, Sinon, and Jest
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active June 8, 2024 10:07
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k