NYC Recommendations
- Tyson Gach: https://foursquare.com/user/11467850
- Phil Oye: https://gist.github.com/philoye/240cf8c2d3636f74ed51
Smorgasburg: foodie market in various locations between April to November. Go hungry!
| # You're looking at it! :) | |
| help: | |
| @makehelp < $(MAKEFILE_LIST) | |
| .PHONY: help |
| Param( | |
| $agentVersion = "3.0-beta.39", | |
| $agentToken = "xxx", | |
| $agentTags = "windows", | |
| $installDir = "C:\buildkite" | |
| ) | |
| ## Verify we are elevated | |
| ## https://superuser.com/questions/749243/detect-if-powershell-is-running-as-administrator |
| package main | |
| import ( | |
| "context" | |
| "flag" | |
| "fmt" | |
| "log" | |
| "net/http" | |
| "os" | |
| "os/signal" |
| #!groovy | |
| // imports | |
| import jenkins.model.Jenkins | |
| import jenkins.model.JenkinsLocationConfiguration | |
| // parameters | |
| def jenkinsParameters = [ | |
| email: 'Jenkins Admin <admin@jenkins.com>', | |
| url: 'https://ci.jenkins.com:8083/' |
| #!/bin/sh | |
| # 1) Install Xcode 11 | |
| # 2) Install command line tools: `xcode-select --install` | |
| # 3) Install HomeBrew | |
| # 4) brew tap cartr/qt4 && brew install cartr/qt4/openssl@1.0 subversion rbenv | |
| # 5) Setup rbenv | |
| # 6) Run this command | |
| PKG_CONFIG_PATH="$(brew --prefix cartr/qt4/openssl@1.0)/lib/pkgconfig" \ |
NYC Recommendations
Smorgasburg: foodie market in various locations between April to November. Go hungry!
[ Update 2025-03-24: Commenting is disabled permanently. Previous comments are archived at web.archive.org. ]
Most of the terminal emulators auto-detect when a URL appears onscreen and allow to conveniently open them (e.g. via Ctrl+click or Cmd+click, or the right click menu).
It was, however, not possible until now for arbitrary text to point to URLs, just as on webpages.
| This file used to name this gist. |
| #!/usr/bin/sudo ruby | |
| # | |
| # revealer.rb -- Deobfuscate GHE .rb files. | |
| # | |
| # This is simple: | |
| # Every obfuscated file in the GHE VM contains the following code: | |
| # | |
| # > require "ruby_concealer.so" | |
| # > __ruby_concealer__ "..." |
Paprika doesn't have their API documented, so this is me reverse-engineering it from an Android device