Skip to content
View tarwn's full-sized avatar
🌮
Mm, taco
🌮
Mm, taco

Highlights

  • Pro
Block or Report

Block or report tarwn

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

  1. BasicAzureStorageSDK BasicAzureStorageSDK Public archive

    A readable, testable, and more straightforward .Net SDK for the Azure Storage API

    C# 9 4

  2. bookmark_analysis bookmark_analysis Public

    Text analysis for automatic bookmarking/keyword extraction

    Python 18 19

  3. lessthandot-hugo lessthandot-hugo Public

    Static archive of 10 years of LessThanDot.com posts (Hugo site deployed to Azure Blob Storage via CircleCI)

    CSS 1

  4. phaser-experiments phaser-experiments Public

    Procedural terrain generation (using Phaser 3)

    TypeScript

  5. Powershell script for TeamCity build... Powershell script for TeamCity build warnings
    1
    Param
    2
    (
    3
        [parameter(Mandatory=$true)][string]
    4
        $BuildLogPath,
    5
    
    
  6. Awesomify-er your console.log - exte... Awesomify-er your console.log - extended from https://gist.github.com/LeaVerou/9518902
    1
    (function(){
    2
    var log = console.log;
    3
     
    4
    console.log = function(str) {
    5
    var css = 'background-image: url("http://fc07.deviantart.net/fs70/f/2013/090/3/5/ocs____seine_unicorn_sprite_by_onisuu-d5zuuax.gif"), linear-gradient(to right, red, yellow, lime, aqua, blue, fuchsia, red); background-repeat: no-repeat, no-repeat; padding-left: 20px; color: white; font-weight: bold; font-size: 12pt; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;';