Projects tagged ‘java’ and ‘shell’


Jump to tag:

Projects tagged ‘java’ and ‘shell’

Filtered by Project Tags java shell

Refine results Project Tags linux (8) unix (6) script (5) python (5) eclipse (5) c (4) tools (4) ant (3) bash (3) commandline (2) ssh (2) shell_script (2)

[37 total ]

49 Users
   

Continuum is a continuous integration server for building Java based projects. It supports a wide range of projects.
Created over 3 years ago.

1 Users

This application assists DB2 users while writing commands, proposing options and parameters or, completing words.
Created 9 months ago.

1 Users
 

OSGi universal shell
Created 11 months ago.

0 Users

从股票每日发行价的文本数据中,提取、分析、并且整理出使用某中具体策略所产生的回报。
Created 4 months ago.

0 Users

首要支持CentOS-x86_64下常用服务程序的安装 主要目的在不需要整天操作Linux的朋友,但有时又需要安装一些应用程序。使用此脚本来安装,事半功倍。 ... [More] 此脚本主要利用局域网共享资源进行安装,也考虑支持使用英特网安装(后期实现)。 脚本来由作者在工作中,常需要测试服务器程序的性能。但兼顾服务器系统和应用程序的维护工作。 作者本人非常痛恨Linux下软件的安装,不可预料的错误太多。需要你对系统和应用程序有一定的了解才容易解决。很多情况下,作者只想安装一个应用环境,仅此而已。 故编写此脚本 1、替代重复工作 2、记录出现过的错误 3、有同样需要的朋友可以从中得到参考 4、喜好shell,练练手 5、希望能与同志之士有所交流和提高 [Less]
Created 4 months ago.

0 Users

Shell command for jmx invocations
Created about 1 month ago.

0 Users

The whole idea of implementing a UNIX shell raised to my mind was when i decided to do something different, which we all are trying to do at one instance or the other. The current generation is fast ... [More] we need to update ourselves to newer technologies, right now when this is been implemented there would be a new filed in computer stream been born some where in some part of the world, which may make one great revolution. But, at the end of the day i learnt a good moral “Do it different or don’t do it at all”, the challenges i faced while coding the project have made me stronger and the happiness it has given us is priceless all in all we do believe “If you can dream it you can do it!!!” Please help me to improve this more . [Less]
Created about 1 year ago.

0 Users

Simple virtual machine manager School example for KIV/OS at University of West Bohemia in Pilsen, Czech Republic. Language: Java Team size: 3
Created about 1 month ago.

0 Users

JavaShellScript is a tool to run small Java programs as shell scripts.How jss worksWith jss (short for JavaShellScript) you can run java programs, without compiling them, directly as if they were ... [More] shell scripts. jss will compile the Java-file and save the class file in a cache. When you call the Program the next time, jss will run the cached class file, if the source file isn't changed. You can use jss with every Java program. The only thing you need to do is to add a Shebang line to your source code. The file don't need to have the .java suffix. A "Hello World" sampleFirst create a file sample.java with the following content #!/usr/bin/env jss public class sample { public static void main(String[] args) { System.out.println("Hello World!"); } }Make the file executable: chmod +x sample.javaRun the program: ./sample.java [Less]
Created 3 months ago.

0 Users

The aim of this project is to create a shell environment that merges some common Windows and UNIX commands into one. It is programmed in Java for portability and easy understandability.
Created 9 months ago.