Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: todun/Codebox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CrowdKnowledge/Codebox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 67 files changed
  • 1 contributor

Commits on Oct 8, 2013

  1. added support for npm modules

    Gists from specific users can now be queried using getGists(user,
    callback) on client side. This isn't necessarily useful now, but will
    be soon when there are user accounts and such.
    dasmithii committed Oct 8, 2013
    Configuration menu
    Copy the full SHA
    6082d7b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2013

  1. Begun integrating GitHub API

    Almost ready to scan Gists, but still need to deal with an inconvenient
    asynchronous page scrape. The 'Scraper' object tends to return before
    the inner call returns, thus making them unused.
    dasmithii committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    c4b4422 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2013

  1. + github gist grabbing

    resolved the issue with nested async calls
    dasmithii committed Oct 11, 2013
    Configuration menu
    Copy the full SHA
    a58eb43 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2013

  1. removed ugly code/packages from HackMIT

    it will soon be replaced with good stuff!
    dasmithii committed Nov 16, 2013
    Configuration menu
    Copy the full SHA
    cd88086 View commit details
    Browse the repository at this point in the history
  2. added 'counters' collection

    dasmithii committed Nov 16, 2013
    Configuration menu
    Copy the full SHA
    489b7c6 View commit details
    Browse the repository at this point in the history
  3. added github username links

    dasmithii committed Nov 16, 2013
    Configuration menu
    Copy the full SHA
    595c903 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da2118b View commit details
    Browse the repository at this point in the history
  5. + simplistic search algorithm

    should be replaced with something more sophisticated later
    dasmithii committed Nov 16, 2013
    Configuration menu
    Copy the full SHA
    edfa2ce View commit details
    Browse the repository at this point in the history
  6. added some packages

    dasmithii committed Nov 16, 2013
    Configuration menu
    Copy the full SHA
    9535104 View commit details
    Browse the repository at this point in the history
  7. removed code prettify

    It is apparently disfunctional.
    dasmithii committed Nov 16, 2013
    Configuration menu
    Copy the full SHA
    5f40eff View commit details
    Browse the repository at this point in the history
  8. updated readme

    dasmithii committed Nov 16, 2013
    Configuration menu
    Copy the full SHA
    77e9d53 View commit details
    Browse the repository at this point in the history
  9. added input length limits

    dasmithii committed Nov 16, 2013
    Configuration menu
    Copy the full SHA
    1b06eba View commit details
    Browse the repository at this point in the history
Loading