Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fr4nc3/code-hints
- Owner: Fr4nc3
- Created: 2016-02-27T15:37:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T12:28:25.000Z (about 1 year ago)
- Last Synced: 2023-11-17T12:36:40.372Z (about 1 year ago)
- Topics: angularjs, c, code, cordova, cpp, csharp, es6, java, javascript, jquery-mobile, mongodb, mongoose, nodejs, python, r, reactjs, sample
- Language: HTML
- Homepage:
- Size: 36.4 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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)