KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
techradar
★ 24
Open GitHub ↗
techradar.io
Download README (.md)
Explore Similar Repositories
JavaPlot
:
A Plot like Matlab Implemented Java
clear
:
clear 消除游戏 common lisp写的游戏
MiniJava
:
A compiler for a subset of the Java programming language.
Kaggle_Rotten_Tomatoes
:
Code to munge data between Kaggle .tsv Rotten Tomatoes Sentiment Analysis data set and Vowpal Wabbit
gogobosh
:
Golang client library for applications wanting to talk to a BOSH/MicroBOSH or bosh-lite
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
techradar
?
Download (.md)
[](https://app.codeship.com/projects/30336) [](https://dependencyci.com/github/andyw8/techradar) [](https://codeclimate.com/github/andyw8/techradar) [](https://coveralls.io/github/andyw8/techradar?branch=master) # techradar.io This repo contains the Rails app behind [techradar.io](http://techradar.io), a web app for building and sharing your own [Technology Radar](https://www.thoughtworks.com/radar/faq). # API A preliminary JSON API is available (replace the UUID with your own): [http://techradar.io/api/v1/radars/1f7af5fd-8c71-4a89-99e0-bb53b4e2e8c1](http://techradar.io/api/v1/radars/1f7af5fd-8c71-4a89-99e0-bb53b4e2e8c1) (At present, you need to be logged in first). ## Contributing 1. Fork it ( https://github.com/andyw8/techradar/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request