Skip to content
View typebrook's full-sized avatar
Block or Report

Block or report typebrook

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. How to make MBTiles valid on Mapbox ... How to make MBTiles valid on Mapbox Android SDK #mbtiles #android #mapbox
    1
    package com.example.sample.offline
    2
    
                  
    3
    import android.util.Log
    4
    import java.io.BufferedReader
    5
    import java.io.ByteArrayOutputStream
  2. mapclay.js mapclay.js Public

    A simple abstraction for web map creation

    JavaScript

  3. A bash script for gist management #b... A bash script for gist management #bash #gist
    1
    # gist - Manage your gist like a pro
    2
    
                  
    3
    All your notes, scripts, config files and snippets deserve version control and tagging!  
    4
    `gist` is a simple **bash script** for gist management.
    5
    It is lightweight(~700LOC) and dependency-free! Helps you to boost coding workflow.
  4. helper helper Public

    My commonly used scripts and dotfiles. Maybe you'll find something useful here

    Shell 10