I hereby claim:
- I am kylehotchkiss on github.
- I am kylehotchkiss (https://keybase.io/kylehotchkiss) on keybase.
- I have a public key whose fingerprint is 82F7 E37F 955B F22E 40F3 4A44 3E79 D4CB 80A7 8319
To claim this, I am signing this object:
| <div class="section-pagination text-center"> | |
| <nav class="d-table mx-auto"> | |
| <ul class="pagination"> | |
| {% if paginator.previous_page %} | |
| {% if paginator.previous_page == 1 %} | |
| <li class="page-item"><a class="page-link" href="/blog">«</a></a> | |
| {% else %} | |
| <li class="page-item"><a class="page-link" href="/blog/page/{{ paginator.previous_page }}">«</a></li> | |
| {% endif %} | |
| {% else %} |
| var fs = require('fs'); | |
| var _ = require('lodash'); | |
| var moment = require('moment'); | |
| var parseXML = require('xml2js').parseString; | |
| var existing = [ /* list of your current _post/* filenames, make sure all end in .html */ ] | |
| var blacklist = [ /* list of files to exclude from output */ ]; | |
| function readFiles( dirname, onFileContent, onError ) { | |
| fs.readdir(dirname, function( error, filenames ) { |
| // Download your archive and use the CSV to get IDs to delete. | |
| var tweets = ["X", "Y", "Z"] | |
| // See description about authenticity_token | |
| (function() { | |
| var i = 0; | |
| var iterator = function iterator() { | |
| if ( i < tweets.length ) { |
I hereby claim:
To claim this, I am signing this object:
| var moment = require('moment'); | |
| var request = require('request'); | |
| var key = ''; | |
| var secret = ''; | |
| var token = ''; | |
| // get key |
| String,Translated, | |
| 62,62, | |
| 74-76),74-76), | |
| 77-98),77-98), | |
| abidjan,Abidjan, | |
| abidjan abjct,Abidjan, | |
| abidjan centre nat. de tri,Abidjan, | |
| abidjan cnt,Abidjan, | |
| abidjan cnt-cpx,Abidjan, | |
| abidjan cntp,Abidjan, |
| 18 | |
| JAPON | |
| Administrations Bureaux Pays Catégorie Bureaux Fréquences | |
| d’origine d’échange de destination des dépêches d’échange hebdomadaires | |
| d’origine DA/DP/CA de destination moyennes | |
| [ | |
| { | |
| "name": "afghanistan", | |
| "startIndex": "1886", | |
| "endIndex": "1908", | |
| "destinations": [] | |
| }, | |
| { | |
| "name": "afrique du sud", | |
| "startIndex": "2057", |
| var textures = require('textures'); | |
| modules.export = function( texture ) { | |
| if ( typeof texture === 'function' ) { | |
| var svg = { | |
| def: {}, | |
| append: function( value ) { | |
| return this; | |
| }, |
| (function() { | |
| if ( window.location.host.indexOf('chase.com') !== -1 ) { | |
| jQuery('.details-label').click(); | |
| alert('Calculating rewards, please wait 5 seconds for all transactions to load...') | |
| setTimeout(function() { | |
| var total = 0; | |
| jQuery('[data-attr="CREDIT_ACCOUNT_ACTIVITY_ALL_TRANSACTIONS.transactions.totalTransactionRewardsEarned"]').each(function() { |