Skip to content

Instantly share code, notes, and snippets.

View dprevite's full-sized avatar
🐈

Dan Previte dprevite

🐈
View GitHub Profile
@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
@gskema
gskema / noinspection.php
Last active July 26, 2024 14:46
PhpStorm @noinspection list of all tags
<?php
/** @noinspection ? */
// PhpUndefinedGotoLabelInspection Undefined goto label
// PhpUndefinedVariableInspection Undefined variable
// PhpUndefinedMethodInspection Undefined method
// PhpUndefinedNamespaceInspection Undefined namespace
// PhpUndefinedClassInspection Undefined class
// PhpUndefinedFunctionInspection Undefined function
@boneskull
boneskull / README.md
Last active June 26, 2024 18:01
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//
@davidteren
davidteren / nerd_fonts.md
Last active July 31, 2024 07:49
Install Nerd Fonts via Homebrew [updated & fixed]