Skip to content

Instantly share code, notes, and snippets.

View iordan93's full-sized avatar
🏠
Working from home

Yordan Darakchiev iordan93

🏠
Working from home
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iordan93
iordan93 / BV.csv
Last active January 22, 2017 15:30
Exploring methods of filtering cluster stars and nearby stars to create a better HR diagram
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
xcenter ycenter B Berr V Verr
1517.697 1.699 INDEF INDEF INDEF INDEF
3417.806 1.703 INDEF INDEF INDEF INDEF
713.614 6.138 19.026 0.124 17.707 0.048
3683.695 5.870 16.482 0.025 15.478 0.015
2769.506 9.281 18.186 0.065 16.758 0.027
1511.135 12.311 17.175 0.036 16.070 0.019
4056.068 18.217 17.097 0.035 16.307 0.022
730.269 20.106 15.338 0.013 13.414 0.005
1615.494 19.699 17.866 0.057 16.803 0.029
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
@iordan93
iordan93 / francis.js
Last active December 10, 2017 18:11
jquery-francis
$.extend({
francis: $.ajax
});
$.francis({
url: "http://api.openweathermap.org/data/2.5/forecast/city?id={PLACE YOUR ID}&APPID={PLACE YOUR KEY}",
method: "GET",
}).done(function(data) {
console.log(data);
});