Welcome to Bashly | Bashly - Bash CLI Framework
Bashly is a command line application (written in Ruby) that lets you generate feature-rich bash command line tools.
Bashly is a command line application (written in Ruby) that lets you generate feature-rich bash command line tools.
Adds additional postgres functionality to an ActiveRecord / Rails application - GeorgeKaraszi/ActiveRecordExtended: Adds additional postgres functionality to an ActiveRecord / Rails application
Google is a guest on the web, as we all are. Guests don't make the rules.
Make a cascading timeline from markdown-like text. Supports simple American/European date styles, ISO8601, images, links, locations, and more. - GitHub - kochrt/markwhen: Make a cascading timeline ...
Streamlit is an open-source app framework for Machine Learning and Data Science teams. Create beautiful web apps in minutes.
Create a visual timeline of any codebase's contribution history.
Great list of top publications
the calibration using opencv Aruco markers and CCalib
There are many ways to scale out your database; many of these techniques require advanced management and expensive add-ons or editions. Database sharding is a flexible way of scaling out a database. In this presentation, Jeremiah Peschka explains how to scale out using database sharding, covers basic techniques, and shares some of the pitfalls. This...
I’m increasingly encountering users on Heroku that are encountering the need to shard their data. For most users this is something you delay as long as possible as you can generally go for sometime before you have to worry about it. Additionally scaling up your database is often a reasonable approach early on and something I encourage as a starting point as scaling up is easy to do with regards to databases. However, for the 1% of users that do need to shard when the time comes many are left wondering where to start, hence the following guide.
OpiniDatabase sharding is the process of splitting up a database across multiple machines to improve the scalability of an application. The justification for database sharding is that after a certain scale point it is cheaper and more feasible to scale a site horizontally by adding more machines than to grow it vertically by adding beefier servers.
QuickLook plugins and packages. Contribute to haokaiyang/Mac-QuickLook development by creating an account on GitHub.
We present YOLO, a new approach to object detection. Prior work on object
detection repurposes classifiers to perform detection. Instead, we frame object
detection as a regression problem to...
Heroku's platform was designed with services in mind. If you're building a service oriented web app, you might find this interesting.
A tricky thing to remember in Active Record is how to query multiple associations vs. nested associations. Multiple associations take a list of symbols, nested associations take a hash with a symbol. pic.twitter.com/XhGiJdcH7h— Colleen Schnettler (@leenyburger) March 3, 2022
Next Generation Shell (NGS). Contribute to ngs-lang/ngs development by creating an account on GitHub.
This book has been taken out of print by W. H. Freeman. You are welcome to use it if you like. We believed in 1992 it was the way to introduce theory in Computer Science, and we believe that today.
Scalability is considered a hard problem to tackle. It’s always presented like it’s something magical done with secret, special tools that only big, million ...