Skip to content
Miscellaneous development resources

Miscellaneous

GUI

Writing GUI applications on the Raspberry Pi without a desktop environment

  • Published: 2019-01-23

Summary

Using framebuffers to write graphical applications in the Raspberry Pi that do not require a running X Server.

https://avikdas.com/2019/01/23/writing-gui-applications-on-raspberry-pi-without-x.html

Languages

Seq: a language for bioinformatics

Summary

Seq is a programming language for computational genomics and bioinformatics. With a Python-compatible syntax and a host of domain-specific features and optimizations, Seq makes writing high-performance genomics software as easy as writing Python code, and achieves performance comparable to (and in many cases better than) C/C++.

https://seq-lang.org/

Tools

Hashids

Summary

Hashids is a small open-source library that generates short, unique, non-sequential ids from numbers. Has library implementations for multiple programming languages.

Note

Can be used to prettify URLs in web applications.

https://hashids.org/