Skip to content

Instantly share code, notes, and snippets.

View ChaseC99's full-sized avatar

Chase Carnaroli ChaseC99

View GitHub Profile
@ChaseC99
ChaseC99 / GoogleCalendarDesktop.md
Last active December 27, 2021 23:04
How to create a Google Calendar Desktop application on MacOS

Creating a Goolge Calendar Shortcut

  1. Navigate to https://calendar.google.com
  2. Click the Chrome drop down menu > More Tools > Create Shortcut
  3. Rename to "Google Calendar" and check "Open as window"
  4. Open the new Google Calendar app
  5. Right click on the app > Options > Keep in Dock
    Source: https://apple.stackexchange.com/a/393180

If you'd like to create a Google Calendar app for a secondary account (e.g. school, work, etc.):

  1. Open Chrome Devtools
@ChaseC99
ChaseC99 / OpenlabWebsite.md
Last active March 15, 2022 05:45
How to create a website on UCI's ICS Openlab
@ChaseC99
ChaseC99 / Openlab.md
Last active April 8, 2024 18:55
How to connect to UCI ICS Openlab

Openlab

Openlab is a Linux server that ICS students can connect to and use for coursework.

Prerequisites

How to connect to Openlab

@ChaseC99
ChaseC99 / GoogleFormsToDiscord.md
Last active January 30, 2022 08:57
How to connect Google Form Responses with Discord

Connecting Google Form Responses with Discord

This Gist describes how to use Google App Scripts to post a message on Discord whenever a Google Form is submitted.

  1. Create a Discord Webhook.
  2. Create a Google Form.
  3. Open the Google App Scripts Editor
    In the top right corner of the Google Form, click the vertical menu bar (⋮), and select "Script editor". image
  4. Create a function that does the following:
  • Loads the last response in the form.
@ChaseC99
ChaseC99 / Update_iOS_App.md
Last active October 18, 2023 06:38
How to update an iOS App

Updating an iOS App

Prerequisites

  • Make sure your certificates are up to date
    Click Xcode -> Preferences -> Accounts -> Manage Certificates.
    You'll need an Apple Distribution Certificate

Steps to Update

  1. Open your Xcode Project

  2. Update your project's "Version" and "Build" number