Skip to content

Instantly share code, notes, and snippets.

View hrishikeshchoudhari's full-sized avatar

Hrishikesh Choudhari hrishikeshchoudhari

View GitHub Profile
Jobster
Home Page
Applicant Registration -> New Application
Applicant Login -> Login Page
New Application
Verify Email -> Begin New Application
Login Page
Success -> Applicant Home
Fail -> Login Page
Begin New Application
Jobster
Home Page
Applicant Registration -> New Application
Applicant Login -> Login Page
New Application
Verify Email -> Begin New Application
Login Page
Success -> Applicant Home
Fail -> Login Page
Begin New Application
@hrishikeshchoudhari
hrishikeshchoudhari / business-models.md
Created January 26, 2016 13:50 — forked from ndarville/business-models.md
Business models based on the compiled list at http://news.ycombinator.com/item?id=4924647. I find the link very hard to browse, so I made a simple version in Markdown instead.

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google
#Postgresql 9.2.1 Compilation instructions for Ubuntu 12.04
#This will install Postgresql 9.2.1 into /usr/local/postgresql-9.2.1
#This assumes that you have sudo provileges on the machine installing postgresql
#It should work by copying and pasting into the shell, I haven't tested it, I just summarized
#what I just did and it worked
#Get requirements
sudo apt-get install build-essential libreadline6-dev zlib1g-dev
@hrishikeshchoudhari
hrishikeshchoudhari / gist:5536476
Created May 7, 2013 21:54
IntelliJ's Log dump
2013-05-04 22:49:58,665 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2013-05-04 22:49:58,671 [ 6] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-129.354, 24 Apr 2013 00:00)
2013-05-04 22:49:58,671 [ 6] INFO - #com.intellij.idea.Main - JRE: 1.6.0_33-b04 (Sun Microsystems Inc.)
2013-05-04 22:49:58,671 [ 6] INFO - #com.intellij.idea.Main - JVM: 20.8-b03 (Sun Microsystems Inc.)
2013-05-04 22:49:58,688 [ 23] INFO - #com.intellij.idea.Main - JNA library loaded (32-bit) in 17 ms
2013-05-04 22:49:58,767 [ 102] INFO - #com.intellij.idea.Main - Snappy library loaded (1.0.4) in 79 ms
2013-05-04 22:50:05,998 [ 7333] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor intellilang-tapestry-support.xml
2013-05-04 22:50:06,136 [ 7471] INFO - llij.ide.plugins.PluginManager - Cannot f
@hrishikeshchoudhari
hrishikeshchoudhari / index.html
Created November 10, 2012 14:00 — forked from anonymous/index.html
A CodePen by Chris Coyier. cssPanelMenu - Based on http://jpanelmenu.com/
<nav class="main-nav" id="main-nav">
<a href="#">This</a>
<a href="#">Little</a>
<a href="#">Piggy</a>
<a href="#">Went</a>
<a href="#">To</a>
<a href="#">Market</a>
</nav>
<div class="page-wrap">