Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fr4nc3/code-hints

These are code exercises in several programming languages
https://github.com/fr4nc3/code-hints

angularjs c code cordova cpp csharp es6 java javascript jquery-mobile mongodb mongoose nodejs python r reactjs sample

Last synced: about 21 hours ago
JSON representation

These are code exercises in several programming languages

Awesome Lists containing this project

README

        

## Welcome to @Fr4nc3 github sample code

### Francia Riesco

```markdown
Professional software developer and Research Scientist Interested in
Data Science and Computational Astrophysics.
I have experience programming in several language such as:
C#, PHP, C, R, PYTHON, Java.
Also, database architect such as:
SQL Server, Oracle, MySQL, PostgreSQL and MongDB.
```

Exoplanets analysis with R
![Screenshot](R/Exoplanets/images/exo_sampling_all2.png)

NBA analysis and Visualization with R
![Screenshot](R/NBA/images/nba_win_loses.png)

Magellanic Clouds Fits image with Catalog Object detected with Python (astropy lib)
![Screenshot](python/photometric-analysis/images/sample3.png)

JSON external api call and used as result feed example with NODE and Express
```JS
var URL = 'http://ori-nodeassets.nbcnews.com/elections/2018-05-08/races_S_counties.json';
router.get('/races/:variable*?', function (req, res, next) {
axios.get(URL).then(function (response) {
res.json(dal.apiRaces(req.params.variable, response.data));
});

});
```

![Screenshot](race-feed-json/images/sample3.png)