Skip to content

Instantly share code, notes, and snippets.

View Akagi201's full-sized avatar
🎯
Focusing

Bob Liu Akagi201

🎯
Focusing
View GitHub Profile
@Akagi201
Akagi201 / .vimrc.local
Last active October 4, 2015 05:08
Akagi201's .vimrc.local with spf13-vim
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" @file .vimrc.local
" @brief my .vimrc.local with spf13-vim
"
" @author liuboyf1
" @date 2012-08-29
" @version V1.0.0
" @note History:
" @note <author> <time> <version> <desc>
" @note liuboyf1 2012-08-29 V1.0.0 创建文件
@Akagi201
Akagi201 / Makefile.app
Last active October 11, 2015 16:58
Akagi201's Makefiles
#
# @file Makefile
#
# @author Akagi201
# @date 2014/03/20
#
# Linux Application Generic Makefile
#
# History:
# <author> <time> <version> <desc>
@Akagi201
Akagi201 / .gitconfig
Last active November 21, 2016 06:27
Akagi201's .gitconfig
#
# @file .gitconfig
# @author Akagi201
# @date 2014/05/24
#
# 我的git全局配置
#
[user]
name = Akagi201
@Akagi201
Akagi201 / doxygen_chinese_utils.em
Created October 26, 2012 11:03
Akagi201's Source Insight macro function file in Base project
/** @file doxygen_chinese_utils.em
* @note HangZhou Hikvision Digital Technology Co., Ltd. All Right Reserved.
* @brief Doxygen宏 和 支持中文显示与操作的宏,字体颜色之类的注释说明未完成
*
* @author liuboyf1
* @date 2012-10-26
* @version V1.0.0
*
* @note ///Description here
@Akagi201
Akagi201 / c.opt
Created October 29, 2012 09:04
Akagi201's AStyle configuration file
###############################################################################
# @file c.opt
# @note HangZhou Hikvision Digital Technology Co., Ltd. All Right Reserved.
# @brief AStyle configuration file stay in the same folder with AStyle
#
# @author liuboyf1
# @date 2012-10-29
# @version V1.0.0
# @note History:
# @note <author> <time> <version> <desc>
@Akagi201
Akagi201 / a_pus_b.ahk
Created June 23, 2013 03:48
map j+k to l and map u+i to o, AutoHotKey script
#UseHook
l::
SendInput, {j Down}
SendInput, {k Down}
KeyWait, l
SendInput, {j Up}
SendInput, {k Up}
Return
o::
<table border=0 cellpadding=0 cellspacing=0 width=600 height=126 style="font: 11px arial,sans-serif; color: #333"> <tr style="line-height: 15px"> <td style="padding-left: 10px; border-top: 1px solid #CCC" bgcolor="#CCCCCC" width=175> <b style="font-size: 14px">Liu Bo</b><br> <span style="font-size: 12px;">Embedded Linux Programmer</span><br><br> <a target="nw" href="http://www.hikvision.com"><b>Hangzhou Hikvision Digital Technology Co., Ltd.</b><br></a> <a target="nw" href="http://maps.google.com/maps?q=No.700+Dongliu+Road%2C+Binjiang+District%2CHangzhou%2CZhejiang+310052%2CChina&hl=en" style="text-decoration: none; color: #333">No.700 Dongliu Road, Binjiang District<br></a> Hangzhou, Zhejiang 310052 China<br> <a target="nw" href="http://www.linkedin.com/e/jsc/Hangzhou+Hikvision+Digital+Technology+Co.%2C+Ltd./">We're hiring!</a> </td> <td style="border-left: 1px solid #CCC; border-top: 1px solid #CCC"><img src="http://www.linkedin.com/img/signature/pic_plastic
  1. 自己的软件源(评估下大小和流量, 免费的方法)
  2. 串口打印oem
  3. luci上增加快速向导 / quickstart
  4. 封装ipk的插件格式, 更加标准易用. 代码复用性更好. 学习andrid阿里和apk, ios, debian, rpm的打包格式. google打包格式比较? 相关理论研究.
  5. 单线多拨, nwan
  6. NAS

什么时候需要md5校验?