- About
- Accuracy
- Article Styling Criteria
- Images
- News
- BanchoBot
- BBCode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 单行注释由「#」号开始 | |
#= 以「#=」开头,用「=#」结尾就可以得到多行注释 | |
多行注释可以嵌套。 | |
=# | |
# VSC 代码高亮 patch' | |
#################################################### | |
## 1. 原始类型与操作符 | |
#################################################### |
- 关于
- 文章风格规范 【长文待复查】
- BanchoBot
- Beatmap Editor
【图片未正确显示】
- Beatmap Editor / AiMod 【有滥用加粗的嫌疑 4.未修复】
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# test driven development | |
# TestSet for `@when` + `@otherwise` | |
using MLStyle | |
using Test | |
using Random | |
#= | |
Test help macro/functions | |
=# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# TL; DR: | |
#= 1 - AST printing Rules =# | |
# https://github.com/JuliaLang/julia/blob/master/base/show.jl#L741-L763 | |
## Abstract Syntax Tree (AST) printing ## | |
# Summary: | |
# print(io, ex) defers to show_unquoted(io, ex) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from math import sin, cos, pi | |
import matplotlib.pyplot as pl | |
from matplotlib import collections | |
class L_System(object): | |
def __init__(self, rule): | |
info = rule['S'] | |
for i in range(rule['iter']): | |
ninfo = [] | |
for c in info: |
I hereby claim:
- I am inkydragon on github.
- I am woclass (https://keybase.io/woclass) on keybase.
- I have a public key ASA6eez34ZwRpzVcIc0aNZ0yZhybRA-WEZoc0LVZKgqtAAo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reading symbols from usr/bin/julia-debug... | |
(gdb) r | |
Starting program: /cygdrive/v/julia/usr/bin/julia-debug tmp/seg.jl | |
[New Thread 8292.0x9e8] | |
[New Thread 8292.0x56f8] | |
[New Thread 8292.0x6530] | |
[New Thread 8292.0x944] | |
[New Thread 8292.0x35d8] | |
[New Thread 8292.0x6af0] | |
[New Thread 8292.0x7474] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft (R) COFF/PE Dumper Version 14.29.30145.0 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Dump of file libgettextlib-0-21.dll | |
File Type: DLL | |
Section contains the following exports for libgettextlib-0-21.dll |