Giter VIP home page Giter VIP logo

weka-virtualenv's People

Contributors

dependabot[bot] avatar fracpete avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

thuzarwin icodein

weka-virtualenv's Issues

Search environments

  • add search box below list with environments
  • search term limits view to environments that match it (name)
  • add comment to environment

Run panel

  • run panel for executing command line cmds
  • allow output of cmds and their help

Add "offline" flag

In order to avoid refreshing the package cache, allow environments to be run in offline mode:

-Dweka.packageManager.offline=true

source

In the GUI: global and per environment.
Command-line: for package manager operations.

Full/collapsed view

For handling many environments better:

  • full view is current view with additional collapse button
  • collapsed view is only name and a button to expand it

echo

  • simple command that just prints the specified message
  • parameters
    • --message - the message to output

foreach_line

  • allows launching of sub-command(s) for each line in a text file
  • parameters
    • --file - the text file to read line by line (skips empty lines)
  • {line} placeholder can be used in the sub-command (gets expanded in each iteration)

custom CLASSPATH

  • check for custom CLASSPATH variable in env variables
  • insert existing CLASSPATH variable at start of classpath used to launch the Java process

foreach_row

  • allows launching of sub-command(s) for each row in a CSV spreadsheet
  • parameters
    • --file - the CSV spreadsheet to load
    • --no-header - if the spreadsheet contains no header
    • --separator - the column separator to use
  • {n} placeholder (with 1..n for the n columns in the spreadsheet) can be used in sub-command (gets expanded in each iteration)

foreach_file

  • allows launching of sub-command(s) for each of the files it finds
  • parameters
    • --dir - the directory to search
    • --recursive - if specified, search is recursive
    • --regexp - regular expression to match against the filenames (excl path)
  • {file} placeholder can be used in the sub-command (gets expanded in each iteration)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.