resources-collection/warehouse.md

9.9 KiB

Note This file contains uncategorized resources. Not all the information presented in this file have yet been validated. Do not refer to any entries in this file other than discussions relating to aspects directly related to the file itself. Suggestions, improvements and submissions of new resources are welcome.

Thanks to all the contributors! 💚

AI

Companies

Researches

Roadmaps

Software

Online tools

Tools

Digital design

  • For UI designers: https://ianli.github.io/so-you-need-a-typeface/

    SO YOU NEED A TYPEFACE 2.0 is an interactive way to choose fonts for your projects. It is a web recreation of the infographic poster designed by Julian Hansen. Ian Li recreated the poster into a dynamic web page using HTML, CSS, and jQuery.

Programming

Chess programming

Computer science

Educational comics

Language: Bash scripting

Manuals

Tutorials

Interpreters

Language: C

Compilers

Meta

Language: C++

Language: JavaScript

Tools

Language: Python 3

Documentations

Cheat sheets

Math behind programming

  • CodingQuest: "The Wave Function Collapse algorithm": YouTube link

POSIX

  • Although now quite impractical to rectify, clearly POSIX made a mistake when defining the line -- as evidence by the number of questions regarding this issue. A line should have been defined as zero or more characters terminated by <eol>, <eof>, or <eol><eof>. Parser complexity is not a valid concern. Complexity, wherever possible, should be moved from the programmers head and into the library.

    - source

Roadmaps

  • Developer Roadmaps: "roadmap.sh is a community effort to create roadmaps, guides and other educational content to help guide developers in picking up a path and guide their learnings.": https://roadmap.sh
  • i.am.ai, AI Expert Roadmap: "Roadmap to becoming an Artificial Intelligence Expert in 2022": https://i.am.ai/roadmap
  • Awesome Roadmaps: "A curated list of roadmaps, mostly about software development, which give you a clear route to improve your knowledge or skills." https://github.com/liuchong/awesome-roadmaps

Retrocomputing

Services

Web hosting

Databases

Static web hosting

Anonymous/temporary email services

Anonymous file storages

Temporary and/or anonymous file storages

Anti-paywalls

Image AI generators

Time

Games

F(L)OSS instances

Unix

Linux

  • Learn Linux TV: "Linux Crash Course - Easy Terminal Commands for Inspecting Hardware": YouTube link
  • Jacob Pradels: "No really, how does Linux run executables?": YouTube link
  • https://github.com/topgrade-rs/topgrade : "Upgrade all the things"

    Keeping your system up to date usually involves invoking multiple package managers. This results in big, non-portable shell one-liners saved in your shell. To remedy this, Topgrade detects which tools you use and runs the appropriate commands to update them.

Linux subsystems for Windows

  • Cygwin
  • MSYS2
  • MinGW

OpenBSD

Web

Cheat sheets

SSL

  • https://certbot.eff.org/ : For those who own a website

    Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS. Certbot is made by the Electronic Frontier Foundation (EFF), a 501(c)3 nonprofit based in San Francisco, CA, that defends digital privacy, free speech, and innovation.

Tools

  • https://github.com/nabla-c0d3/sslyze : "SSLyze is a fast and powerful SSL/TLS scanning tool and Python library."; "SSLyze can analyze the SSL/TLS configuration of a server by connecting to it, in order to ensure that it uses strong encryption settings (certificate, cipher suites, elliptic curves, etc.), and that it is not vulnerable to known TLS attacks (Heartbleed, ROBOT, OpenSSL CCS injection, etc.)."
  • https://github.com/cfenollosa/bashblog : "A single Bash script to create blogs. Download, run, write, done!"
  • https://forgefed.org

    ForgeFed is a federation protocol for software forges and code collaboration tools for the software development lifecycle and ecosystem. This includes repository hosting websites, issue trackers, code review applications, and more. ForgeFed provides a common substrate for people to create interoperable code collaboration websites and applications.

Tutorials

  • https://landchad.net : "a site dedicated to turning internet peasants into Internet Landlords by showing them how to setup websites, email servers, chat servers and everything in between."

Other

Other