Skip to content

Instantly share code, notes, and snippets.

0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli '/Users/knirirr/.meteor/packages/meteor-tool/.1.10.2.lhy9t1.8ap0m++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/node',
1 verbose cli '/Users/knirirr/.meteor/packages/meteor-tool/.1.10.2.lhy9t1.8ap0m++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm',
1 verbose cli 'rebuild',
1 verbose cli '--update-binary'
1 verbose cli ]
2 info using npm@6.14.0
3 info using node@v12.16.1
4 info readInstalled object
@knirirr
knirirr / elixir_events.txt
Created August 31, 2017 10:30
Comparison of Google and Nominatim output for Elixir evnets
N: ELIXIR Luxembourg – Launch Event, 49.501954700000, 5.94303 | G: ELIXIR Luxembourg – Launch Event, 49.5019547, 5.9430323,
N: ELIXIR HoNs meeting, 46.7985624, 8.2319736, | G: ELIXIR HoNs meeting, 46.818188, 8.227512,
N: Translational Medicine 2017, 49.8167003, 15.4749544, | G: Translational Medicine 2017, 49.81749199999999, 15.472962,
N: 4th International Systems Biomedicine Symposium - Impact o | G: 4th International Systems Biomedicine Symposium - Impact o
N: ELIXIR Innovation and SME Forum: Data-driven innovation in | G: ELIXIR Innovation and SME Forum: Data-driven innovation in
N: ELIXIR TrCG and TeCG F2F meeting, 46.603354, 1.8883335, | G: ELIXIR TrCG and TeCG F2F meeting, 46.227638, 2.213749,
N: 2nd CORBEL Annual General Meeting, 52.384327600000, 4.9008 | G: 2nd CORBEL Annual General Meeting, 52.38432760000001, 4.90
N: BioData World Congress 2017, 52.07907325, 0.18435961434424 | G: BioData World Congress 2017, 52.0785333, 0.1861349,
N: ELIXIR Board meeting (Paris), 46.603354
@knirirr
knirirr / gist:0a142a6e10161867fdee46efa17aba07
Last active November 24, 2016 17:49
Preventing unauthorised tags for tagEditor
<label>Countries</label>
<input type="text" id="countries" name="countries" style="width: 200px" placeholder="Country" class="form-control tagManager"/>
<div class="alert alert-warning" id="country-warning" style="display: none;">
</div>
<script type='appliction/javascript'>
var countries = ['UK', 'USA'];
$('#countries').tagEditor({