Connect an issue with a commit after the commit In your issue on GitHub, just write a comment with the commit hash. For instance: Fixed with commit 61d949320fc0bf1a8dba09b3845bddcd153b1a64 https://stackoverflow.com/questions/19036161/connect-an-issue-with-a-commit-after-the-commit#26835572 Link to the issue number on GitHub within a commit message …you can use these synonyms to reference an issue and close it (in your commit […]
Author Archives: Bojan Bjelić
jq
jq is a lightweight and flexible command-line JSON processor
Tell stories with simple embedded math and sliders
https://account-account.netlify.app/disease https://account.postlight.com/funnel
git – duplicate a repo without forking
CSV-related tools and resources – AwesomeCSV
The URL: https://github.com/secretGeek/AwesomeCSV The following content was taken from GitHub, authored by Leon Bambrick.
Kasaya
A “WYSIWYG” (kind of) scripting language and runtime for browser automation https://github.com/syscolabs/kasaya
Presto
Presto is an open source distributed SQL query engine for running interactive analytic queries against data sources of all sizes ranging from gigabytes to petabytes. https://prestodb.io/
q – Text as Data
q is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files). q treats ordinary files as database tables, and supports all SQL constructs, such as WHERE, GROUP BY, JOINs etc. It supports automatic column name and column type detection, and provides full support for multiple […]
Lifesaving snippets
A wild mix of snippets that make my life easier.
git source control with a local repository (no server)
Even when working alone or on simple projects, I like to have the benefits of source control – history, branching, and backup. Here are the common steps that need to be taken to use git in this scenario.