Skip to content

Instantly share code, notes, and snippets.

View dalevross's full-sized avatar

Dale V Ross dalevross

View GitHub Profile
@dalevross
dalevross / blogspot_to_jekyll.rb
Created December 23, 2019 16:31 — forked from kennym/blogspot_to_jekyll.rb
Migrate your blogger blog posts to jekyll.
#!/usr/bin/env ruby
#
# Convert blogger (blogspot) posts to jekyll posts
#
# Basic Usage
# -----------
#
# ./blogger_to_jekyll.rb feed_url
#
# where `feed_url` can have the following format:
@dalevross
dalevross / kvp-gae.py
Created December 15, 2019 02:28
Key Value Pair Service on Google App Engine
import sys
import re #Regular expresensions module
import cPickle
#Get all but the first argument, this script accepts a list of dictionary files
arguments = sys.argv[1:]
#For each file that you pass to the script
for filename in arguments:
{
"basics": {
"name": "Dale V. Ross",
"label": "Software Engineer/Problem Solver",
"picture": "http://www.gravatar.com/avatar/7dfee93ad99243a655235d037e1cd59d?s=100&r=pg&d=mm",
"email": "dalevross@gmail.com",
"phone": "(352) 364-3453",
"website": "https://dalevross.rosssquared.org",
"summary": "Dale currently resides in Lansdowne, PA. He has earned a B. Sc. (Hons) degree from the University of West Indies, majoring in Computer Science and Electronics. While his work focuses on Software Engineering, primarily on the .NET Framework, his non-work interests span a wide range of areas including AI, Data Science and Machine Learning.",
"location": {
@dalevross
dalevross / converttwits.js
Last active November 11, 2019 07:38
Code I used to create twitter follow buttons from profile links
//Add the twitter-follow-button class to all anchors that contain twitter
//The selector could be tweaked to be more specific.
$("a[href*=twitter]").addClass("twitter-follow-button");
//Add the twitter API code dynamically
! function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;

Keybase proof

I hereby claim:

  • I am dalevross on github.
  • I am dalevross (https://keybase.io/dalevross) on keybase.
  • I have a public key ASCUPFznNFaBPENciMOCb9sF3AEC8bDBkZyXSLsf6kYytQo

To claim this, I am signing this object: