Links
AddA flexible and powerful static content management system for building complex and beautiful websites out of flat files — for people who do not want to make a compromise between a CMS and a static blog engine.
Terraform provides a common configuration to launch infrastructure — from physical and virtual servers to email and DNS providers. Once launched, Terraform safely and efficiently changes infrastructure as the configuration is evolved.
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
Related contents:
The 100% FREE live chat application for your website! tawk.to is a free messaging app that lets you monitor and chat with visitors on your website or from a free customizable page
Sunrise and Sunset information for photographers
“ Wid is your best companion for tracking your time. You can follow your personal and professional time.
The innovation holds in the tag system, you organize your day with tags and get your own reports. ”
Firedrop uses artificial intelligence to automatically create uniquely designed websites in less than 60 seconds. No templates, just bespoke design based on your content.
Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. You can find protobuf's documentation on the Google Developers site.
Reverse Tethering utility for Android. Allows you to share your computer's internet connection with your Android device via a USB cable.
A hierarchical timer wheel, for implementing timed event queues.
Cloud oriented pentesting distribution.
Related contents:
debugs memory leak of running process, without recompiling or restarting, on GNU/Linux and FreeBSD.
Not maintained anymore, try libleak please.
webERP is a mature open-source ERP system providing best practise, multi-user business administration and accounting tools over the web.
The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, machine learning and much more.
modserver is an HTTP/1.1 application server supporting multiple languages.
Lhogho is a free version of the programming language Logo and a promoter of its educational philosophy. It is specially designed to be performant, miniature, open-minded and ... artistic.
D3 (or D3.js) is a JavaScript library for visualizing data using web standards. D3 helps you bring data to life using SVG, Canvas and HTML. D3 combines powerful visualization and interaction techniques with a data-driven approach to DOM manipulation, giving you the full capabilities of modern browsers and the freedom to design the right visual interface for your data.
The Hyperledger Project is a collaborative effort created to advance blockchain technology by identifying and addressing important features for a cross-industry open standard for distributed ledgers that can transform the way business transactions are conducted globally.
modern, private communication. For iOS, Android, OS X, Windows and web. Crystal clear voice, video and group chats.
OSMC is a free and open source media center built for the people, by the people.
This script is the defacto way to enable use of HTML5 sectioning elements in legacy Internet Explorer.
LinkedIn created LayoutKit because we have found that Auto Layout is not performant enough for complicated view hierarchies in scrollable views
Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.
Security issues happen for two reasons -
Developers who have just started and cannot really tell a difference between using MD5 or bcrypt.
Developers who know stuff but forget/ignore them.
Our detailed explanations should help the first type while we hope our checklist helps the second one create more secure systems. This is by no means a comprehensive guide, it just covers stuff based on the most common issues we have discovered in the past.
Free Broken Link Checking Tool. Dead Link Checker crawls through your site, identifying broken links for you to correct.
Your media on all your devices. Watch how Plex makes it possible to enjoy all of your media, whether in your living room, the car, or an igloo in Alaska!
Related contents:
BuntDB is a fast, embeddable, in-memory key/value database for Go with geospatial support. BuntDB is a low-level, in-memory, key/value store in pure Go. It persists to disk, is ACID compliant, and uses locking for multiple readers and a single writer. It supports custom indexes and geospatial data. It's ideal for projects that need a dependable database and favor speed over data size.
Elixir is a dynamic, functional language designed for building scalable and maintainable applications.
Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development and the embedded software domain.
A fun tool to learn about ciphers. Codemoji teaches you about ciphers. Create and share messages with your friends using fun emoji.
The HTTP/2 Web Server with Fully Managed TLS (automatic HTTPS).
Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
Statically typed programming language for the JVM, Android and the browser
I2P is an anonymous network, exposing a simple layer that applications can use to anonymously and securely send messages to each other. The network itself is strictly message based (a la IP), but there is a library available to allow reliable streaming communication on top of it (a la TCP). All communication is end to end encrypted (in total there are four layers of encryption used when sending a message), and even the end points ("destinations") are cryptographic identifiers (essentially a pair of public keys).
Monitoring system & time series database. Power your metrics and alerting with a leading open-source monitoring solution.
Related contents:
- Scaling With Prometheus: Managing 80M Metrics Smoothly @ Kapil's Medium.
- Monitoring a Streamlit App on Google GKE with Prometheus, Grafana, Loki & Alloy @ Omar Din's Medium.
- Prometheus with Docker Compose: Guide & Examples @ spacelift.
- From Custom to Open: Scalable Network Probing and HTTP/3 Readiness with Prometheus @ Slack Engineering.
A simple CMS for Jekyll and Hugo sites. Headless CMS that commits. Give your editors the power of Git. Create, edit, and instant preview Markdown-based sites.
As many hackers enjoy the readability of markdown code, some stylings in hack.css are exactly the way markdown is.
The LEDE project is a Linux based embedded meta distribution based on OpenWrt and targeting a wide range of wireless SOHO routers and non-network devices
OpenCog is a unique and ambitious open-source software project. Our aim is to create an open source framework for Artificial General Intelligence, intended to one day express general intelligence at the human level and beyond.
Open source modular CSS framework providing great structure for building websites quickly
Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
A Responsive Front-end Framework for Accessible and Semantic Websites. Developed for design, turretcss is a styles and browser behaviour normalisation framework for rapid development of responsive and accessible websites.
“I have read and agree to the Terms” is the biggest lie on the web. We aim to fix that.
Creative expression for desktop, mobile, web and console platforms: Windows, Mac, Linux, iOS, Android, Flash, HTML5 and more. Build games and applications for almost every platform imaginable -- Windows, Mac, Linux, iOS, Android, Flash and even HTML5. Bring your creative vision to life, on desktops, tablets, phones, even consoles. Publish to Steam, Amazon, FireTV... practically anywhere.
A guard that represents a central point of control in your application.
Modern javascript applications are often organized into modules, which are awesome but have some problems that we can't avoid. When we are writing an application in this way, we must consider that all our modules must be independent, testable, instantly reusable and secure. Refraction's purpose is to make these concerns take care of themselves by using some design patterns. Since modules might be independent, with no inter-module dependencies, Refraction adds an intermediate layer that handles all messages that an application uses, allowing communication between modules. This way, modules don't need to know each other, only the layer that is responsible for managaging communication. If we want to change a module, we can do so without worrying about how other modules use it. Modules have a very limited knowledge of what's going in the rest of the system. For this reason, we can define refraction as a guard, a central point of control.
The scalable, open source big data analytics platform for networks and services.
JavaScript app that draws the Mandelbrot fractal and allows you to zoom in and explore the fractal (uses zero libraries). Launches in fullscreen mode for maximum impact on desktop, and has a responsive mobile compatible design with a multi-touch interface on mobile devices.