Difference between revisions of "Data"
Jump to navigation
Jump to search
Line 178: | Line 178: | ||
=== Markdown === | === Markdown === | ||
* http://daringfireball.net/projects/markdown/ | * http://daringfireball.net/projects/markdown/ | ||
− | ** http://www.codinghorror.com/blog/2012/10/the-future-of-markdown.html [http://news.ycombinator.com/item?id=4700160] | + | ** https://en.wikipedia.org/wiki/Markdown |
+ | |||
+ | * http://daringfireball.net/projects/markdown/syntax | ||
+ | * https://five.squarespace.com/display/ShowHelp?section=Markdown | ||
+ | |||
+ | * http://markdown-here.com/livedemo.html | ||
+ | |||
+ | * http://www.codinghorror.com/blog/2012/10/the-future-of-markdown.html [http://news.ycombinator.com/item?id=4700160] | ||
* https://github.com/rhythmus/markdown-resources | * https://github.com/rhythmus/markdown-resources | ||
Line 187: | Line 194: | ||
* http://georgeosddev.github.io/markdown-edit/ | * http://georgeosddev.github.io/markdown-edit/ | ||
− | * http://markdown-here.com/ | + | * [http://markdown-here.com/ Markdown Here] is a Google Chrome, Firefox, Safari, Opera, and Thunderbird extension that lets you write email in Markdown and render them before sending. It also supports syntax highlighting (just specify the language in a fenced code block). |
** https://github.com/adam-p/markdown-here | ** https://github.com/adam-p/markdown-here | ||
Line 197: | Line 204: | ||
* [https://code.google.com/p/pagedown/ PageDown] is the JavaScript Markdown previewer used on Stack Overflow and the rest of the Stack Exchange network. It includes a Markdown-to-HTML converter and an in-page Markdown editor with live preview. | * [https://code.google.com/p/pagedown/ PageDown] is the JavaScript Markdown previewer used on Stack Overflow and the rest of the Stack Exchange network. It includes a Markdown-to-HTML converter and an in-page Markdown editor with live preview. | ||
− | |||
− | |||
− | |||
* http://indiewebcamp.com/2013/Citations_and_Scholarly_Markdown | * http://indiewebcamp.com/2013/Citations_and_Scholarly_Markdown | ||
Line 213: | Line 217: | ||
* https://datatracker.ietf.org/doc/draft-seantek-text-markdown-media-type/ | * https://datatracker.ietf.org/doc/draft-seantek-text-markdown-media-type/ | ||
+ | |||
+ | ==== WYSIWYM ==== | ||
+ | * http://daringfireball.net/projects/markdown/dingus | ||
+ | |||
+ | * http://www.markdownviewer.com/ | ||
+ | |||
+ | * https://stackedit.io/ | ||
+ | ** https://github.com/benweet/stackedit | ||
+ | |||
+ | * http://jrmoran.com/playground/markdown-live-editor/ | ||
+ | |||
+ | * http://markable.in/editor/ | ||
+ | |||
+ | * https://jbt.github.io/markdown-editor/ | ||
+ | |||
+ | * http://jrmoran.com/playground/markdown-live-editor/ | ||
+ | |||
+ | * http://markdownlivepreview.com/ | ||
==== JSON ==== | ==== JSON ==== |
Revision as of 17:36, 14 July 2014
all moved, to reorder
See also Computing#Stats and big data, Open data
Encoding
- http://home.paulschou.net/tools/xlate/
- http://www.subnetonline.com/pages/converters/hex-to-bin-to-dec.php
ASCII / ANSI
- WP: Windows-1252 - ANSI
- https://ronaldduncan.wordpress.com/2009/10/31/text-file-formats-ascii-delimited-text-not-csv-or-tab-delimited-text/ [1]
Art
Unicode
- The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) by Joel Spolsky
- Codepoint, n. the position of a character in an encoding system.
- Charbase - A visual unicode database
- http://www.charset.org/
- http://unicode.org/charts/
- http://sheet.shiar.nl/unicode
- WP: List_of_Unicode_characters
- WP: Unicode_control_characters
mirroring char in brackets: (test (
Serialization
See also HTML/CSS#Markup, JavaScript#JSON
- WP: Comparison_of_data_serialization_formats
- WP: Category:Data_serialization_formats
- http://www.drdobbs.com/web-development/after-xml-json-then-what/240151851
- WP: Runoff_(program)
- WP: IBM_Generalized_Markup_Language
- WP: TeX - 1978
- WP: Scribe_(markup_language) - 1980
ML
XML
JSON
See JavaScript#JSON
Other
- Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
- http://kentonv.github.io/ - from proto buf dev [2]
Markup
See also Computing#Text encoding
Markdown
- http://daringfireball.net/projects/markdown/syntax
- https://five.squarespace.com/display/ShowHelp?section=Markdown
- Markdown Here is a Google Chrome, Firefox, Safari, Opera, and Thunderbird extension that lets you write email in Markdown and render them before sending. It also supports syntax highlighting (just specify the language in a fenced code block).
- PageDown is the JavaScript Markdown previewer used on Stack Overflow and the rest of the Stack Exchange network. It includes a Markdown-to-HTML converter and an in-page Markdown editor with live preview.
WYSIWYM
JSON
- http://beautifuldocs.com/
- https://github.com/scottstanfield/markdown-to-json
- https://github.com/sheremetyev/markdown-json
Systems
WikiCreole
other
- Pandoc - a universal document converter. If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Pandoc can convert documents in markdown, reStructuredText, textile, HTML, DocBook, LaTeX, or MediaWiki markup to; HTML formats: XHTML, HTML5, and HTML slide shows using Slidy, Slideous, S5, or DZSlides. Word processor formats: Microsoft Word docx, OpenOffice/LibreOffice ODT, OpenDocument XML, Ebooks: EPUB version 2 or 3, FictionBook2, Documentation formats: DocBook, GNU TexInfo, Groff man pages, TeX formats: LaTeX, ConTeXt, LaTeX Beamer slides, PDF via LaTeX, Lightweight markup formats: Markdown, reStructuredText, AsciiDoc, MediaWiki markup, Emacs Org-Mode, Textile