一些脚本语言の学习练习 @github

javascript

crypto test: node js RSA加密解密demo
generate rand words: 生成随机单词

python

cold_test: django简单快速test命令: cold_test
generate_checkcode_img: 生成随机验证码图片
generate_fake_id: 生成伪身份证号(开发测试用)
random_string: 生成随机字符串
waste_battery_loop: 一个浪费电的loop脚本(😉)
three_impls_fibonacci: 3种斐波那契数(Fibonacci Num)实现:线性递归,尾递归,循环
random_red_package: (微信)发多个随机红包算法
more py demos>>

php

array_test: php array demo
rsa_sign_test: RSA签名使用示例

go

only one hello world.

shell

random one md5: 生成一个随机md5值
random strings: 生成多个随机字符串
read password from stdin: 从命令行终端读取密码
scan port: 通过nc命令扫面指定机器的端口号
showpaths: 诸行显示环境变量$PATH中路径
wget demo:一个wget命令示例
awk-demo/:一些awk使用示例
more sh demos>>

perl

reg_expr_switch_test: Perl 正则表达式demo
stdin_test: 读取标准输入Demo
dir_process: glob处理目录,以及文件IO
DBI_test_mysql: DBI MySql连接demo
system_proc: 系统命令调用
subroutine_test: 子处理过程使用demo
more pl demos>>

windows' bat

bat_method: Bat方法编写和调用demo
string_test: 字符串处理demo
iftest: if控制流程示例
read_file: 读取文件内容示例
test_dir2: 目录路径信息以及遍历目录
more bat demos>>