Skip to content
View danibrear's full-sized avatar
🤓
🤓
Block or Report

Block or report danibrear

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. meteor-paypal meteor-paypal Public archive

    Paypal integration through Meteor

    JavaScript 49 27

  2. meteor-sendgrid meteor-sendgrid Public

    A meteorite package for sending emails easily using Sendgrid

    JavaScript 14 7

  3. tictactoe tictactoe Public

    This is an implementation of the tic tac toe game.

    JavaScript 1

  4. sudoku_solver.js sudoku_solver.js
    1
    function sudoku(puzzle) {
    2
    	if (solved(puzzle)) {
    3
      	return puzzle;
    4
      }
    5
      var copy = puzzle.slice(0);
  5. thecollegenotebook thecollegenotebook Public

    This is some really old PHP I wrote back in college. Please excuse the messiness.

    PHP

  6. UUMMUU UUMMUU Public

    Python