Skip to content

Releases: ylogx/universal

Release v2.0.0

10 May 22:55
Compare
Choose a tag to compare
  • Close opened files in setup.py

Update to the release

10 May 22:59
Compare
Choose a tag to compare
  • Upgraded commandline options
  • Check existence of input files

PyPi Release

10 May 23:00
Compare
Choose a tag to compare
v1.9.8

More consolidated structure

Released for beta testing

01 Feb 21:27
Compare
Choose a tag to compare
v1.9.1

Updated README.md file and some minor fixed

Version 2 - Beta

01 Feb 21:21
Compare
Choose a tag to compare
Version 2 - Beta Pre-release
Pre-release

Based on perl
Significantly faster then the shell script

chaudhary@Jarvis:~/code/scripts/universal$ time ./universal.pl Hello.java

            • JAVA: Compiling Hello .java file + + + + +
              Performing javac Hello.java
            • java Hello OUTPUT follows:
              Hello World

real 0m0.563s
user 0m0.843s
sys 0m0.057s

chaudhary@Jarvis:~/code/scripts/universal$ time ./universal.sh Hello.java
\ + + + + + + JAVA: Compiling Hello .java file + + + + +
Performing 'javac Hello.java'
\ + + + + + + java Hello OUTPUT follows:
Hello World

real 0m0.638s
user 0m1.073s
sys 0m0.073s

Shell script, Perl porting help welcome

06 Jan 10:31
Compare
Choose a tag to compare

The perl porting is still in progress and is incomplete but the shell script has been tested several times and is fit for daily use with a lot of new enhancements in it.
The name of the shell script is universal.sh and the previous shortcut may not work now.

Shell Script for any source

06 Jan 10:35
Compare
Choose a tag to compare

A Shell Script which is able to handle almost any type of source code.

Foundation of project Universal

06 Jan 10:38
Compare
Choose a tag to compare
Pre-release

A single file able to handle source files of C or C++ i.e. a single command to compile c and cpp source code.

Two shell scripts for c & c++

06 Jan 10:34
Compare
Choose a tag to compare
Pre-release

c.sh can handle c source code where as cpp.sh is able to handle c++ source code.