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 / 7
126 results tagged web  ✕   ✕
janjongerden/webroach https://github.com/janjongerden/webroach
Sat 11 Mar 2023 05:15:00 PM PST archive.org

The web version of the classic linux productivity tool xroach. Cockroaches will scamper around the page until they find an image to hide behind.

javascript web toys
Thinking Through The Future of Web Search https://github.com/davidshq/next-search
Sun 12 Feb 2023 08:50:06 PM PST archive.org

I'm pushing these thoughts into the public sphere for two primary reasons:

(1) To facilitate a discussion around web search in which I can learn from others. I believe what I write here has solid merits but I also believe that we do our best work when we are challenged, encouraged, and refocused by others.

(2) To create a community of individuals who are interested in the future of web search. Particularly individuals who are interested in actively participating in this future.

Note that you needn't be part of the second for me to value your input on the first. I don't want to miss out on wisdom from those who have other commitments/priorities than this project.

discussion search web
asciimoo/omnom https://github.com/asciimoo/omnom
Fri 27 Jan 2023 02:40:14 PM PST archive.org

A webpage bookmarking and snapshotting service.

Omnom consists of two parts; a multi-user web application that accepts bookmarks and snapshots and a browser extension responsible for bookmark and snapshot creation.

Omnom is a rebooted implementation of @stef's original omnom project, big thanks for it.

golang web archives
bottomless-archive-project/library-of-alexandria https://github.com/bottomless-archive-project/library-of-alexandria
Fri 16 Dec 2022 05:58:42 PM PST archive.org

Library of Alexandria (LoA in short) is a project that aims to collect and archive documents from the internet.

In our modern age new text documents are born in a blink of an eye then (often just as quickly) disappear from the internet. We find it a noble task to save these documents for future generations.

This project aims to support this noble goal in a scalable way. We want to make the archival activity streamlined and easy to do even in a huge (Terabyte / Petabyte) scale. This way we hope that more and more people can start their own collection helping the archiving effort.

java web archival software web documents
tinysearch/tinysearch https://github.com/tinysearch/tinysearch
Tue 22 Nov 2022 09:38:54 PM PST archive.org

tinysearch is a lightweight, fast, full-text search engine. It is designed for static websites.

tinysearch is written in Rust, and then compiled to WebAssembly to run in a browser. It can be used together with static site generators such as Jekyll, Hugo, Zola, Cobalt, or Pelican.

The test index file of my blog with around 40 posts creates a WASM payload of 99kB (49kB gzipped, 40kB brotli).

Only finds entire words. As a consequence there are no search suggestions (yet). This is a necessary tradeoff for reducing memory usage. A trie datastructure was about 10x bigger than the xor filters. New research on compact datastructures for prefix searches might lift this limitation in the future.

Since we bundle all search indices for all articles into one static binary, we recommend to only use it for small- to medium-size websites. Expect around 2 kB uncompressed per article (~1 kb compressed).

searchengine web rust wasm static
Florents-Tselai/WarcDB https://github.com/Florents-Tselai/WarcDB
Tue 21 Jun 2022 03:55:58 PM PDT archive.org

WarcDB is a an SQLite-based file format that makes web crawl data easier to share and query. It is based on the standardized Web ARChive format, used by web archivers.

python cli archive sqlite web
lmorchard/tarot-thing https://github.com/lmorchard/tarot-thing
Sun 08 May 2022 02:56:44 PM PDT archive.org

An online three-card tarot draw web page. Javascript but not node.js.

Online demo: https://lmorchard.github.io/tarot-thing/

webapps tarot javascript web
Pyodide https://pyodide.org/
Sat 07 May 2022 04:15:06 PM PDT archive.org

Pyodide is a Python distribution for the browser and Node.js based on WebAssembly and makes it possible to install and run Python packages in the browser with micropip. Any pure Python package with a wheel available on PyPI is supported. Many packages with C extensions have also been ported for use with Pyodide. Comes with a robust Javascript ⟺ Python foreign function interface so that you can freely mix these two languages in your code with minimal friction. This includes full support for error handling (throw an error in one language, catch it in the other), async/await, and much more.
When used inside a browser, Python has full access to the Web APIs.

Github: https://github.com/pyodide/pyodide

Online REPL console: https://pyodide.org/en/stable/console.html

python web javascript language webapps
h-matsuo/uBlacklist-subscription-for-developer https://github.com/h-matsuo/uBlacklist-subscription-for-developer
Tue 14 Dec 2021 03:49:15 PM PST archive.org

uBlacklist subscription list for developers.

Subscribe this list to block useless websites from Google Search results, such as machine-translated Stack Overflow clones.

web filtering addon list
PySimpleGUI - Python GUIs for humans. https://pysimplegui.readthedocs.io/
Thu 09 Dec 2021 03:32:00 PM PST archive.org

Transforms tkinter, Qt, Remi, WxPython into portable people-friendly Pythonic interfaces, especially if you primarily do CLI tools. Tries to make it easy to build GUIs for applications, because ordinarily the process sucks. Supports several toolkits, including QT, WxPython, and Remi (if you want to turn something into a webapp); you can switch between those toolkits with a single line. No callback functions, that's all handled for you. Has a built-in debugger.

python desktops gui module ui ux web interfaces
Zenrows https://www.zenrows.com/
Sun 31 Oct 2021 06:57:48 PM PDT archive.org

A company that does web scraping for you. Automatic retries, lots of proxies, geolocation, CAPTCHA bypass (eh?), Javascript support. Has a library of scrapers for different online services.

The free tier has only 1000 API calls. Multiple tiers of features.

service web scraper rest api exocortex
How to Win at CORS, by Jake Archibald https://jakearchibald.com/2021/cors/
Thu 21 Oct 2021 11:43:58 AM PDT archive.org

CORS (Cross-Origin Resource Sharing) is hard. It's hard because it's part of how browsers fetch stuff, and that's a set of behaviours that started with the very first web browser over thirty years ago. Since then, it's been a constant source of development; adding features, improving defaults, and papering over past mistakes without breaking too much of the web.

Anyway, I figured I'd write down pretty much everything I know about CORS, and to make things interactive, I built an exciting new app.

blogpost web cors security howto archived
raindrop.io https://raindrop.io/
Fri 20 Aug 2021 10:48:16 PM PDT archive.org

Raindrop.io is the best place to keep all your favorite books, songs, articles or whatever else you come across while browsing.

We're not trying to reinvent the wheel; we're working on a tool that does everything you expect from a modern bookmark manager.

Collections of links. Folksonomy tags. Filters. Finds duplicates and broken links for you. Full text search. Automatically makes copies of every page you bookmark to prevent link rot.

Unlimited bookmarks, collections, and devices indefinitely at the free level. Additional features (probably collaboration) at paid tiers.

bookmarks online storage web archives service freemium
Badwolf https://hacktivis.me/projects/badwolf
Thu 21 Jan 2021 03:53:23 PM PST archive.org

BadWolf is a minimalist and privacy-oriented WebKitGTK+ browser.

Privacy-oriented - No browser-level tracking, multiple ephemeral isolated sessions per new unrelated tabs, JavaScript off by default.

Minimalist - Small codebase (~1 500 LoC), reuses existing components when available or makes them available.

Customizable - WebKitGTK native extensions, Interface customizable through CSS.

Powerful & Usable - Stable User-Interface; The common shortcuts are available, no vi-modal edition or single-key shortcuts are used.

No annoyances - Dialogs are only used when required (save file, print, …), javascript popups open in a background tab.

Git repo: https://hacktivis.me/git/badwolf/

In the AUR.

webkit web browser privacy minimalist desktop linux
LinkChecker - Check websites for broken links https://wummel.github.io/linkchecker/
Mon 28 Dec 2020 06:59:14 PM PST archive.org

A multithreaded hyperlink checker that crawls a site and looks for 404s. Unfortunately, not maintained anymore and written in Python2. Still useful.

Github: https://github.com/wummel/linkchecker

link URL validation crawling python checker web
Blynk IoT platform: for businesses and developers https://blynk.io/
Fri 18 Dec 2020 06:18:07 PM PST archive.org

Join the most popular Internet of Things platform with free Cloud, iOS and Android mobile apps, Web dashboard, and Machine Learning. Has mobile apps for interacting with interfaced devices. Assemble custom apps with a drag-and-drop builder. If it's networked and you can mess with it, you can get it talking to Blynk.

If you want to use their service, developer accounts are free but are limited to five (5) devices at a time. Paid service starts at $415us.

Open source: You can download the server's source code and run it yourself if you want. It's written in Java.

Github: https://github.com/blynkkk/blynk-server

iot service exocortex mobile apps web rest api foss java
Wiby - Search Engine for the Classic Web https://wiby.me/
Sun 29 Nov 2020 04:44:07 PM PST archive.org

Wiby is a search engine for older style pages, lightweight and based on a subject of interest. Building a web more reminiscent of the early internet.

online search lightweight web service
Arwes - Sci-Fi UI Framework https://arwes.dev/
Fri 28 Aug 2020 05:56:04 PM PDT archive.org

Futuristic sci-fi and cyberpunk graphical user interface framework for web apps. If you ever wanted to build a theme that looks like JARVIS or something out of Bladerunner, this seems like a good place to start.

Github repo: https://github.com/arwes/arwes

web css javascript framework scifi themes cyberpunk cyberspace jss
captbaritone/webamp https://github.com/captbaritone/webamp
Sun 01 Mar 2020 11:20:21 PM PST archive.org

Winamp 2 reimplemented for the browser in Javascript. Load your local MP3s into the player (in your browser) and have a good time. Has the visualizations and even supports the old skins. Throw it on a web server and you're good to go.

Used by the Internet Archive as one of its online media players.

web html5 javascript mp3 audio player
GitHub - lorien/awesome-web-scraping https://github.com/lorien/awesome-web-scraping
Fri 14 Feb 2020 12:15:14 PM PST archive.org

List of libraries, tools and APIs for web scraping and data processing.

awesome directory web libraries services tools
page 1 / 7
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn