Skip to content

Instantly share code, notes, and snippets.

View itsbalamurali's full-sized avatar
🎯
Focusing

Balamurali Pandranki itsbalamurali

🎯
Focusing
View GitHub Profile

Use node to handle file upload

Edit
# https://gist.github.com/6159923.git
[email protected]:6159923.git

git clone $gist blip_upload
# OR
git remote add origin $gist

Use node to handle file upload

Edit
# https://gist.github.com/6159923.git
[email protected]:6159923.git

git clone $gist blip_upload
# OR
git remote add origin $gist
[{"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
float temp;
int tempPin = 0;
void setup()
{
Serial.begin(9600);
}
void loop()
{
temp = analogRead(tempPin);
temp = temp * 0.48828125;
@itsbalamurali
itsbalamurali / seo backlinks
Created November 17, 2014 17:56
seo backlinks
@itsbalamurali
itsbalamurali / List.md
Last active August 29, 2015 14:08 — forked from msurguy/List.md

Other people's projects:

My projects (tutorials are on my blog at http://maxoffsky.com):

@itsbalamurali
itsbalamurali / proxy.py
Created October 24, 2014 11:59
proxy
#! /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:
<?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 --
<?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
<!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" />