Web Hacker


gycg

Kickstart 2017 Round C Problem A

问题地址:Ambiguous Cipher 问题输入是一个大写字符串,表示加密后的信息。要求输出加密前的原始字符串,如果原始字符串不唯一,那么输出“ANBIGUOUS”。 编码规则是先将字符转为对应的数字,然后将相邻数字相加对26取模得到新的数字,再转化为对应的字母。第一个和最后一个字符只...

机器学习-王威廉


Accessibility

Software Engineering Accessibility Accessibility–W3C Introduction to Web Accessibility Essential Components of Web Accessibility Web Content Access...

Online learning

LaTex Getting Started with LaTeX A Not So Short Introduction to LaTeX2e Python tutorial The Python Tutorial Numpy Documentation Pandas Documentati...

Real-time data stream processing:Case Study

Real-time data stream processing I. Elements of Case Study What is Case Study: investigating trends and specific situations in scientific discipli...

为Ubuntu配置shadowsocks

####安装shadowsocks-libev,构建deb cd /usr/local/src sudo git clone https://github.com/shadowsocks/shadowsocks-libev.git sudo apt-get install -y build-...

太白


The Blind Side


The Secret Life of Walter Mitty


Websites Collection

Algorithms, 4th Edition vixra论文 那些让你相见恨晚的简历排版 Qt 5 Tutorial 黑客是怎样入侵你的网站的 深入分析Linux内核源码 每个程序员都应该了解的 CPU 高速缓存 每个程序员都应该了解的内存知识 来自Google、Amazon和Faceboo...

Convict Conditioning

##囚徒健身十式 第一式 第二式 第三式 第四式 第五式 第六式 第七式 第八式 第九式 第十式 帅哥近照

WifiDog的安装和配置

WifiDog是路由器的一种上网认证功能,如果开启此功能,所有通过路由器上网的设备都会跳转到指定的界面,需要通过某种方式认证才可以上网。 ###安装 WifiDog ####通过内核配置来选择WifiDog相关选项 在源代码文件夹中输入命令#make menuconfig进入OpenWrt的配...

Luci Configuration

LUCI的设计基于MVC理念,即Model,View,Controller,分别在/usr/lib/lua/luci文件夹中的model,view,controller中进行配置。view的配置较为复杂,所以可以将要建立的页面放在其他界面之下,只需配置model和controller即可。 #...

OpenWrt MutilSSID Configuration

实现多个 SSID 需要配置/etc/config 文件夹中的 network、wireless 和 dhcp 三个文件 ####wireless 配置 设备信息,一般不需要改动 config wifi-device radio0 option type mac80211 //无...

OpenWrt Serial Port Configuration

####以一个例子来说明OpenWrt串口的使用。本例打开串口1,设置9600波特率、8位数据位、1位停止位以及空校验,之后利用while语句循环判断串口中是否可以读出数据,将串口中数据连续读出后重新写回到串口中。 ####可以用minicom打开串口1对实验结果进行观察,运行程序,设置mi...