All posts tagged: eXo Platform on Ubuntu

DLL Export Viewer on cloud

    DLL Export Viewer is a downloadable Windows-based application that serves as a practical utility in displaying the list of all exported functions and virtual memory addresses for specified DLL files from a computer device. … When this process is called, the debugger will stop in the beginning of that specific function.  Since DLLs are essentially the same as

Dependency Walker on cloud

    -Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called

CorFlags on cloud

    The CorFlags Conversion tool allows you to configure the CorFlags section of the header of a portable executable image. This tool is automatically installed with Visual Studio and with the Windows SDK. To run the tool, we recommend that you use the Visual Studio Command Prompt or the Windows SDK Command Prompt (CMD

Xaml spy on cloud

    XAML Spy is the visual runtime inspector for Android, iOS and Windows. It provides unprecedented access to all aspects of any running app. Interact with the UI visual tree, extract data, explore the filesystem, create stunning artwork, and more, much more. With XAML Spy you will learn about the visual and non-visual behavior

Windows Performance Toolkit on cloud

    This Toolkit is designed to provide local governments with tools and materials to facilitate amending their existing building codes to accelerate the adoption of rooftop solar electricity generation. Taking this step will also better prepare cities and counties for the transition to zero-net-energy (ZNE) requirements in the next statewide energy code update in

Windbg on cloud

    WinDbg is a multipurpose debugger. It can debug a live process by attaching, set breakpoints, etc like you would with any other debugger. It can also analyze crash dump files as well, which are .dmp files. It functions by you giving it commands. A .dmp file is a memory dump of something. What

Visual Studio Profiling Tools on cloud

    A profiling session is created for each instance of a role in your cloud service. To view your profiling reports of each session from Visual Studio, you can view the Server Explorer window and then choose the Azure Compute node to select an instance of a role. You can then view the profiling

Visual Studio Debugger on cloud

    Debugging, in computer programming and engineering, is a multistep process that involves identifying a problem, isolating the source of the problem, and then either correcting the problem or determining a way to work around it. The final step of debugging is to test the correction or workaround and make sure it works.In software

OzCode on cloud

     We are fundamentally changing the nature of debugging. We know that bugs are inevitable, but believe that long and painful debugging with endless log files and countless wasted hours is not.  Cloud computing has transformed the face of modern computing. Now companies can save the cost of having own server by hosting the application of the clouds. With the advancement of

AnkhSVN on cloud

    AnkhSVN provides source control with Subversion for Visual Studio. It allows you to perform common version control operations directly within the Visual Studio environment.  Utility:  View the source control status of all files and folders in your project or solution  Import new solutions directly from the Solution Explorer into your Subversion repository  Using the Working Copy Explorer: 

CodeMaid on cloud

    CodeMaid is an open source Visual Studio extension to cleanup, dig through and simplify our C#, C++, F#, VB, XAML, XML, ASP, HTML, CSS, LESS, JavaScript and TypeScript coding.   Major Features of  CodeMaid  Code Cleaning : Cleanup random white space into a simple standard order. Add unspecified access modifiers. Utilize Visual Studio’s built-in

MarkdownPad on cloud

    MarkdownPad is a web editor for writers that enables you to create text based web content, formatted in HTML/CSS without the need to use any HTML tags. … Once you are finished with your page, you can export the content to regular HTML/CSS code. Markdown is a lightweight markup language that you can use to add formatting elements to plaintext

Symproxy on cloud

    You can configure your HTTP-based symbol store to act as a proxy between client computers and other symbol stores. The implementation is through an Internet Server Application Programming Interface (ISAPI) filter called SymProxy (Symproxy.dll). The SymProxy server can be used as a gateway computer to the Internet or other sources within your company

Spy++ ON CLOUD

Spy tool to inspect UI Automation Elements on your desktop. It queries properties and control patterns information for the Automation objects that you select in navigation tree or pick from screen using the mouse pointer.  See buttons tooltips for hints on how to use them. You can copy values of properties using the context menu.

Srcsrv on cloud

    The SrcSrv tool (Srcsrv.dll) enables a client to retrieve the exact version of the source files that were used to build an application. Because the source code for a module can change between versions and over the course of years, it is important to look at the source code as it existed when

Sublime Text on cloud

    Sublime Text is a shareware cross-platform source code editor with a Python application programming interface. It natively supports many programming languages and markup languages, and functions can be added by users with plugins, typically community-built and maintained under free-software licenses.  Sublime Text 3 is the current version of Sublime Text  Sublime Text may be downloaded and

Sos.dll on cloud

     The SOS (Son of Strike) Debugging Extension (SOS. dll) assists in debugging managed programs in Visual Studio and WinDbg by providing information about the internal common language runtime (CLR) environment. This tool requires a project to have unmanaged debugging enabled.  The SOS (Son of Strike) Debugging Extension (SOS.dll) assists in debugging managed programs in Visual Studio and WinDbg by

NCrunch on cloud

    NCrunch is an automated concurrent testing tool for Visual Studio. It intelligently runs automated tests so that you don’t have to, while giving you amazingly useful information about your tested code, such as code coverage and performance metrics, inline in your IDE while you type.   NCrunch is an automated testing tool for Microsoft Visual Studio. It

Snoop on cloud

    Snoop is the open source WPF spying utility created by Pete Blois and now maintained by Team Snoop (Cory Plotts, Dan Hanan, Andrei Kashcha, Maciek Rakowski, and Jason Jibben). It allows you to spy/browse the visual tree of a running WPF application (without the need for a debugger) … and change properties … amongst

LINQPad on cloud

    LINQPad is a software utility targeted at .NET Framework development. It is used to interactively query SQL databases using LINQ, as well as interactively writing C# code without the need for an IDE. This expands its use to a general “test workbench” where C# code can be quickly prototyped outside of Visual Studio.   The

Kaxaml on cloud

    Kaxaml is a lightweight XAML editor that gives you a “split view” so you can see both your XAML and your rendered content (kind of like XamlPad but without the gigabyte of SDK). … Kaxaml is designed to be “notepad for XAML.” It’s supposed to be simple and lightweight and make it easy to just try something out.    Kaxaml is

Notepad2 on cloud

    Notepad2 is a light-weight, free and open source Notepad-like text editor with syntax highlighting for a few commonly used languages. It’s based on the Scintilla source code editing component and works on NT-based versions of Windows. This program can be run out of the box without installation, and does not touch your system’s registry. Notepad2 is a

Notepad++ on cloud

    Notepad++ is a text and source code editor for use with Microsoft Windows. It supports tabbed editing, which allows working with multiple open files in a single window. The project’s name comes from the C increment operator. Notepad++ is distributed as free software.  Notepad++ is a free, open source application for writing text.

SourceTree on cloud

    Sourcetree is a free Git desktop client for developers on Windows. Say goodbye to the command line and use the full capabilities of Git through Sourcetree’s beautifully simple interface.  A simple, powerful Git client  Sourcetree for Windows simplifies how you interact with Git repositories so you can focus on coding.  Get your team up and running using common Git

GACView on cloud

    GACView is a software for Windows-based operating system that act as an alternative to the standard .NET assembly viewer on Window Explorer. This application displays additional information for each assembly such as modified date, file size, full path of the assembly file and file version. In addition, it can also delete an assembly that

TortoiseHg on cloud

    TortoiseHg is a set of graphical tools and a shell extension for the Mercurial distributed revision control system. hg is the symbol for the chemical element Mercury On Windows: TortoiseHg consists of the Workbench graphical application, a shell extension which provides overlay icons and context menus in your file explorer, and a command line program named thg.exe which

TortoiseSVN on cloud

    TortoiseSVN is a Subversion client, implemented as a Microsoft Windows shell extension, that helps programmers manage different versions of the source code for their programs. It is free software released under the GNU General Public License.  TortoiseSVN won the SourceForge.net 2007 Community Choice Award for Best Tool or Utility for Developers.   In Windows Explorer, besides showing context menu items for Subversion commands, TortoiseSVN provides icon overlay that

WinMerge on cloud

    WinMerge is a Windows tool for visual difference display and merging, for both files and directories. It is highly useful for determining what has changed between file versions, and then merging those changes. WinMerge has Unicode support, Flexible syntax coloring editor, Visual SourceSafe integration, and Windows Shell integration. Regexp filtering for filenames and lines. Side-by-side line difference and

Developers on cloud

Customers who are looking for a secured Developers Win 2012R2-VS 2015JDK 7-AndroidStudio-NetBeans with IIS,PHP and FTP installation which takes care of secured Developers Win 2012R2-VS 2015JDK 7-AndroidStudio-NetBeans installation and not putting everything on ephemeral disk can use this specially designed  image.The respective trademarks mentioned in the offering are owned by the respective companies. Developers on

SQL Server on Cloud

    SQL Server is a relational database management system (RDBMS) developed by Microsoft. It is widely used for storing, managing, and retrieving data in various applications and systems. SQL Server supports the Structured Query Language (SQL) for managing databases and offers a range of features for data storage, manipulation, and analysis. Here are some