#recommended #crystal 这里有一打工程系程序员喜欢的设计模式,我可能过会把它翻译成 Kotlin 再来一遍...
https://github.com/crystal-community/crystal-patterns
https://github.com/bthachdev/crystal-design-patterns
前者比后者少的:
Creation Patterns/Lazy Initialization Pattern
Behavioral patterns/Chain Of Responsibility Pattern
Behavioral patterns/Interpreter Pattern
https://github.com/crystal-community/crystal-patterns
https://github.com/bthachdev/crystal-design-patterns
前者比后者少的:
Creation Patterns/Lazy Initialization Pattern
Behavioral patterns/Chain Of Responsibility Pattern
Behavioral patterns/Interpreter Pattern
GitHub
GitHub - crystal-community/crystal-patterns: :book: Examples of GOF patterns written in Crystal
:book: Examples of GOF patterns written in Crystal - crystal-community/crystal-patterns
duangsuse::Echo
#recommended #crystal 这里有一打工程系程序员喜欢的设计模式,我可能过会把它翻译成 Kotlin 再来一遍... https://github.com/crystal-community/crystal-patterns https://github.com/bthachdev/crystal-design-patterns 前者比后者少的: Creation Patterns/Lazy Initialization Pattern Behavioral patterns/Chain…
(准确的说应该大家都喜欢使用吧,比如 Visitor Pattern 很多 AST 解释器设计者都在使用
#recommended #python #package
PyDIO https://sourceforge.net/projects/ajaxplorer/
基于 Web 2.0 的文件管理器、网盘系统
PyDIO https://sourceforge.net/projects/ajaxplorer/
基于 Web 2.0 的文件管理器、网盘系统
SourceForge
Pydio Cells
Download Pydio Cells for free. Formerly AjaXplorer, file sharing platform for the enterprise. Pydio Cells is the mature open source alternative to dropbox and box, for the enterprise. Why building your own box?
crystal-community/bloom_filter
https://en.wikipedia.org/wiki/Bloom_filter
好耶!是布农过滤器实现! #algorithm #crystal
https://en.wikipedia.org/wiki/Bloom_filter
好耶!是布农过滤器实现! #algorithm #crystal
GitHub
GitHub - crystal-community/bloom_filter: Bloom filter implementation in Crystal lang
Bloom filter implementation in Crystal lang. Contribute to crystal-community/bloom_filter development by creating an account on GitHub.
duangsuse::Echo
(TODO List 1. chinese.h 2. 整理 GitApk.popf.rip 3. Gekyll 4. 写一些科普什么的 5. RebaseServer
之前的 TODO...
RebaseServer 充当 Laravel 小练手
之前不管啥 *Apk 都凉了的说,是彻底凉了,所以 ApkBundler 一个完全陌生的名字刚刚好,不过那不是最近的事情(但 ABS 是
RebaseServer 充当 Laravel 小练手
之前不管啥 *Apk 都凉了的说,是彻底凉了,所以 ApkBundler 一个完全陌生的名字刚刚好,不过那不是最近的事情(但 ABS 是
顺带把之前凉掉的 LibAxml 写了(JNI 吧
Chinese.h 已经完成
GitApk 和 Gekyll 打算完成
科普准备写
ApkBundler Scheme 要写
InScript 也打算写
Sticack 可以
MonkeyVMc 计划内
RegularPP
Chinese.h 已经完成
GitApk 和 Gekyll 打算完成
科普准备写
ApkBundler Scheme 要写
InScript 也打算写
Sticack 可以
MonkeyVMc 计划内
RegularPP
上面教贝塞尔的(之前我一直拼成 bsizer 后来才知道是 bezier 来着
https://en.wikipedia.org/wiki/B%C3%A9zier_curve#Quadratic_B%C3%A9zier_curves
需要的二次方算法,等我学会使用 BMP 图片了再说(懒得继续用 Crystal 的 PNG 库了
https://en.wikipedia.org/wiki/B%C3%A9zier_curve#Quadratic_B%C3%A9zier_curves
需要的二次方算法,等我学会使用 BMP 图片了再说(懒得继续用 Crystal 的 PNG 库了
Wikipedia
Bézier curve
curve used in computer graphics and related fields
#PL #Rust #Web https://kaisery.github.io/trpl-zh-cn/ch20-01-single-threaded.html
Rust 啥时候出了这个 HTTP 服务器演示的说
Rust 啥时候出了这个 HTTP 服务器演示的说
在
export RUSTUP_DIST_SERVER=https://mirrors.ustc.edu.cn/rust-static
export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup
然后再在
export PATH=$PATH:$HOME/.cargo/bin
再执行
no_core 的时候,经常出现 libc 多了一个版本导致无法正常编译的情况,删除 commit 版本旧的那个即可
/etc/profile 里添加了 #guideexport RUSTUP_DIST_SERVER=https://mirrors.ustc.edu.cn/rust-static
export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup
然后再在
.bashrc .zshrc 里添加(如果自动无效的话)export PATH=$PATH:$HOME/.cargo/bin
再执行
curl https://sh.rustup.rs -sSf | sh
即可获得现烤 Rust toolchain 一份 🍰no_core 的时候,经常出现 libc 多了一个版本导致无法正常编译的情况,删除 commit 版本旧的那个即可