Skip to content

Instantly share code, notes, and snippets.

View prakashn27's full-sized avatar
✌️
be good, do good

Prakash Natarajan prakashn27

✌️
be good, do good
View GitHub Profile
@prakashn27
prakashn27 / Interview.md
Last active August 29, 2015 14:02
Interview important links
____ ____ _ _ __ _ ____ _ _
| _ \| _ \ / \ | |/ / / \ / ___|| | | |
| |_) | |_) | / _ \ | ' / / _ \ \___ \| |_| |
| __/| _ < / ___ \| . \ / ___ \ ___) | _ |
|_| |_| \_/_/ \_|_|\_/_/ \_|____/|_| |_|
____ _ _
| _ \ _ __ __ _| | ____ _ ___| |__
| |_) | '__/ _` | |/ / _` / __| '_ \
@prakashn27
prakashn27 / CSS_microsoft_notes.md
Last active February 16, 2016 18:57
Notes of How to master css video

How to Master CSS

Link to the video

Document Structure and Semantics

  • Html

Logic

  • Javascript

Formatting and DIsplay

// RemoveDuplicates.cpp : main project file.
#include "stdafx.h"
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <crtdbg.h>
#include "DebugHelper.h"
#ifdef _DEBUG
#include <iostream>
#include <stack>
#include <algorithm>
using namespace std;
int main() {
int n, x, c;
std::stack<int> main_stack;
std::stack<int> side;
cin >> n;
@prakashn27
prakashn27 / bing_hack.js
Last active October 19, 2016 20:35
Ssript to get the bing reward points
// PREREQ:
// STEP 1:
// Node
// install 'open' node package
// npm install -g open
// change this daily to some random name
var txt = 'asfasdfsdf';
// STEP 2:
// get the cvid for your account This is a one time thing
class Node:
def __init__(self, v=None):
self.val = v
self.left = None
self.right = None
class BST:
def __init__(self):
self.top = Node();
# Graph implementation in python
# adjacency list representation
class Graph:
def __init__(self, no_of_nodes):
self.n = no_of_nodes
self.al = []
for i in range(no_of_nodes):
self.al.append(list())
{"level":"info","message":"triggered zazu hotkey","timestamp":"2017-02-13T16:14:48.546Z"}
{"level":"verbose","message":"sending showWindow event from toggle event","timestamp":"2017-02-13T16:14:48.557Z"}
{"level":"info","message":"showing window from manual trigger","timestamp":"2017-02-13T16:14:48.558Z"}
{"level":"info","message":"scoping block","timestamp":"2017-02-13T16:14:48.732Z"}
{"plugin":"tinytacoteam/zazu-calculator","level":"info","message":"activate plugin","timestamp":"2017-02-13T16:14:48.738Z"}
{"plugin":"tinytacoteam/zazu-file-finder","level":"info","message":"activate plugin","timestamp":"2017-02-13T16:14:49.010Z"}
{"plugin":"tinytacoteam/zazu-fallback","level":"info","message":"activate plugin","timestamp":"2017-02-13T16:14:49.066Z"}
{"plugin":"tinytacoteam/zazu-template","level":"info","message":"activate plugin","timestamp":"2017-02-13T16:14:49.116Z"}
{"plugin":"tinytacoteam/zazu-system","level":"info","message":"activate plugin","timestamp":"2017-02-13T16:14:49.159Z"}
{"plugin":"tinytacotea