Beancount is a powerful double-entry accounting system that stores financial data in plain text files, offering a transparent alternative to expensive commercial accounting software. Instead of proprietary databases, it uses simple text files that can be version-controlled with Git, making it ideal for developers who want full control over their financial data. The system supports complex accounting needs while maintaining the simplicity and auditability of text-based workflows.
C3 represents a pragmatic evolution of the C programming language, designed specifically for developers who value C's familiarity but need modern safety and productivity features. Unlike disruptive languages that require complete relearning, C3 adds bounds checking, memory safety, and improved error handling while maintaining C's performance and low-level control. This makes it particularly valuable for systems programming, embedded development, and performance-critical applications where C is currently dominant but safety concerns are growing.
Python · 4864 stars
Odoo is a comprehensive, open-source ERP (Enterprise Resource Planning) and business management suite that provides a full alternative to expensive commercial platforms like SAP, Oracle, Microsoft Dynamics, and NetSuite. Written in Python with a PostgreSQL backend, it offers modules for CRM, accounting, inventory, e-commerce, and more, all integrated through a unified framework. For developers building business applications, Odoo provides both a ready-to-use platform and a flexible development framework.
mytorch is a lightweight Python implementation of automatic differentiation that closely mirrors PyTorch's API, built on top of NumPy rather than expensive deep learning frameworks. It provides a minimal, educational implementation of core tensor operations and backpropagation in just 450 lines of code, making it perfect for developers who want to understand the fundamentals of deep learning frameworks without the complexity of production systems.
Python · 46 stars
torch.ts is a learning-focused implementation of PyTorch's core tensor operations and automatic differentiation system built entirely in TypeScript. This project demonstrates how fundamental deep learning concepts translate to JavaScript environments, enabling browser-based ML applications and educational tools. For web developers exploring AI integration, it provides a clear reference implementation that bridges the gap between Python ML ecosystems and JavaScript frontends.
This project enables native Android application development using Swift, providing a SwiftUI-like declarative syntax for building Android user interfaces. By abstracting the underlying JNI layer and offering a familiar Swift API, it allows iOS developers to leverage their existing skills for Android development, potentially reducing cross-platform development complexity and improving code reuse.
TypeScript · 28 stars