Skip to content
View kelvintaywl's full-sized avatar

Organizations

@circleci @biteupco @futsaltokyo
Block or Report

Block or report kelvintaywl

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. action-jsonresume-export action-jsonresume-export Public

    GitHub Action for exporting your JSONResume

    Dockerfile 26 14

  2. jsonresume-validator jsonresume-validator Public

    validates JSON resumes in Python

    Python 36 7

  3. whale-of-a-time whale-of-a-time Public

    Sample CI workflows around using Docker (e.g., publishing, compose, caching). Whale be fun.

    HTML 2 5

  4. terraform-provider-circleci terraform-provider-circleci Public

    (Unofficial) Terraform Provider for CircleCI

    Go 10 3

  5. Python Script to split CSV files int... Python Script to split CSV files into smaller files based on number of lines
    1
    import csv
    2
    import sys
    3
    import os
    4
    
                  
    5
    # example usage: python split.py example.csv 200