Skip to content

Instantly share code, notes, and snippets.

@wittyfilter
wittyfilter / synology-scheduled-tasks.md
Created November 9, 2021 10:04 — forked from amercier/synology-scheduled-tasks.md
Turn leds on/off on Synology DiskStation

Synology scheduled tasks

Usage

Go to Control Panel / Task Scheduler and add the content of these scripts as root scripts.

Leds

import pinyin
import csv
from itertools import islice
mydict = {}
with open('code.csv', newline='', encoding='utf-8-sig')as f1:
rows = csv.reader(f1, delimiter=',')
for row in rows:
key = row[0]
mydict[key] = row[1]
FILE=$HOME/wittyfilter.github.io/wordlists.md
INIT_STRING='---
layout: page
title: Word Lists
---
'
# 格式化单词释义(把单词,音标,解释分离开)
RESULT=$(echo -e $1 | sed -E 's/([a-zA-Z]+) (\|[^\|]+\|) (.*)/\
@wittyfilter
wittyfilter / wechat_wordcloud.py
Last active September 19, 2018 09:02
Use iTunes and iTools to extract Wechat chat history
# -*- coding:utf-8 -*-
import os
import re
import jieba.analyse
import matplotlib.pyplot as plt
from wordcloud import WordCloud
__author__ = 'wittyfilter'
data = []
# -*- coding:utf-8 -*-
import os
import codecs
import re
import jieba.analyse
import matplotlib.pyplot as plt
import requests
from wordcloud import WordCloud
__author__ = 'liuzhijun & wittyfilter'
a
about
above
across
after
afterwards
again
against
all
almost
@wittyfilter
wittyfilter / Railgun.sh
Last active February 8, 2016 11:19
忘记从哪里看到的炮姐旋律,记录一下
beep -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0-n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207-l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -D 0 -n -f 184 -l 20 -D 0 -n -f 369 -l 20 -n -f 184 -l 20 -D 0 -n -f 369 -l 20 -D 0 -n -f 207 -l 20 -D 0 -n -f 415 -l20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207-l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20 -D 0 -n -f 415 -l 20 -n -f 207 -l 20
import string
tfile = open("/home/pi/minicomfile","r")
text = tfile.read()
length = len(tfile.readline())
tfile.close()
temperaturedata = text.split("\n")[length - 1]
floatdata = string.atof(temperaturedata)
temperature = floatdata / 10
intdata = int(temperature)
intdata = '%d' %intdata
@wittyfilter
wittyfilter / css_resources.md
Created October 29, 2013 08:05 — forked from jookyboi/css_resources.md
CSS libraries and guides to bring some order to the chaos.

Libraries

  • 960 Grid System - An effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem.
  • Compass - Open source CSS Authoring Framework.
  • Bootstrap - Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
  • Font Awesome - The iconic font designed for Bootstrap.
  • Zurb Foundation - Framework for writing responsive web sites.
  • SASS - CSS extension language which allows variables, mixins and rules nesting.
  • Skeleton - Boilerplate for responsive, mobile-friendly development.

Guides

@wittyfilter
wittyfilter / javascript_resources.md
Created October 29, 2013 08:05 — forked from jookyboi/javascript_resources.md
Here are a set of libraries, plugins and guides which may be useful to your Javascript coding.

Libraries

  • jQuery - The de-facto library for the modern age. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.
  • Backbone - Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.
  • AngularJS - Conventions based MVC framework for HTML5 apps.
  • Underscore - Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects.
  • lawnchair - Key/value store adapter for indexdb, localStorage