# script-exercise **Repository Path**: liumengjun/script_exercise ## Basic Information - **Project Name**: script-exercise - **Description**: 一些编程语言(或script)学习练习, python, js 等 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2015-05-26 - **Last Updated**: 2025-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一些脚本语言の学习练习 [`@github`](https://github.com/liumengjun/script-exercise) ## javascript [**crypto test**](https://github.com/liumengjun/script-exercise/blob/master/js/crypto_test.js): node js RSA加密解密demo [**generate rand words**](https://github.com/liumengjun/script-exercise/blob/master/js/generate_rand_words.js): 生成随机单词 ## python [**cold_test**](https://github.com/liumengjun/script-exercise/blob/master/py/cold_test.py): django简单快速test命令: cold_test [**generate_checkcode_img**](https://github.com/liumengjun/script-exercise/blob/master/py/generate_checkcode_img.py): 生成随机验证码图片 [**generate_fake_id**](https://github.com/liumengjun/script-exercise/blob/master/py/generate_fake_id.py): 生成伪身份证号(开发测试用) [**random_string**](https://github.com/liumengjun/script-exercise/blob/master/py/random_string.py): 生成随机字符串 [**waste_battery_loop**](https://github.com/liumengjun/script-exercise/blob/master/py/waste_battery_loop.py): 一个浪费电的loop脚本(😉) [**three_impls_fibonacci**](https://github.com/liumengjun/script-exercise/blob/master/py/three_impls_fibonacci.py): 3种斐波那契数(Fibonacci Num)实现:线性递归,尾递归,循环 [**random_red_package**](https://github.com/liumengjun/script-exercise/blob/master/py/random_red_package.py): (微信)发多个随机红包算法 [more py demos>>](https://github.com/liumengjun/script-exercise/tree/master/py) ## php [**array_test**](https://github.com/liumengjun/script-exercise/blob/master/php/array_test.php): php array demo [**rsa_sign_test**](https://github.com/liumengjun/script-exercise/blob/master/php/rsa_sign_test.php): RSA签名使用示例 ## go only one [**hello world**](https://github.com/liumengjun/script-exercise/blob/master/go/hello.go). ## shell [**random one md5**](https://github.com/liumengjun/script-exercise/blob/master/sh/random_md5.sh): 生成一个随机md5值 [**random strings**](https://github.com/liumengjun/script-exercise/blob/master/sh/random_strings.sh): 生成多个随机字符串 [**read password from stdin**](https://github.com/liumengjun/script-exercise/blob/master/sh/read_password_from_stdin.sh): 从命令行终端读取密码 [**scan port**](https://github.com/liumengjun/script-exercise/blob/master/sh/scan_port.sh): 通过nc命令扫面指定机器的端口号 [**showpaths**](https://github.com/liumengjun/script-exercise/blob/master/sh/showpaths.sh): 诸行显示环境变量$PATH中路径 [**wget demo**](https://github.com/liumengjun/script-exercise/blob/master/sh/wget_demo.sh):一个wget命令示例 [**awk-demo/**](https://github.com/liumengjun/script-exercise/tree/master/sh/awk-demo):一些awk使用示例 [**more sh demos>>**](https://github.com/liumengjun/script-exercise/tree/master/sh) ## perl [**reg_expr_switch_test**](https://github.com/liumengjun/script-exercise/blob/master/pl/reg_expr_switch_test.pl): Perl 正则表达式demo [**stdin_test**](https://github.com/liumengjun/script-exercise/blob/master/pl/stdin_test.pl): 读取标准输入Demo [**dir_process**](https://github.com/liumengjun/script-exercise/blob/master/pl/dir_process.pl): glob处理目录,以及文件IO [**DBI_test_mysql**](https://github.com/liumengjun/script-exercise/blob/master/pl/DBI_test_mysql.pl): DBI MySql连接demo [**system_proc**](https://github.com/liumengjun/script-exercise/blob/master/pl/system_proc.pl): 系统命令调用 [**subroutine_test**](https://github.com/liumengjun/script-exercise/blob/master/pl/subroutine_test.pl): 子处理过程使用demo [**more pl demos>>**](https://github.com/liumengjun/script-exercise/blob/master/pl/) ## windows' bat [**bat_method**](https://github.com/liumengjun/script-exercise/blob/master/bat/bat_method.bat): Bat方法编写和调用demo [**string_test**](https://github.com/liumengjun/script-exercise/blob/master/bat/string_test.bat): 字符串处理demo [**iftest**](https://github.com/liumengjun/script-exercise/blob/master/bat/iftest.bat): if控制流程示例 [**read_file**](https://github.com/liumengjun/script-exercise/blob/master/bat/read_file.bat): 读取文件内容示例 [**test_dir2**](https://github.com/liumengjun/script-exercise/blob/master/bat/test_dir2.bat): 目录路径信息以及遍历目录 [**more bat demos>>**](https://github.com/liumengjun/script-exercise/blob/master/bat/)