I hereby claim:
- I am ianmurrays on github.
- I am ianmurrays (https://keybase.io/ianmurrays) on keybase.
- I have a public key whose fingerprint is B767 8160 D20B C7D8 7167 5778 B74A DE12 62F5 0455
To claim this, I am signing this object:
| # ## Backbone model caching | |
| # This is a simple solution to the problem "how do I make less requests to | |
| # my server?". | |
| # | |
| # Whenever you need a model instance, this will check first if the same thing | |
| # has been fetched before, and gives you the same instance instead of fetching | |
| # the same data from the server again. | |
| # | |
| # Reusing the same instance also has the great side-effect of making your | |
| # model changeable from one part of your code, with your changes being available |
I hereby claim:
To claim this, I am signing this object:
| 2014-09-22 16:05:54 -0300 | |
| ant | |
| clean | |
| Buildfile: /private/tmp/closure-compiler-SlWtTA/closure-compiler-maven-release-v20140625/build.xml | |
| clean: | |
| BUILD SUCCESSFUL |
| ;;; fill-column-indicator.el --- Graphically indicate the fill column | |
| ;; Copyright (c) 2011-2014 Alp Aker | |
| ;; Author: Alp Aker <alp.tekin.aker@gmail.com> | |
| ;; Version: 1.89 | |
| ;; Keywords: convenience | |
| ;; This program is free software; you can redistribute it and/or | |
| ;; modify it under the terms of the GNU General Public License as |
| { | |
| "type": "warning", | |
| "html": true, | |
| "message": "<i class=\"fa fa-warning\"></i> The message to display in <br><br> <strong>bold!!!</strong>", | |
| "expires_at": 1526374267080 | |
| } |
| openapi: 3.0.0 | |
| servers: | |
| - url: https://api.vipps.no/epayment | |
| description: >- | |
| Production environment (uses the production API keys, the official app and | |
| live data) | |
| - url: https://apitest.vipps.no/epayment | |
| description: Test environment (uses the test API keys, the test app and test data) | |
| info: | |
| description: >- |