Skip to content

Instantly share code, notes, and snippets.

View brijrajsingh's full-sized avatar

Brijraj Singh brijrajsingh

View GitHub Profile
@brijrajsingh
brijrajsingh / GOT
Last active July 19, 2020 08:40 — forked from shivswami/MahabharataV4.adoc
The example graph consists of characters in Game of Thrones (GOT) - Graph created by Brijraj Singh
= Mahabharata =
The example graph consists of characters in Game of Thrones (GOT)
Key nodes - Relations, Characters, their houses, status of (Dead, Captured or Hurt), Properties like Title and Prefix
The Data is pulled from multiple websites - http://towerofthehand.com, http://gameofthrones.wikia.com/wiki/Game_of_Thrones_Wiki
//console
[source,cypher]
----
@brijrajsingh
brijrajsingh / README.markdown
Created October 21, 2012 13:42 — forked from gudbergur/README.markdown
Bootstrap's Typeahead plugin extended (allowing for AJAX functionality) among other things

This is a fork of Bootstrap Typeahead that adds minimal but powerful extensions.

For example, process typeahead list asynchronously and return objects

  # This example does an AJAX lookup and is in CoffeeScript
  $('.typeahead').typeahead(
    # source can be a function
    source: (typeahead, query) ->
 # this function receives the typeahead object and the query string