Code Monkey home page Code Monkey logo

svn2github / cytoscape Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 16.0 2.82 GB

This is a clone of an SVN repository at http://chianti.ucsd.edu/svn/. It had been cloned by http://svn2github.com/ , but the service was since closed. Please read a closing note on my blog post: http://piotr.gabryjeluk.pl/blog:closing-svn2github . If you want to continue synchronizing this repo, look at https://github.com/gabrys/svn2github

Java 94.58% Perl 0.35% Shell 0.14% JavaScript 1.05% CSS 0.10% PHP 0.60% XSLT 0.20% Haskell 0.01% Python 1.73% R 0.38% Prolog 0.01% Graphviz (DOT) 0.01% Racket 0.58% C++ 0.16% C 0.10% Rust 0.01% Smalltalk 0.01% Processing 0.01% M 0.01% MATLAB 0.01%

cytoscape's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cytoscape's Issues

regex for doubles too strict

.compile("(\\+|\\-){0,1}\\d+\\.\\d+((E|e)(\\+|\\-){0,1}\\d+){0,1}");;

The pattern realPattern accepts 6.4E-190 but rejects 6.E-190. However, java.lang.Double.parseDouble() accepts both.

The regex (\\+|\\-){0,1}\\d+\\.\\d+((E|e)(\\+|\\-){0,1}\\d+){0,1} needs the digit match after the decimal to be swapped from \d+ to \d* like this: (\\+|\\-){0,1}\\d+\\.\\d*((E|e)(\\+|\\-){0,1}\\d+){0,1}

Cheers

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.