news
Free and Open Source Software
-
Jarl - fast linter for R - LinuxLinks
Jarl is a fast linter for R: it does static code analysis to search for programming errors, bugs, and suspicious patterns of code.
Jarl is built on Air, a fast formatter for R written in Rust.
This is free and open source software.
Spotless - keep your code spotless - LinuxLinks
Spotless is a code formatter that supports lots of languages.
The tool can format antlr | c | c# | c++ | css | flow | graphql | groovy | html | java | javascript | json | jsx | kotlin | less | license headers | markdown | objective-c | protobuf | python | scala | scss | shell | sql | typeScript | vue | yaml | anything using gradle | maven | sbt | anything.
This is free and open source software.
m2m - convert YouTube video files to other formats - LinuxLinks
m2m is a minimal bash tool to convert YouTube video files to any other supported media files.
“m2m” stands for Media to Media.
This is free and open source software.
stylis - lightweight CSS preprocessor - LinuxLinks
stylis is a lightweight CSS preprocessor.
This is free and open source software.
pypykatz - Python implementation of Mimikatz - LinuxLinks
pypykatz is a Python implementation of Mimikatz.
This is free and open source software.
c3 - to-do list app - LinuxLinks
c3 is a crossplatform to-do list app that uses and extends calcurse’s format, to be a tree like to-do list with both sub-dependencies and notes.
This is free and open source software.
Atlas - manage your database schema as code - LinuxLinks
Atlas is a language-agnostic tool for managing and migrating database schemas using modern DevOps principles. It offers two workflows:
Declarative: Similar to Terraform, Atlas compares the current state of the database to the desired state, as defined in an HCL, SQL, or ORM schema. Based on this comparison, it generates and executes a migration plan to transition the database to its desired state. Versioned: Unlike other tools, Atlas automatically plans schema migrations for you. Users can describe their desired database schema in HCL, SQL, or their chosen ORM, and by utilizing Atlas, they can plan, lint, and apply the necessary migrations to the database.
This is free and open source software.