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
38 results tagged html  ✕   ✕
HTMx https://htmx.org/
Fri 24 Jun 2022 04:36:17 PM PDT archive.org

htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext

htmx is small (~10k min.gz'd), dependency-free, extendable & IE11 compatible.

Github: https://github.com/bigskysoftware/htmx

javascript framework tiny html webdesign
MarketingPipeline/Simply-Docs https://github.com/MarketingPipeline/Simply-Docs
Wed 08 Jun 2022 02:07:59 PM PDT archive.org

A clean, easy to edit free HTML template that you can use for a personal blog or for documentation purposes for your next project! Written in pure HTML - no CSS classes. Some cool features about this template include compatibility with static hosting (including Github Pages), automatic flipping to dark mode, fully responsive, uses standard HTML elements only, Markdown support, and it's easy to style with your own CSS.

template html lightweight responsive clean simple markdown
hrbrmstr/pewpew https://github.com/hrbrmstr/pewpew
Sun 13 Mar 2022 07:03:46 PM PDT archive.org

Why should security vendors be the only ones allowed to use silly, animated visualizations to "compensate"? Now, you can have your very own IP attack map that's just as useful as everyone else's.

IPew is a feature-rich, customizable D3 / javascript visualization, needing nothing more than a web server capable of serving static content and a sense of humor to operate. It's got all the standard features that are expected, plus sound effects!

Looking through the index.html file it looks like the specifics should be pretty easy to tweak. The cute attack names are in an array, as are the sound effects (which can be swapped out or otherwise modified fairly easily). I think the stats used to influence the random number generator could be modified to reflect other uses of this map. Similarly, the CSV files could be altered or swapped out.

To run it, just point a web server at the repository. No back-end webshit involved.

funny map networks html javascript connections sounds
gawel/pyquery https://github.com/gawel/pyquery
Tue 02 Mar 2021 01:37:40 PM PST archive.org

pyquery allows you to make jquery queries on xml documents. The API is as much as possible the similar to jquery. pyquery uses lxml for fast xml and html manipulation.

This is not (or at least not yet) a library to produce or interact with javascript code. I just liked the jquery API and I missed it in python so I told myself "Hey let's make jquery in python". This is the result.

python module html xml queries parsing scraping
ericchiang/pup https://github.com/ericchiang/pup
Thu 04 Feb 2021 02:24:12 PM PST archive.org

pup is a command line tool for processing HTML. It reads from stdin, prints to stdout, and allows the user to filter parts of the page using CSS selectors.

Inspired by jq, pup aims to be a fast and flexible way of exploring HTML from the terminal.

golang cli tool html css analysis exocortex
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
Unminify JS, CSS, HTML, XML and JSON Code https://unminify.com/
Tue 04 Aug 2020 07:15:16 AM PDT archive.org

Free tool to unminify (unpack, deobfuscate) JavaScript, CSS, HTML, XML and JSON code, making it readable and pretty. The tool works locally in your browser, no data is uploaded to the server.

online js css html xml json formatting
MagicMirror² https://magicmirror.builders/
Sun 05 Jul 2020 05:50:29 PM PDT archive.org

Magicmirror is a software package for, well, making one of those nifty RaspberryPi magic mirrors that people seem to like building for their houses. Modular; turn on the bits you want, turn off the bits you don't.

Of course, the damned thing uses Electron.

Github: https://github.com/MichMich/MagicMirror

raspi iot application data interactive api html css javascript electron
Favicon & App Icon Generator https://www.favicon-generator.org/
Sat 19 Jan 2019 05:08:09 PM PST archive.org

Give this site an image file and it'll generate new style favicons. It also generates the relevant HTML code and meta tags.

webdev favicon icons generator html meta
MinutesToMidnight/index.js at master · mattbierner/MinutesToMidnight https://github.com/mattbierner/MinutesToMidnight/blob/master/index.js
Thu 29 Nov 2018 12:10:53 PM PST archive.org

This code demonstrates how to scrape the Doomsday Clock to get the current value. It has a CSS selector, source, and regular expression to extract the current time.

javascript howto exocortex huginn scraping html
diegocard/awesome-html5: A curated list of awesome HTML5 resources https://github.com/diegocard/awesome-html5
Mon 26 Nov 2018 10:56:09 PM PST archive.org

A curated list of awesome HTML5 resources. Multimedia applications, elements, APIs, crypto, and other stuff. Probably single page applications, too.

awesome list html html5 applications pages reference
WarGames Joshua Simulator https://codepen.io/nodws/pen/pbnJu
Wed 10 Oct 2018 01:25:08 PM PDT archive.org

A combination of sample HTML, CSS, and JavaScript that looks like the WOPR's display from Wargames. Should be extensible to other things with a little work.

html css javascript webdev design
Awesomplete: Ultra lightweight, highly customizable, simple autocomplete, by Lea Verou https://leaverou.github.io/awesomplete/
Sat 05 May 2018 05:44:55 PM PDT archive.org

A super easy to use, super lightweight JavaScript library for implementing autocomplete in input form fields. All you need to do is load the CSS and JS, and supply a list of possible options to pick from. Very flexible.

html javascript web design css autocomplete ui
Requests-HTML: HTML Parsing for Humans (writing Python 3)! — requests-HTML v0.3.4 documentation http://html.python-requests.org/
Sat 05 May 2018 05:20:02 PM PDT archive.org

A Python module that tries to make parsing HTML as easy to do as Requests makes HTTP requests easy. Written by the same developer, in fact. Built on top of Requests, so you don't have to juggle both. Python v3.6 and later only. Full Javascript support(!), CSS selectors, XPath selectors, user-agent spoofing, automatic redirects.

Github: https://github.com/psf/requests-html

python html parsing scraping exocortex module web
jQuery changing font family and font size - Stack Overflow https://stackoverflow.com/questions/7654708/jquery-changing-font-family-and-font-size
Sat 05 May 2018 03:09:23 PM PDT archive.org

How to use JQuery to change fonts on the fly on a web page.

jquery web html javascript howto fonts
GitHub - dataliven/HtmlTerm: An HTML5 WebSocket client, Cool stuff. https://github.com/dataliven/HtmlTerm
Wed 02 May 2018 10:13:38 AM PDT archive.org

A telnet client written in HTML5.

html html5 websockets telnet client
FairligHTML http://hem.passagen.se/harlekin/html.htm
Tue 20 Mar 2018 03:21:52 AM PDT archive.org

c64 software free download html browser webbrowser commodore

c64 free html webbrowser commodore download software browser
TiddlyWiki - a reusable non-linear personal web notebook http://tiddlywiki.com/
Tue 20 Mar 2018 02:33:34 AM PDT archive.org

A complete wiki distributed as a single self-modifying HTML file. Dripping with Javascript options and tools. You don't need a web server or a database, just a relatively recent web browser and someplace to store the file. Can be freely shared on a web

wiki portable office text laptop www tools download information management personal application journal notebook notes html
Paletton http://paletton.com/
Tue 20 Mar 2018 01:35:58 AM PDT archive.org

Want to design a color scheme for a costume, web site, or presentation? Play around with this a little and see what you can come up with.

palette themes colors online webdesign html css
Beautiful Soup: We called him Tortoise because he taught us. http://www.crummy.com/software/BeautifulSoup/
Tue 20 Mar 2018 01:30:27 AM PDT archive.org

A Python library for parsing HTML and XML easily.

xml python parser programming module html
page 1 / 2
4223 links, including 281 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn