├── LICENSE ├── README.md ├── Web Service ├── BG_09.mp3 ├── bg.gif ├── dice-click.gif ├── dice-hover.gif ├── dice.gif ├── donald.jpg ├── ecdp.css ├── ecdp.js ├── favicon.ico ├── index.html └── old │ ├── bg.gif │ ├── donald.jpg │ ├── eCDPSerialGenerator.c │ ├── eCDPSerialGenerator.elf │ ├── ecdp.css │ ├── favicon.ico │ ├── index.html │ └── password.php ├── eCDPSerialGenerator.sln └── eCDPSerialGenerator ├── eCDPSerialGenerator.c ├── eCDPSerialGenerator.vcxproj ├── eCDPSerialGenerator.vcxproj.filters └── eCDPSerialGenerator.vcxproj.user /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/README.md -------------------------------------------------------------------------------- /Web Service/BG_09.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/BG_09.mp3 -------------------------------------------------------------------------------- /Web Service/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/bg.gif -------------------------------------------------------------------------------- /Web Service/dice-click.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/dice-click.gif -------------------------------------------------------------------------------- /Web Service/dice-hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/dice-hover.gif -------------------------------------------------------------------------------- /Web Service/dice.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/dice.gif -------------------------------------------------------------------------------- /Web Service/donald.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/donald.jpg -------------------------------------------------------------------------------- /Web Service/ecdp.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/ecdp.css -------------------------------------------------------------------------------- /Web Service/ecdp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/ecdp.js -------------------------------------------------------------------------------- /Web Service/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/favicon.ico -------------------------------------------------------------------------------- /Web Service/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/index.html -------------------------------------------------------------------------------- /Web Service/old/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/old/bg.gif -------------------------------------------------------------------------------- /Web Service/old/donald.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/old/donald.jpg -------------------------------------------------------------------------------- /Web Service/old/eCDPSerialGenerator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/old/eCDPSerialGenerator.c -------------------------------------------------------------------------------- /Web Service/old/eCDPSerialGenerator.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/old/eCDPSerialGenerator.elf -------------------------------------------------------------------------------- /Web Service/old/ecdp.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/old/ecdp.css -------------------------------------------------------------------------------- /Web Service/old/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/old/favicon.ico -------------------------------------------------------------------------------- /Web Service/old/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/old/index.html -------------------------------------------------------------------------------- /Web Service/old/password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/Web Service/old/password.php -------------------------------------------------------------------------------- /eCDPSerialGenerator.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/eCDPSerialGenerator.sln -------------------------------------------------------------------------------- /eCDPSerialGenerator/eCDPSerialGenerator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/eCDPSerialGenerator/eCDPSerialGenerator.c -------------------------------------------------------------------------------- /eCDPSerialGenerator/eCDPSerialGenerator.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/eCDPSerialGenerator/eCDPSerialGenerator.vcxproj -------------------------------------------------------------------------------- /eCDPSerialGenerator/eCDPSerialGenerator.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/eCDPSerialGenerator/eCDPSerialGenerator.vcxproj.filters -------------------------------------------------------------------------------- /eCDPSerialGenerator/eCDPSerialGenerator.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiEnby/eCDP-Serial-Code/HEAD/eCDPSerialGenerator/eCDPSerialGenerator.vcxproj.user --------------------------------------------------------------------------------