Our great sponsors
-
NSFW: https://github.com/fetlang/fetlang
-
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
for those interested: here is a guide on how to write modern C++ https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
My favourite chain of this type is the Python oneliner-izer, a script to convert any Python code into a one-liner version through judiscious use of lambdas, recursion and ternary operators.
-
FizzBuzz Enterprise Edition
FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.
It is a very verbose language, but I feel like a lot of its bad reputation for being verbose is less about the language itself, and more about the "enterprise qualit" code that gets written with java. The language itself, at least newer versions, aren't that much more verbose than other languages that its a reason to not use java, but the way that so many companies write projects with java is verbose as fuck and impossible to read
-
Excel, I mean, PowerFx will have the last laugh: https://github.com/microsoft/Power-Fx
-
But if you're writing PS script in Windows it will most likely work on Linux if there is PS installed. This is my PS script to provision and manage Python virtual environments: python-functions/pysetup.ps1 at main · szymonos/python-functions (github.com) or my psprofile: powershell-functions/profile.ps1 at main · szymonos/powershell-functions (github.com)
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Deno.land
-
https://github.com/denysdovhan/wtfjs I'll just leave it here.
-
There is this script in my dotfiles. https://github.com/jeetelongname/dotfiles/blob/master/scripts/.local/bin/http that I wrote and then promptly forgot about (due to adopting an actual http server) one thing to add is that you can empty a shell command outputs into to variables by putting them in backticks
-
Here's a version of the compiler that's only 100 bytes