Skip to content

Instantly share code, notes, and snippets.

View rayantony's full-sized avatar

ray anthony rayantony

  • Mexico
View GitHub Profile

Fast start page chrome

simple chrome extension I make these occasionally for something to look at as I have for years dating back to IE, preferred to start as minimal as possible no need in hogging all the memory when you havent even performed the simplest of actions other than launching a tab. pretty lame time to crash, so to avoid upon accidental auto-starts. this is a habit dating back to the 90's i dare say, with dial-ups. this is one of its many simple descendants for fast power starting using the override actual extension will have some other functionality not applicable or appropriate to place on codepen ot github.

Added a search function. holding off on voice until I read up on what webkit plans are permission wise (lots of changes this year) This button took hours!

**css is doubled to guarantee problem free render from gist form using statspring.com or antoher renderer

coded by: Ray Anthony website: http://rayanthony.io

@rayantony
rayantony / README.md
Last active August 29, 2015 14:19
parsed results of scraper test 2009 to 2015

Garbage Collection and Parsed Results from scraper test file

Just reviewing stanndouts of parsed findings doing some name cleanup there is so much to do it would never end. what can be done is attempting some editorial corrections where allowed take-downs if necessary where not, sources include school papers server records, small news sites, current and OOB pr firms, and then there's archival sites and he social sphere.just saving random standouts based on interest. for those data and meta data pertaining to identities of mine personal and otherwise, tough sources include bitbucket and github its best to organize unfiltered and draft status or collected but needing correction items use bitbucket.org for privacy given the nature of some of it. though this creates a new problem as I would be legitimizing the source simply by using it

@rayantony
rayantony / README.md
Last active August 29, 2015 14:20
LastFM : a Redux

LAST FM Cleanup

Last is an illiterate mess, partially their fault mostly mine its a cut and past snippet of voice transcribe random thoguhts, 80% not looking at a screen even right now, its a mess. trying to clean it up

Hey guys, I run the project jsDelivr which is a free open source CDN for developers.

The main feature of it is availability and performance. We operate a big system that offers as much availability as possible utilizing smart multi-CDN routing.

You can read about it in our repo https://github.com/jsdelivr/jsdelivr and on Mozilla Blog https://hacks.mozilla.org/2014/03/jsdelivr-the-advanced-open-source-public-cdn/

Its been 2 years since the project launched and today we have a small team of active contributors that help out with different components of the project.

We are also sponsored by companies such as MaxCDN, CloudFlare, Cedexis, Leapswitch, Prometeus and ExpertVM.

@rayantony
rayantony / node
Last active August 29, 2015 14:20
node srv
var express = require('express');
var app = express();
var fs = require('fs');
app.use(require('body-parser')());
app.set('port', process.env.PORT || 3000);
var formidable = require('formidable');
Tarbell
========
####Setup Overview
Begin by installing Tarbell, as outlined here)[https://tarbell.readthedocs.org/en/latest/index.html]. For most users, it's as simple as running pip install tarbell. Once Tarbell is installed, install the Tribune Tarbell templates: tarbell install-template https://github.com/newsapps/tarbell-template.git. Finally, to create the project itself, run tarbell newproject and follow the prompts, as described in more (detail here)[https://tarbell.readthedocs.org/en/latest/tutorial.html]
Most of the process involved in setting up a Chicago Tribune Tarbell project is exactly the same as a normal Tarbell project, with only a few key differences:
Publishing location: You still want to publish to S3, but the buckets to use depend on the specific project. For most projects, apps.beta.tribapps.com is the staging bucket, and apps.chicagotribune.com is the production bucket, but this varies widely from project to project. Read more about setting up your (S3 buckets here.)[https://tarbel

Just updating some things I wont be able to finish reg. styles . mostly gonna be purecss.io as they are just so simple and lightweight and stable. my hats off (one of them) to the yui and pure teams yahoo great work. Sorry in advance for my continued usage of your efforts to fulfill a rather hard to get joke with a relatively small potential audience.

-r

<!DOCTYPE html><html lang="en"><head><script type="text/javascript" src="http://cdn.knightlab.com/libs/timeline/latest/js/timeline-min.js"></script><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script><script type="text/javascript" src="http://cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js"></script>
<script>
$(document).ready(function() { createStoryJS({
type: 'timeline', width: '1000', height: '700', source: 'https://bitbucket.org/rayanthonyrcc/timelinejs/raw/30c8a057db3c4c2ac2ffd77fd999f6b2d48aa6dd/tweets0505.json', embed_id: 'my-timeline'
}); });
</script></head><body><div id="my-timeline"></div></body></html>
@rayantony
rayantony / videojs-test.html
Last active August 29, 2015 14:23
video-js tests html javascript responsive
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=2">
<meta name="HandheldFriendly" content="true">