Skip to content

Instantly share code, notes, and snippets.

View ippy04's full-sized avatar

Justin Ip ippy04

View GitHub Profile
@ippy04
ippy04 / pr.md
Created January 3, 2017 14:41 — forked from piscisaureus/pr.md
Checkout github pull requests locally

Locate the section for your github remote in the .git/config file. It looks like this:

[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = [email protected]:joyent/node.git

Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:

@ippy04
ippy04 / questions.md
Created April 22, 2018 04:04 — forked from devonharless/questions.md
Product Vetting - ipaulgraham.herokuapp.com
Product/User Definition
  • How are you understanding customer needs?
  • What are the top things users want?
  • Where do new users come from?
  • Who is going to be your first paying customer?
  • What resistance will they have to trying your product and how will you overcome it?
  • How does your product work in more detail?
  • How will customers and/or users find out about you?
  • How are you meeting customers?
  • What do you understand about your users?
@ippy04
ippy04 / tutorial.md
Created July 17, 2018 16:05 — forked from swalkinshaw/tutorial.md
Designing a GraphQL API

Tutorial: Designing a GraphQL API

This tutorial was created by Shopify for internal purposes. We've created a public version of it since we think it's useful to anyone creating a GraphQL API.

It's based on lessons learned from creating and evolving production schemas at Shopify over almost 3 years. The tutorial has evolved and will continue to change in the future so nothing is set in stone.

@ippy04
ippy04 / quicktime-hangouts-recording.md
Created August 21, 2018 17:08 — forked from caseywatts/quicktime-hangouts-recording.md
Quicktime Hangouts Recording (using soundflower for audio)

Short link to this page: caseywatts.com/quicktime

Other gists & tricks: http://caseywatts.com/gists-and-tricks

Quicktime + Hangouts Recording

Scenario: You want to talk with someone over google hangouts (like for a user study), and you want to record BOTH:

  • the system output audio (from them)
  • the microphone audio (from you)
@ippy04
ippy04 / nginx-proxy.conf
Created November 8, 2020 06:19 — forked from fhferreira/nginx-proxy.conf
Proxy nginx to use Google Tag Manager
# Google Analytics Bypassing Adblockers
## Client
change www.googletagmanager.com => your.domain.com
```
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://your.domain.com/gtag/js?id=UA-123456789-1"></script>
```
@ippy04
ippy04 / PMax Search Terms and Categories in a Spreadsheet
Created January 12, 2025 07:22 — forked from siliconvallaeys/PMax Search Terms and Categories in a Spreadsheet
Add search terms and category labels from Performance Max campaigns on Google Ads to a Google spreadsheet automatically
function main() {
/******************************************
* PMax Search Terms Report
* @version: 1.0
* @authors: Frederick Vallaeys (Optmyzr)
* -------------------------------
* Install this script in your Google Ads account (not an MCC account)
* to generate a spreadsheet containing the search terms in your Performance Max campaigns.
* The spreadsheet also includes data about category labels (groupings of search terms).
* Metrics include conversion value, conversions, clicks, and impressions