Вернуться   Бухгалтерский форум www.nado.in > Различный софт > Различный софт

Ответ
 
Опции темы
Старый 03.04.2019, 17:24   #8191
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию JetBrains IntelliJ IDEA Ultimate 2019.1 (Win macOS)



JetBrains IntelliJ IDEA Ultimate 2019.1 (Win/macOS) | 559/662 Mb
Deep insight into your code. IntelliJ IDEA analyzes your code, looking for connections between symbols across all project files and languages. Using this information it provides indepth coding assistance, quick navigation, clever error analysis, and, of course, refactorings.

Deep insight into your code. IntelliJ IDEA analyzes your code, looking for connections between symbols across all project files and languages. Using this information it provides indepth coding assistance, quick navigation, clever error analysis, and, of course, refactorings.

Smart completion
Ctrl+Shift+Space gives you a list of the most relevant symbols applicable in the current context. This and other completions are constantly learning from you, moving the members of the most frequently used classes and packages to the top of the suggestions list, so you can select them faster.

Chain completion
Digs a tad deeper than Smart Completion and lists applicable symbols accessible via methods or getters in the current context. Say you're looking for a value of Project and only have the Module module declaration. Press Ctrl+Shift+Space twice to get module.getProject() without any additional effort.

Static members completion
Lets you easily use static methods or constants. Offers a list of symbols matching your input and automatically adds required import statements.

Data flow analysis
When offering completion variants, IntelliJ IDEA analyses data flow to guess the possible runtime symbol type and refines choices based on that intel, automatically adding class casts.

Language injection
Brings coding assistance for a selected language to expressions and string literals in another one, complete with all advantages you would normally have. For example, you can inject fragments of SQL, XPath, HTML, CSS, or JavaScript code into Java String literals.

Cross-language refactorings
Knowing everything about usages of a symbol, IntelliJ IDEA offers extremely effective, thorough refactorings. For example, when you Rename a class within a JPA statement, it will update everything, from JPA entity class, to every JPA expression where it is used.

Detecting duplicates
Finds duplicate code fragments on the fly. Even if you're only about to extract a variable, constant, or a method, IntelliJ IDEA will let you know that there is a similar code fragment that can be replaced along with the one you're woking on.

Inspections and quick-fixes
Whenever IntelliJ IDEA detects that you're about to make a mistake, a little lightbulb pops up in the editor. Clicking it or pressing Alt+Enter opens a list of actions you can take to make things right.

Developer ergonomics
Every aspect of IntelliJ IDEA is designed with ergonomics in mind. IntelliJ IDEA is built on a principle that every minute a developer spends in the flow is a good minute, and things that break developers out of that flow are bad and should be avoided.

Built-in developer tools
To streamline your workflow, IntelliJ IDEA offers an unbeatable toolset right from the first start: decompiler, bytecode viewer, FTP and many more.

Polyglot experience
In addition to Java, IntelliJ IDEA offers first-class support for top JVM and non-JVM frameworks and languages out of the box.

System requirements
Microsoft Windows 10/8/7/Vista/2003/XP (incl.64-bit)
2 GB RAM minimum, 4 GB RAM recommended
1.5 GB hard disk space + at least 1 GB for caches
1024x768 minimum screen resolution

macOS 10.8.3 or higher
2 GB RAM minimum, 4 GB RAM recommended
1.5 GB hard disk space + at least 1 GB for caches
1024x768 minimum screen resolution

Home Page -
Код:
https://www.jetbrains.com/
Download link:
Код:
uploadgig_com: https://uploadgig.com/file/download/A5f059F396885524/0jz82.ideaIU2019.1.rar https://uploadgig.com/file/download/776FC7BcC9c6d86b/0jz82.JetBrains.IntelliJ.IDEA.Ultimate.v2019.1.macOS.zip rapidgator_net: https://rapidgator.net/file/b39c764a481a81cda6ab36d91276f412/0jz82.ideaIU2019.1.rar.html https://rapidgator.net/file/5ace5cabf467bd9065f0d5e66409a7b2/0jz82.JetBrains.IntelliJ.IDEA.Ultimate.v2019.1.macOS.zip.html nitroflare_com: http://nitroflare.com/view/FDE8D2494F1505D/0jz82.ideaIU2019.1.rar http://nitroflare.com/view/C85DF83F48ACEDF/0jz82.JetBrains.IntelliJ.IDEA.Ultimate.v2019.1.macOS.zip
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 03.04.2019, 17:26   #8192
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию JetBrains PhpStorm 2019.1 (Win macOS)



JetBrains PhpStorm 2019.1 (Win/macOS) | 231/296 Mb
PhpStorm is a PHP IDE that actually 'gets' your code. It supports PHP 5.3/5.4/5.5/5.6/7.0/7.1/7.2, provides on-the-fly error prevention, best autocompletion & code refactoring, zero configuration debugging, and an extended HTML, CSS, and JavaScript editor.

Smart PHP Code Editor
The IDE provides smart code completion, syntax highlighting, extended code formatting configuration, on-the-fly error checking, code folding, supports language mixtures and more. Automated refactorings that treat your code with care, helping to make global project settings easily and safely.

Code Quality Analysis
Hundreds of code inspections verify your code as you type and inspect the whole project for possible errors or code smells. Quick-fixes for most inspections make it easy to fix or improve the code instantly. Alt+Enter shows appropriate options for each inspection.

Easy Code Navigation & Search
PhpStorm helps you get around your code more efficiently and save time when working with large projects. Jump to a method, function or variable definition in just one click, or search for its usages.

Debugging, Testing and Profiling
PhpStorm provides powerful built-in tools for debugging, testing and profiling your applications.

Debugging
Zero-configuration debugging makes it really easy to debug your PHP applications. Besides, PhpStorm provides numerous options for debugging your PHP code with Visual Debugger, so you can: inspect variables and user-defined watches, set breakpoints and evaluate an expression in runtime, debug remote applications, debug a page in multiple sessions simultaneously, and more.

Testing
You can develop PHPUnit tests right in PhpStorm and run them instantly from a directory, file or class, by using the context menu options. Code Coverage from PHPUnit shows how much of your code is covered with tests.

Profiling
You can profile your applications with Xdebug or Zend Debugger and check aggregated reports in PhpStorm.

HTML/CSS/JavaScript Editor
PhpStorm includes all the features of WebStorm related to HTML, CSS and JavaScript.

HTML and CSS Editor
All the cutting edge web development technologies are supported including HTML5, CSS, SASS,SCSS, LESS, CoffeeScript, ECMAScript Harmony, Jade templates, etc. Live Edit gives you an opportunity to see all the changes instantly in the browser without refreshing the page.

JavaScript Editor
The smartest JavaScript Editor is bundled with the IDE, offering code completion, validation and quick fixes, refactorings, JSDoc type annotations support, JavaScript debugging and unit testing, support for JavaScript Frameworks, and more.

New Technologies
PhpStorm provides a streamlined experience for the full development cycle with new languages such as TypeScript, CoffeeScript, and Dart.

Development Environment
PhpStorm is built on top of the open-source IntelliJ Platform, which we at JetBrains have been developing and perfecting for over 15 years. Enjoy the fine-tuned, highly customizable experience it provides to fit your development workflow.

VCS
PhpStorm provides a unified UI for working with many popular Version Control Systems, ensuring a consistent user experience across git, GitHub, SVN, Mercurial, and Perforce.

Databases & SQL
PhpStorm provides tools and code assistance features for working with databases and SQL in your projects. Connect to databases, edit schemas and table data, run queries, and even analyze schemas with UML diagrams. SQL code can be injected to other languages or edited in SQL Editor, with syntax highlighting, smart code completion, on-the-fly code analysis, code formatting and navigation available.

Other Features
Perform many routine tasks right from the IDE with support for Vagrant support, Docker, Composer, and more.

System requirements
macOS 10.8.3 or higher, including 10.9 (Mavericks)
Microsoft 10/8/7/Vista/2003/XP (incl. 64-bit)
1 GB RAM minimum
2 GB RAM recommended
1024x768 minimum screen resolution

Home Page -
Код:
https://www.jetbrains.com/
Download link:
Код:
uploadgig_com: https://uploadgig.com/file/download/7593cfD1fcBcba6f/9ij7e.JetBrains.PhpStorm.v2019.1.MACOSX.zip https://uploadgig.com/file/download/040df9d351fd0EEe/9ij7e.PhpStorm2019.1.rar rapidgator_net: https://rapidgator.net/file/682255a6873033c74d189c73ebc99469/9ij7e.JetBrains.PhpStorm.v2019.1.MACOSX.zip.html https://rapidgator.net/file/2bc624e0b95f27ecb13b9778c09970f6/9ij7e.PhpStorm2019.1.rar.html nitroflare_com: http://nitroflare.com/view/4E6C140634A4569/9ij7e.JetBrains.PhpStorm.v2019.1.MACOSX.zip http://nitroflare.com/view/B5919B776597BB5/9ij7e.PhpStorm2019.1.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 03.04.2019, 17:28   #8193
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию JetBrains PyCharm Professional 2019.1 (Win macOS)



JetBrains PyCharm Professional 2019.1 (Win/macOS) | 296/407 Mb
The Most Intelligent Python IDE. Enjoy productive Python, Django, and Web development with PyCharm, an intelligent Python IDE offering unique coding experience. PyCharm's smart code editor provides first-class support for Python, JavaScript, CoffeeScript, TypeScript, CSS, popular template languages and more. Take advantage of language-aware code completion, error detection, and on-the-fly code fixes!

Python & Web Development
Intelligent Python Support
Enjoy outstanding coding assistance with smart code completion, code inspections, on-the-fly error highlighting, auto-fixes, along with automated code refactorings and rich navigation capabilities for all major Python implementations.

Smart Cross-technology Support
In addition to Python, Pycharm supports JavaScript, CoffeeScript, TypeScript, HTML/CSS, Cython, template languages, AngularJS, Node.js, and more.

Web Development Frameworks
PyCharm offers great framework-specific support for modern web development frameworks such as Django, Flask, Google App Engine, Pyramid, and web2py.

Remote Development Capabilities
Run, debug, test, and deploy applications on remote hosts or virtual machines, with remote interpreters, integrated ssh terminal, Docker and Vagrant integration.

Built-in Developer Tools
An amazing suite of tools right out of the box: an integrated debugger and graphical test runner; a built-in terminal; integration with Git, SVN, and Mercurial; built-in Database Tools & SQL support.

Customizable and Cross-platform IDE
PyCharm works on Windows, Mac OS or Linux with a single license key. Enjoy a fine-tuned workspace with customizable color schemes and key-bindings, with VIM emulation available.

System requirements
macOS 10.8.3 or higher
Microsoft Windows 10/8/7/Vista/2003/XP (incl.64-bit)
1 GB RAM minimum
2 GB RAM recommended
1024x768 minimum screen resolution
Python 2.4 or higher, Jython, PyPy or IronPython

Home Page -
Код:
https://www.jetbrains.com/
Download link:
Код:
uploadgig_com: https://uploadgig.com/file/download/FFc711f8ac93c996/2zcej.JetBrains.PyCharm.Professional.v2019.1.MACOSX.zip https://uploadgig.com/file/download/50333D481a6190A3/2zcej.pycharmprofessional2019.1.rar rapidgator_net: https://rapidgator.net/file/87627b5f9a756dbbc92eb39012b01ec1/2zcej.JetBrains.PyCharm.Professional.v2019.1.MACOSX.zip.html https://rapidgator.net/file/51ddacdc4d66c35f23a2570dc18c4e1d/2zcej.pycharmprofessional2019.1.rar.html nitroflare_com: http://nitroflare.com/view/E45F1841E067ED5/2zcej.JetBrains.PyCharm.Professional.v2019.1.MACOSX.zip http://nitroflare.com/view/EDB1743176D920D/2zcej.pycharmprofessional2019.1.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 03.04.2019, 17:30   #8194
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию JetBrains WebStorm 2018.3.6



JetBrains WebStorm 2018.3.6 | 201.8 Mb
WebStorm brings you smart coding assistance for JavaScript and compiled-to-JavaScript languages, Node.js, HTML and CSS. Enjoy code completion, powerful navigation features, on-the-fly error detection, and refactorings for all of these languages.

Major frameworks supported
PhpStorm is perfect for working with Symfony, Drupal, WordPress, Zend Framework, Laravel, Magento, CakePHP, Yii, and other frameworks.

All PHP tools
The editor actually 'gets' your code and deeply understands its structure, supporting all PHP language features for modern and legacy projects. It provides the best code completion, refactorings, on-the-fly error prevention, and more.

Front-end technologies included
Make the most of the cutting edge front-end technologies, such as HTML5, CSS, Sass, Less, Stylus, CoffeeScript, TypeScript, Emmet, and JavaScript, with refactorings, debugging and unit testing available. See changes instantly in the browser thanks to Live Edit.

Built-in developer tools
Perform many routine tasks right from the IDE, thanks to Version Control Systems integration, support for remote deployment, databases/SQL, command-line tools, Vagrant, Composer, REST Client, and many other tools.

PhpStorm = WebStorm + PHP + DB/SQL
All the features of WebStorm are included into PhpStorm, and full-fledged support for PHP and Databases/SQL support are added on top.

Intelligent Coding Assistance
Hundreds of inspections take care of verifying your code as you type, analyzing the whole project. PHPDoc support, code (re)arranger and formatter, quick-fixes, and other features help you write neat code that's easy to maintain.

Smart Code Navigation
Be the master of your codebase thanks to efficient, lightning-fast navigation features. The IDE understands where you want to go and gets you there instantly.

Fast and Safe Refactoring
Refactor your code reliably with safe Rename, Move, Delete, Extract Method, Inline Variable, Push members Up / Pull members Down, Change Signature, and many other refactorings. Language-specific refactorings help you perform project-wide changes in a matter of a few clicks, and can​ be safely undone.

Easy Debugging and Testing
PhpStorm is renowned for its zero-configuration Visual Debugger, providing extraordinary insight into what goes on in your application at every step. It works with Xdebug and Zend Debugger, and can be used both locally and remotely. Unit Testing with PHPUnit, BDD with Behat and profiler integration are also available.

System requirements
Microsoft Windows 10/8/7/Vista/2003/XP (incl.64-bit)
Intel Pentium III/800 MHz or higher (or compatible)
1 GB free RAM minimum
2 GB RAM recommended
1024x768 minimum screen resolution

Home Page -
Код:
https://www.jetbrains.com/
Download link:
Код:
uploadgig_com: https://uploadgig.com/file/download/466210c98a63b0b7/zukzv.JetBrains.WebStorm.2018.3.6.rar rapidgator_net: https://rapidgator.net/file/3c1062bf28b720217978959ba6810d48/zukzv.JetBrains.WebStorm.2018.3.6.rar.html nitroflare_com: http://nitroflare.com/view/85C9FD7C86783D7/zukzv.JetBrains.WebStorm.2018.3.6.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 03.04.2019, 17:32   #8195
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию JetBrains WebStorm 2019.1 (Win macOS)



JetBrains WebStorm 2019.1 (Win/macOS) | 195/249 Mb
WebStorm brings you smart coding assistance for JavaScript and compiled-to-JavaScript languages, Node.js, HTML and CSS. Enjoy code completion, powerful navigation features, on-the-fly error detection, and refactorings for all of these languages.

Major frameworks supported
PhpStorm is perfect for working with Symfony, Drupal, WordPress, Zend Framework, Laravel, Magento, CakePHP, Yii, and other frameworks.

All PHP tools
The editor actually 'gets' your code and deeply understands its structure, supporting all PHP language features for modern and legacy projects. It provides the best code completion, refactorings, on-the-fly error prevention, and more.

Front-end technologies included
Make the most of the cutting edge front-end technologies, such as HTML5, CSS, Sass, Less, Stylus, CoffeeScript, TypeScript, Emmet, and JavaScript, with refactorings, debugging and unit testing available. See changes instantly in the browser thanks to Live Edit.

Built-in developer tools
Perform many routine tasks right from the IDE, thanks to Version Control Systems integration, support for remote deployment, databases/SQL, command-line tools, Vagrant, Composer, REST Client, and many other tools.

PhpStorm = WebStorm + PHP + DB/SQL
All the features of WebStorm are included into PhpStorm, and full-fledged support for PHP and Databases/SQL support are added on top.

Intelligent Coding Assistance
Hundreds of inspections take care of verifying your code as you type, analyzing the whole project. PHPDoc support, code (re)arranger and formatter, quick-fixes, and other features help you write neat code that's easy to maintain.

Smart Code Navigation
Be the master of your codebase thanks to efficient, lightning-fast navigation features. The IDE understands where you want to go and gets you there instantly.

Fast and Safe Refactoring
Refactor your code reliably with safe Rename, Move, Delete, Extract Method, Inline Variable, Push members Up / Pull members Down, Change Signature, and many other refactorings. Language-specific refactorings help you perform project-wide changes in a matter of a few clicks, and can​ be safely undone.

Easy Debugging and Testing
PhpStorm is renowned for its zero-configuration Visual Debugger, providing extraordinary insight into what goes on in your application at every step. It works with Xdebug and Zend Debugger, and can be used both locally and remotely. Unit Testing with PHPUnit, BDD with Behat and profiler integration are also available.

System requirements

macOS 10.8.3 or higher
2 GB RAM minimum
4 GB RAM recommended
1024x768 minimum screen resolution

Home Page -
Код:
https://www.jetbrains.com/
Download link:
Код:
uploadgig_com: https://uploadgig.com/file/download/75ef14b6D3f82aA0/ygwe5.JetBrains.WebStorm.2019.1.rar https://uploadgig.com/file/download/6Aae30564887A928/ygwe5.JetBrains.WebStorm.v2019.1.MACOSX.zip rapidgator_net: https://rapidgator.net/file/bbfea1a88e74d921f87dd58f77e8a5f3/ygwe5.JetBrains.WebStorm.2019.1.rar.html https://rapidgator.net/file/a37652123cf2ab7af7b5247d4682700c/ygwe5.JetBrains.WebStorm.v2019.1.MACOSX.zip.html nitroflare_com: http://nitroflare.com/view/C5D173D59752C1F/ygwe5.JetBrains.WebStorm.2019.1.rar http://nitroflare.com/view/85FA3B1D4AF4259/ygwe5.JetBrains.WebStorm.v2019.1.MACOSX.zip
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 03.04.2019, 17:34   #8196
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию JP Software CMDebug 25.00.1 Multilingual



JP Software CMDebug 25.00.1 Multilingual| 23 Mb
CMDebug is a stand-alone version of the Take Command IDE and batch debugger component. CMDebug is intended for developers who need to develop batch files to run in CMD.EXE or TCC-RT (runtime).

CMDebug allows you to create and debug your batch scripts with the integrated graphical IDE. CMDebug includes tabbed edit windows and a sophisticated debugger with single stepping, breakpoints, syntax coloring, tooltips, bookmarks, and tabbed variable and watch windows. Windows batch file programming has never been easier or more powerful!

You can use CMDebug to develop either CMD-compatible batch files (.BAT or .CMD), or TCC-RT-compatible scripts (.BTM). If you select the "TCC Syntax" option, CMDebug provides the full TCC-RT command set. If you select the "CMD Syntax" option, CMDebug will maximize CMD compatibility and disable TCC-only internal commands, variables, and functions. Some internal CMD / TCC commands will also behave slightly differently or modify their display output in order to match CMD's behavior more closely.

Using CMDebug with TCC-RT allows you to write (and encrypt) scripts using the TCC command language, and then distribute them with the free TCC-RT runtime on an unlimited number of target machines.



Operating System:
CMDebug is compatible with any version of Microsoft Windows 7, Server 2008R2, Windows 8, Server 2012, Windows 10, and Server 2016.

Home Page -
Код:
https://jpsoft.com/products/cmdebug-ide.html
Download link:
Код:
uploadgig_com: https://uploadgig.com/file/download/d915552Fa665e08c/a713k.JP.Software.CMDebug.25.00.1.Multilingual.rar rapidgator_net: https://rapidgator.net/file/5fe79eab25a599e8fb4d56901b3d771c/a713k.JP.Software.CMDebug.25.00.1.Multilingual.rar.html nitroflare_com: http://nitroflare.com/view/33F95187064A8B9/a713k.JP.Software.CMDebug.25.00.1.Multilingual.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 03.04.2019, 17:36   #8197
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию JP Software Take Command 25.0.0.1 Multilingual



JP Software Take Command 25.0.0.1 Multilingual | 39 Mb
Take Command is a comprehensive interactive GUI and command line environment that makes using the Windows command prompt and creating batch files easy and far more powerful. Take Command displays your command line applications in tabbed windows, with optional Explorer-style integration for a visual look at your folders. Take Command includes hundreds of major enhancements to CMD commands such as COPY, DEL, and DIR, and adds more than 160 new commands, 620 internal variables and functions, a batch file IDE / debugger, advanced command line editing and completion, and thousands of other features.

In addition, Take Command is a powerful batch file programming tool, including an integrated IDE with a sophisticated editor and batch debugger. Take Command offers extensions such as DO loops, SWITCH statements, error and exception handling, system monitoring, third-party plugins, and more than 680 built-in variables and functions.

Features
You can run multiple command prompts and GUI applications simultaneously in tabbed windows, including our own Take Command Console (TCC), CMD, bash and PowerShell.
The integrated file explorer allows you to examine directories and drag and drop files to the tabbed command prompt windows.
The programmable tabbed toolbar lets you create up to 20 tabs with up to 50 toolbar buttons on each. Toolbar buttons can start new tabs or windows, or send commands or text to existing tabs.
The TCC scripting language is a massive superset of the CMD command prompt commands, with 238 internal commands, 388 internal functions, and 298 system variables. Almost all of the CMD command prompt commands (e.g. DIR, COPY, DEL, DIR, START, etc.) are enhanced with hundreds of additional options, and TCC adds more than 190 new commands. Take Command can usually do in one or two lines what requires dozens of lines with Windows CMD commands (if it can do it at all).
Most interactive commands (such as COPY, DIR, DEL, MOVE, etc.) have command dialogs that allow you to select filenames and options and see your command line before executing it. The most powerful Windows command processor is also the easiest to use!
Take Command includes the best text and binary file viewer available for Windows, including bidirectional scrolling, hex listings, fixed and floating rulers, grid lines, extensive searching and printing features, and much more.
Select or exclude files by date, time, size, owner, description, and extended wildcards or regular expressions for extraordinary flexibility in file management.
Specify multiple filenames for most file processing command prompt commands (i.e., COPY, DEL, DIR, MOVE, etc.). (COPY even supports multiple targets as well as multiple sources.)
The scripting language includes a complete set of flow control structures including IF-Then-Else, DO and FOR loops, SWITCH, subroutines, batch libraries, etc.
Create and debug your batch scripts with the integrated graphical IDE. The IDE includes tabbed edit windows and a sophisticated debugger with single stepping, breakpoints, syntax coloring, tooltips, bookmarks, tabbed variable and watch windows. Windows batch file programming has never been easier or more powerful!
The built-in screen scrollback buffer lets you review or print command line output from past commands, and find text in any tabbed window.
You have multiple types of redirection, including redirecting and piping to STDERR, "here-document" and "here-string" redirection, and TEE and Y pipe fittings.
Browse command line and directory history, filename and directory completion, and use numerous cut and paste options (even with Windows command line applications that have no internal cut and paste support) with the advanced line editor.
Customize filename completion for any internal or external command or alias. This allows Take Command to intelligently select and display filenames based on the command line you are entering.
The optional command prompt input window (with full undo/redo) allows you to create and edit commands before sending them to the active tabbed command line windows.
Send keystrokes to tabbed windows, command prompt windows, or GUI windows .
Find any directory on your system by entering only part of its name with extended directory searches.
You can access FTP, TFTP and HTTP (including SSL and SSH) directories and files in all command line file-handling commands (COPY, DEL, MOVE, etc.).
Send SMTP, SMPP, and SNPP messages from your batch files or the command line.
Take Command includes internal compression and extraction commands and variables for BZIP2, GZIP, JAR, TAR, ZIP, and 7ZIP files.
Monitor your system's hardware and software events, and execute commands when an event is triggered. You can monitor the clipboard, directory changes event logs, network connections, processes, services, and USB and Firewire connections.
Easily query the WMI (Windows Management Interface) to retrieve system configuration information.
Expand your scripts with the internal support for PowerShell, Lua, Perl, REXX, Python, Tcl/tk, and any Active Scripting language. You can even combine multiple languages in your batch scripts.
Create your own variables or commands with plugins, or use one of the many third-party plugin libraries.



Operating System:
Take Command is compatible with any 32 or 64-bit version of Microsoft Windows 7, 2008R2, Windows 8 and 2012, and Windows 10 and 2016.

Home Page -
Код:
http://jpsoft.com/
Download link:
Код:
uploadgig_com: https://uploadgig.com/file/download/79ad90911b67cC03/dw6f7.JP.Software.Take.Command.25.0.0.1.Multilingual.rar rapidgator_net: https://rapidgator.net/file/985f6418ce5329614f3355dc0e25873d/dw6f7.JP.Software.Take.Command.25.0.0.1.Multilingual.rar.html nitroflare_com: http://nitroflare.com/view/1CC71E32F028F10/dw6f7.JP.Software.Take.Command.25.0.0.1.Multilingual.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 03.04.2019, 17:38   #8198
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию JP Software TCC 25.00.1



JP Software TCC 25.00.1 | 32 Mb
TCC is our console mode Windows command shell (formerly known as 4NT). TCC is a replacement for the CMD command line (the default Windows command prompt). TCC is a superset of CMD, with 246 internal commands (CMD has fewer than 40), 695+ internal variables and functions, and hundreds of enhancements to existing CMD commands.

TCC works with your existing command line applications and batch files, but offers major improvements in command line and batch file capabilities, and adds thousands of new features to your command prompt windows.

TCC is a CMD replacement command processor that is compatible with your existing CMD commands and batch files, while adding thousands of new features. You're immediately more productive, and you can learn and add TCC's new features at your own pace.
Create and debug your batch scripts in a fraction of the time with the integrated editor and batch file debugger.
The integrated and familiar environment means you are immediately more productive with your interactive command prompt and batch file development tasks.
The consistent syntax reduces your learning and development time.
The comprehensive help (including context-sensitive popup help for command line syntax), speeds your development time and reduces syntax errors.



System requirements:
TCC is compatible with any version of Microsoft Windows 7, Server 2008R2, Windows 8, Server 2012, Windows 10, and Server 2016, including 64-bit Windows. TCC is available in both 32-bit and 64-bit versions.

Home Page -
Код:
https://jpsoft.com/
Download link:
Код:
uploadgig_com: https://uploadgig.com/file/download/baC8c62C854f1689/f1xwe.JP.Software.TCC.25.00.1.rar rapidgator_net: https://rapidgator.net/file/d96dc42e2e6f7a82b7e682f2aa7f5950/f1xwe.JP.Software.TCC.25.00.1.rar.html nitroflare_com: http://nitroflare.com/view/12E5FC19370AFCB/f1xwe.JP.Software.TCC.25.00.1.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 03.04.2019, 17:40   #8199
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Macrium Reflect 7.2.4156



Macrium Reflect Workstation / Server / Server Plus 7.2.4156 (x86/x64) | 303.6/328 Mb
Macrium Reflect - backup and recovery for individual PCs and servers. Reflect Workstation - Designed for endpoint backup of business-critical PCs and workstations. Peace of mind for organisations when backing up Windows PCs.

Solution highlights:
- New Backup Engine: Incremental and differential images up to 60 times faster
- Instant virtual booting of backup images: instantly create, start and manage Microsoft Hyper-V virtual machines
- Ultra-fast Live imaging of windows systems, physical and virtual
- Restore images to dissimilar hardware using Macrium ReDeploy
- Greatly simplified administration including pre-defined Backup Plans for popular backup strategies
- Fully featured file and folder level backup and recovery
- Updated support for all the latest Windows Operating Systems and disk formats

Macrium Reflect 7 Features:
- Backup your entire PC to a single compressed image file.
- Backup files and folders to a single compressed archive file.
- Recover partitions and entire disk images with just a few clicks of your mouse
- Dynamic disk support
- MBR and GPT disk support
- Restore images to dissimilar hardware using Macrium ReDeploy

Operating System: Windows XP, Vista, 7/8/10

Home Page -
Код:
http://www.macrium.com/
Download link:
Код:
uploadgig_com: https://uploadgig.com/file/download/0078C4D3461817d2/5e44g.Macrium.Reflect.7.2.4156.rar https://uploadgig.com/file/download/1C323a08fb481e04/5e44g.Macrium.Reflect.7.2.4156x64.rar rapidgator_net: https://rapidgator.net/file/91f894eeb72c0287b0badae1bbd9142d/5e44g.Macrium.Reflect.7.2.4156.rar.html https://rapidgator.net/file/e4daa01b3ff71e0a3900b6701926c0a2/5e44g.Macrium.Reflect.7.2.4156x64.rar.html nitroflare_com: http://nitroflare.com/view/B4F53FB3C4D7529/5e44g.Macrium.Reflect.7.2.4156.rar http://nitroflare.com/view/35EEC21E5F2A745/5e44g.Macrium.Reflect.7.2.4156x64.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 03.04.2019, 17:42   #8200
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Movavi Video Suite 18.3.1 Multilingual Portable



Movavi Video Suite 18.3.1 (x64) Multilingual Portable | 92.5 Mb
Movavi Video Suite is comprehensive video making software that helps you create professional-looking movies and slideshows on your home computer - even if you have no experience.Incorporate music, create text captions, apply visual effects and transitions - you can do whatever you want with your video. In addition to the video making app, Movavi Video Suite contains a number of useful apps to help every video maker: powerful video converter that supports 180+ media formats, convenient utility for burning DVDs, a special tool for digitizing analog video, and more. Making video with Movavi is easy and fun! So, let's get started!

With Movavi movie making software you can:
- Make a movie from video or audio clips already stored on your computer, mobile device, or camera
- Create a slideshow from photos or pictures
- Capture video from a screen and make a video tutorial
- Record yourself on a webcam to create a unique entry for your blog

Improve Video Quality
Stabilize shaky video, tweak color settings, sharpen blurry video, and much more

Cut and Join
Cut out unnecessary fragments or join individual clips to make one longer movie

Let Your Story Flow Smoothly
Link the different segments of your video with stylish transitions

Work with Audio
- Add background music and sound effects in almost any format
- Take advantage of the built-in ready-made audio tracks and samples
- Record your own voice-over using your microphone
- Vary audio volume and playback speed, equalize sound, apply fade-in/out effects
- Overlay creative filters like Robot, Echo, Radio, and more

Add Captions and Labels
- Choose from over 100 fonts
- Add atmosphere with animated text
- Create colorful text backgrounds
- Enliven your movies with stickers and callouts

And that's not all!
In addition to Movavi's video maker, you also get a set of useful apps that will come in handy anytime you're working with video. You'll find:

The most powerful video converter ever!
Supports more than 180 video, audio, and image formats, changes the file format as quickly as copying it from one folder to another.

Convenient app for screen capturing
Records all your screen activity at the best quality possible: your use of applications, streaming video and audio, and much more.

Video Digitizer
Will accurately digitize your VHS collection or video stream from your TV tuner, as well as transfer AVCHD-camera recordings to your computer.

System Requirements:
- Microsoft® Windows® XP/Vista/7/8/10 with up-to-date patches and service packs installed
- Intel®, AMD®, or compatible dual-core processor, 1.5 GHz
- NVIDIA® GeForce® series 8, Intel® HD Graphics 2000, AMD Radeon™ R600 or higher graphics card with up-to-date drivers
- 1280 x 768 screen resolution, 32-bit color
- 512 MB RAM for Windows XP and Windows Vista,
- 2 GB for Windows 7, Windows 8, and Windows 10
- 830 MB available hard disk space for installation,
- 2 GB for ongoing operations
- Administrator permissions are required for installation

Home Page -
Код:
http://www.movavi.com/suite/
Download link:
Код:
uploadgig_com: https://uploadgig.com/file/download/d358730eEd0a59b2/40zfm.Movavi.Video.Suite.18.3.1.Multilingual.Portable.rar rapidgator_net: https://rapidgator.net/file/7a31b2fa6123144d49cd533ce1e1606e/40zfm.Movavi.Video.Suite.18.3.1.Multilingual.Portable.rar.html nitroflare_com: http://nitroflare.com/view/446B78F531EA2E6/40zfm.Movavi.Video.Suite.18.3.1.Multilingual.Portable.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 03.04.2019, 17:44   #8201
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию MultiScatter 1.091 for Autodesk 3ds Max



MultiScatter 1.091 for Autodesk 3ds Max | 118.4 mb
ICube R&D Group. is pleased to announce the availability of MultiScatter 1.091 allows rendering engines to generate huge amount of objects in array. Apart from fixes in the detected issues, this version hosts a couple of noteworthy enhancements as well.

What's new in MultiScatter 1.09x:

New
- V-Ray Next update 1.1 is supported
- support for Autodesk 3ds Max 2020
bug fixes
- random crash when scattering on plane with edit poly modifier
- some problems with 2 sided materials fixed
- various bug fixes mostly related to vray 3.6

About MultiScatter. MultiScatter is a plug-in for 3ds max which works with V-Ray, Mental Ray, Corona, Octane, Maxwell, FStormRender. It is possible to create complicated scenes with a huge amount of scattered objects easy and quickly with the aid of this plug-in.

Usually scenes in 3ds max with a great amount of even identical objects take a lot of space on HDD, consumes a lot of time for loading, and it is very hard to work with. MultiScatter is created to solve these problems. The scene containing 500 000 identical objects created with 3ds max 2008 occupies 1400Mb of HDD space. Now, if it is created with MultiScatter and still containing the same 500 000 objects the scene can take just 250Kb.

The most exciting feature of MultiScatter is a quick generation of an array of objects right before rendering. Those very 500 000 objects are created in only 2 seconds before rendering. Another outstanding MultiScatter ability is uploading and downloading from VRayProxy memory if needed (as and when necessary). This allows the application of polygon models without missing productivity and capacity of RAM.

Support for Animated objects and VRayProxy allows creating huge amounts of animated objects. Now with MultiScatter it is possible to create the whole forest of wind-shaken woods.

The support of 64-bit systems and multi core processing allows MultiScatter to create and render, for example, forest or even a city in a blink of an eye.

MultiScatter includes integrated procedural map - MultiScatterTexture. This card helps to create uncountable amount of various tones to gain a more realistic appearance of the scenes with huge number of similar objects. There can be, for example, different tones of leaves in a forest or various colours of cars at the parking area. MultiScatterTexture is able also to define different colour tones for the mixing materials, maps, etc.

MultiScatterTexture may be applied both to the MultiScatter objects and to any other objects at the scene

Below video is done with VrayScatter for 3ds max (first generation of our scattering system for 3ds max) in year 2008 on Xeon E5205 4Gb RAM machine, as a single scene

About ICube R&D Group. iCube R&D Group develops and provide cutting edge and affordable tools for 3D visualisation industry. Our team is made up of highly qualified programmers and 3d artists who work together to bring 3d visualization into a new level. Our recent developments include Aerial Textures, VRayScatter for Maya, MultiScatter, MadCar, CityTraffic, iTrees, iFlowers, iGrass, VRayPattern and SplineLand.

Product: MultiScatter
Version: 1.091
Supported Architectures: 32bit / 64bit
Website Home Page :
Код:
https://rendering.ru/
Language: english
System Requirements: PC
Supported Operating Systems: Windows XP or above
Software Prerequisites:*
Size: 118.4 mb

Download link:
Код:
uploadgig_com: https://uploadgig.com/file/download/cb25C40374285B8c/zomuq.MultiScatter.1.091.for.Autodesk.3ds.Max.rar rapidgator_net: https://rapidgator.net/file/6b87daa93b6c86dbda80e4df1c4427bb/zomuq.MultiScatter.1.091.for.Autodesk.3ds.Max.rar.html nitroflare_com: http://nitroflare.com/view/BE0A3291124A56C/zomuq.MultiScatter.1.091.for.Autodesk.3ds.Max.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 03.04.2019, 17:46   #8202
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Nembrini Audio LoFi Vintage Clipper v1.0.2 WiN



Nembrini Audio LoFi Vintage Clipper v1.0.2 WiN | 9 Mb
Nembrini Audio LoFi Vintage Clipper plugin is design to add grit and weight to your mix with two distinctive custom designed saturation algorithms. Use it to add presence and density to your tracks and control transients like the biggest Mix Engineers!

From gentle clipping to wild distortion, Nembrini Audio LoFi Vintage Clipper plugin is ideal for your Tracks, Busses and Mixbus. Available in VST, VST3, AAX Native, AudioUnits for Mac OS and Windows 64 bits. Distortion is a fine tuned clip algorithm designed to limit the transients as happens using a real analogue signal chain and increase the density of your tracks. Saturation is a special designed algorithm that mimics the behavior of vintage analog equipments like old tape machines and mixing console input/output stage.

Download link:
Код:
uploadgig_com: https://uploadgig.com/file/download/32b69aF6Ceb6c90F/ph4ce.Nembrini.Audio.LoFi.Vintage.Clipper.v1.0.2.WiN.rar rapidgator_net: https://rapidgator.net/file/607c298ac94640f447b04aa1769706e9/ph4ce.Nembrini.Audio.LoFi.Vintage.Clipper.v1.0.2.WiN.rar.html nitroflare_com: http://nitroflare.com/view/1B09CF008559CE1/ph4ce.Nembrini.Audio.LoFi.Vintage.Clipper.v1.0.2.WiN.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 03.04.2019, 17:48   #8203
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию O&O SafeErase Professional 12.12 Build 240



O&O SafeErase Professional 12.12 Build 240 (x86/x64) | 34.2 Mb
Your personal photos and confidential documents can easily fall into the wrong hands when you sell, give away or dispose of your old PC or hard drives. Identity theft is now a widespread security threat. This is because clicking on "Delete" does not mean your files are permanently deleted. Even formatting the hard disk is not enough to permanently delete data. O&O SafeErase permanently deletes your confidential files using recognized methods so that a recovery is never possible, not even when using the best file recovery software.

There is a good chance your personal photos or business data will easily fall into the wrong hands whenever you want to sell, give away or dispose of your old computer. This is because clicking on "Delete" doesn't automatically mean your data is irrevocably destroyed. Even formatting the hard disk is not enough to completely destroy your data. O&O SafeErase allows you to permanently delete your data using recognized methods so that a recovery is never possible, not even when using specialized software.

New and enhanced functions
In addition to many minor enhancements, O&O SafeErase includes an analytical tool that scans your computer for temporary and unsafely deleted files. With just a few clicks, you can clean your computer so that unauthorized parties never have a chance to spy out old files for possible misuse. SSDs can also be detected, and deletions made on them will be done using TRIM commands that spare resources. Advanced and improved management of reports make using O&O SafeErase even more convenient.

Internet security
When surfing the Internet, your browser usually stores Internet files unnoticed on your hard drive. These files can provide information about websites you've visited or the passwords you've entered. It makes no difference whether it involves cookies, data entered on forms, or browsing history - O&O SafeErase lists all the information saved for each browser you use, and you can then delete them individually or together. Once deleted, nobody will be able to detect your Internet traces and your online accounts are protected from data thieves or hackers. Version 12 supports Microsoft Edge, the successor to Internet Explorer, as well as Internet Explorer, Google Chrome and Firefox.

Safe erase your entire computer
Deleting the entire computer allows you to permanently delete all confidential files before you dispose of, sell, or give your computer away. All files, settings, applications and the operating system itself are deleted so that a file recovery is impossible. You can be sure that nobody will ever restore your confidential information and misuse it, protecting yourself against identity theft. With O&O SafeErase you can even delete your entire computer without a start medium (e.g. a Boot CD).

Six deletion methods for maximum security
O&O SafeErase allows you to choose from among six different deletion methods. The methods of deletion differ in the number of runs and the type of overwriting process. These methods ensure maximum security, whatever your requirements. In addition to standardized deletion methods of the U. S. Department of Defense (DoD) and the German Federal Office for Information Security (BSI) you can also select a complex mathematical method (the Gutmann method), which complies with the highest security levels. In this scientifically approved method of data deletion, corresponding areas of the hard disk are overwritten 35 times using precisely defined rules along with fixed and random values. In this way, O&O SafeErase exceeds even the requirements of the DoD and the BSI. Quick deletion can also be made by just overwriting data with zeros.

Product features
"Instant Erase": Selecting files over the context menu prompts a mini-dialog from where deletion can immediately take place
Permanent deletion of files, folders, Memory cards and USB sticks
Delete an entire computer, no boot medium necessary
Delete internet traces and temporary program files
Six methods to permanently delete confidential data
Detailed reports as proof of deletion
Analysis tool to search for unsafe deleted files
Adapted deletion method for SSDs (TRIM)
Enhanced report and activity management
.Net Framework 4.6.1

Operating System: Windows Vista, 7, 8.1, 10

Home Page -
Код:
https://www.oo-software.com/
Download link:
Код:
uploadgig_com: https://uploadgig.com/file/download/11434C240aa1445f/glqpm.OO.SafeErase.Professional.12.12.Build.240.rar rapidgator_net: https://rapidgator.net/file/3e8a4887ea7c8961ff3b561384ffe91e/glqpm.OO.SafeErase.Professional.12.12.Build.240.rar.html nitroflare_com: http://nitroflare.com/view/81A34A25720714C/glqpm.OO.SafeErase.Professional.12.12.Build.240.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 03.04.2019, 17:50   #8204
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию OhSoft OCam 470.0 Multilingual + Portable



OhSoft OCam 470.0 Multilingual + Portable | 11.2/10.4 Mb
oCam is a useful application designed to help users record or capture their desktop screen.oCam is also able to capture the sounds currently playing on your computer. The mouse cursor can be included in the output recording. oCam Screen Recorder allows you to record as well and sound accompaniment, not only through the microphone. Feature of the program is straightforward record any sounds played through the speakers in the recording process. This applies to technology WASAPI the loopback address, at which capture the sounds emitted by the system (what we hear) without the use of a stereo mix.

In addition, the program can save and regular screenshots in PNG format.

Features of product
Avira Anti-Virus is detecting oCam(Deep Screen) as a false positive, do not worry.
* Completely 100% FREE Software
* Computer screen, game, video, audio recording is possible.
* Pause/resume of recording function.
* Recording using the built-in video codecs(AVI, GIF, MP4, MKV, NVIDIA NVENC H.264, M4V, FLAC, FLV, MOV, WMV, TS, VOB).
* Recording using the built-in audio codecs(MP3, AAC, FLAC) and real-time audio encoding.
* Can record you use the external VFW codec.
* Have large video formats to support more than 4GB.
* Recording sound from your computer as you can.
* Audio recording is made possible without the stereo mix setting.(Windows 7, Vista SP1 or later)
* A variety of sound quality when recording can be selected.
* Screen capture is possible. Image Format(JPEG, GIF, PNG, BMP)
* Recording area of the keyboard can be easily controlled.
* Can record the full screen and window area.
* During recording, the mouse cursor can be set to be included.
* Bug reporting is available to developers.
* Record the results can be stored in a specific folder, you have the option.
* oCam dual-monitor support.
* Flash in the IE browser, the target area can be selected.
* Preferences from the FPS setting is possible.
* Recording schedule function is available.

Operating System: XP/2003/Vista/Windows 7, 8, 10 (32bit and 64bit)

Home Page -
Код:
http://ohsoft.net/eng/
Download link:
Код:
uploadgig_com: https://uploadgig.com/file/download/42B9fEc33aa7Aae1/x9sxi.oCam.470.0.rar https://uploadgig.com/file/download/dEa7660324df877D/x9sxi.OCam.470.Portable.rar rapidgator_net: https://rapidgator.net/file/4c13ada79014936fe07347de9b75ab91/x9sxi.oCam.470.0.rar.html https://rapidgator.net/file/88c5442c357abbe570975f217af8715e/x9sxi.OCam.470.Portable.rar.html nitroflare_com: http://nitroflare.com/view/B2F6201FA8B7C9E/x9sxi.oCam.470.0.rar http://nitroflare.com/view/CB3DAE594F4C43B/x9sxi.OCam.470.Portable.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 03.04.2019, 17:52   #8205
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Red Gate SmartAssembly 7.0.2.2150



Red Gate SmartAssembly 7.0.2.2150 | 16.4 Mb
SmartAssembly is an obfuscator that helps protect your application against reverse-engineering or modification, by making it difficult for a third-party to access your source code.

If your entire business rests on the IP embodied in your software or you don't want your C# or VB.NET code exposed internationally, then obfuscating your code becomes a necessity, not a luxury.

With SmartAssembly, you get a comprehensive set of obfuscation features, including name mangling, control flow obfuscation, strings encoding, reference dynamic proxy, and declarative obfuscation.

Key features

Name mangling
Changes the names of methods and fields to make it hard to understand their purpose.

Control flow obfuscation
Converts the code inside methods to 'spaghetti code' to make it difficult to see how the application works.

References dynamic proxy
Creates a proxy for calls to methods outside of your assembly to make it hard to find external calls.

Strings encoding
Encodes the strings used in your software to hide such information as passwords and SQL queries.

Resources compression and encryption
Compresses and encrypts managed resources to make them hard to understand, and to reduce the size of the assembly.

Pruning
Removes non-useful metadata to make the code harder to reverse-engineer, reduce the size of the assembly, and improve loading time.

Dependencies merging
Takes all the DLLs and merges dependencies into the main assembly, so you don't have to load lots of DLL files, and so that they can also be obfuscated.

Dependencies compression and embedding
Compresses and embeds your dependencies into your main assembly, simplifying the deployment of your software and reducing the size of your program.

Method parent obfuscation
Moves methods in your code by changing the class they are in, making it harder to understand how methods and classes relate to each other.

Strong name signing with tamper protection
Signs your assembly and helps to protect it against modification (the additional tamper protection is not available in the Standard edition).

Declarative obfuscation
Excludes a member from obfuscation using custom attributes directly in your code.

System requirements:
512MB RAM (minimum)
10 MB free hard disk space
Microsoft .NET Framework version 3.5 SP1 Client Profile or above must be installed in order for SmartAssembly to run.
Microsoft .NET Framework version 3.5 SP1 Full Profile or above must be installed in order to install SmartAssembly.
Access to a SQL database - see below for specific requirements.

Supported operating systems
Windows Server 2008
Windows Server 2008 R2
Windows 7
Windows 8
Windows Server 2012 R2
Windows 10
Both 32 and 64-bit operating systems are supported.

Supported SQL Server versions
You must use one of the following versions of SQL Server (SQL Express and SQL LocalDB also work):
SQL Server 2008
SQL Server 2008 R2
SQL Server 2012
SQL Server 2014
SQL Server 2016

Home Page -
Код:
https://www.red-gate.com/
Download link:
Код:
uploadgig_com: https://uploadgig.com/file/download/bEdfcf516aaE14Da/kdfm8.Red.Gate.SmartAssembly.7.0.2.2150.rar rapidgator_net: https://rapidgator.net/file/393af511772c214645fd0200e37709ae/kdfm8.Red.Gate.SmartAssembly.7.0.2.2150.rar.html nitroflare_com: http://nitroflare.com/view/52A8D1D96502F17/kdfm8.Red.Gate.SmartAssembly.7.0.2.2150.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Ответ

Любые журналы Актион-МЦФЭР регулярно !!! Пишите https://www.nado.in/private.php?do=newpm&u=12191 или на электронный адрес pantera@nado.ws


Здесь присутствуют: 4 (пользователей: 0 , гостей: 4)
 

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход

Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
SamDrivers 15.3 Full - 2015 - 0.0.2 emlieu Различный софт 0 12.03.2015 21:26
SamDrivers 15.3 Full - 2015- 0.0.1 emlieu Различный софт 0 11.03.2015 02:16
Oracle Business Intelligence Applications v11.1.1.8.1 (Win Linux) (10.14.2014) vandit Различный софт 0 15.10.2014 17:34
Oracle Business Intelligence Applications v11.1.1.8.1-NEWiSo always Различный софт 0 15.10.2014 16:53
Oracle Business Intelligence Applications v11.1.1.8.1 (Win / Linux) renato Различный софт 0 14.10.2014 11:17


Текущее время: 17:50. Часовой пояс GMT +1.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc. Перевод: zCarot