File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ Number of commits to the github/github Git repository, by author:
41
41
▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▃▁▁▁▁▁▁▁▁▂▁▁▅▁▂▁▁▁▂▁▁▁▁▁▁▁▁▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁
42
42
```
43
43
44
- Magnitude of earthquakes over 1.0 in the last 24 hours:
44
+ Magnitude of earthquakes worldwide 2.5 and above in the last 24 hours:
45
45
46
46
``` sh
47
- › curl http:// earthquake.usgs.gov/earthquakes/catalogs/eqs1day-M1.txt --silent |
47
+ › curl earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_day.csv --silent |
48
48
sed ' 1d' |
49
- cut -d, -f9 |
49
+ cut -d, -f5 |
50
50
spark
51
- ▅▆▂▃▂▂▂▅▂▂▅▇▂▂▂▃▆▆▆▅▃▂▂▂▁▂▂▆▁▃▂▂▂▂▃▂▆▂▂▂▁▂▂▃▂▂▃▂▂▃▂▂▁▂▂▅▂▂▆▆▅▃▆
51
+ ▃█▅▅█▅▃▃▅█▃▃▁▅▅▃▃▅▁▁▃▃▃▃▃▅▃█▅▁▃▅▃█▃▁
52
52
```
53
53
54
54
Code visualization. The number of characters of ` spark ` itself, by line, ignoring empty lines:
You can’t perform that action at this time.
0 commit comments