I hereby claim:
- I am nhalstead on github.
- I am nhalstead (https://keybase.io/nhalstead) on keybase.
- I have a public key ASC4EOcVczfFT369kUqNixC9wA4XYOzgE_uK8k5mM4yDTAo
To claim this, I am signing this object:
<html> | |
<head><style>* { font-family:Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }</style></head> | |
<body> | |
<table cellpadding="0" cellspacing="0" style="padding-top:32px;background-color:#ffffff;"> | |
<tbody> | |
<tr> | |
<td style="max-width:560px;padding:24px 24px 32px;background-color:#fafafa;border:1px solid #e0e0e0;border-radius:2px"> | |
<img style="padding:0 24px 16px 0;float:left" width=72 height=72 alt="Error Icon" src="https://png.icons8.com/color/80/000000/chat.png"> | |
<table style="min-width:272px;padding-top:8px"> | |
<tbody> |
var people = [{name: "BOB", id: 340303, report: true, options: {admin: false} }, {name: "JOHN", id: 340304, report: false, options: {admin: true} }]; | |
console.table(people); |
<html> | |
<head> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.4/socket.io.js"></script> | |
<meta charset="UTF-8"> | |
<style> | |
html { | |
font: 12px/1.2em sans-serif; | |
} | |
ul { |
<?php | |
/** | |
* Create Key Function | |
* Generate a Key that you need with a specific length and a split character. | |
* | |
* @param Int Length of the Key, Total Length | |
* @param Int|Boolean If False, Disabled (default) and the int will provide the spacing for the char. | |
* @param Char|String The Separation Character for the Key every x characters. | |
* @return Array Return of 'key' and 'hash' and 'hash_delimiter' |
<?php | |
/** | |
* Function Switch | |
* Call the Funciton acording to the True or False Value. | |
* If any more Paramiters are passed after the first 3 | |
* they are passed as paramiters for the called funciton. | |
* | |
* @param boolean The Selection of the Funciton to execute. |
<?php | |
$allowed = array("https", "http"); | |
function protocolRegex($array){ | |
if(empty($array)) { return "(\/\/)"; } | |
foreach($array as $i => $v){ | |
if(empty($v)){ | |
unset($array[$i]); |
<?php | |
/** | |
* Warning! Read and use at your own risk! | |
* | |
* This tiny proxy script is completely transparent and it passes | |
* all requests and headers without any checking of any kind. | |
* The same happens with JSON data. They are simply forwarded. | |
* | |
* This is just an easy and convenient solution for the AJAX | |
* cross-domain request issue, during development. |
<?php | |
/** | |
* @link https://gist.github.com/nhalstead/c3422e9f1fd213d381a12ad6e4664bf3 | |
*/ | |
/** | |
* Process URL | |
* @param String URL Input | |
* @return Array The URL data that is Given. | |
*/ |
/* --------------------------------------------------------------------------- | |
** This software is in the public domain, furnished "as is", without technical | |
** support, and with no warranty, express or implied, as to its usefulness for | |
** any purpose. | |
** | |
** main.cpp | |
** | |
** V4L2 RTSP streamer | |
** | |
** H264 capture using middleware_video |
I hereby claim:
To claim this, I am signing this object: