Skip to content
View kristianw's full-sized avatar
  • Melbourne, Australia

Block or report kristianw

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 Loading

  1. Upload Directory to S3.js Upload Directory to S3.js
    1
    async function uploadDirectoryFilesToS3(dir) {
    2
    	try {
    3
    		console.debug('Attempting to upload files to S3')
    4
    		let downloadLinks = [];
    5
    		const pathRegex = new RegExp('(.[/]tmp[/]|.[/])Properties[/](VIC|QLD|NSW|ACT|SA|NT|WA)[/](.*)/')
  2. BasicSystemSetup BasicSystemSetup Public

    Forked from Init-blog/BasicSystemSetup

    Automate Mac development setup

    Shell

  3. cougarbot cougarbot Public

    Solution to automating team management for Basketball teams in Victoria, Australia

    TypeScript