Skip to content

Instantly share code, notes, and snippets.

View bmanojkumar's full-sized avatar

Heisenberg bmanojkumar

  • Hyderabad,India
View GitHub Profile
[----------] Global test environment tear-down
[==========] 42 tests from 6 test cases ran. (360 ms total)
[ PASSED ] 42 tests.
make[1]: Leaving directory '/home/manoj/personalSpace/node-1'
/usr/bin/python tools/test.py --mode=release -J \
doctool inspector known_issues message pseudo-tty parallel sequential addons addons-napi
=== release test-http-hostname-typechecking ===
Path: parallel/test-http-hostname-typechecking
Command: out/Release/node /home/manoj/personalSpace/node-1/test/parallel/test-http-hostname-typechecking.js
--- TIMEOUT ---
@bmanojkumar
bmanojkumar / java.java
Created August 13, 2014 12:15
Refactoring
package refactoring;
import java.util.Scanner;
/**
* Created by manoj on 13/8/14.
*/
public class java {
static int k = 0;
import java.io.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.pdfbox.pdmodel.*;
import org.apache.pdfbox.util.*;
public class pdfextract {
public static void main(String[] args){
import java.util.LinkedList;
import java.util.Queue;
import java.util.Stack;
/**
* Created by manoj on 6/8/14.
*/
class split {
import java.util.LinkedList;
import java.util.Queue;
import java.util.Stack;
/**
* Created by manoj on 6/8/14.
*/
class split {
Class Main {
public void bfs()
{
// BFS uses Queue data structure
Queue queue = new LinkedList();
queue.add(this.rootNode);
printNode(this.rootNode);
rootNode.visited = true;
while(!queue.isEmpty()) {
Node node = (Node)queue.remove();

Node.js Resources

What is node.js?

Node.js is just JavaScript running on the server side. That's it. That's all there is to it.

Express

  • Express Docs, if you want to get started and already know JavaScript this is the place to be
@bmanojkumar
bmanojkumar / index.html
Created October 11, 2012 07:22
Creating a messy stack of papers using the magic of CSS transforms and generated content.
<div class="letter">
<p>Dear Friends,</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent euismod porta tempor. Donec pulvinar turpis nec velit pellentesque quis rhoncus sapien facilisis. Mauris quis massa dui, rhoncus viverra quam. Nulla tempus, augue ut consectetur facilisis, arcu elit pellentesque arcu, sed rutrum orci turpis pulvinar augue. Donec eget arcu mauris. Vestibulum tristique consequat lacus eget laoreet. Integer sed nisl sed nibh pulvinar ornare quis nec quam. Aenean rhoncus ligula ut lectus placerat a commodo quam vulputate. In eu metus turpis.</p>
<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Phasellus facilisis erat in nibh auctor at aliquet velit vestibulum. Curabitur turpis diam, malesuada eu consequat eget, ultricies sed nunc. Aenean sed odio massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ornare vulputate congue. Quisque leo metus, condimentum nec molestie et, egestas luctus libero.</p>
<p>M
@bmanojkumar
bmanojkumar / index.html
Created October 11, 2012 07:01
I want to celebrate the launch of the http://WebPlatform.org! A place to document the web for everybody. It's the first version and it should definitely be improved & simplified. You can see the single elements on ```h1:hover``` ## Web What? http://bl
<h1>WebPlatform<span>.org</span></h1>