Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

FINRAOS/UMD-Bitcamp-2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UMD-Bitcamp-2015

UMD bitcamp challenge solutions

ALL FINRA SOLUTIONS

http://bitcamp15.challengepost.com/submissions/search?utf8=%E2%9C%93&filter%5Bsponsor+prizes%5D%5B%5D=finra%3A+best+hack+utilizing+end-of-day+stock+price+data&filter%5Bsponsor+prizes%5D%5B%5D=finra%3A+best+hack+combining+publicly+available+investment+advisor+data&filter%5Bsponsor+prizes%5D%5B%5D=finra%3A+best+hack+utilizing+a+finra-sponsored+open-source+project

By sending a pull request to this repository you are agreeming to the Apache V2 License and the DCO terms.

Committing

  1. Create a github account.
  2. Fork the FINRAOS/UMD-Bitcamp-2015 repository.
  3. Clone the repository locally onto your local machine.
  4. Create a new folder named after your team, under the challenge folder.
  5. All code should be under the newly created folder.
  6. Signoff your commits as shown below through git.

Add a line stating

Signed-off-by: Random J Developer <[email protected]>

When committing using the command line you can sign off using the --signoff or -s flag. This adds a Signed-off-by line by the committer at the end of the commit log message.

git commit -s -m "Challenge Solution Name"

About

UMD bitcamp challenge solutions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published