Skip to content

These are code exercises in several programming languages

Notifications You must be signed in to change notification settings

Fr4nc3/code-hints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3858f0d · Nov 17, 2023
Jun 14, 2018
Mar 13, 2018
Aug 30, 2019
Jul 10, 2018
Mar 20, 2018
Jun 19, 2018
Jul 19, 2022
Mar 13, 2018
Sep 27, 2017
Aug 11, 2022
Nov 17, 2023
May 17, 2018
Aug 11, 2022
Nov 17, 2023
Mar 14, 2018
Oct 5, 2018
Jun 17, 2018
Sep 27, 2017

Repository files navigation

Welcome to @Fr4nc3 github sample code

Francia Riesco

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

NBA analysis and Visualization with R Screenshot

Magellanic Clouds Fits image with Catalog Object detected with Python (astropy lib) Screenshot

JSON external api call and used as result feed example with NODE and Express

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