Skip to content

Instantly share code, notes, and snippets.

View arangates's full-sized avatar
🔬
Gedankenerfahrung

Aranganathan Rathinavelu arangates

🔬
Gedankenerfahrung
View GitHub Profile
## Raspberry PI as Arduino network programmer ##
This guide will show you how to program an Arduino connected to your Raspberry PI from the Arduino IDE on your local computer.
Linux and OS X for now
###On your Raspberry PI
First install avrdude
@arangates
arangates / index.html
Last active October 6, 2015 17:12
Fancy Navigation
.contain
%section.home.active
%h1.title Home
%section.about
%h1.title About
%section.work
%h1.title Work
%section.contact
%h1.title Contact
%a.toggle{:href => "#"}
@arangates
arangates / Simple Register Form with AngularJS & Material Design.markdown
Created July 8, 2016 07:06
Simple Register Form with AngularJS & Material Design

Simple Register Form with AngularJS & Material Design

Simple Register Form with AngularJS Auth & Material Design

A Pen by Sylvain MARTIN on CodePen.

License.

@arangates
arangates / GSAP Image Tilt Effect on Hover with Image Layers.markdown
Created July 8, 2016 07:09
GSAP Image Tilt Effect on Hover with Image Layers
Arya is blind and Waif beats her mercilessly.
Arya : "Wait..I can't see"..
Waif : "That's your problem"..
There lies a very powerful message in these 2 lines for the mankind..
If you have a 'problem', its 'absolutely' your own problem. Family,Friends and wellwishers can cosole or inspire you for a moment in today,but again 'you' alone have to deal with it tomorrow.
@arangates
arangates / haisub.html
Created September 24, 2016 10:36
pubnubsubscribredata
<!DOCTYPE html>
<html>
<head>
<title>sub</title>
<div id="subdat" ></div>
<script src="http://cdn.pubnub.com/pubnub-3.16.3.min.js"></script><script type="text/javascript">
var pubnub = PUBNUB({
subscribe_key: 'sub-c-598e4d8e-e9e4-11e4-91d3-0619f8945a4f', // always required
publish_key: 'pub-c-3588af66-9bbd-4984-b578-27f5877f17db' // only required if publishing
@arangates
arangates / newstyle.html
Created October 18, 2016 09:09
newstyle
<!DOCTYPE html>
<html>
<head>
<title>New style</title>
<style>
body {
background: #000;
font-family: 'Roboto';
font-size: 5em;
color: #sdldps;
@arangates
arangates / ang_http.html
Created October 23, 2016 06:37
http_angular.html
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<body>
<div ng-app="myApp" ng-controller="myCtrl">
<!-- <p>{{orders}}</p> -->
<ul>
<li ng-repeat="order in orders.result track by $index">
{{order.orderId}} , {{order.customerCode}} ,{{order.orderDateTime}} ,
@arangates
arangates / angmat.html
Created October 23, 2016 06:38
mat_ang_cards
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
<link rel='stylesheet prefetch' href='https://cdn.gitcdn.link/cdn/angular/bower-material/v1.1.1/angular-material.css'>
<!-- <link rel="stylesheet" href="css/style.css"> -->
<body>
<style type="text/css">
.carddemoBasicUsage .card-media {