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.
Stract is an open source search engine where the user has the ability to see exactly what is going on and customize almost everything about their search results. It's a search engine made for hackers and tinkerers just like ourselves. No more searches where some of the terms in the query arent used, and the engine tries to guess what you really meant. You get what you search for.
Oh, and if we ever become evil (maybe by changing our motto) please take our code and start a competitor. The fact that you have this ability will make sure that our values will always be aligned with our users.
We will also have a paid API for developers.
Github: https://github.com/StractOrg/stract
The build process is outlined in CONTRIBUTING.md. It mentions an optional configuration option for Alice, an AI search assistant.
REST API docs: https://trystract.com/beta/api/docs/
SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled. It's a fork of the original Searx but has diverged in some important ways. Theming aside, it's more mobile friendly, the translations are up to date, preferences (such as "which engines are reliable on this instance") have been updated, and metrics for detecting broken or failing search engines supported by the software have been added (opt-out). No additional filters or proxies are needed.
I would think that it can be extended in the same ways as Searx but haven't explored it yet.
Curated list of resources for traders, including tools, websites, and courses related to trading in various financial markets such as stocks. It serves as a valuable reference for traders who are looking to expand their knowledge and improve their skills.
This list is inspired by awesome public datasets, but for real-time datasets and sources. Normally accessed via HTTP or Websockets.
The list is separated into Free and Paid and broken into subsections based on loose categories.
CNN's fear and greed index in REST API form, courtest of RapidAPI. It's a free API.
Seemingly inspired by CNN's index of the same name, this site crunches and calculates cryptocurrency-related sentiment and comes up with a numerical index of what appears to be influencing the markets at that time, vis a vis, fear or greed. Has a free to use REST API.
News and investment data for just about every market you can think of around the world, from stocks to commodities to cryptocurrency.
UnusualWhales.com is the go to place for retail tooling in options, equities, and crypto markets. It helps retail traders, expose market wide corruption, does deep market research and also has cool memes. We have never received funding, have no outside network or support, and are trying to build the most affordable retail tooling available, while also fight for market transparency. The market needs a lot of work, to put it lightly. I have been quoted in every major news publication, my congress reports have been put into Congressional Hearings, interviews, and part of Josh Hawley's Congress Trading Ban.
Of interest: https://unusualwhales.com/politics/article/congress-trading-report-2022
cve-search is a tool to import CVE (Common Vulnerabilities and Exposures) and CPE (Common Platform Enumeration) into a MongoDB to facilitate search and processing of CVEs.
The main objective of the software is to avoid doing direct and public lookups into the public CVE databases. Local lookups are usually faster and you can limit your sensitive queries via the Internet.
cve-search includes a back-end to store vulnerabilities and related information, an intuitive web interface for search and managing vulnerabilities, a series of tools to query the system and a web API interface.
Qdrant is a vector database and vector similarity search engine. It deploys as an API service providing search for the nearest high-dimensional vectors. With Qdrant, embeddings or neural network encoders can be turned into full-fledged applications for matching, searching, recommending, and much more! Implement a unique custom modification of the HNSW algorithm for Approximate Nearest Neighbor Search. Support additional payload associated with vectors. Not only stores payload but also allows filter results based on payload values.Unlike Elasticsearch post-filtering, Qdrant guarantees all relevant vectors are retrieved.
Github: https://github.com/qdrant/qdrant
LocalAI is a drop-in replacement REST API compatible with OpenAI API specifications for local inferencing. It allows to run models locally or on-prem with consumer grade hardware, supporting multiple models families compatible with the ggml format. Multiple LLMs are supported.
MediaCMS is a modern, fully featured open source video and media CMS. It is developed to meet the needs of modern web platforms for viewing and sharing media. It can be used to build a small to medium video and media portal within minutes.
It is built mostly using the modern stack Django + React and includes a REST API.
Designed for personal use only. If you want people to be able to create accounts, you can do that. If you want it to be "everybody but me can only watch thigns," you can do that. If you want the entire install to be private and requiring logins from everybody, you can do that, too.
Exploits found on the INTERNET.
REST API: https://www.exploitalert.com/api.html
Add to Searx?
RSS feeds (index): https://www.exploitalert.com/rss-feed.html
A free service for querying which satellites will be passing over a known location on the globe.
A lightweight key/value store implementation in PHP, which you can attach to any persistent storage. Works with MySql or MariaDB, so you can run on shared hosting or as a containerised app. The application management is available entirely via simple REST APIs. There's no user interface.
composer install
public/
is the application's root directory.
Docs in openapi.yaml.
Apache is recommended due to its use of URL rewriting.
An open, precise, and distributed approach to producing and consuming vulnerability information for open source.
All advisories in this database use the OpenSSF OSV format, which was developed in collaboration with open source communities. The OSV schema provides a human and machine readable data format to describe vulnerabilities in a way that precisely maps to open source package versions or commit hashes.
An easy-to-use API is available to query for all known vulnerabilities by either a commit hash, or a package version.
Patch into Searx?
Podman is a daemonless, open source, Linux native tool designed to make it easy to find, run, build, share and deploy applications using Open Containers Initiative (OCI) Containers and Container Images. Podman provides a command line interface (CLI) familiar to anyone who has used the Docker Container Engine. Most users can simply alias Docker to Podman (alias docker=podman) without any problems. Similar to other common Container Engines (Docker, CRI-O, containerd), Podman relies on an OCI compliant Container Runtime (runc, crun, runv, etc) to interface with the operating system and create the running containers. This makes the running containers created by Podman nearly indistinguishable from those created by any other common container engine.
Containers under the control of Podman can either be run by root or by a non-privileged user. Podman manages the entire container ecosystem which includes pods, containers, container images, and container volumes using the libpod library. Podman specializes in all of the commands and functions that help you to maintain and modify OCI container images, such as pulling and tagging. It allows you to create, run, and maintain those containers and container images in a production environment.