Skip to main content

Home/ Coders/ Group items matching "debug" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Joel Bennett

JavaScript Powered PHP Debugging - 0 views

  •  
    How to use javascript pop-ups for trace messages from PHP (or any other server-side development language)...
Joel Bennett

XML Editor - Edit XML Files, XML Schema, XSLT, and more - 0 views

  •  
    The XML IDE ... modeling, editing, transforming, and debugging XML-related technologies, including an awesome graphical schema designer, code generation tools, file converters, debuggers, profilers, database integration, and explicit support for XSLT, XPath, XQuery, WSDL, SOAP, and Office Open XML (OOXML) documents. It even included Visual Studio and Eclipse plug-ins...
Joel Bennett

TytanNET - Visual Studio Add-in - CodePlex - 0 views

  •  
    A bunch of stuff, including a registry editor and improved debug log viewer...
Joel Bennett

Web Development Helper - 0 views

  •  
    This is another IE plugin for improving web debugging
alex gross

CodeRun Cloud: Reach for the cloud - 4 views

  •  
    CodeRun Studio is a cross-platform Integrated Development Environment (IDE), designed for the cloud. It enables you to easily develop, debug and deploy web applications using your browser. CodeRun Studio can be used instead or alongside your existing desktop IDE. You can upload existing code in order to test it in the cloud or for sharing with your peers. CodeRun Studio also enables you to instantly compile, package and deploy your code to the CodeRun Cloud .\n
htmlslicemate.com

WP RSS Aggregator 3.1 Released - 0 views

  •  
    WP RSS Aggregator version 3.1 is out now! There are some bug fixes and enhancements. As for new features, these are: Option to set the number of feed items imported from every feed (default 5) Import and Export aggregator settings and feed sources Debugging page allowing manual feed refresh and feed reset I hope you like how the plugin is developing, and as usual feedback is welcome. An official release of the thumbnails and excerpts premium add-on will follow soon.
Fabien Cadet

2011: Linux x86 Program Start Up (low-level ; by Patrick Horgan) - 0 views

  •  
    In depth program start-up analysis, must read !
omouse

Software Engineering Code of Ethics and Professional Practice - Association for Computing Machinery - 0 views

  • Approve software only if they have a well-founded belief that it is safe, meets specifications, passes appropriate tests, and does not diminish quality of life, diminish privacy or harm the environment. The ultimate effect of the work should be to the public good.
  • Not knowingly use software that is obtained or retained either illegally or unethically.
  • Ensure proper and achievable goals and objectives for any project on which they work or propose.
  • ...2 more annotations...
  • Ensure adequate testing, debugging, and review of software and related documents on which they work.
  • Ensure adequate documentation, including significant problems discovered and solutions adopted, for any project on which they work.
Joel Bennett

The Performance of Arrays - Chris Burrows - 2 views

  • arrays of reference types are covariant in their element type, but not safely
  • where did that exception come from? It came from the runtime, which was in a unique position to know what the real type of the array object was, and the real type of the element. It needed to determine if the assignment was allowable and throw if not. Now if you think about this for a minute, you can see that it’s going to have to perform that check for every assignment to an array element
  • arrays are covariant only for reference types?
  • ...3 more annotations...
  • So if I want to have an array of reference types, but get the runtime to treat it like an array of value types, what have I got to do? Just wrap the reference type in a value type
  • So I got rid of that check, right? But I added the initialization of a value type. Did I win or lose? Let’s do some timing to figure it out.
  • when I build Debug binaries, the Reference<T> trick makes my example about three times SLOWER.
  •  
    Arrays are covariant only for reference types. If you use a struct wrapper to turn a reference type into a value type, the initialization of the value type takes less time than array assignment.
Joel Bennett

Javscript Lint - 0 views

  •  
    JavaScript Lint based on the JavaScript engine from Firefox ... check JavaScript syntax, examine coding techniques, and warn against questionable practices. Has online and dowloadable versions you can run from your IDE or CLI.
Joel Bennett

OWASP Validation Project - OWASP - 0 views

  •  
    OWASP CSRF Guard - protects a web application from Cross-Site Request Forgery attacks through the use of a unique random request token...
akselila

ListDLLs v2.25 - 0 views

  •  
    a utility that will show which DLLs are loaded on Windows.
Joel Bennett

Jash: JavaScript Shell - 0 views

  •  
    Jash is a DHTML-based window that gives you command-line JavaScript access to the current browser window.
Joel Bennett

Polyglot Programming | Dr. Dobb's | May 1, 2002 - 0 views

  • Everyone will benefit, even the Java community: Now that there's competition again, new constructs are—surprise!—again being considered for Java
  • Do languages have to sacrifice anything?
  • .NET goes much further: A routine written in a language L1 may call another routine written in a different language L2. A module in L1 may declare a variable whose type is a class declared in L2, and then call the corresponding L2 routines on that variable. If both languages are object oriented, a class in L1 can inherit from a class in L2. Exceptions triggered by a routine written in L1 and not handled on the L1 side will be passed to the caller, which—if written in L2—will process it using L2's own exception-handling mechanism. During a debugging session, you may move freely and seamlessly across modules written in L1 and L2. I don't know about you, but I've never seen anything coming even close to this level of interoperability.
  •  
    This ability to mix languages offers great promise for the future of programming languages, as the practical advance of new language designs will no longer be hindered by the library issue ...
Joel Bennett

NTrace - High Performance Tracing for .NET Applications - CodePlex - 0 views

  •  
    NTrace is a library that provides flexible, high-performance, and zero-config trace logging for your C# applications.
Rick Fan

Setting up extension development environment - MDC - 0 views

  • javascript.options.showInConsole = true. Logs errors in chrome files to the Error Console. nglayout.debug.disable_xul_cache = true. Disables the XUL cache so that changes to windows and dialogs do not require a restart. This assumes you're using directories rather than JARs. Changes to XUL overlays will still require reloading of the document overlaid. browser.dom.window.dump.enabled = true. Enables the use of the dump() statement to print to the standard console. See window.dump for more info. You can also use nsIConsoleService from privileged script. javascript.options.strict = true. Enables strict JavaScript warnings in the Error Console. Note that since many people have this setting turned off when developing, you will see lots of warnings for problems with their code in addition to warnings for your own extension. You can filter those with Console2. extensions.logging.enabled = true. This will send more detailed information about installation and update problems to the Error Console.
Joel Bennett

.NET Memory Profiler - 0 views

  •  
    Find Memory Leaks and Optimize Memory Usage in any .Net applications... C#, VB.NET, whatever
‹ Previous 21 - 40 of 51 Next ›
Showing 20 items per page