-
# Hello Hexo | Practi'blog
创建博客,记录一些事,可能以后用得着。
[https://practi.tk/2017/10/04/hello-hexo/](https://practi.tk/2017/10/04/hello-hexo/)
-
## [checkbox範例](https://www.pythontutorial.net/tkinter/tkinter-checkbox/)
```
from tkinter import ttk
import tkinter as tk
from ttkthemes import ThemedTk
from tkinter.messagebox import showinfo…
-
Machines's ip address is allocated automatically when machine was added to headscale network, and is random or sequential. We need change machines's ip address to our specific address.
headscale ha…
-
import os
# Inside the while loop
elapsed_time = int(time.time() - start_time)
remaining_time = game_duration - elapsed_time
os.system('cls' if os.name == 'nt' else 'clear') # Clear screen for Windo…
-
I believe it is because https://github.com/google/go-jsonnet/commit/fed90cd9cd733a87f9fb27cfb32a3e08a7695603 is not in any official release. Can Tanka use an unreleased version ? Technically `std.obje…
-
# Expurgate - SPF Macro solution
[https://xpg8.tk/](https://xpg8.tk/)
-
需求是一些动态页面,比如图片轮播,已经用mutable_image实现了,想部署到web上,自己试着emcc编译了一下,发现image_fill没法用,换成了bitmap_transform实现类似功能在编译通过,然后在浏览器上显示,发现什么都没出来。
问下这个可以支持吗?
-
Handle traditionalKnowledgeNotice attributes when supplied. Work with Libby and Ira Moana to implement this. Some steps:
YET TO DO:
* upload some data with traditionalKnowledgeNotice filled o…
-
Tidstabel! Woooo
-
Tkinter module not working:
```
Python 2.7.12 (default, Feb 17 2018, 16:52:07)
[GCC 6.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
Tr…