Skip to content
View ChristianWilkie's full-sized avatar
πŸ’­
β˜•
πŸ’­
β˜•

Organizations

@super-csv
Block or Report

Block or report ChristianWilkie

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
ChristianWilkie/README.md

Hi there πŸ‘‹

  • πŸ”­ I’m currently working @ Google as an SWE-SRE πŸ€–
  • 🌱 I’m currently learning more about crypto/finance
  • πŸ‘― I’m looking to collaborate on crypto hackathons (mostly harmony/matic or other eth l1/l2s)
  • πŸ€” I’m looking for help with better time management skills
  • πŸ’¬ Ask me about why Java is actually not so bad (I swear)
  • πŸ“« How to reach me: firstname.lastname@gmail
  • πŸ˜„ Pronouns: He/Him
  • ⚑ Fun fact: I've successfully grown Oyster mushrooms from Coffee Grounds before! πŸ„β˜•

Pinned Loading

  1. super-csv/super-csv super-csv/super-csv Public

    A fast, programmer-friendly, free CSV library for Java

    Java 521 139

  2. ChristianWilkie.github.io ChristianWilkie.github.io Public

    Github public site @ https://christianwilkie.com/

    SCSS 2

  3. ~/.conkyrc file ~/.conkyrc file
    1
    -- vim: ts=4 sw=4 noet ai cindent syntax=lua
    2
    --[[
    3
    Conky, a system monitor, based on torsmo
    4
    5
    Any original torsmo code is licensed under the BSD license
  4. raspberry pi disk speed script raspberry pi disk speed script
    1
    #!/bin/bash
    2
    # Tests Raspberry Pi disk read/write speed
    3
    
                  
    4
    if [ "$EUID" -ne 0 ]
    5
      then echo "Please run as root"
  5. convertepoch convertepoch Public

    convert epoch!

    TypeScript 2

  6. SamsungPointsScript SamsungPointsScript Public

    Script to throw away my points on Samsung Rewards

    Python