server.reprozip.org Open in urlscan Pro
216.165.12.42  Public Scan

Submitted URL: http://server.reprozip.org/
Effective URL: https://server.reprozip.org/
Submission Tags: @phish_report
Submission: On September 28 via api from FI — Scanned from AU

Form analysis 1 forms found in the DOM

POST /upload

<form method="POST" action="/upload" enctype="multipart/form-data" id="rpz_form">
  <input type="hidden" name="_xsrf" value="2|e5eefaf3|667949a294b5ca8d18797c1b0d9b7cf5|1727495819">
  <div class="mb-3">
    <label for="rpz_file" class="form-label">Upload a <code>.rpz</code> file</label>
    <input type="file" class="form-control" id="rpz_file" name="rpz_file" accept=".rpz">
  </div>
  <div class="mb-3">
    <label for="rpz_url" class="form-label">or provide a package's URL</label>
    <input type="text" class="form-control" id="rpz_url" name="rpz_url" placeholder="http://experiment.rpz">
  </div>
  <div id="rpz_progress_wrapper" class="progress mb-3" hidden="">
    <div id="rpz_progress_bar" class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%">
    </div>
  </div>
  <p id="rpz_status"></p>
  <button type="submit" class="btn btn-primary" disabled="true">Upload</button>
</form>

Text Content

ReproServer
 * About
   
 * Links
   * GitHub Repository
   * ReproZip Website
   


SHARE REPRODUCIBLE WORK

This site allows you to run reproducible research packaged with ReproZip
directly from your browser. Upload your own .rpz file and click the "Upload"
button!


TRACE

Trace your application in the terminal





PACK

Generate a ReproZip bundle





RECORD

For web apps, augment your bundle with an archive of client-side assets





REPLAY

Replay your application


SELECT A PACKAGE TO UPLOAD

Upload a .rpz file
or provide a package's URL




Upload


EXAMPLES

bechdel.rpz: Attempt to replicate the findings from a FiveThirtyEight article
examining gender bias in the movie business

digits_sklearn_opencv.rpz: Recognizing the value of hand-written digits using
OpenCV and scikit-learn

bash-count.rpz: Simple bash script counting the lines in a file

--------------------------------------------------------------------------------

Version: 0.8
Any questions or comments can be directed to the ReproZip mailing list or on
GitHub via an issue.