Skip to content

Instantly share code, notes, and snippets.

View wantt's full-sized avatar
🎯
Focusing

asdfs wantt

🎯
Focusing
View GitHub Profile
@wantt
wantt / FaceAnimationPlayer.cpp
Created June 4, 2022 16:02 — forked from leestuartx/FaceAnimationPlayer.cpp
Blendshape face animation player for Unreal 4 that uses CSV keyframe data
// Candax Productions
#include "BFPOnline.h"
#include "FaceAnimationPlayer.h"
AFaceAnimationPlayer::AFaceAnimationPlayer(const class FObjectInitializer& PCIP)
: Super(PCIP)
{
//Enable Ticking
PrimaryActorTick.bCanEverTick = true;
We can't make this file beautiful and searchable because it's too large.
CLSID,ClassName
{0000031A-0000-0000-C000-000000000046},CLSID
{0000002F-0000-0000-C000-000000000046},CLSID CLSID_RecordInfo
{00000100-0000-0010-8000-00AA006D2EA4},CLSID DAO.DBEngine.36
{00000101-0000-0010-8000-00AA006D2EA4},CLSID DAO.PrivateDBEngine.36
{00000103-0000-0010-8000-00AA006D2EA4},CLSID DAO.TableDef.36
{00000104-0000-0010-8000-00AA006D2EA4},CLSID DAO.Field.36
{00000105-0000-0010-8000-00AA006D2EA4},CLSID DAO.Index.36
{00000106-0000-0010-8000-00AA006D2EA4},CLSID DAO.Group.36
{00000107-0000-0010-8000-00AA006D2EA4},CLSID DAO.User.36
@thousandlemons
thousandlemons / how-to-setup-shadowsocks-on-your-ubuntu-server.md
Last active January 1, 2025 15:58
How to setup Shadowsocks on your Ubuntu server
@leestuartx
leestuartx / FaceAnimationPlayer.cpp
Created April 3, 2015 08:02
Blendshape face animation player for Unreal 4 that uses CSV keyframe data
// Candax Productions
#include "BFPOnline.h"
#include "FaceAnimationPlayer.h"
AFaceAnimationPlayer::AFaceAnimationPlayer(const class FObjectInitializer& PCIP)
: Super(PCIP)
{
//Enable Ticking
PrimaryActorTick.bCanEverTick = true;
This file has been truncated, but you can view the full file.
阿爸 a1'ba4 18137
阿昌族 a1'chang1'zu2 50849
阿斗 a1'dou3 42632
阿飞 a1'fei1 48603
阿富汗 a1'fu4'han4 3461
阿訇 a1'hong1 34432
阿拉伯数字 a1'la1'bo2'shu4'zi4 35937
阿拉伯语 a1'la1'bo2'yu3 30476
阿妈 a1'ma1 16220
@jefftriplett
jefftriplett / tor.py
Last active March 19, 2025 16:34
Python Requests + Tor (Socks5)
"""
setup:
pip install requests
pip install requests[socks]
super helpful:
- http://packetforger.wordpress.com/2013/08/27/pythons-requests-module-with-socks-support-requesocks/
- http://docs.python-requests.org/en/master/user/advanced/#proxies
"""