Skip to content

Instantly share code, notes, and snippets.

@rpatil
rpatil / 101
Created September 17, 2014 10:37
{
"scopes": [
"repo"
],
"token": "5199831f4dd3b79e7c5b7e0ebe75d67aa66e79d4",
"updated_at": "2012-11-14T14:04:24Z",
"url": "https://api.github.com/authorizations/2",
"app": {
"url": "https://developer.github.com/v3/oauth/#oauth-authorizations-api",
"name": "GitHub API"
@rpatil
rpatil / user_list
Last active August 29, 2015 14:07
UserList
[
{ firstname: 'Nicolas', lastname: 'Cage' },
{ firstname: 'Jean-Claude', lastname: 'Van Damme' },
{ firstname: 'Keanu', lastname: 'Reeves' },
{ firstname: 'Steven', lastname: 'Seagal' }
];
@rpatil
rpatil / title
Created November 24, 2014 11:43
The Basics of Node.js Streams|Node.js is asynchronous and event driven in nature. As a result, it’s very good at handling I/O bound tasks. If you are working on an app that performs I/O operations, you can take advantage of the streams available in Node.js. So, let’s explore Streams in detail and understand how they can simplify I/O.
Sass Multiple Arguments, Lists or Arglist|I do a lot of Sass code reviews. Along the same lines, I like to read frameworks’ code. Needless to say, I have seen a lot of things, both good and bad, when it comes to Sass.If there is something that always make me grind my teeth when I read other people’s Sass, it’s seeing mixins and functions using lists instead of variable arguments, or using lists instead of multiple named arguments.
@rpatil
rpatil / libra
Last active August 29, 2015 14:10
Libra Horoscope
{
"aries": [
{
"type": "Today-Aries",
"time": "Dec 05, 2014",
"value": "Ganesha says that today you will feel close to your loved ones and will be able to spend the evening with them. Today you will be successful in whatever work you will take up. Your attractive personality will ensure that people will turn to you and seek your company today. Saturn Transit ReportSaturn is the Karmic balancer – it affects your life, basis your past life Karma. Scared? Don’t be! We will read your Horoscope to tell you how will Saturn affect you, when it moves from one Zodiac Sign to another, so you stay guarded. Get It Now!"
},
{
"type": "Weekly",
"time": "Nov 31, 2014 - Dec 09, 2014",
{
"aries": [
{ "type": "Today-Aries", "time": "Dec 05, 2014", "value": "Today Aries - Here ..." },
{ "type": "Weekly-Aries", "time": "Nov 31, 2014 - Dec 09, 2014", "value": "Weekly Aries - Here ..." },
{ "type": "Month-Aries", "time": "Nov 2014", "value": "Monthly Aries - Here ..." },
{ "type": "Yearly-Aries", "time": "2014", "value": "Yearly Aries - Here ..." }
],
"taurus": [
{ "type": "Today-Taurus", "time": "Dec 05, 2014", "value": "Today Taurus - Here ..." },
{ "type": "Weekly-Taurus", "time": "Nov 31, 2014 - Dec 09, 2014", "value": "Weekly Taurus - Here ..." },
@rpatil
rpatil / aries
Last active August 29, 2015 14:11
{
"type": "Today-Aries",
"time": "20150106",
"value": "Ganesha says that today you will feel close to your loved ones and will be able to spend the evening with them. Today you will be successful in whatever work you will take up. Your attractive personality will ensure that people will turn to you and seek your company today. Saturn Transit ReportSaturn is the Karmic balancer – it affects your life, basis your past life Karma. Scared? Don’t be! We will read your Horoscope to tell you how will Saturn affect you, when it moves from one Zodiac Sign to another, so you stay guarded. Get It Now!"
}
{
"type": "Taurus - Today",
"time": "Dec 05, 2014",
"value": "Ganesha says that today you will feel close to your loved ones and will be able to spend the evening with them. Today you will be successful in whatever work you will take up. Your attractive personality will ensure that people will turn to you and seek your company today. Saturn Transit ReportSaturn is the Karmic balancer – it affects your life, basis your past life Karma. Scared? Don’t be! We will read your Horoscope to tell you how will Saturn affect you, when it moves from one Zodiac Sign to another, so you stay guarded. Get It Now!"
}
{
"type": "Gemini - Today",
"time": "Dec 05, 2014",
"value": "Gemini - Gemini - Gemini - Gemini - Gemini"
}
{
"type": "Cancer - Today",
"time": "Dec 05, 2014",
"value": "Cancer - Cancer - Cancer - Cancer - Cancer - Cancer"
}
@rpatil
rpatil / leo
Created December 24, 2014 07:40
{
"type": "LEO - Today",
"time": "Dec 05, 2014",
"value": "Leo - Leo - Leo - Leo - Leo - Leo"
}