Skip to content

Instantly share code, notes, and snippets.

View ltaoist's full-sized avatar
🏢
Working from Office

无证国民软件办公室 ltaoist

🏢
Working from Office
  • 历史现实主义
View GitHub Profile
@ltaoist
ltaoist / 《再见亦是泪》歌词.md
Last active December 30, 2020 01:32
《再见亦是泪》歌词.md

暴雨洒向寂寞汉子

人缓步瑟缩冷风里面

内心中的苦楚刺痛更使我倦

梦已失去没甚意思

从前或不懂爱的意义

禁掉一堆网卡驱动
/etc/modprob.d/blacklist.conf
重装驱动
https://www.amazon.co.jp/dp/toc/4062924099/ref=dp_toc?_encoding=UTF8&n=52033011
序 言
緒 言
第一編 死に至る病とは絶望のことである
A 絶望が死に至る病であるということ
A 絶望とは、精神における、自己における病であり、したがって絶望は三つの姿をとりうる。絶望して、自己を持っているということを意識していないこと(非本来的な絶望)。絶望して、自己自身であろうとしないこと。絶望して、自己自身であろうとすること
B 絶望の可能性と現実性
C 絶望は「死に至る病」である
B この病(絶望)の普遍性
@ltaoist
ltaoist / listdir.py
Created November 23, 2018 13:52 — forked from Tachiguishi/listdir.py
Python 遍历当前目录下的文件
# 只可以遍历指定文件夹rootdir中的文件夹名和文件名
# 无法遍历出其中包含的子文件夹中的内容
import os
rootdir = './' # 需要遍历的文件夹,这里设定为当前文件夹
list = os.listdir(rootdir)
for line in list:
filepath = os.path.join(rootdir, line)
if os.path.isdir(filepath):
.box.single-margin,
.box.navigation,
.box.box-shadow,
.box-header,
td,
.header-tabs li,
.box-footer,
.toc {
border-color: transparent !important;
}
Warning [ModelDatabase.cc:334] Getting models from[http://gazebosim.org/models/]. This may take a few seconds.
Warning [gazebo.cc:215] Waited 1seconds for namespaces.
Warning [gazebo.cc:215] Waited 1seconds for namespaces.
Warning [gazebo.cc:215] Waited 1seconds for namespaces.
Warning [gazebo.cc:215] Waited 1seconds for namespaces.
Warning [gazebo.cc:215] Waited 1seconds for namespaces.
Warning [gazebo.cc:215] Waited 1seconds for namespaces.
Warning [gazebo.cc:215] Waited 1seconds for namespaces.
Warning [gazebo.cc:215] Waited 1seconds for namespaces.
Warning [gazebo.cc:215] Waited 1seconds for namespaces.
define(function(require, exports, module){
return {
avatar: 'img/Spider robot SH.png',
decider: function(status){
var self = status[status.index];
if(self.mp > 15){
if(Math.floor(Math.random() * 3))
return { code: 2 };
}
var x = Math.floor(Math.random() * 6);
@ltaoist
ltaoist / logoutttttttttttttttttttt.md
Created September 7, 2013 09:46
You will logout your github account while seeing this page.

You will logout your github account while seeing this page.

:-) Be happy.

@ltaoist
ltaoist / any.py
Last active December 19, 2015 11:19
根据transifex的api上面的resources,根据返回的user信息统计每个用户的贡献条数,根据翻译者的翻译原文总数排序后输出。 第一行没有翻译者名字的为未翻译版本。count是翻译条目数量,sstr是原文长度,dstr是翻译后的长度。
#!/usr/bin/python2
# -*- coding: utf-8 -*-
'''
Any.py
~~~~~~
Pull all resources file from transifex, and analyse them.
This file will pull data using multiprocessing, and gen
cccc