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
25 results tagged webapps  ✕   ✕
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
mljar/mercury https://github.com/mljar/mercury
Tue 05 Apr 2022 02:07:39 PM PDT archive.org

Mercury is a perfect tool to convert Python notebook to web app and share with non-programmers. You define interactive widgets for your notebook with the YAML header. Your users can change the widgets' values, execute the notebook and save the results as html files.

python exocortex notebook webapps frameworks yaml
osmlab/awesome-openstreetmap https://github.com/osmlab/awesome-openstreetmap
Fri 18 Mar 2022 11:37:41 AM PDT archive.org

OpenStreetMap is an open map being used by millions of devices and users every day. It can both be edited and used by anyone free of charge.

This curated list contains projects using OpenStreetMap data for creative purposes, as well as projects dedicated to improving OpenStreetMap.

awesome openstreetmap software editors tools webapps maps
deckerego/ampule https://github.com/deckerego/ampule
Wed 16 Mar 2022 03:05:48 PM PDT archive.org

A tiny HTTP server made for CircuitPython WiFi devices (like the ESP32).

Note that ampule is in alpha and right now for use by tally_circuitpy. Feel free to use it, but know that there are tons of things not yet implemented.

ampule gathers inspiration from Bottle: Python Web Framework, Adafruit's CircuitPython WSGI library, Adafruit's ESP32 SPI WSGI Server, and Adafruit's CircuitPython Requests library.

embedded circuitpython webserver webapps
secretGeek/dod https://github.com/secretGeek/dod
Mon 17 Jan 2022 07:58:16 PM PST archive.org

DOS on dope. The last MVC Web framework you'll ever need.

All of the controllers in DoD are batch files.

All of the views are batch files.

The model is based on batch files. The helper functions are... you guessed it! Beautiful batch files!

(Okay, I'm no purist. There's a few lines of C# for url routing and batch file execution. Everything else is either a .bat or a .cmd file. With a liberal helping of .csv mixed in.)

funny webapps scripts dos
Atarity/deploy-your-own-saas https://github.com/Atarity/deploy-your-own-saas
Mon 17 Jan 2022 07:41:18 PM PST archive.org

List of "only yours" cloud services for everyday needs.

awesome selfhosted webapps vpn streaming exocortex chat
digitalblossom/alternative-frontends https://github.com/digitalblossom/alternative-frontends
Sat 25 Dec 2021 06:08:38 PM PST archive.org

Alternative privacy-respecting frontends for popular services. Some of them have additional useful features, like RSS feeds and APIs that suck less.

awesome clients socnets privacy webapps exocortex services
The Flask Mega-Tutorial https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
Wed 30 Jun 2021 03:49:25 PM PDT archive.org
tutorial python flask webapps howto
NX211/homer-icons https://github.com/NX211/homer-icons
Mon 17 May 2021 03:06:41 PM PDT archive.org

A large collection of icons for typical self-hosted applications. Ideal for making startpages look nicer.

icons webapps startpage dashboard selfhosted
Slingcode https://slingcode.net/
Tue 10 Nov 2020 12:55:11 PM PST archive.org

Slingcode is a personal computing platform in a single html file. You can make, run, and share web apps with it. You don't need any complicated tools to use it, just a web browser. You don't need a server, hosting, or an SSL certificate to run the web apps. You can put Slingcode on a web site, run it from a USB stick, laptop, or phone, and it doesn't need an internet connection to work. You can "add to home screen" in your phone's browser to easily access your library of programs on the go. You can share apps peer-to-peer over WebTorrent. It's private. You only share what you choose.

Everything is kept in the browser's localstorage system.

It's written in Clojurescript with a bunch of dependencies, but the output is a single HTML page that you can drop anywhere. Probably easier to download it from the website (as recommended) and drop it someplace.

Github: https://github.com/chr15m/slingcode

selfhosted html css javascript programming environment webapps
GitHub - GerbenJavado/LinkFinder: A python script that finds endpoints in JavaScript files https://github.com/GerbenJavado/LinkFinder
Wed 01 Jul 2020 04:03:28 PM PDT archive.org

LinkFinder is a python script written to discover endpoints and their parameters in JavaScript files. This way penetration testers and bug hunters are able to gather new, hidden endpoints on the websites they are testing. Resulting in new testing ground, possibility containing new vulnerabilities. It does so by using jsbeautifier for python in combination with a fairly large regular expression. The regular expressions consists of four small regular expressions.

Seems like it'd be useful for finding REST APIs to reverse engineer.

python cli webapps rest api reverseengineering exocortex scanner
shlomi-noach/awesome-mysql https://github.com/shlomi-noach/awesome-mysql
Thu 26 Mar 2020 09:04:52 PM PDT archive.org

A curated list of awesome MySQL software, libraries, tools and resources.

mysql databases awesome directory webapps monitoring tools sysadmin dba
Searx statistics https://searx.space/
Fri 14 Feb 2020 12:45:53 PM PST archive.org

A directory of public Searx instances.

directory webapps search metasearch instances
tleb/awesome-mastodon https://github.com/tleb/awesome-mastodon
Sat 04 Jan 2020 01:34:23 PM PST archive.org

A curated list of awesome Mastodon and Fediverse related stuff!

awesome directory fediverse mastodon documentation clients servers webapps tools scripts bots projects blogs libraries
Explore - tildegit https://tildegit.org/explore/repos
Fri 26 Apr 2019 11:47:33 PM PDT archive.org

Git repositories of interest to tilde users.

git repositories tilde dotfiles code webapps
Servers for Hackers https://serversforhackers.com/
Fri 17 Aug 2018 04:09:54 PM PDT archive.org

Teaching the server tech you need for development and production. Eliminating the frustration of server configuration. Databases, configuration management, containers, proxies, security, PHP, and much more.

lessons sysadmin howto reference servers databases configuration containers webapps security
thewhitetulip/web-dev-golang-anti-textbook: Learn how to write webapps without a framework in Go. https://github.com/thewhitetulip/web-dev-golang-anti-textbook
Mon 11 Jun 2018 11:49:05 AM PDT archive.org

Github repo for a book that teaches you how to write web apps using Go.

github book creativecommons golang webapps development
SQL Injection Cheat Sheet http://ferruh.mavituna.com/sql-injection-cheatsheet-oku/
Tue 20 Mar 2018 02:34:48 AM PDT archive.org

A handy cheatsheet for crafting SQL injection attacks against web applications.

exploits reference webapps cheatsheet howto sql injection pentesting databases security
BlindElephant Web Application Fingerprinter http://blindelephant.sourceforge.net/
Tue 20 Mar 2018 01:36:14 AM PDT archive.org

Determines what version of a web app that it already knows about is run by comparing hashes of certain files with precomputed hashes from known versions. Designed to be low-bandwidth, fast, and automatable. Runs as a stand-alone tool or can be included as a Python module in other software.

fingerprinting scanner python webapps testing application foss pentest software security discovery
9 awesome Etherpad Plugins - Etherpad team blog http://blog.etherpad.org/2013/01/31/9-etherpad-plugins-to-extend-functionality/
Tue 20 Mar 2018 12:40:56 AM PDT archive.org
webapps collaboration byzantium plugins editor
page 1 / 2
4129 links, including 264 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn