A log file viewer for the terminal. Merge, tail, search, filter, and query log files with ease. No server. No setup. Still featureful.
Just point lnav at a directory and it will take care of the rest. File formats are automatically detected and compressed files are unpacked on the fly. Online help and previews for operations make it simpler to level up your experience. Can merge the files by time into a single view. Can tail the files, follow renames, find new files in directories in realtime. Can show you only warnings and errors, search with regular expressions, highlight matches, filter, and even do basic statistics and visualizations of what it finds.
Github: https://github.com/tstack/lnav
This repository, created by Webz.io, provides free datasets of publicly available news articles identified as originating from fake news websites. We release new datasets weekly, each containing approximately 1,000 articles sourced from these flagged sites. These datasets provide valuable resources for researchers, analysts, and journalists studying misinformation and disinformation trends.
Updated weekly. Sites in the datasets are verified through multiple sources. Metadata, including sentiment analysis, categories, publication dates, and source trust level is included. Covers politics, health, finance, and other key domains where misinformation is prevalent.
Each dataset is a .zip archive containing multiple JSON documents.
Add dynamic content, forms or personalization to your static site, manage smart home, monitor server room temperatures in hundreds of locations using Raspberry Pi, or simply play with the API - JsonStorage is super simple and scales up to your needs.
A virtual whiteboard for sketching hand-drawn like diagrams. Multiple users can work on a whiteboard simultaneously. Create beautiful hand-drawn like diagrams, wireframes, or whatever you like. Infinite, canvas-based whiteboard. Hand-drawn like style. Image support. Shape libraries support. Export to PNG, SVG & clipboard. Open format - export drawings as an .excalidraw json file. PWA (theoretically works offline).
You might be able to download a release and uncompress it somewhere.
Reads the list of installed Debian or Ubuntu packages on a system and outputs them as a JSON document on stdout.
DeltaDB is a lightweight, fast, and scalable database built on polars and deltalake. It is designed to streamline data operations, providing features like upsert, delete, commit, and version control while harnessing the high performance of polars and deltalake.
Welcome to Monolith Tracker, a collaborative effort on tracking the Monoliths that are appearing around the world. We need your help report new monoliths that we are missing.
On November 18th 2020, a group of Utah DWR Biologists were flying in Southwest Utah on an assignment to count Bighorn Sheep in the area. What they saw next kickstarted possibly the most ‘2020’ news story the world has ever seen. A large metal monolith, approximately 9.8 feet tall, was standing in the middle of the desert, miles from the nearest town of Moab, Utah.
They kept appearing. There have been 19 total monoliths, plus an additional 5 confirmed fakes, and they are seemingly growing exponentially. Are they all connected? Which ones are real, which are simply knockoffs? This mystery is far from over. With the way that 2020 has been going, it is likely just beginning.
Read-only JSON API: https://monolithtracker.com/json-export
A small Python3 application for navigating and editing nested dictionaries, which typically come from JSON BLOBs, named 'pelecanus' after Pelecanus occidentalis, the brown Pelican of California and the Eastern Pacific, which is a wonderful bird, but also named such because I got tired of writing "NestedJson". It has no external dependencies.
Often, it's necessary to explore a JSON object without knowing precisely where things are (in the case of Hypermedia, for example). By creating a recursive data structure, we can facilitate such tasks as retrieving key-value pairs, iterating through the data structure, and searching for elements in the data structure.
This repository is used for the development of the CVE JSON record format. Releases of the CVE JSON record format will also be published here. This repository is managed by the CVE Quality Working Group.
cve-schema specifies the CVE record format. This is the blueprint for a rich set of JSON data that can be submitted by CVE Numbering Authorities (CNAs) and Authorized Data Publishers (ADPs) to describe a CVE record. Some examples of CVE record data include CVE ID number, affected product(s), affected version(s), and public references. While those specific items are required when assigning a CVE, there are many other optional data in the schema that can be used to enrich CVE records for community benefit.
This repository is the official CVE List an is a catalog of all CVE Records identified by, or reported to, the CVE Program.
This repository hosts downloadable files of CVE Records in the CVE Record Format (the schema is in another repository). They are updated regularly (about every 7 minutes) using the official CVE Services API. You may search, download, and use the content hosted in this repository, per the CVE Program Terms of Use.
Emissary is the standalone Fediverse server designed for end users, app creators, and hosting admins — that gives everyone powerful new ways to join the social web. Supports Activitypub, RSS, Indieweb microformats and web mentions, and whatever else you build on top.
Build custom, social applications in a simple, declarative, low-code environment. Using only HTML templates and a JSON config file, you can create full-featured social apps that are easy to deploy and easy to maintain. This is done by building action pipelines out of simple, composable steps, like: "show an edit form", "create a thumbnail", and "save the object". Pipelines work alongside Emissary's built-in state machines and access permissions to form robust and secure applications that you and your end-users can trust.
Uses MongoDB as its back-end.
Go to their editor. Paste in a well-formed data document. Watch it generate a graph for you out of the data. You can even download the generated image. No API yet.
Setup process:
cd jsoncrack.com
pnpm install
cd src
pnpm build
cd ..
You want to copy the contents of the out/ subdirectory up to your web server because that's where all the business is.
A utility that lets you query CSV, JSON and Parquet files with regular SQL statements. If DuckDB is okay with it, it'll run. Has both a fire-and-forget CLI and an interactive TUI.
Stork is a library for creating beautiful, fast, and accurate full-text search interfaces.
It comes in two parts. First, it's a command-line tool that indexes content and creates a search index file that you can upload to a web server. Second, it's a Javascript library that uses that search index file to build an interactive search interface that displays optimal search results immediately to your user, as they type.
Stork is built with Rust, and the Javascript library uses WebAssembly behind the scenes. It's easy to get started and is even easier to customize so it fits your needs. It's perfect for Jamstack sites and personal blogs, but can be used wherever you need to bring search to your users.
Note: "I've wound down my work with Stork. The project will be available, but I don't plan on making updates going forward. Thanks to everyone who used Stork over the years."
A Python module that lets you interact with XML as if it were a Python-native dict.
import json
import xmltodict
xmlfile = <blah blah blah>
document = json.loads(xmltodict.parse(xmlfile))
Public api for aircraft, airlines, and flight routes. No API key, everything is rate limited over a 60 second period.
I don't know how useful or reliable it is yet.
A modern, RESTful, scalable solution to the common problem of telling people to fuck off.
This extension provides a skin that is not designed to be used from a web browser, rather for consumption from another type of client... smartphone app, dynamic javascript page, automated bot. This is most of the same data that can be found in the default "Seasons" report's rss.xml output, but formatted in the JSON format for easier consumption by clients.
Creates a file /weewx.json in the WeeWX webroot. You won't see a reference to it if you look at the HTML of the generated reports.
This is jo, a small utility to create JSON objects. Jo tries to be clever about types and knows null, booleans, strings and numbers. It does arrays, and it pretty-prints on demand. If a key’s value begins with an opening brace ({) or a bracket ([]) we attempt to decode JSON from it; this allows jo to add objects or arrays (use -a!) to itself. jo also supports nested types natively.
In the AUR as jo-git.
An addon for Chrome that prettifies and formats JSON documents.