Convert XML to JSON using XSLT
With increasing service reuse came the need for portable data formats, XML was one of the first widely used, but lately JSON is in bloom.
I needed to convert XML into JSON format for easier consumption on the client, so here’s an article describing the way to do it using XSLT with code and examples.
H.L.A . .. @processingorg @p5xjs #processing #experimentalart #generative #abstract #abstractart #digitalart #geometry #algorithmicart #generativehut #xuxoe #procedural #code #computerart #creativecoding #phoneart #bnw #creativecodeart #blackandwhite #generative #generativeart #newmediaart #newmedia #generativedesign
View on Instagram https://instagr.am/p/CLzzrQRnSwR/
Linking GitHub issues to commits
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 […]
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
N/TR ——-
View on Instagram https://instagr.am/p/B_GMNhenSNh/
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 […]