Fork me on GitHub

Changes between Version 1 and Version 2 of GitHubProblems


Ignore:
Timestamp:
Dec 15, 2014, 12:33:13 PM (10 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitHubProblems

    v1 v2  
    55
    66  - no private wiki pages (where we'll put our todo list and referee comments?)
     7
     8  - command line unfriendly behavior of the !GitHub download links for .zip and .tar.gz files
     9    - here is how it works currently:
     10{{{
     11wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.1.2.tar.gz
     12}}}
     13    - here is how it works with !GitHub (command is almost twice longer and with additional parameters):
     14{{{
     15wget --no-check-certificate https://github.com/delphes/delphes/archive/master.tar.gz -O delphes-master.tar.gz
     16}}}
    717
    818  - no search in wiki pages (github proposes to do it from command line using grep)