# https://gist.github.com/6159923.git
[email protected]:6159923.git
git clone $gist blip_upload
# OR
git remote add origin $gist
# https://gist.github.com/6159923.git
[email protected]:6159923.git
git clone $gist blip_upload
# OR
git remote add origin $gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"name":"docs","color":"Red","position":{"x":376,"y":25},"increment":true,"timestamp":true,"softdelete":true,"column":[{"name":"uploaded_by","type":"integer","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c27","order":0},{"name":"filename","type":"string","length":"150","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c35","order":1},{"name":"for_user","type":"integer","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c43","order":2}],"relation":[],"seeding":[]},{"name":"users","color":"Green","position":{"x":72,"y":82},"increment":true,"timestamp":true,"softdelete":true,"column":[{"name":"firstname","type":"string","leng |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
float temp; | |
int tempPin = 0; | |
void setup() | |
{ | |
Serial.begin(9600); | |
} | |
void loop() | |
{ | |
temp = analogRead(tempPin); | |
temp = temp * 0.48828125; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://arlingtonwa.gov/redirect.aspx?url=//www.itsbalamurali.tk | |
http://arlingtonwa.gov/redirect.aspx?url=http://www.itsbalamurali.tk | |
http://barrington-il.gov/redirect.aspx?url=//www.itsbalamurali.tk | |
http://barrington-il.gov/redirect.aspx?url=http://www.itsbalamurali.tk | |
http://bernco.gov:8765/help/urlstatusgo.html?col=myindex&url=http://itsbalamurali.tk | |
http://bernco.gov:8765/help/urlstatusgo.html?col=myindex&url=http://www.itsbalamurali.tk | |
http://bernco.gov:8765/help/urlstatusgo.html?col=myindex&url=www.itsbalamurali.tk | |
http://cathedralcity.gov/redirect.aspx?url=//www.itsbalamurali.tk | |
http://cedarparktexas.gov/redirect.aspx?url=//www.itsbalamurali.tk | |
http://cherokeecounty-nc.gov/redirect.aspx?url=//www.itsbalamurali.tk |
Other people's projects:
- https://github.com/laracasts/URL-Shortener URL Shortener by Jeffrey Way
- https://github.com/basco-johnkevin/laravelsnippets Source code of http://laravelsnippets.com website
- https://github.com/jesseterry/FusionInvoice FusionInvoice is built for freelancers and small businesses who need a simple, yet powerful self-hosted web based invoicing system.
- https://github.com/ezynda3/burnmsg is a self-destructing encrypted message app. A demo is also running on https://burnmsg.com
- https://github.com/martindilling/auto-generating-gallery the demo is at http://gallerydemo.martindilling.com/
My projects (tutorials are on my blog at http://maxoffsky.com):
- https://github.com/CodepadME/laravel-tricks - Source of Laravel-tricks.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python | |
import os, socket, thread, select | |
__version__ = '0.1.0 Draft 1' | |
BUFLEN = 8192 | |
VERSION = 'Python Proxy/'+__version__ | |
HTTPVER = 'HTTP/1.1' | |
class ConnectionHandler: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/****************************************************************************************** | |
* Locus7s Modified c100 Shell | |
* Beta v. 1.0a - Project x2300 | |
* Written by Captain Crunch Team | |
* Modified by Shadow & Preddy | |
* Re-Modified by #!physx^ (15.2.07) | |
*======================================================== | |
* New Modifications Implemented -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// API access key from Google API's Console | |
define( 'API_ACCESS_KEY', 'YOUR-API-ACCESS-KEY-GOES-HERE' ); | |
$registrationIds = array( $_GET['id'] ); | |
// prep the bundle | |
$msg = array |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>GCM Sender</title> | |
</head> | |
<body> | |
<h2>GCM Sender</h2> | |
<form method="POST" name="input" action="gcm_sender.php" /> |