db API examples & templates
Use these vals as a playground to view and fork db API examples and templates on Val Town. Run any example below or find templates that can be used as a pre-built solution.
jamiedubs
rssSummarizerTest
uses this glif to summarize a given feed using code. planning to use this in other stuff
Script
g
pngMakerApp
Polyglot Png Creator This val allows creation of polygot png files by uploading a reference image and a file. A polygot png is a valid png file that also contains arbitrary data.
This can be used to create files that serve a different purpose depending on their file extensions.
PDF and ZIP files are known to work with polygot png images, although not every software supports the resulting files. The conversion happens entirely on the client side. The logic behind the conversion is entirely based on DavidBuchanan314/tweetable-polyglot-png and ported to JavaScript.
HTTP