Projects tagged ‘parameters’


[5 total ]

0 Users

Parameters allows you to add annotated variables to your classes which may have configurable default values.
Created 11 months ago.

0 Users

this is a process which is used to calibrate the parameters of microscopic traffic simulation model.
Created about 1 year ago.

0 Users

SOURCE WILL COME SOON! To install: just download and run the provided ParamRun.exe and it will automatically install to C:\Program Files\Param Run\ along with a readme.txt Once you run the ... [More] application, an option in the context menu (right click menu) will appear on EXE files, named "Run With Parameters." When you click this option, you will be prompted with an input box to enter your parameters. Type your parameters in, and click OK. Examples: Let's say you want to open Firefox's profile manager. In this case, right click on either the Firefox EXE OR a shortcut to Firefox, and hit "Run With Parameters." When prompted to enter the parameters, you would type the following and hit OK: -ProfileManager Let's say you want to use PuTTY to connect to a server. Right click on either a shortcut or the actual EXE, and select "Run With Parameters." Now type the following, with your own information, and hit OK: -ssh -l root -pw alpine 192.168.1.128 where "root" is your username, "alpine" is your password, and "192.168.1.128" is your server IP Features: asily uninstall by passing "-u" (without quotes) to the ParamRun.exe ingle item history for each unique filename ("c:\apache\httpd.exe" and "c:\wos\apache2\httpd.exe" are seen as the same filename) NOTE: Since this program adds an entry to the Windows registry, it might be neccessary to run it with administrative privileges. [Less]
Created about 1 year ago.

0 Users

RunWithParameters allows running any application with a parameter, without going to the command-prompt. Integrated into the shell, a right-click on an executable launches a pop-up window where the user enters a parameter.
Created about 1 year ago.

0 Users

Utility classes, JSP tags, Servlets, and extensions to different external API. IntroductionDebuggingFilter is a servlet filter that add a "debug.jspInfo" attribute to the current request to be used ... [More] in jsp pages, for debugging purpose. SamplesSee how the debug info will look like. ConfigurationConfigure web.xmlAdd this to your WEB-INF/web.xml file: debugging ro.raisercostin.web.DebuggingFilter debugging /* Configure web.xmlAdd this to desired jsp file : ${debug.jspInfo}Configure loggingTo log the request parametes add in log4j.properties file : log4j.logger.ro.raisercostin.web.DebuggingFilter.PARAMETERS=debugTo log the request and header parameters add in log4j.properties file : log4j.logger.ro.raisercostin.web.DebuggingFilter.REQUEST=debugTo log all environment parameters add in log4j.properties file : log4j.logger.ro.raisercostin.web.DebuggingFilter.ALL=debugConfigure maven dependenciesAdd this to your pom.xml file, inside /project/dependencies/ : ro.raisercostin raisercostin-jsp 1.0 Add this to your pom.xml file, inside /project/repositories/ : raisercostin raisercostin http://raisercostin.googlecode.com/svn/maven2 [Less]
Created about 1 year ago.