We can make this file beautiful and searchable if this error is corrected: It looks like row 9 should actually have 8 columns, instead of 7 in line 8.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name,Dates,City,Country,Region,Participants,Website,Wikipedia | |
IFA,August 31 - September 5 2018,Berlin,Germany,Europe,253000,https://www.ifa-berlin.de/,https://en.wikipedia.org/wiki/Internationale_Funkausstellung_Berlin | |
Bits & Pretzels,September 30 - October 2 2018,Munich,Germany,Europe,5000,https://www.bitsandpretzels.com, | |
Web Summit,November 5 - 8 2018,Lisbon,Portugal,Europe,60000,https://websummit.com/,https://en.wikipedia.org/wiki/Web_Summit | |
MEDICA,November 12 - 15 2018,Dusseldorf,Germany,Europe,118000,https://www.medica.de/,https://de.wikipedia.org/wiki/MEDICA | |
Slush,December 4 - 5 2018,Helsinki,Finland,Europe,20000,http://www.slush.org/,https://en.wikipedia.org/wiki/Slush_(event) | |
35C3,December 2018,Leipzig,Germany,Europe,12000,https://events.ccc.de/,https://en.wikipedia.org/wiki/Chaos_Communication_Congress | |
CES,January 8 - 11 2019,Las Vegas,USA,North America,182000,http://ces.tech/,https://en.wikipedia.org/wiki/Consumer_Electronics_Show | |
HIMSS,February 11 - 15 2019,Orlando,USA,North America,40000,https://w |
We can make this file beautiful and searchable if this error is corrected: It looks like row 9 should actually have 7 columns, instead of 5 in line 8.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name,TypeOf,Website,Twitter,Facebook,YouTube,LinkedIn | |
Structural Genomics Consortium - SGC,Organization,https://www.thesgc.org/,thesgconline,structuralgenomicsconsortium,user/theSGCchannel/videos,company/structural-genomics-consortium-sgc- | |
University of Oxford,Founder,http://www.ox.ac.uk/,uniofoxford,the.university.of.oxford,oxford,school/university-of-oxford/ | |
University of Toronto,Founder,https://www.utoronto.ca/,uoft,universitytoronto,user/universitytoronto,school/university-of-toronto/ | |
Universidade Estadual de Campinas - Unicamp,Founder,http://www.unicamp.br/unicamp/,unicampoficial,unicampoficial,channel/UCIbv86TkZal7E9QWkatWBLA, | |
Karolinska Institutet,Founder,https://ki.se/start,karolinskainst,karolinskainstitutet,karolinskainstitutet,school/karolinska-institutet/ | |
University of North Carolina at Chapel Hill ,Founder,https://www.unc.edu/,PKISandTell,uncchapelhill,user/UNCChapelHill, | |
Goethe University Frankfurt,Founder,http://bit.ly/2qwsLZr,goetheuni,goetheuni,, | |
Abbvie,Partner,https://www.abbvie.com/,abbvie, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Copyright (c) 2002-2012 "Neo Technology," | |
# Network Engine for Objects in Lund AB [http://neotechnology.com] | |
# | |
# This file is part of Neo4j. | |
# | |
# Neo4j is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
### BEGIN INIT INFO | |
# Provides: neo4j-service | |
# Required-Start: | |
# Required-Stop: | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
### END INIT INFO | |
# Copyright (c) 2002-2012 "Neo Technology," |