Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| #ifndef SMART_IRRIGATION_H | |
| #define SMART_IRRIGATION_H | |
| #define RESERVED_LEN 1 | |
| #define OFF 0 | |
| #define ON 1 | |
| #define AUTO 2 | |
| enum { | |
| AM_SENSOR_MSG = 7, |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| #!/usr/bin/env python | |
| __copyright__ = 'Yuanxuan Wang <zellux at gmail dot com>' | |
| from calibre.web.feeds.news import BasicNewsRecipe | |
| from calibre.ebooks.BeautifulSoup import Tag, NavigableString | |
| from collections import OrderedDict | |
| from contextlib import nested, closing | |
| import json |
| // ==UserScript== | |
| // @name 百度网盘aria2导出工具 | |
| // @author acgotaku311 | |
| // @description 一个方便吧百度网盘的Aria2rpc导出的脚本。 | |
| // @encoding utf-8 | |
| // @include http://*n.baidu.com/s/* | |
| // @include http://*n.baidu.com/disk/home* | |
| // @include http://*n.baidu.com/share/link* | |
| // @include https://*n.baidu.com/s/* | |
| // @include https://*n.baidu.com/disk/home* |
launchctl load ~/Library/LaunchAgents/com.jb510.homebrewupdate.plist or whatever you've named your plist file.launchctl list | grep jb510 to see that it's runningNote: You might need to chmod +x homebrewupdate.sh
Note 2: you can run this manually to test your script ~/bin/homebrewupdate.sh
Future: Update this to also update casks https://github.com/buo/homebrew-cask-upgrade or using brew cask list | xargs brew cask reinstall
| // Browsers (and the DOM spec) are in the process of moving the event timestamp | |
| // from being a DOMTimeStamp (mostly relative to Date.now()) to being | |
| // a DOMHighResTimeStamp (always relative to performance.now()). | |
| // A simple polyfill for making Event.timeStamp to always be a | |
| // DOMHighResTimeStamp that can be compared with performance.now(). This becomes | |
| // a no-op for browsers that provide high resolution event timestamp. | |
| // Compatibility: | |
| // At the moment it is IE9+ as it requires: |performance.now| which is IE9+ |
| // ==UserScript== | |
| // @name Youdao Dictionary Enhancer | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.1 | |
| // @description search words Celerity | |
| // @author creamidea | |
| // @match http://dict.youdao.com/* | |
| // @require http://cdn.bootcss.com/nprogress/0.2.0/nprogress.min.js | |
| // @resource nprogress_css http://cdn.bootcss.com/nprogress/0.2.0/nprogress.min.css | |
| // @resource etymoline_css http://www.etymonline.com/style.css |