Skip to content

Instantly share code, notes, and snippets.

View gabrielsimoes's full-sized avatar

Gabriel Simões gabrielsimoes

View GitHub Profile
@gabrielsimoes
gabrielsimoes / cardio_train.csv
Created October 11, 2021 02:01
cardio_train.csv
We can't make this file beautiful and searchable because it's too large.
id;age;gender;height;weight;ap_hi;ap_lo;cholesterol;gluc;smoke;alco;active;cardio
0;18393;2;168;62.0;110;80;1;1;0;0;1;0
1;20228;1;156;85.0;140;90;3;1;0;0;1;1
2;18857;1;165;64.0;130;70;3;1;0;0;0;1
3;17623;2;169;82.0;150;100;1;1;0;0;1;1
4;17474;1;156;56.0;100;60;1;1;0;0;0;0
8;21914;1;151;67.0;120;80;2;2;0;0;0;0
9;22113;1;157;93.0;130;80;3;1;0;0;1;0
12;22584;2;178;95.0;130;90;3;3;0;0;1;1
13;17668;1;158;71.0;110;70;1;1;0;0;1;0
@gabrielsimoes
gabrielsimoes / input.csv
Last active June 13, 2017 01:01
Rotational Velocity Graph for M31
Radius (arcmin) Radius (kpc) Frequency (MHz) Error Δf Velocity (km/s) Error Δv
25 5.68 1421.521 0.0843 235.5 17.8
30 6.81 1421.556 0.0038 242.9 0.8
35 7.95 1421.595 0.0033 251.1 0.7
40 9.08 1421.646 0.0099 262 2.1
45 10.22 1421.632 0.0327 258.9 6.9
50 11.35 1421.614 0.0270 255.1 5.7
55 12.49 1421.598 0.0810 251.8 17.1
60 13.62 1421.600 0.0350 252.1 7.4
65 14.76 1421.594 0.0881 251 18.6
https://bountify.co/un-ordered-list-to-json-and-vice-versa
@gabrielsimoes
gabrielsimoes / vadown.sh
Last active December 30, 2015 00:27
Download homiliae from vatican and save as html
#!/bin/bash
link=$1
if [[ ! -n $1 ]]
then
echo "ERROR:no link" >&2
exit 1
fi
#htmlheader="<?xml version=\"1.0\" encoding=\"utf-8\"?>