Skip to content

Instantly share code, notes, and snippets.

View rayantony's full-sized avatar

ray anthony rayantony

  • Mexico
View GitHub Profile
@rayantony
rayantony / robots-samples.txt
Last active November 14, 2015 22:12
sitemaps
# composed of selections from seomoz, mattcutts, hay matt at automatic (he just got involved with open source and things kinda got better from there ya know!)
#
# on wordpress note that cutts blocks /blog/wp-content ,
# Cutts
User-agent: *
Disallow: /files
Disallow: /blog/wp-content
@rayantony
rayantony / README.md
Created November 25, 2015 00:00
link.urled.me bookmark js share test

link.urled.me bookmark js share test

@rayantony
rayantony / README.md
Last active March 21, 2017 02:58
rcdvid shell video screen capture

Simple Shell Terminal Screen Recording

New Version 2017 !! Just whipped up this morning to chronicle the exciting partitioning system for my chromeos/ubuntu USB sticks so its all new mostly.

Shell (sh) based video recording / screencasting, and encoding via web urls in place of cumbersome av commands. A work in progress but it does work presently tested in Ubuntu's 12.04 through 15.x currently for testing is locked into simple video only recording, using avconv or ffmpeg while a more permanent system of user input (difficult to implement on a one direction transaction such as running live script. This will change soon perhaps any day. As well the project was intended to double as a reference library for function encased ready-made lines for different use cases.In other words a cut and paste library made more complicated by making it function in a cool way. It

@rayantony
rayantony / index.html
Last active March 19, 2016 10:35
hollyweed bcard sample
<html><head><title>Hollyweed | Hollywood Medical Marijuana Delivery Service</title>
<style>@import url(http://fonts.googleapis.com/css?family=Petit+Formal+Script:900,300,700);@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);@import url(http://fonts.googleapis.com/css?family=Righteous:400,300,700,900);
</style>
<link rel="stylesheet" href="http://codepen.io/rayrc/pen/dae9055225ce25daa96829e0ec97ed23.css">
<!-- jQuery: Grab Google CDN jQuery. fall back to local if necessary -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="https://raw.githubusercontent.com/zurb/jquery-raptorize/master/jquery-1.8.0.min.js"><\/script>')</script>
@rayantony
rayantony / README.md
Created August 18, 2016 15:13
Uploaders

Basic Uploader

HTML Uploader Form example with minimal styling

@rayantony

@rayantony
rayantony / website-checker.sh
Created August 28, 2016 23:51 — forked from dominic-p/website-checker.sh
This is a shell script to check a provided list of URLs to see if the websites are working or not. It was based on the answers provided to this question: http://stackoverflow.com/q/21391776/931860
#!/bin/sh
# ---- website-checker.sh ----
# Pings a list of websites using cURL to see if they are up and
# there are no errors. If there are problems, we send an email using mailx
# to let ourselves know about the problem.
################################################################################
# Recipient of the errors email
[email protected]
@rayantony
rayantony / README.md
Last active August 29, 2016 00:05
html url rotator

HTML Rotator

Simple Example of a rotation script whech iterates through a list of strings as fed in local file csv. In this particular use case strings are URLS

@rayantony @rayanthonyrcc @deadflowers @rayrc

This is originally published @ tableau

@rayantony
rayantony / stop_words.txt
Created August 29, 2016 00:18 — forked from DarrenN/stop_words.txt
Naively parse a text removing stopwords
'tis
'twas
a
aah
aaron
abandon
abandoned
abbott
abby
abe
@rayantony
rayantony / README.md
Last active August 29, 2016 15:15
CSS a Flare for Injection - xtras.css Boomarklet and Github Proxy PHP

CSS and JS injection collection .js snippet

Just some fun for hijacking my own projects and testing stuff adding some flare and animation to dress up projects and be universally applied for the most part. See Ray Anthony Kind of a kit, various tools to serve as multiple methods solving the same problem.

Components:

  • Main version
  • raw js use this as a src reference in a script tag, to inject the css live. note: copy full path exactly
@rayantony
rayantony / README.md
Last active August 29, 2016 03:31
Simple Github Proxy

Simple Proxy Server

For hotlinking scripts and css files directly from Github Raw URLs simply run and add the final url into your <script> or <link> tags

example:

<script charset="UTF-8" crossorigin="anonymous" src="http://[].runnablecodesnippets.com/?link=https://gist.github.com/rayantony/2fa7ed9ab778b86819a73dcf3e9a4e6a/xtras.js"></script>