Books, reference guides and resources on Regular Expressions, CLI one-liners, Scripting Languages and Vim.
Free to read online versions:
https://learnbyexample.github.io/ — my super duper awesome programming blog
Here's my collection of learning resources. Thanks to mdBook, these lists also have an intelligent search feature to find resources based on keywords.
This repo also includes Bash and Vim customization files (files starting with .
) based on my personal preferences.
echo 'bGVhcm5ieWV4YW1wbGUubmV0QGdtYWlsLmNvbQo=' | base64 --decode
or send a DM via twitterThis work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
本文为学习笔记,记录了由Rice University推出的Coursera专项课程——Introduction to Scripting in Python中全部Project(共7个)的代码。Project代码除Plotting GDP Data on a World Map - Part 2得分98/100外,其余均得分100/100已通过测试。 Course 1 Python Progra
This assignment focuses on Bash shell scripting at an introductory level. Electronically turn in THREE files: .bash_profile, mantra.sh, and filestats.sh as described in this document. To receive cre
Jython Course Outline Jython Course Outline Jython Course Outline Author: Dave Kuhlman Address: dkuhlman@rexx.com http://www.rexx.com/~dkuhlman Revision: 1.1b Date: May 9, 2008 Copyright: Copyright (c
1. 简介:会话捕获(Session Hijacking) Want to know what happens during an actual website hack? This modules takes you there, shows you in detail, and give you the tools to accurately test. In this mod
1. 简介:黑盒网络服务测试(Ha.cking Web Servers) Want to learn about actual attacks on web servers and how to mitigate them, this lesson explore that and more, even to what current & older tools work best.
1. 简介:嗅探(Sniffing Traffic) Learn techniques for sniffing and analyzing network traffic, and how to identify signatures of information as it travels through the network. The Sniffing Traffic mo
当冒号脚本来临—— JavaScript语法扩充 连续好几夜的不能安眠,得出结论就是,未来语言未来的编译器应该是支持语法定制规则和语法扩展的,这样使得编程语言不断进化以更利于人类使用!of course,冒号的想法源自于json表达形式。上篇文章初步表达了JavaScript扩展初步形式。即冒号声明指派,lambda; 补充:对象组织形式 冒号指派除了json对象形式的兼容
References: [1] http://www.tldp.org/LDP/Bash-Beginners-Guide/html/ 1. Executing programs from a script When the program being executed is a shell script, bash will create a new bash process using a fo