Skip to content

Instantly share code, notes, and snippets.

View leng-yue's full-sized avatar
❄️

Leng Yue leng-yue

❄️
View GitHub Profile
@leng-yue
leng-yue / build-list.sh
Created November 14, 2023 09:26
Random split audio dataset
FOLDERS=(
"./AiDataTang/"
"./AiShell/"
"./AiShell-3/"
"./Genshin/"
"./LibriTTS_R/"
"./StarRail/"
)
# Clear filelist.txt
@leng-yue
leng-yue / setup.sh
Created June 2, 2022 23:49
Setup GitLab Runner + dind
#/bin/sh
# Install the required packages
apt-get update && apt-get install -y curl
curl -fsSL https://get.docker.com | sh
curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" | bash
apt-get install -y gitlab-runner
# Configure the GitLab Runner
gitlab-runner register \
@leng-yue
leng-yue / mnist.ipynb
Created June 3, 2020 01:18
MNIST与三种网络结构.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@leng-yue
leng-yue / Transavia.js
Last active October 10, 2018 03:13
Transavia JS
//https://www.transavia.com/cczkbrpmtnvieywa.js
var CryptoJS=CryptoJS||(function(Math,undefined){var C={};var C_lib=C.lib={};var Base=C_lib.Base=(function(){function F(){}
return{extend:function(overrides){F.prototype=this;var subtype=new F();if(overrides){subtype.mixIn(overrides);}
if(!subtype.hasOwnProperty('init')){subtype.init=function(){subtype.$super.init.apply(this,arguments);};}
subtype.init.prototype=subtype;subtype.$super=this;return subtype;},create:function(){var instance=this.extend();instance.init.apply(instance,arguments);return instance;},init:function(){},mixIn:function(properties){for(var propertyName in properties){if(properties.hasOwnProperty(propertyName)){this[propertyName]=properties[propertyName];}}
if(properties.hasOwnProperty('toString')){this.toString=properties.toString;}},clone:function(){return this.init.prototype.extend(this);}};}());var WordArray=C_lib.WordArray=Base.extend({init:function(words,sigBytes){words=this.words=words||[];if(sigB