Skip to content

Instantly share code, notes, and snippets.

@xebecnan
xebecnan / mymod.user.lua
Created October 26, 2015 12:48 — forked from cloudwu/mymod.user.lua
user defined loader
local M = {}
function M.test(...)
print(...)
end
return M
@xebecnan
xebecnan / click.py
Created August 10, 2016 04:42 — forked from sean-lin/click.py
python windows auto click
# -*- coding: utf-8 -*-
import time
import win32con
import win32api
import ctypes
from ctypes import wintypes
byref = ctypes.byref
user32 = ctypes.windll.user32
@xebecnan
xebecnan / .vimrc
Created December 28, 2016 08:06 — forked from lvzixun/.vimrc
"HYDRA : OPEN LR UI RES EDITOR {
nmap <C-k> yiw:silent !call-hydra.sh <C-r>"<CR>
"}
@xebecnan
xebecnan / EasingFunctions.cs
Created March 9, 2020 07:03 — forked from cjddmut/EasingFunctions.cs
Easing Functions for Unity3D
/*
* Created by C.J. Kimberlin
*
* The MIT License (MIT)
*
* Copyright (c) 2019
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights