Skip to content

Instantly share code, notes, and snippets.

View dprevite's full-sized avatar
🐈

Dan Previte dprevite

🐈
View GitHub Profile
@davidteren
davidteren / nerd_fonts.md
Last active March 22, 2024 10:57
Install Nerd Fonts via Homebrew [updated & fixed]
@boneskull
boneskull / README.md
Last active October 2, 2022 01:37
Run glances webserver as a user service (agent) on macOS

com.boneskull.glances-web

This launch agent will automatically start a glances web server

Installation

  1. Install Homebrew.
  2. Install glances. Execute brew install glances.
  3. Copy the .plist file in this gist into ~/Library/LaunchAgents/.
  4. EDIT the .plist: change /Users/boneskull/ to /Users//
@phpfunk
phpfunk / viddler-direct-upload-curl.php
Created July 17, 2012 13:41
Viddler - Direct Upload using cURL
<?
//Set no time limit (in case of big uploads)
set_time_limit(0);
//Include your viddler API wrapper
include '/path/to/your/viddler/library';
/**
1. Create viddler object
2. Authenticate as you