Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 15 of 17

Weework is a very light plugin featured, session enabled, adodb_lite (1.20) powered and smarty (2.6.14) extended PHP framework. Some Plugins are available:  * simple BBCode parser  * XHTML Compliant WikiRenderer  * PHP Backtrace Debug Plugin  * Captcha generator ... [More] using GD2 It uses a similar way to think as the Zoop framework but very lighter. Initial Code is on the SVN repository, it includes smarty and a small demo. You can reach the project here : http://weework.starnux.net or see downloads some releases on http://weework.starnux.net/downloads [Less]

0
 
  0 reviews  |  0 users  |  31,275 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

1. debug support for ARM, MIPS, etc. 2. TCL integrated command for testing embedded hardware and software

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

AbstractWebugger is a code example in Java on how to non-intrusively integrate a script debugger in a webpages or applications code. In the future, I wish to have a couple of handy scripts to extract useful state from the the context. InstructionsDownload and unzip the source code Run "mvn ... [More] test jetty:run" in a terminal The application is now started on http://localhost:8080/webugger/test.jsp Screenshots [Less]

0
 
  0 reviews  |  0 users  |  204 lines of code  |  0 current contributors  |  Analyzed about 17 hours ago
 
 

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 in jsp pages, for debugging purpose. SamplesSee how the debug info will look like. ... [More] 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]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 

SGLog is intended to be a syslog-style debugging and logging framework for the objective-c 2.0/cocoa development environment in Mac OS X. Initial Features: messages to arbitrary text-based log files messages to the standard syslog facilities allow multiple facilities which can filter messages ... [More] based on priority (similar to syslog) Intended features: allow the debugging to be controlled at runtime with .plist files and/or environment variables the ability to send debug messages to a remote logging facility optional encryption for remote logging MIT license so it can be used in open source and non-open projects or products. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 

Contains class set for debugging C++ applications in windows platform. Simplifies debug output.

0
 
  0 reviews  |  0 users  |  1,173 lines of code  |  0 current contributors  |  Analyzed 7 months ago
 
 

to be added soon ..see link of bachelor thesis last_update:Nov14_09

0
 
  0 reviews  |  0 users  |  34,859 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

A GameBoyAdvanced Emulator for the GBA. It can be used for debugging,cheating,...

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

The basic idea is to be able to view debugging infomation for a single user in production As you know most of the django real life appliaction runnning on apache server. in a production you do not want to log debug information to a file and you also want to debug infomation to a specific user. ... [More] So the middleware basic idea is to detect a pre defined useranegt or a list of IP's that will enable the output of debug information that was set in the "views" and append this data to the html page that is generated. And you just need to view source in the browser. Installdownload http://debugview.googlecode.com/files/DebugView-1.0.zip unzip DebugView-1.0.zip run python setup.py install How to use itin django settings file add to MIDDLEWARE_CLASSES tuple django.contrib.debug.middleware.DebugView add to django views file from django.contrib.debug.middleware import append_debug_info use the function append_debug_info(request,key,value) to add debug data to the request object Configure ( in django settings.py file)To enable useragnet filter DEBUG_USER_AGENT = 'My Site Debug UserAgent'To enable ip filter DEBUG_IP_LIST = ('127.0.0.1','192.168.2.108')Change Default rendering method def my_rendering_method(debug_info=None): if debug_info == None: return '' return '' RENDERING_METHOD = my_rendering_methodHow to change UserAgentFireFox: use User Agent Switcher https://addons.mozilla.org/en-US/firefox/addon/59 [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 9 days ago
 
 

A javascript debuging tool, for trace messages to an console, like (but a bit more powerfull than) Firebug's console.log() function. For developers that aim for quality.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 10 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.