Skip to content

Instantly share code, notes, and snippets.

View bestvist's full-sized avatar
💭
I may be slow to respond.

Vist bestvist

💭
I may be slow to respond.
View GitHub Profile
var CryptoJS = require('crypto-js')
var request = require('request-promise')
/*
* npm install crypto-js request-promise request
* node wx_t1t_hack.js
*/
// export function testEncription(msg, fullKey) {
// var fullKey = fullKey.slice(0, 16)
@bestvist
bestvist / cat-vs-ball-of-wool.markdown
Created December 25, 2017 05:35
Cat vs ball of wool

Cat vs ball of wool

WebGL Demo using ThreeJs. With inverse kinematics, physics and a lot of cat psychology :) This cat is a 3D remake of the main character of "Babel, the cat who would be king", a children app I did some time ago. Find it here : http://babeltheking.com/ Enjoy!

A Pen by bestvist on CodePen.

License.