Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts
Decompiler of Visual Basic programs. Decompiling forms, p-code, native code rapidly in order to provide the perfect environment for debugging
VB Decompiler Lite is a decompiler for programs (EXE, DLL or OCX) written in Visual Basic 5.0 and 6.0 and disassembler for programs written on .NET technology. As you know, programs in Visual Basic can be compiled into interpreted p-code or into native code.

Since p-code consists of high-level commands, there is a real possibility to decompile it into the source code (of course, the names of variables and some functions will not be decompiled). VB Decompiler Lite restores source code from p-code as much as possible precisely.

And after some modifications you may try to compile generated code. If a program was compiled into the native code, restoring full source code from machine instructions is not possible. But VB Decompiler Lite can help to analyze the program even in this situation as well. 
decompile application | decompile DLL | application decompiler | decompile | decompiler | disassemble


It contains a powerful disassembler and emulator. This powerful engine tries to decode most assembler instructions to most likely VB commands. Of course, it fails on some optimizations of assembler code and sometimes generate incorrect instructions. But at this time this is a best way to analyze native code applications.

If a program was compiled to .NET assembly, decompiler will recover all tables and modules in managed assembly and disassemble all methods, functions and events using IL disassembler. .NET FrameWork is not needed for decompilation.

In general, VB Decompiler Lite is an ideal tool for analyzing programs and it is perfect if you lose the source code and need to partially restore the project.
 VB Decompiler Lite is the ideal tool for programs analysis and recovering lost source code.
Here are some key features of "VB Decompiler Lite":
  • Decompiling forms and usercontrols object files
  • P-code decompiling
  • Disassembling native code procedures
  • Syntax coloring in decompiled code
  • String reference list and search engine
  • Fast decompiling speed
Requirements:
  • Intel/AMD processor 1.8Ghz or higher
  • 256Mb of free RAM
Limitations:
  • Some features are disabled: P-Code decompiling, view API function references and view string data references
What's New in This Release:
  • Support for the x64 .NET applications (managed code only)
  • All translations is true unicode now
  • Correctly show unicode chars in name of form, module, function, code, etc
  • Unicode editing of String References
  • All internal code and structures is rewriten to unicode now
  • New functions for String References (access from the popup menu):
  • copy to clipboard and open in a HEX Editor
  • Deleted right edge line at the code listing
  • ProgressBar in Windows 7/8 taskbar
  • Increased string referencess processing speed
  • Filtering empty lines of code
  • File opening and compiler checking optimized
  • Increasing speed of the parsing methods (VB5/6)
  • Refactoring and optimizations
  • Search strings without a case sensitive
  • After opening database and if file for the decompilation is not found,
  • VB Decompiler trying to search file in a folder with database
  • Processing single vbCr and vbLf (P-Code)
  • Show partially recovered DataReport, DataEnvironment, DHTMLPage designers (dsr)
  • PropertyPages (pag) and UserDocuments (dob)
  • BugFix:...
Publisher:DotFix Software
License:Demo
Size/OS::3.7 MB / Windows XP / Vista / 7 / 7 64 bit / 8 / 8 64 bit / 2008

Download

:VB Decompiler Lite
Discover how you can automate tedious tasks with regular expressions and quickly create regular expressions that match exactly what you want
RegexBuddy is a practical and reliable application that enables you to easily work with various regular expressions.

Easily create regular expressions that match exactly what you want. Clearly understand complex regexes written by others. Use plain English building blocks instead of or in addition to the standard regex syntax.

Quickly test any regular expression on sample strings and files, preventing mistakes on actual data. Use the regex in your source code with code snippets automatically adjusted to the particulars of C#, VB.NET, Java, C, C++, Delphi, Perl, PHP, Python, JavaScript, etc.

Collect and document libraries of regular expressions for future reuse. Integrate RegexBuddy with your favorite searching and editing tools for instant access.

Learn all there is to know about regular expressions from RegexBuddy's comprehensive documentation and detailed regular expression tutorial. RegexBuddy is a program that allows you to create expressions.
Here are some key features of "RegexBuddy":
test expression | expression creator | create expression | searcher | expression | debugger

  • Easily create regular expressions that match exactly what you want.
  • Clearly understand complex regexes written by others.
  • Quickly test any regex on sample strings and files, preventing mistakes on actual data.
  • Debug without guesswork by stepping through the actual matching process.
  • Use the regex with source code snippets automatically adjusted to the particulars of your programming language.
  • Collect and document libraries of regular expressions for future reuse.
  • GREP (search-and-replace) through files and folders.
  • Integrate RegexBuddy with your favorite searching and editing tools for instant access.
Limitations:
  • 7 days trial
  • Does not provide access to the regular expression discussion forum
What's New in This Release:
  • Bug fixes:
  • Flavors: Oracle 10gR2 and later support lazy quantifiers.
  • Insert Token|Quantifier now disables the "possessive" radio button for Ruby 2.0 when the minimum and maximum repetition require curly braces to be generated. This prevents {n,m}+ from being generated, which Ruby 2.0 interprets as two combined quantifiers rather than as a single possessive quantifier.
  • Proxy settings were not preserved when restarting RegexBuddy.
  • Regex: Ctrl+[ did not select the text between the next level of brackets when the selection already spans a pair of brackets.
  • Regex: Mode modifiers inside groups were highlighted with the wrong colors.
  • Test: Match highlighting disappeared when the regex is valid but the replacement text has syntax errors; toggling the Highlight button off and on made it reappear.
  • Use: R functions "get a logical vector..." should call R's grepl() function instead of lgrep() which does not exist.
Publisher:JGsoft - Just Great Software
License:Trial
Size/OS::11.4 MB / Windows All

Download

:RegexBuddy
A tool especially created for Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily
wxPython was designed to be a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWidgets cross platform GUI library, which is written in C++.

Like Python and wxWidgets, wxPython is Open Source which means that it is free for anyone to use and the source code is available for anyone to look at and modify. Or anyone can contribute fixes or enhancements to the project.

wxPython is a cross-platform toolkit. This means that the same program will run on multiple platforms without modification. Currently supported platforms are 32-bit Microsoft Windows, most Unix or unix-like systems, and Macintosh OS X.
Python Development | Develop Python Application | Cross Platform | Python | Development | Develop

Requirements:
  • Python
What's New in This Release:
  • wx.media.MediaCtrl on OSX-cocoa now has a functioning back-end using the QTKit framework, so it works when running in either 32-bit or 64-bit mode.
  • Printing triggered from a Javascript window.print() statement will now work on OSX when using the old wx.webkit or the new wx.html2 browser controls.
  • Updated Scintilla code to verison 3.21
  • Lots of fixes and improvements in the wxWidgets code.
  • Changed the wx.DateTime.Parse* methods to work like they did in wxPython 2.8, they now return an integer indicating how far in to the string that the parser parsed, or -1 on error.
  • Updated wx.lib.pdfviewer with patches from David Hughes.
Publisher:wxPROs
License:Freeware
Size/OS::14.5 MB / Windows All

Download

:wxPython 2.9.5.0
A powerful .NET Word component
Spire.Doc for is a .NET Word component designed to allow your .NET applications perform a wide range of Word document processing tasks directly, such as generate, write, read and modify Word documents without Microsoft Office Word Automation.

As a powerful .NET Word component, Spire.Doc for .NET Standard allows directly operate Word document, format and style and insert content to Word document. Spire.Doc for .NET supports Word 97, Word 2003, Word 2007 and Word 2010.
Here are some key features of "Spire.Doc":
.NET application | NET Word component | NET component | component | NET | Word

  • Directly Operate Word document:
  • Create new Word document, set up Word document properties, page break, Word document copy, encrypt/decrypt Word document, globally search/replace in Word document, mail merge, fill filed, etc.
  • Format and Style Setting:
  • Set up Word document font, color and highlight. Indent Word document, list Word document content, text alignment, build style, named style, etc.
  • Insert Content to Word Document:
  • Insert image, hyperlink, comments, bookmarks, table, foot note, Ole object, Header/Footer (Text/Image/Table), Text/Image WaterMark, HTML, etc.
  • Conversion:
  • Doc to HTML, PDF, XML, RTF, Text, Docx, Dot and HTML, XML, RTF, Text, Docx, Dot to Doc
Requirements:
  • NET Framework
What's New in This Release:
  • Fix bug of word saving which caused an error when open the result word document
  • Fix bug of converting doc to pdf, which caused a StackOverflowException
  • Fix bug of the layout of picture in footer during doc to pdf
  • Fix bug of null pointer exception when loading rtf file
  • Fix bug of loading rtf file which caused the missing of one picture.
  • Fix bug of ArgumentOutOfRangeException during doc to pdf
  • Fix bug of incorrect table layout during doc to pdf
  • Add new feature to support parsing TextRange including another TextRange
  • Fix bug of TextRange.CharacterFormat clone method, which causes incorrect font color.
  • Fix bug of splitting forcedly word to letters
  • Fix bug of incorrect table border after doc to html
Publisher:e-iceblue
License:Shareware
Size/OS::93.3 MB / Windows All

Download

:Spire.Doc 4.9.32
An efficient and reliable utility whose main function is that of a Visual Studio plug-in meant to integrate Subversion and TortoiseSVN
VisualSVN is a useful and easy to use plug-in that was designed in order to provide you with the means of integrating Subversion and TortoiseSVN seamlessly with Visual Studio. VisualSVN virtually eliminates the management of your project source code files within Subversion.

As such, you can easily program, design, debug and deploy with VisualSVN as your silent partner that safeguards your source code.
Here are some key features of "VisualSVN":
Visual Studio | Visual Studio plugin | integration plugin | plugin | Visual Studio | integrate
  • Live Status:
  • VisualSVN instantaneously displays any change made to the working copy, including property changes, folder changes and changes made to files that are not included in the solution.

  • Quick Diff:
  • The Quick Diff feature allows you to assess, review and quickly navigate between changed blocks of code and selectively revert them. Quick Diff markers are shown right in the editor and are computed and updated instantaneously. This is the flagship feature that dramatically changes your coding and code review behaviour.
  • File Operations Tracking:
  • VisualSVN tracks all file operations performed in Visual Studio and properly reflects them to Subversion. All refactorings performed by third-party plug-ins are also properly handled and reflected to your working copy.
  • Easy Start:
  • We strive to make VisualSVN as user-friendly as possible providing you with a handy wizards to help you start using Subversion in a in a couple of clicks.
  • Polished usability:
  • Complete and comfortable integration of Subversion into Visual Studio is also achieved by a carefully designed menus, dedicated toolbar and other features that are invisible at first sight.
  • Professional grade product:
  • VisualSVN is a professional grade Subversion integration plug-in. Being designed and built specifically for enterprise customers, VisualSVN provides an excellent level of stability, usability and robustness.
Requirements:
  • Visual Studio 2005 or later
  • TortoiseSVN Subversion client.
Limitations:
  • 30-day trial period
What's New in This Release
  • New features:
  • Support for Visual Studio 2013.
  • Conflicts resolution using Visual Studio Merge Tool.
  • Integration with VisualSVN Repository Configurator.
  • Simple repository browser which allows branch selection in the 'Switch to Branch' dialog.
  • Other changes:
  • Overall performance improvement on huge working copies.
  • Show QuickDiff markers in Peek Definition window in Visual Studio 2013.
  • New status icons for dark themes in Visual Studio 2012 and Visual Studio 2013.
  • Context menu command 'Resolved' is renamed to 'Mark as Resolved'.
  • Support for Red Gate SQL Connect projects in Visual Studio 2012.
  • Switch combo-box in the toolbar now remembers URLs for the last 10 branches.
  • Prohibit to switch between ancestrally unrelated branches.
  • Fixed: unlikely race-condition when vsvnvswrk.exe worker process is actually finished but some files are still locked.
  • Fixed: Visual Studio crashes when renaming a folder in JavaScript projects.
  • Fixed: standard ...
Publisher:VisualSVN Ltd.
License:Trial
Size/OS::4.7 MB / Windows XP / Vista / 7 / 8 / 2003

Download

:VisualSVN 4.0.0
A fully-featured code editor that offers support for various programming languages (e.g. PHP, Python, Ruby, Perl and Tcl, JavaScript), code snippets, and syntax checking options
Komodo Edit from ActiveState is developed as an open source, multi-platform, multi-language editor (PHP, Python, Ruby, Perl and Tcl, JavaScript, CSS, HTML and template languages like RHTML, Template-Toolkit, HTML-Smarty and Django).

Background syntax checking and syntax coloring catch errors immediately, while autocomplete and calltips guide you as you write.

XPI extensions allow you to create your own plug-ins. XPI extension support provides the same capability as Firefox, with all standard Mozilla APIs based on XUL, XBL, and XPCOM. Other features include Vi emulation, Emacs key bindings, code folding and code snippets.
Here are some key features of "Komodo Edit":
multi-language editor | code writer | edit code | syntax | editor | development

  • Code Profiling:
  • Komodo IDE now supports code profiling of Python and PHP applications. This allows you to easily code profile an application in order to see where the hotspots are. Komodo also supports the Cachegrind/Callgrind specification, so you can open up generic cachegrind profile files and view them with Komodo's code profiler tools.
  • Updated Stackato Integration:
  • Stackato is ActiveState's cloud hosting platform. Komodo provides tools that will allow you to easily configure, develop, manage and deploy applications to the Stackato cloud platform. Use the "Tools > Stackato" menu to launch the Stackato interface.
  • Code Browsing:
  • The Code Browser will now only show the outline for the currently edited file, though you can easily change this to show all files if you wish. The code browser can now be automatically synced with your current editor position, meaning the code browser will update it's context as you move around in the editor.
  • Debugger - Highlight Changed Variables:
  • When debugging an application inside of Komodo IDE, the watch and variable windows will now highlight any variables that have changed from the last break position, so as you stepping over your code, you can now easily tell when a variable has changed.
  • Komodo Color Schemes:
  • There are now a lot more dark based color schemes included in Komodo by default. Most of these new schemes were contributed by existing users of Komodo - if you have your own favourite color scheme you want included in Komodo then please send it in.
  • Preference Searching:
  • Komodo now provides a search box in the preferences page that can be used to narrow down the appropriate preference categories for the preference you are looking for.
  • Notifications Pane:
  • There is now a new notifications panel located in Komodo's bottom pane that is used to keep track of the events occurring in Komodo. Statusbar messages, SCC actions and other events will now populate this Notifications panel - this allows easy reviewing, checking and copying of Komodo events.
  • Document Toolbar:
  • A new toolbar has been placed at the top of each editor tab. This toolbar will now contain editor specific controls such as the Sections List popup, Language selection and file encoding choices.
  • Customize the Main Toolbar:
  • It's now possible to select the individual toolbar items you wish to be shown in the main Komodo toolbar. Use the View > Toolbars > Customize... menu to start your tweaking.
  • Code Completion Widget:
  • The code completions widget inside of Komodo has changed. Whilst most users shouldn't the difference between the old and new completion widget, this will allow adding of additional information to the completions dialog and also allow us to add smarter code completions.
  • Fast Find:
  • A new interactive find widget has been added to the Komodo editor, which will speed up the time taken to search for text within documents. Using Ctrl+F (Cmd+F) now brings up a small textbox at the bottom of the editor view where you can type the text you wish to search for. The searching is done incrementally as you type, so you'll see your matches instantly.
  • Node.js:
  • Komodo now provides excellent code intelligence and debugging support for Node. Komodo's debugger can connect and interact with the Node V8 runtime, to show variables, set breakpoints, modify objects or view the call stack - Komodo's debugger makes all of these things easy. As well as debugging, Komodo's code intelligence provides support for the core Node library, as well support for the CommonJS module specification, which is used in Node for requiring (importing) JavaScript modules.
  • Komodo Synchronization:
  • Synchronize your important Komodo data between multiple machines. Changes made to the toolbox, remote server accounts or template files can be synchronized between all of the machines you use Komodo on.
  • Code Collaboration:
  • Two or more people can collaborate on the same document in real time. Changes made each individual user will be propagated to all other collaborators.
  • Moveable Side Pane Widgets:
  • You can now easily move any of Komodo's side pane widgets to a different pane, such as being able to move the Code Browser to the right side instead of the left. Just right-click on the side-pane tab you wish to move and you'll see a context menu offering you the ability to move the tab to an alternative pane.
  • Syntax Checking:
  • Multi-language syntax checking - you'll now see errors and warnings for JavaScript and CSS sections in an HTML document
  • A syntax checking tab in the bottom pane - you can see those errors and warnings all in one place
  • A wider range of syntax checkers to choose from - including JSLint for JavaScript and PyLint for Python
  • The ability to enable or disable syntax checkers on a per-file or per-language level
  • Preference options - complete customization of syntax checking parameters
  • Project Preferences: There are now a wider range of preferences that can be set on a per-project basis, such as the language interpreter preferences, project-wide indentation settings and syntax checking options.
  • Updated Mozilla Code Base:
  • Komodo is now on the Firefox 4 (mozilla-2.0) code base, which means:
  • Faster startup - no component registration, so the first startup and restarts after add-on installation will be substantially faster.
  • A better browser preview - supporting the lastest and greatest web technologies
  • Stability - improvements to the underlying Mozilla code will make Komodo itself more stable
  • New Languages
  • Mojolicious - a Perl templating language
  • CoffeeScript - a JavaScript templating language
  • LESS - a CSS extension language
  • SCSS - a CSS extension language
Requirements:
  • x86 or x64 processor
  • 233 MHz+ CPU (500 MHz+ PIII recommended)
  • 512 MB RAM (1 GB+ recommended)
  • 200 MB hard disk space
What's New in This Release: [ read full changelog ]
  • NEW:
  • Code Refactoring: The new Komodo refactoring component has these smart code-transformation capabilities:
  • Rename Variable: quickly and easily rename variables in the editor. It uses inline markers and multiple cursor selections to easily change the name of a code variable.
  • Rename Class Member: similar to rename variable, but works on all instances and across multiple files.
  • Method Extraction: move parts of your code into a new function. Any variables used in the selected text are refactored into function arguments and are then passed to the extracted method.
  • Abyss theme:
  • A new dark theme for the Komodo user interface has been added. This theme affects the Komodo UI elements outside of the main editor (i.e. different from Komodo color schemes which only affect the main editor colors). You can enable Abyss in the Komodo Appearance preferences.
  • PHP 5.5 Support:
  • We've added support for PHP 5.5, with a new Xdebug module (for PHP debugging and Code Profiling), updates for the two n...
Publisher:ActiveState Software Inc
License:Freeware
Size/OS::70.5 MB / Windows XP / Vista / 7 / 8

Download

:Komodo Edit 8.5.1 Build 13781
Microsoft's comprehensive and consistent programming model
.NET Framework is a managed execution environment that provides a variety of services to its running applications.   

It consists of two major components: the common language runtime (CLR), which is the execution engine that handles running applications; and the .NET Framework Class Library, which provides a library of tested, reusable code that developers can call from their own applications.

.NET Framework includes a wide range of services to running apps, such as:
· Memory management. In many programming languages, programmers are responsible for allocating and releasing memory and for handling object lifetimes. In .NET Framework applications, the CLR provides these services on behalf of the application.· A common type system. In traditional programming languages, basic types are defined by the compiler, which complicates cross-language interoperability. In the .NET Framework, basic types are defined by the .NET Framework type system and are common to all languages that target the .NET Framework.
Entity Framework | Windows Presentation Foundation | Windows Workflow | Framework | WPF | WF

· An extensive class library. Instead of having to write vast amounts of code to handle common low-level programming operations, programmers can use a readily accessible library of types and their members from the .NET Framework Class Library.
· Development frameworks and technologies. The .NET Framework includes libraries for specific areas of application development, such as ASP.NET for web applications, ADO.NET for data access, and Windows Communication Foundation for service-oriented applications.
· Language interoperability. Language compilers that target the .NET Framework emit an intermediate code named Common Intermediate Language (CIL), which, in turn, is compiled at run time by the common language runtime. With this feature, routines written in one language are accessible to other languages, and programmers can focus on creating applications in their preferred language or languages.
· Version compatibility. With rare exceptions, applications that are developed by using a particular version of the .NET Framework can run without modification on a later version.
· Side-by-side execution. The .NET Framework helps resolve version conflicts by allowing multiple versions of the common language runtime to exist on the same computer. This means that multiple versions of applications can also coexist, and that an application can run on the version of the .NET Framework with which it was built.
· Multitargeting. By targeting the .NET Framework Portable Class Library, developers can create assemblies that work on multiple .NET Framework platforms, such as the .NET Framework, Silverlight, Windows Phone 7, or Xbox 360.
.NET Framework is designed to fulfill the following objectives:
· To provide a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely.
· To provide a code-execution environment that minimizes software deployment and versioning conflicts.
· To provide a code-execution environment that promotes safe execution of code, including code created by an unknown or semi-trusted third party.
· To provide a code-execution environment that eliminates the performance problems of scripted or interpreted environments.
· To make the developer experience consistent across widely varying types of applications, such as Windows-based applications and Web-based applications.
· To build all communication on industry standards to ensure that code based on the .NET Framework can integrate with any other code.
Requirements:
  • 1 GHz or faster processor
  • 512 MB of RAM (1.5 GB if running on a virtual machine)
  • 850 MB of available hard disk space (x86) / 2 GB hard drive (x64)
What's New in This Release:
  • This version of the .NET Framework runs side-by-side with the .NET Framework 3.5 SP1 and earlier versions, but performs an in-place update for the .NET Framework 4 and the .NET Framework 4.5. The .NET Framework 4.5.1 is already included in Windows 8.1 and Windows Server 2012 R2.
Publisher:Microsoft
License:Freeware
Size/OS::997 KB / Windows XP 64 bit / Vista / Vista 64 bit / 7 / 7 64 bit / 8 / 8 64 bit / 2008 R2 / Server 2012

Download

:Microsoft .NET Framework 4.5.1 Final
A user-friendly application that can help you create complex mind-maps by easily inserting nodes and connections, then sharing the result
FreeMind is a comprehensive mind-mapping utility that comes with an intuitive editor for tree-structured data and helps you to organize your work and project.

Current users of FreeMind use it for the following purposes:
· Keeping track of projects, including subtasks, state of subtasks and time recording
· Project workplace, including links to necessary files, executables, source of information and of course information
· Workplace for internet research using Google and other sources
· Keeping a collection of small or middle sized notes with links on some area which expands as needed. Such a collection of notes is sometimes called knowledge base.
· Essay writing and brainstorming, using colors to show which essays are open, completed, not yet started etc, using size of nodes to indicate size of essays. I don't have one map for one essay, I have one map for all essays. I move parts of some essays to other when it seems appropriate.
· Keeping a small database of something with structure that is either very dynamic or not known in advance. The main disadvantage of such approach when compared to traditional database applications are poor query possibilities, but I use it that way anyway - contacts, recipes, medical records etc. You learn about the structure from the additional data items you enter. For example, different medical records use different structure and you do not have to analyze all the possible structures before you enter the first medical record.
· Commented internet favorites or bookmarks, with colors and fonts having the meaning you want.
Here are some key features of "FreeMind":
mind mapper | tree-structure editor | track project | mapper | brainstorm | workplace

  • Fully functional following of HTML links stored in the nodes, be it www links or links to local files.
  • Smart copying and pasting into, including pasting of links from HTML or structuring the pasted content on the basis of the number of leading spaces in a line; pasting of lists of selected files.
  • Possibility to decorate nodes with built-in icons, colors and different fonts.
  • File mode enables you to browse the files on your computer, seeing the folder structure as mind map.
  • In rare cases, following of HTML links in the web browser does not work on some computers; the same holds for opening local files.
Requirements:
  • Java Runtime Environment
  • About 13 MB of Hard Disk space for the full version, including all the plug-ins
  • At least 512 MB of Memory. More memory is better, especially if you will be creating large mind maps
What's New in This Release:
  • WOW Features:
  • Clones: nodes and its sub-nodes can be cloned. The two copies will then be synchronized
  • Collaboration: two or more people can work simultaneously on the same map
  • Restore complete session
  • Location based mind mapping
  • Spell checking on input
  • Clones:
  • Copy a node via Edit -> Copy
  • Paste a clone of this node (and its children) via Edit -> Paste as Clone
  • Both source and destination nodes get a (CLONE) symbol (you can disable this in the file freemind.properties).
  • Every change to the source or the destination node will be synchronized on the other one.
  • This works after saving and loading later on, too.
  • It is possible to have clones inside of other clones.
  • It is impossible to move a clone into another clone of the same node.
  • To disable a clone, move to the source node and choose "Clone node" again (The UI must be tweaked, IMHO)
  • Collaboration:
  • You can share a map in your network.
  • To do this, you need to specify a port and a password. Then you are the master.
  • Others that reach yo...
Publisher:Daniel Polansky
License:Freeware
Size/OS::61.5 MB / Windows 2K / XP / Vista / 7 / 8 / 8 64 bit / 2003

Download

:FreeMind 1.0.0
A reliable and practical software solution specially designed for users who need to create UML diagrams in order to analyze the data flow
Visual Paradigm for UML (VP-UML) is an ALL-IN-ONE Visual Development Platform. VP-UML supports the full development life cycle, the latest UML notation for visual modeling and code generation.

Visual Paradigm for UML Community Edition is a powerful software that is used for coding and creating UML diagrams. Software developers can perform Model-Code-Deploy effectively and efficiently within one unique visual development platform.

You can also download Visual Paradigm for UML Community Edition Portable

NOTE: Free for non-commercial use.
Here are some key features of "Visual Paradigm for UML Community Edition":
UML diagram | data flow connection | UML tool | UML | diagram | data flow

  • Support UML version 2.x
  • Business Workflow diagram - Process, Decision, Business Actor, Document
  • User Interface Designer (New Feature)
  • Provide project based branch and tag with VP Teamwork Server, SVN, CVS (New Feature)
  • Java Roundtrip engineering
  • Reverse engineering Java, C++, XML Schema, XML, .NET exe/dll, CORBA IDL (Enhanced to support XML Schema and Python)
  • Code Generation - model to code, diagram to code (Enhanced to support XML Schema and Ruby)
  • Use Case Details Editor - An all-in-one environment for specifying a use case's details including general model specification and use case descriptions
  • EJB Diagram - Visualize EJB systems
  • EJB Code Generation
  • Data flow diagram
  • ORM support - generate Java objects from database
  • Database generation - ERD to database tables
  • Database reverse - existing DBMS to ERD
  • Modeling collaboratively with CVS and Subversion
  • Report generator for generating documentation
  • Automatic diagram layout
  • Import/export XMI file
  • Export diagrams to JPG, PNG, SVG, EMF, PDF
  • Visio Integration - draw UML diagrams with Visio stencils
  • Shape editor:
  • Other UML modeling Tools/UML Plugins:
  • Java Platform
  • SDE for Eclipse (Enhanced)
  • SDE for NetBeans
  • SDE for Sun ONE
  • SDE for Oracle JDeveloper
  • SDE for JBuilder
  • SDE for IntelliJ IDEA
  • SDE for WebLogic Workshop
Requirements:
  • Intel Pentium III Compatible Processor at 1.0 GHz or higher
  • Minimum 512MB RAM, but 1.0 GB is recommended
  • Minimum 800MB disk space
What's New in This Release:
  • General Issues:
  • Fixed Select All (Ctrl-A) may fail to select some connectors in diagram
  • Fixed bad indentation of text attribute in requirement when the text content contains bullet points
  • Fixed unable to open project file that is not ended with .vpp
  • Fixed inaccurate highlighting of glossary terms in shape body
  • Fixed horizontal scrollbar may not appear sometimes
  • Fixed project management properties being duplicate when import project
  • Fixed corrupted lanes when using "Add Pools/Lanes from Parent Diagram"
  • Fixed Visio process diagram not correctly imported as BPD
  • Fixed unable to launch in Mac by standard user if the installation was done by admin
  • Fixed panel tabs in auto-hide mode do not honor application font set
  • Fixed several visual modeling issues related to BPD
  • Fixed unable to hide some of the diagram types via application customization
  • Fixed unable to delete text with the Delete key in package header, in Eclipse integration
  • Fixed intensive processing when editing in documentation edi...
Publisher:Visual Paradigm
License:Freeware
Size/OS::241 MB / Windows All

Download

:Visual Paradigm for UML
The new Implementation Running on .NET of Python language
IronPython is an implementation of the Python programming language running under .NET and Silverlight. It supports an interactive console with fully dynamic compilation. It's well integrated with the rest of the .NET Framework and makes all .NET libraries easily available to Python programmers, while maintaining compatibility with the Python language.

IronPython was specially made as a codename for an alpha release of the Python programming language for the .NET platform.
Requirements:
python .net | .net python | iron python | python | .net | net
  • Microsoft .NET Framework 4.0

What's New in This Release:
  • Many fixes to the ast module
  • A bunch of fixes to locale and tty handling design to get IPython working.
  • .NET 4.5 builds
  • A bunch of small fixes backported from the master branch
Publisher:Microsoft
License:Freeware
Size/OS::12.5 MB / Windows 2K / XP / Vista / 7 / 2003

Download

:Microsoft IronPython 2.7.4
Perform checking tasks on EXE files
PeStudio is an application that can come in handy when you want to inspect all the detailed aspects of a software utility without actually starting it.

Now, you can use this piece of software to verify any 32-bit or 64-bit app (EXE, DLL, CPL, OCX, AX, SYS etc)
Here are some key features of "PeStudio":

PeStudio shows you much more details, like:
· all libraries that are used by an application.
· all functions that are imported by an application.
· all functions (also anonymous) that are exported by an application.
· all functions that are forwarded to other libraries.
· Obsolete Functions that are exported and imported by an application
· whether the Data Execution Prevention (DEP) Windows security mechanism is used.
· whether the Address Space Layout Randomization (ASLR) Windows security mechanism is used.
· whether Structured Exception Handling - SEH Windows security mechanism is used
· whether some sections are compressed.
application analyzer | EXE inspector | analyze EXE | analyzer | inspector | executable


What's New in This Release:

· Added test of Exported Blacklisted Functions
· Extended PeStudioIndicators.xml
Publisher:Marc Ochsenmeier
License:Freeware
Size/OS::474 KB / Windows All

Download

:PeStudio 7.57
Advanced panel component with background & HTML formatted caption & text
TAdvPanel & TAdvPanelGroup are components which help developers create interesting applications containing panels.

In addition, TAdvPanel supports BMP, JPG, GIF, WMF, EMF, ICO tiled, centered, stretched background.
Here are some key features of "TAdvPanel & AdvPanelGroup":

· HTML formatted text & caption,
· Close and min/max button
· Moveable & sizeable.
· Persistent size and position in registry or INI file
· Bitmapped captions
· TAdvPanelGroup panel container
· Smooth collaps and expand
· TAdvPanelStyler for easy design time customization of TAdvPanel look
Create Panel | Design Panel | Panel Control | Panel | Create | Design


What's New in This Release:

· Fixed : Small issue with caption paint when BorderShadow is used
Publisher:TMS Software
License:Shareware
Size/OS::7.7 MB / Windows All

Download

:TAdvPanel & AdvPanelGroup
Straightforward tool for software developers, that lets them create trial and evaluation app versions, with or without registration keys
ASProtect was designed for such specific tasks as the creation of trial and evaluation application versions and working with registration keys.

ASProtect is a small and user-friendly instrument that allows you to protect the applications you develop.
Here are some key features of "ASProtect":

· application compression / encryption
· counteraction to dumping application memory using tools like ProcDump.
· application integrity check
· counteraction to debuggers and disassemblers / memory patching
· API for interaction between application and protection routines
· creation and verification of registration keys using public keys encryption algorithms
· keeping of the database and checkup of "stolen" (illegal) registration keys
· possibility to create evaluation (trial) versions, that limit application functions based on evaluation time and the number of runs left
· expose nag-screens
· generating of registration keys, based on the specific computer system
application protection | protection creator | application encryption | protection | encryption | encrypt

Limitations:

· 30 days trial
· Nag screen

What's New in This Release:

· Renamed GetHardwareIDSafe to GetSafeHardwareID to avoid conflict with existing API
Publisher:ASPACK SOFTWARE
License:Trial
Size/OS::8.8 MB / Windows All

Download

:ASProtect 1.69 Build 09.18
Web debugging proxy application

Charles is a handy and reliable utility designed to enable you to analyze the HTTP / SSL traffic between your machine and the Internet.

Charles allows you to view requests, cookies, responses, headers and various other types of web content. By recording the Internet traffic that goes on your computer, it enables you to monitor the sent and received data.
HTTP monitor | HTTP proxy | HTTPS traffic | HTTP | proxy | trafficHere are some key features of "Charles":

· Bandwidth Throttling to simulate slower Internet connections including latency
· SSL Proxying – view SSL requests and responses in plain text
· AJAX debugging – view XML and JSON requests and responses as a tree or as text
· AMF – view the contents of Flash Remoting / Flex Remoting messages as a tree
· Edit requests to test different inputs
· Repeat requests to test back-end changes
· Breakpoints to intercept and edit requests or responses
· Validate recorded HTML, CSS and RSS/atom responses using the W3C validator
Requirements:

· Java (also included in the installer)
Limitations:

· 30 days trial
· Nag screen

What's New in This Release:

Major new features and improvements:
· Viewer mappings: specific locations may be mapped to viewer types, this enables specific viewers to be used, such as when the content isn't identified correctly (also Protocol Buffer mappings can be defined)
· CSS viewer and editor added which formats minified CSS content for display
· XML Text viewer now supports tag folding
· Sort by name in structure view: now sorts by hostname rather than protocol and hostname.
· Rewrite tool: allow rewriting of response status
· Import and export Charles settings
· Mac OS X Mavericks support

Bug fixes and minor changes:
· Fixed the misleading handling of path patterns that don't start with '/', these paths will now automatically have a leading '/' prepended as all paths always start with '/'
· Fixed authorization header editing
· Fixed bug that caused error message dialogs to be hidden behind main Charles window when the 'Window Always On Top' option was enabled
· Fix SSL certificate ...
Publisher:Karl von Randow
License:Trial
Size/OS::45.7 MB / Windows 2K / XP / Vista / 7 / 7 64 bit / 8 / 8 64 bit

Download

:Charles 3.8

Categories

Powered by Blogger.

Popular Posts