Skip to content
View joewils's full-sized avatar

Highlights

  • Pro

Block or report joewils

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ipcat-ruby ipcat-ruby Public

    Forked from kickstarter/ipcat-ruby

    Ruby port of kickstarter/ipcat-ruby

    Ruby

  2. SinatraNFSN SinatraNFSN Public template

    Forked from clpo13/SinatraNFSN

    Sample Sinatra app for NearlyFreeSpeech.net

    Ruby

  3. radiant-search-extension radiant-search-extension Public

    Forked from radiant/radiant-search-extension

    An extension for Radiant CMS to support searching pages.

    Ruby 1 1

  4. Beyond The White Board to Jekyll Beyond The White Board to Jekyll
    1
    # ruby btwb-to-jekyll.rb
    2
    # (execute from Jekyll blog root)
    3
    
                  
    4
    puts 'BTWB To Jekyll'
    5
    
                  
  5. Login to BarraOne BDTI service using... Login to BarraOne BDTI service using Node.js with the soap and soap-cookie packages.
    1
    var soap = require('soap'),
    2
    	Cookie = require('soap-cookie'),
    3
    	util = require('util'),
    4
    	wsdl = 'bdti.wsdl';
    5
    
                  
  6. Ruby script to archive a copy of you... Ruby script to archive a copy of your Instagram images and movies using the official basic display api
    1
    # Ruby script to archive a copy of your Instagram images and movies
    2
    # USAGE: ruby ig.rb
    3
    
                  
    4
    # https://developers.facebook.com/docs/instagram-basic-display-api/
    5