Skip to content
View jamescmartinez's full-sized avatar

Organizations

@iosdevelopershq @conceptandcraft @mergentlabs
Block or Report

Block or report jamescmartinez

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. dotfiles dotfiles Public

    ~jamescmartinez dotfiles + setup guide + app list

    Vim Script 4 1

  2. mergentlabs/mergent-js mergentlabs/mergent-js Public

    JavaScript / TypeScript library for the Mergent API.

    TypeScript 13 1

  3. nginx-s3-upload nginx-s3-upload Public

    [Unmaintained] S3 file upload proxy using Nginx, complete with AWS authentication.

    81 28

  4. alfred-emoji alfred-emoji Public

    Turn :wave : into 👋 in any app (not just Slack!) using Alfred snippet autoexpansion

    Ruby 3

  5. next-on-do-bench next-on-do-bench Public

    Easily get >78 RPS on a $5 DigitalOcean server

    CSS

  6. This Ruby script will bulk remove al... This Ruby script will bulk remove all Slack files older than 30 days. Just add your API token from https://api.slack.com/web#authentication into the token quotes at the top of the file.
    1
    require 'net/http'
    2
    require 'json'
    3
    require 'uri'
    4
    
                  
    5
    @token = ''