Skip to content

Instantly share code, notes, and snippets.

View Felienne's full-sized avatar

Felienne Hermans Felienne

View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
Year Average temperature
1900 9.727583333
1901 9.17025
1902 8.6925
1903 9.680166667
1904 9.517333333
1905 9.285333333
1906 9.675333333
1907 9.107833333
1908 8.989833333
4
5
7
12
90
171
We can't make this file beautiful and searchable because it's too large.
1/2/65,13:44:18,19.246,145.616,Earthquake,131.6,6
1/4/65,11:29:49,1.863,127.352,Earthquake,80,5.8
1/5/65,18:05:58,-20.579,-173.972,Earthquake,20,6.2
1/8/65,18:49:43,-59.076,-23.557,Earthquake,15,5.8
1/9/65,13:32:50,11.938,126.427,Earthquake,15,5.8
1/10/65,13:36:32,-13.405,166.629,Earthquake,35,6.7
1/12/65,13:32:25,27.357,87.867,Earthquake,20,5.9
1/15/65,23:17:42,-13.309,166.212,Earthquake,35,6
1/16/65,11:32:37,-56.452,-27.043,Earthquake,95,6
1/17/65,10:43:17,-24.563,178.487,Earthquake,565,5.8
@Felienne
Felienne / test.txt
Last active April 3, 2018 09:52
Testfiles IO
1
12
67
134
90
@Felienne
Felienne / gist:cc6ad6116bb4342c3fe0
Created December 11, 2014 14:34
SQL to Cypher
It was:
SELECT dbo.CellInRange.cellID, dbo.precedents_range.cellID as PrecID
FROM dbo.Cells as CellsInRange
INNER JOIN
dbo.precedents_range ON CellsInRange.Id = dbo.precedents_range.cellID
INNER JOIN
dbo.Range ON dbo.precedents_range.rangeID = dbo.Range.Id
INER JOIN
Dbo.CellInRange ON dbo.Range.Id = dbo.CellinRange.rangeID

Preprints of ICSE 2013 papers

Found 21 preprints so far of the 85 papers listed here, http://2013.icse-conferences.org/content/accepted-papers-technical-research-track (most recent additions first)

If yours is missing, tweet or email me! The same if you find a false positive.

What Good Are Strong Specifications? Nadia Polikarpova, Carlo A. Furia, Yu Pei, Yi Wei, and Bertrand Meyer (ETH Zurich, Switzerland)