#下半年工作计划#
##dde-daemon 完善##
###总体任务###
整理优化代码,保持结构清晰,去除冗余代码
逐步使用go
替换c
代码
#下半年工作计划#
##dde-daemon 完善##
###总体任务###
整理优化代码,保持结构清晰,去除冗余代码
逐步使用go
替换c
代码
###Email config###
imap/pop | smtp | |
---|---|---|
[email protected] | imap.googlemail.com:993 | smtp.googlemail.com:465 |
[email protected] | imap.126.com:143 | smtp.126.com:25 |
[email protected] | pop.exmail.qq.com:995 | smtp.exmail.qq.com:465 |
[email protected] | imap.exmail.qq.com:993 | smtp.exmail.qq.com:465 |
#include <stdio.h> | |
#include <stdlib.h> | |
int | |
main () | |
{ | |
int *p; | |
p = (int*)malloc(sizeof(int)); | |
if (p == NULL) { |
sudo apt-get install libgtk-3-dev libglib2.0-dev libxi-dev | |
gcc -Wall -g test_mouse.c `pkg-config --libs --cflags xi gdk-3.0 glib-2.0` -o test-mouse |
############################################################# | |
################### OFFICIAL UBUNTU REPOS ################### | |
############################################################# | |
###### Ubuntu Main Repos | |
deb http://ca.archive.ubuntu.com/ubuntu/ trusty main restricted universe | |
deb-src http://ca.archive.ubuntu.com/ubuntu/ trusty main restricted universe | |
###### Ubuntu Update Repos | |
deb http://ca.archive.ubuntu.com/ubuntu/ trusty-security main restricted universe |
{ | |
"ZoneInfoList":[ | |
{ | |
"Zone": "Pacific/Midway", | |
"UTCOffset": "-11:00", | |
"Desc": "Midway", | |
"HasDST": false, | |
"DSTOffset": "" | |
}, | |
{ |
#include <fontconfig/fontconfig.h> | |
#include <stdio.h> | |
int | |
main (int argc, char* argv[]) | |
{ | |
char* key = "monospace"; | |
FcObjectSet* os = NULL; | |
// configure the search pattern | |
FcPattern* pat = FcNameParse((FcChar8*)key); |
Shadowsocks-libev is a lightweight secured socks5 proxy for embedded devices and low end boxes.
It is a port of shadowsocks
inputdevices: fixed deadlock
- using mouse's double-click and drag-threshold replace tpad's