ufo_data

(★ 108)

The Dataset of the Damned, and UFO/UAP event chronology creation tool

File Explorer

  • .gitignore
  • converters.cpp
  • converters.h
  • LICENSE
  • markdown_proc.cpp
  • markdown_proc.h
  • pjson.h
  • README.md
  • resource.h
  • stem.c
  • stem.h
  • udb.cpp
  • udb.h
  • udb_tables.h
  • ufo_timeline_v1_04.pdf
  • ufojson.aps
  • ufojson.cpp
  • ufojson.sln
  • ufojson.vcxproj
  • ufojson.vcxproj.filters
  • ufojson.vcxproj.user
  • ufojson_core.cpp
  • ufojson_core.h
  • utf8.h
  • utils.cpp
  • utils.h

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

pandoc

View Details ▼

Convert documents between various formats.

pandoc {{path/to/input.md}} {{[-o|--output]}} {{path/to/output.pdf}}

Convert a Markdown file to PDF using `pdflatex` (the formats are determined by file extensions):

{{command}} | pandoc {{[-f|--from]}} {{input_format}} --pdf-engine {{tectonic|weasyprint|typst|...}} {{[-o|--output]}} {{path/to/output.pdf}}

Convert the output from another command to PDF, using a specific PDF engine:

pandoc {{path/to/input.md}} {{[-s|--standalone]}} {{[-o|--output]}} {{path/to/output.html}}

Convert to a standalone file with the appropriate headers/footers (for LaTeX, HTML, etc.):

// repository documentation