Skip to content

Instantly share code, notes, and snippets.

@jgibbon
jgibbon / packages.md
Last active November 18, 2018 21:28
openrepos.net i486 apps

i486/noarch Sailfish OS packages on openrepos.net

This List contains some – hopefully most – applications and patches on openrepos.net for the Jolla Tablet. These packages are not explicitly tested or otherwise checked to be included here, use them at your own risk. Visit this thread on talk.maemo.org for more apps.

If you deem this just a bit useful, I encourage you to click the donation link on openrepos.net, basil deserves it.

Contains 502 Applications, updated 18.11.2018

@jgibbon
jgibbon / Request.Cacheable.js
Created April 12, 2012 21:01
Mootools Cached Request with localStorage
/*
---
name: Request.Cacheable
description: Extends the basic Request Class with lazy localStorage Cache. Tested: No. Guaranteed to work: No. Limitations: Many. The Attribute Name in the Cache Object is only the provided url. You can use another Prefix though.
license: MIT-style license.
requires: [Request]