duangsuse::Echo
583 subscribers
4.12K photos
118 videos
579 files
6.13K links
import this:
美而不丑、明而不暗、短而不凡、长而不乱,扁平不宽,读而后码,行之天下,勿托地上天国。
异常勿吞,难过勿过,叹一真理。效率是很重要,盲目最是低效。
简明是可靠的先验,不是可靠的祭品。
知其变,守其恒,为天下式;穷其变,知不穷,得地上势。知变守恒却穷变知新,我认真理,我不认真。

技术相干订阅~
另外有 throws 闲杂频道 @dsuset
转载频道 @dsusep
极小可能会有批评zf的消息 如有不适可退出
suse小站(面向运气编程): https://WOJS.org/#/
Download Telegram
Forwarded from dnaugsuz
我举个例子:
# /app-bin-buildtools/gcc/Package.toml
icon = "https://icon.cc/0.png" # String|Nil
name = "gcc" #String|Nil
desc = "The GNU Compiler Collection — C and C++ frontends" #String|Nil
license = "GPLv3"
apimin = 10 #Integer|Nil
authors = [ "😞" ]
deps = [ "binutils", "foodep" ] #Array of String|Nil
optdeps = [ { pkg = "make", why = "for build system" }, { pkg = "git", why = "for VCS" } ]
buildeps = [ "wget" ]#Array of String|Nil
Forwarded from mivik::channels::tech
#gist #string #combinatorics_of_strings #project
计算所有长度为 n 的字符串的自相关位向量(Autocorrelation)
https://gist.github.com/Mivik/6e0459afe6691bce2659e1eaa5141390
没有注释的话只有短短 60 行,并且没有刻意压行,比 某些人 写的 1000 多行版本好多了(写那个的貌似是个学院派,代码里充斥着完全没法编译的怪异头文件以及鬼畜的码风...)
灵感来自于 这篇论文