17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
A source code search engine designed specifically for software engineers
Find It EZ is the most comprehensive "where used" search engine available for direct scanning of relational databases ( schema, data and SQL code ), including support for cloud databases SQL Azure or Amazon RDS!Rock Solid QA – Find It EZ ensures it by locating every and any where a particular variable, table or column name is used throughout your entire software application body of work! Confidently find ALL references to an object, no matter where it may be hidden or used. Timely & Accurate Estimates – Find It EZ empowers you to deliver & impress by rapidly identifying the full extent of a change request, across all application source code, including your entire database and within end-user documentation. Turbo charge your Impact Analysis!Fast, Easy to use & Comprehensive – There is no other product on the market built just for developers like you and I. Search SAP Crystal Reports formulas, sub-reports, parameters and more ... while simultaneously searching MySQL code, table definitions or table data, Find It EZ covers it all! Experts will surely appreciate the advanced, relational database scanning features that allow the software to support multiple DBMS. Impecable Code Reviews, Reduced Bug Risks - As a DBA, you know the risk and performance drain when SQL developers use "SELECT *". With Find It EZ, you can scan all triggers, stored procedures, views and user defined functions to quickly & confidently locate anywhere that phrase is used within your database code. Find it everywhere, fix it now, smack em later! Code reviews done easy. Here are some key features of "Find It EZ":
Comprehensive Database Searches: · Connect directly to supported relational databases to instantly scan meta data, table data contents, table definitions ( including indexes, keys and constraints ), triggers ( active or inactive ), stored procedures, views ( or MS Access queries ) and user defined functions. Speed up and narrow your search with filters ( by subset of selected tables or SQL code object name, etc. ). Even reach for the sky, search cloud-based RDBMS' Amazon RDS or SQL Azure!
Profiles: · Configure & save settings for re-use or comparison of search results between various project libraries. Great feature for setting up search paths for each software project life cycle environment that may contain different versions of programming code and/or unique database instances ( eg, Development, Staging, Production, etc. ).
Find It EZ Viewer: · Quickly browse file or database object contents with highlighted matches.
Launch a File Editor: · For file-based or SQL code search results, you are just a click away from launching the editor of your choice to instantly modify source code containing matches.
Advanced Software Specific Search Settings: · Include or ignore matches within source code comments. Perform case sensitive searches. Use exact or partial word or phrase matching.
Regular Expressions: · Harness the power of regular expression search syntax to scan your software project source documents. For example, if you wanted to scan through your application source code to find all instances of inserting data into a specific table using SQL ( SELECT or INSERT INTO ... ), you could use a regular expression. With regular expressions you can describe almost any text pattern, including a pattern that matches two words near each other. This pattern is relatively simple, consisting of three parts: the first word, a certain number of unspecified words, and the second word. So, to find all SQL calls to "insert data" into the "Customer" table, you could use the regular expression: \bINTO\W+(?:\w+\W+){0,1}?CUSTOMER\b . The quantifier {0,1}? makes the regex scan require a minimum of zero words and at most one word between "INTO" and "CUSTOMER".
Boolean Query Builder: · Use the new query builder to create complex, compound boolean search terms with ease!
Print or Save Results: · Easily share search results with your software project team for delegating or documenting tasks.
Build search terms based on Results: · Right-click a search result to quickly create your next set of "find" search term(s). All searched term history is automatically stored for re-use. You can clear the search history at any time.
· Two Visual Studio add-ons: Google Code Search for VS and Find it EZ for VS
· A EZ Launch front end that can be activated with a Windows hotkey ( CTRL+ALT+F3 ). Requirements:
· Microsoft.NET Framework 2.0 · DB2 support requires an installed IBM Data Server Driver Package (DS Driver) v8.X or higher. Limitations:
· 14 days trial period
· Nag screen What's New in This Release: [ read full changelog ]
GUI: · Search Assistant to guides you through the setup and searching. · Project level settings! Search directories are no longer stored at the source item level. Instead they are stored at the project setting level.This includes the ability to set multiple search directories (include and exclude) as well as file name filters. · General settings and Project settings are now two separate screens. You can access project settings from Project->Settings (or from right clicking on a source item). General settings are set from the Tools->Settings menu option. · You can now edit Project Settings directly from the "Manage Projects" window. · When checking off a Source item, the settings dialog will now be shown automatically. You can turn this off by checking off "Do not show this window each time I select a scan source item" or from the User options (Tools->User Options) · Warnings for missing information (Directories/Database connections) are now properly shown on top of the settings dialog...