Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
14 results tagged file_format  ✕
JSON Schema Store https://www.schemastore.org/json/
Thu 30 Jul 2020 04:37:35 PM CEST
QRCode

JSON Schemas for common JSON file formats

collection file_format json
flat-html - Write unnested html https://github.com/samsquire/flat-html
Thu 02 Apr 2020 09:16:35 AM CEST
QRCode

flat-html is an alternative to templating and generating complicated HTML.

You write a series of statements of what each element should be set to.

article file_format html specifications web
GNU Recutils https://www.gnu.org/software/recutils/manual/
Sun 26 Jan 2020 08:51:48 PM CET
QRCode

GNU recutils is a set of tools and libraries to access human-editable, text-based databases called recfiles. The data is stored as a sequence of records, each record containing an arbitrary number of named fields. Advanced capabilities usually found in other data storage systems are supported: data types, data integrity (keys, mandatory fields, etc.) as well as the ability of records to refer to other records (sort of foreign keys). Despite its simplicity, recfiles can be used to store medium-sized databases.

#cli-app data_structure database file_format text text_manipulation utility
Data Package specifications https://frictionlessdata.io/specs/data-package/
Fri 06 Sep 2019 04:11:31 PM CEST
QRCode

A Data Package consists of:

  • Metadata that describes the structure and contents of the package
  • Resources such as data files that form the contents of the package
  • The Data Package metadata is stored in a "descriptor". This descriptor is what makes a collection of data a Data Package. The structure of this descriptor is the main content of the specification below.

In addition to this descriptor a data package will include other resources such as data files. The Data Package specification does NOT impose any requirements on their form or structure and can therefore be used for packaging any kind of data.

The data included in the package may be provided as:

  • Files bundled locally with the package descriptor
  • Remote resources, referenced by URL
  • "Inline" data (see below) which is included directly in the descriptor
csv data file_format homepage json
frictionlessdata | A Python library for working with Data Packages https://github.com/frictionlessdata/datapackage-py
Fri 06 Sep 2019 04:07:40 PM CEST
QRCode
coding_lang:python csv data dataset file_format json library machine_learning python source_code
pngquant - Lossy PNG compressor https://pngquant.org/
Mon 02 Sep 2019 10:42:34 AM CEST
QRCode

pngquant is a command-line utility and a library for lossy compression of PNG images.

The conversion reduces file sizes significantly (often as much as 70%) and preserves full alpha transparency. Generated images are compatible with all web browsers and operating systems.

#cli-app coding_lang:c file_format graphics homepage images linux opensource tools
Pngquant - A Command-line Utility To Compress PNG Images On Linux https://www.ostechnix.com/pngquant-a-command-line-utility-to-compress-png-images-on-linux/
Sat 31 Aug 2019 10:11:20 PM CEST
QRCode

Pngquant is a free, open source and cross-platform command-line lossy PNG compressor. It is based on a portable libimagequant library and is written in C99. It reduces the file size significantly by converting the PNG image to more efficient 8-bit PNG format and preserves full alpha transparency. As you may already know, 8-bit PNG files are often 60-80% smaller than 24/32-bit PNG files. The images compressed using Pngquant are fully-compatible with all web browsers and operating systems. Pngquant can compress one or multiple images at once.

#cli-app article command_line file_format graphics images linux opensource software tools
How to do BibJSON http://okfnlabs.org/bibjson/
Sun 30 Jun 2019 10:00:54 PM CEST
QRCode

BibJSON is a convention for representing bibliographic metadata in JSON; it makes it easy to share and use bibliographic metadata online.

It is a form of JSON - a simple, useful and common way of representing data on the web; we use it to shift information around between our apps.

  • A BibJSON record is a JSON object
  • A BibJSON collection is a JSON object containing "metadata" followed by "records"
  • The "records" key in a collection points to a list of BibJSON records (JSON objects)
  • The collection and the records both have the "collection" key, and their value should be the same
  • Each record should have a "cid" - an identifier unique within the parent collection
  • Each record should have a "type" - such as "article", "book", or even "author"
  • Record type places no constraint on what can be placed in the record
  • The default set of keys are based on the bibtex keys
  • BibJSON keys are lowercase, no spaces, and usually singular
  • The keys can point to strings, lists, or objects
  • Any thing that is a simple string should remain so
  • Where object complexity is required, make it an object
  • Where additional keys are namespaced, include a "namespace" declaration in the collection "metadata"
  • BibJSON APIs may return other metadata relevant to the parent app; developers can identify such metadata by prefixing the key with "_"; just ignore what is not useful to you
bibliography bibtex file_format homepage json specifications
JSON Resume https://github.com/jsonresume
Thu 27 Jun 2019 10:01:21 PM CEST
QRCode

A community driven open source initiative to create a JSON based standard for resumes.

file_format homepage json library opensource specifications
catj - Displays JSON files in flat format https://github.com/soheilpro/catj
Fri 21 Jun 2019 10:55:14 PM CEST
QRCode

Why?

  • It makes it easier to understand the structure of JSON files.
  • The output is valid JavaScript which can be used directly in code.
  • It's very helpful when writing queries for tools like jq.
#cli-app cli coding_lang:javascript console file_format json opensource software terminal
jCard is now a thing http://evertpot.com/jcard-completed/
Tue 25 Aug 2015 02:06:49 PM CEST
QRCode
calendar docs file_format rfc vcard
RFC 7095 - jCard: The JSON Format for vCard https://tools.ietf.org/html/rfc7095
Tue 25 Aug 2015 02:05:14 PM CEST
QRCode
calendar docs file_format rfc vcard
Fuzzy Control Language (FCL) http://ffll.sourceforge.net/fcl.htm
Mon 26 Jan 2015 11:24:10 PM CET
QRCode

FCL stands for Fuzzy Control Language, which is a standard for Fuzzy Control Programming published by the International Electrotechnical Commission (IEC). The specifications for the FCL syntax can be found in IEC document 61131-7.

file_format fuzzy software
pdftex - How to overcome Acrobat Reader error 131 with a pdfLaTeX doc? http://tex.stackexchange.com/questions/64448/how-to-overcome-acrobat-reader-error-131-with-a-pdflatex-doc
Thu 23 Jan 2014 10:41:52 AM CET
QRCode

I'm generating a PDF document with pdflatex (more precisely, latexmk invoked from TexMaker 3.4. My LaTeX install is TeXLive 20120719). I can read the document fine in Okular and Gmail's attachment preview, but a colleague that runs Acrobat Reader on Windows reports: "There was a problem reading this document (131)".

error file_format latex pdf presentations viewer
3672 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn