Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
31 results tagged interactive  ✕   ✕
Virtual 6502 Emulator https://www.masswerk.at/6502/
Tue 30 Dec 2025 01:20:24 PM PST archive.org

This application emulates a 65xx-family micro processor unit that was the heart of so popular micro computers as the Apple II (6502) or the Commodore 64 (6510). The most common types, the 6502 and 6510 processors, are basicly the same and share the same instruction tables. (The 6510 varies from 6502 only in the implementation of 6 I/O ports at addresses 0000 and 0001.) The emulator implements all legal and "illegal" (i.e. undocumented) instructions of the 6502 MPU and mimics the various quirks and bugs closely.

online emulators 6502 retrocomputing interactive
landoskape/syd https://github.com/landoskape/syd
Tue 06 May 2025 07:56:06 PM PDT archive.org

Syd is a system for creating a data viewing GUI that you can view in a jupyter notebook or in a web browser. And guess what? Since it can open in a web browser, you can even open it on any other computer on your local network! For example, your PI's computer. Gone are the days of single random examples that they make infinitely stubborn conclusions about. Now, you can look at all the examples, quickly and easily, on their computer. And that's why Syd stands for share your data!

Okay, so what is it? Syd is an automated system to convert some basic python plotting code into an interactive GUI. This means you only have to think about what you want to plot and which parameters you want to be interactive. Syd handles all the behind-the-scenes action required to make an interface. And guess what? That means you get to spend your time thinking about your data, rather than writing code to look at it. And that's why Syd stands for Science, Yes! Dayummmm!

If you run it in Jupyter, it should just work: viewer.show()

You can also have it open your default browser: viewer.share()

Plots are interactive, too - there are controls on the page.

python webapps data visualization interactive
uoaerg/wavemon https://github.com/uoaerg/wavemon
Thu 24 Apr 2025 02:10:02 PM PDT archive.org

wavemon is a wireless device monitoring application that allows you to watch signal and noise levels, packet statistics, device configuration and network parameters of your wireless network hardware. It should work (though with varying features) with all devices supported by the Linux kernel.

Available in the OpenWRT package repo.

tui networking monitoring interactive wifi signal noise stats C
SpudGunMan/meshing-around https://github.com/SpudGunMan/meshing-around
Tue 17 Dec 2024 02:22:55 PM PST archive.org

A feature-rich bot is designed to enhance your Meshtastic network experience with a variety of powerful tools and fun features, connectivity and utility through text-based message delivery. Whether you're looking to perform network tests, send messages, or even play games, mesh_bot.py has you covered. Customizable; implements a pretty basic call-and-response user interface. Ideal for testing local Meshtastic networks. Can monitor at least two networks at the same time.

Can store-and-forward messages for other network users, schedule operations, transmit nodemail, and gateway mesh traffic to e-mail or SMS. It has many more features that look like they'll be useful.

python mesh bots interactive tools
systemd by example https://systemd-by-example.com/
Mon 04 Nov 2024 02:39:30 PM PST archive.org

The playground allows you to learn about systemd interactively, right from your browser! Create examples without the danger of breaking your system, and without being distracted by hundreds of unrelated unit files.

systemd sandbox interactive howto sysadmin
XONSH is a Python-powered shell https://xon.sh/
Fri 09 Aug 2024 01:51:36 PM PDT archive.org

Xonsh is a modern, full-featured and cross-platform shell. The language is a superset of Python 3.6+ with additional shell primitives that you are used to from Bash and IPython. It works on all major systems including Linux, OSX, and Windows. Xonsh is meant for the daily use of experts and novices.

The xonsh shell lets you easily mix Python and shell commands in a powerful and simplified approach to the command line.

Github: https://github.com/xonsh/xonsh

shell python linux interactive extensible
junegunn/fzf https://github.com/junegunn/fzf
Fri 26 Jul 2024 11:03:48 AM PDT archive.org

fzf is a general-purpose command-line fuzzy finder. It's an interactive filter program for any kind of list; files, command history, processes, hostnames, bookmarks, git commits, etc. It implements a "fuzzy" matching algorithm, so you can quickly type in patterns with omitted characters and still get the results you want.

Run something through it, like the output of a command. Start typing parts of a regular expression, it'll show you what matches. Use the arrow keys to move the highlight around. Whatever you pick gets output on stdout.

golang cli tools search fuzzy crossplatform interactive
Sh_d_n https://shdn.io/
Thu 27 Jun 2024 12:41:32 PM PDT archive.org

Sh_d_n is a free, lightweight website for IP and domain enrichment offered by Shodan. It's optimized for performance and size to focus on just doing one thing: fast lookups for specific resources (IPs and domains). The website is powered by Rust, Axum and the SQLite datasets provided by Shodan Enterprise. We're excited to have reduced the size for most of the pages on this website to less than 10kb, including the CSS stylesheet. If you have the stylesheet cached on the browser then most pages are less than 1 kb!

Sh_d_n is available for free with the caveat that the data isn't as fresh as the regular Shodan API/ website and doesn't include all the banner data that the crawlers collect. The underlying SQLite datasets are normally updated daily but Sh_d_n is only updated once a month. If you want fresher data, an API or access to the underlying datasets for extremely fast IP/ domain enrichment then consider checking out the various Shodan offerings.

online osint scanners services lightweight dns interactive
Reading QRcodes without a computer! https://qr.blinry.org/
Sun 21 Jan 2024 12:12:39 PM PST archive.org

Did you ever wonder how QR codes work? You've come to the right place! This is an interactive explanation that we've written for a workshop at 37C3, but you can also use it on your own. You will learn the anatomy of QR codes and how to decode QR codes by hand.

Source code: https://codeberg.org/Piko/qr-explainer

qrcodes interactive parsing online data formats
ZK Docs https://www.zkdocs.com/
Sun 21 Jan 2024 11:18:25 AM PST archive.org

ZKDocs provides comprehensive, detailed, and interactive documentation on zero-knowledge proof systems and related primitives.

At Trail of Bits, we audit many implementations of non-standardized cryptographic protocols and often find the same issues. As we discovered more instances of these bugs, we wanted to find a way to prevent them in the future. Unfortunately, for these protocols, the burden is on the developers to figure out all of the low-level implementation details and security pitfalls.

We aim to be both self-contained and comprehensive in the topics related to zero-knowledge proof systems. We describe each protocol in great detail, including all necessary setup, sanity-checks, auxiliary algorithms, further references, and potential security pitfalls with their associated severity. The protocol descriptions are interactive, letting you modify variable names. This allows you to match the variable names in ZKdocs’ specification to the variable names in your code, making it easier to find bugs and missing assertions.

Github: https://github.com/trailofbits/zkdocs/

cryptography zeroknowledgeproofs protocols references bugs analysis interactive systems
LLM Visualization https://bbycroft.net/llm
Sat 16 Dec 2023 05:23:11 PM PST archive.org

An interactive visualization (with simple explanations) of how large language models work.

ai ml llm interactive visualization activity engineering
USDA Plant Hardiness Zone Map https://planthardiness.ars.usda.gov/
Fri 17 Nov 2023 12:44:57 PM PST archive.org

The USDA Plant Hardiness Zone Map is the standard by which gardeners and growers can determine which perennial plants are most likely to thrive at a location. The map is based on the average annual extreme minimum winter temperature, displayed as 10-degree F zones and 5-degree F half zones. A broadband internet connection is recommended for the interactive GIS-based map above.

To find the Plant Hardiness Zone at your location quickly, enter your zip code in the Quick Zip Code Search box in the map above, or click anywhere on the map to view the corresponding interactive map.

maps gardening plants climate data temperature interactive
VimConfig https://vimconfig.com/
Tue 04 Apr 2023 02:35:27 PM PDT archive.org

Generate a .vimrc file by checking and unchecking boxes to enable features.

online vim generators configuration interactive
University of Oregon Route Views Project https://www.routeviews.org/
Sun 15 Jan 2023 11:19:51 AM PST archive.org

The University's Route Views project was originally conceived as a tool for Internet operators to obtain real-time BGP information about the global routing system from the perspectives of several different backbones and locations around the Internet. Although other tools handle related tasks, such as the various Looking Glass Collections (see e.g. TRACEROUTE.ORG), they typically either provide only a constrained view of the routing system (e.g., either a single provider, or the route server) or they do not provide real-time access to routing data.

While the Route Views project was originally motivated by interest on the part of operators in determining how the global routing system viewed their prefixes and/or AS space, there have been many other interesting uses of this Route Views data. For example, NLANR has used Route Views data for AS path visualization and to study IPv4 address space utilization (archive). Others have used Route Views data to map IP addresses to origin AS for various topological studies. CAIDA has used it in conjunction with the NetGeo database in generating geographic locations for hosts, functionality that both CoralReef and the Skitter project support.

telecom routing bgp online analysis maps interactive osint
poweroutage.us https://poweroutage.us/
Tue 29 Nov 2022 03:03:26 PM PST archive.org

PowerOutage.us is an ongoing project created to track, record, and aggregate power outages across the United States. This site has tracked some major events, including hurricanes, grid failures, and other weather events. You can view some detailed information about them here.

Click on a state to see more detailed info.

Data is updated site wide approximately every ten minutes.

They have a REST API but there is no free tier.

interactive data mapping power failures rest api
Ciphersuite Info: Suggested TLS configurations https://ciphersuite.info/cs/?sort=desc&security=secure&singlepage=true
Thu 28 Apr 2022 08:51:50 PM PDT archive.org

An interactive list of ciphersuite configurations that can be searched, sorted, and queried. The link bookmarked is a best practice set, from strongest to least trustworthy cryptosystems.

ssl tls cryptography directory interactive
PabloLec/RecoverPy https://github.com/PabloLec/RecoverPy
Mon 04 Apr 2022 07:12:55 PM PDT archive.org

RecoverPy is a powerful tool that leverages your system capabilities to recover lost files. Unlike others, you can not only recover deleted files but also overwritten data. Every block of your partition will be scanned. You can even find a string in binary files. Uses grep, dd, and lsblk. Interactive.

In the AUR.

python cli utilities datarecovery interactive sysadmin
hardfemmegarage/dump1090-fa-tools https://github.com/hardfemmegarage/dump1090-fa-tools
Tue 01 Mar 2022 04:14:29 PM PST archive.org

Scripts and stuff for manipulating the json files generated by FlightAware's version of dump1090. Mostly command line and ncurses.

python cli json adsb mapping analysis interactive
Lissy93/voronoi-site-template https://github.com/Lissy93/voronoi-site-template
Wed 05 May 2021 03:37:05 PM PDT archive.org

A small but highly customisable site template, ideal for a project documentation homepage.

Might be addable to my website's theme.

Demo: https://lissy93.github.io/voronoi-site-template/

I forked it because the repo was archived: https://github.com/virtadpt/voronoi-site-template

webdesign html5 css javascript webshit backgrounds interactive geometry
tmbo/questionary https://github.com/tmbo/questionary
Tue 19 Jan 2021 01:50:06 PM PST archive.org

A Python module that makes it easy to build interactive text-mode interfaces. Question/answer (or stimulus/response) structure. Has different terminal widgets (text entry, password text entry, y/n, cursoring around with arrow keys, etc) for different kinds of questions.

python modules tui interactive menus
page 1 / 2
6963 links, including 441 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn