'Software'에 해당되는 글 17건
- 2007/03/27 *로 숨겨진 비밀번호를 알아내는 툴 - SnadBoy's Revelation
- 2007/03/20 Total Video Converter - 비디오변환기
- 2007/03/17 MezerTools - 스크린 사이즈 측정 및 캡쳐용 툴
- 2007/03/17 Textviewer 프로북프로그램
- 2007/03/15 JavaScript Code Improver - obfuscator에 상반되는 툴
- 2007/03/07 Link Utility - 웹사이트 링크 체커
- 2007/01/30 Introduction to The Solr Enterprise Search Server
Cannot read your own JavaScript code?
Cannot find that closing brace?
Lost all hope of making head or tail of the JavaScript code inherited from your colleague?
Or just curious of how JavaScript works?
Try JavaScript Code Improver!
With JavaScript Code Improver you are just one click away from making any JavaScript clear, easily comprehensible and ready for printing thus saving the time you spend on editing, debugging and modifying it. Forget about all problems resulting from those illegible JavaScripts!
Compare how the same piece of code looks before:
<script language="JavaScript">var i=0,s="",k=0;function foo(){for(j=0;j<10;j++){for(i=0;i<10;i++){s="string1";k=Math.floor(Math.random()*10);}for(i=20;i>9;i--){s="string2";k=i;}}}</script>
and after processing by JavaScript Code Improver:
<script language="JavaScript">
var i = 0, s = "", k = 0;
function foo()
{
for(j = 0; j < 10; j++)
{
for(i = 0; i < 10; i++)
{
s = "string1";
k = Math.floor( Math.random()*10 );
}
for(i = 20; i > 9; i--)
{
s = "string2";
k = i;
}
}
}
</script>
You can see the difference, can’t you?
The program’s flexible settings let you structure the code in any way you like. So, even if your JavaScript code is pretty comprehensible, you can just give it more professional or just more pleasant feel.
So, download JavaScript Code Improver now and test.
Link Utility는 웹사이트의 링크를 체크해 주는 도구이다.
Link Utility
order $149.9 Check your dead links
Did you know that over 5% of links on the Web are broken! Dead or broken links not only confuse and drive your customers away from your site but also keep search engines from properly indexing your Web site. Now imagine how long would it take to check all the links on your site manually... 2 hundred, thousand or 1 million links!..
Our link checking tool will save you from this monotonous and boring work and search your site for you, testing each link it finds. The program will report the status of each tested link.
Link Utility will not let broken links hurt your professional image.
This program is an easy-to-use link checker tool to help you maintain the accuracy of links on your Web site. The program will help you easily locate broken links and orphaned files (files with no links pointing to them).Link Utility combines powerful features and an easy-to-use interface and is robust enough to deal with corporate Web sites containing one million (!) links or more. Major features of Link Utility include extremely fast operation through the concurrent checking of multiple links, support for all major protocols (including HTTP and FTP), the ability to create a graphical representation of a Web site, export of data into a number of different formats, and being fully configurable.
Link Utility is a powerful site management and link checker tool that helps webmasters automate the process of Web site testing. The software performs thorough analysis of a Web site: finds broken links (including those using JavaScript and Flash), orphaned files, slow-loading, deep, outdated and small-sized pages. Like the recently developed by UK students at IBM Peridot program, Link Utility can be scheduled for scanning links and orphaned files, but unlike Peridot, it is not a web-based tool, it is platform-based.
The program can access HTTPS resources and password-protected pages, and work via a proxy server. Reports about the checked pages are presented in a clear, easy-to-read layout. The powerful system of filters enables the in-depth research of any occurring problems.With Link Utility you can easily:
- test both internal and external links on your web site
- search for links inside JavaScript, Flash objects and Cascading Styles Sheets files
- check images for <ALT>, <HEIGHT>, <WIDTH> attributes
- not only search for links in the standard tag <A>, but in such tags as <META>, <APPLET>, <OBJECT>, <TABLE> as well
- scan up to 20 links at once
Optimal productivity for your Internet connection The program can check up to 20 links simultaneously. Using cable or xDSL internet connection you will be able to check up to 1000 links a minute. Built-in scheduler will automatically check your site with the set periodicity even while you are away, and if anything changes in your site's status, for example an external link ceases functioning, you will be notified immediately. We have done everything for you to reach maximum productivity with your internet connection.
Real results of your check Printable reports allow keeping the list of the problem links at hand. Link Utility generates 8 types of reports as well as the complex report, comprising all available information about your web site. Reports can be saved, printed or emailed with just two clicks.Save your time with Link Utility
Just enter the start URL of your Web site and launch scan with one click. The spider program will follow all the links, get the information about your site's catalog structure, sizes of the files and pages, and display all this information on your screen. As the result of the scanning you will get the following information about:
- Broken links
- Detailed information about good links - types of the documents they lead to, documents' sizes, dates of their last modifications
- Meta-tag information, extracted from the pages
- All possible types of tags and pages they were extracted from
- Types of all files classified by categories: graphic files, archive files, audio, video etc.
Solr in a Nutshell
Solr is a standalone enterprise search server with a web-services like API. You put documents in it (called "indexing") via XML over HTTP. You query it via HTTP GET and receive XML results.
- Advanced Full-Text Search Capabilities
- Optimized for High Volume Web Traffic
- Standards Based Open Interfaces - XML and HTTP
- Comprehensive HTML Administration Interfaces
- Scalability - Efficient Replication to other Solr Search Servers
- Flexible and Adaptable with XML configuration
- Extensible Plugin Architecture
Solr Uses the Lucene Search Library and Extends it!
- A Real Data Schema, with Dynamic Fields, Unique Keys
- Powerful Extensions to the Lucene Query Language
- Support for Dynamic Result Grouping and Filtering
- Advanced, Configurable Text Analysis
- Highly Configurable and User Extensible Caching
- Performance Optimizations
- External Configuration via XML
- An Administration Interface
- Monitorable Logging
- Fast Incremental Updates and Snapshot Distribution
Detailed Features
Schema
- Defines the field types and fields of documents
- Can drive more intelligent processing
- Declarative Lucene Analyzer specification
- Dynamic Fields enables on-the-fly addition of fields
- CopyField functionality allows indexing a single field multiple ways, or combining multiple fields into a single searchable field
- Explicit types eliminates the need for guessing types of fields
- External file-based configuration of stopword lists, synonym lists, and protected word lists
Query
- HTTP interface with configurable response formats (XML/XSLT, JSON, Python, Ruby)
- Highlighted context snippets
- Faceted Searching based on field values and explicit queries
- Sort specifications added to query language
- Constant scoring range and prefix queries - no idf, coord, or lengthNorm factors, and no restriction on the number of terms the query matches.
- Function Query - influence the score by a function of a field's numeric value or ordinal
- Performance Optimizations
Core
- Pluggable query handlers and extensible XML data format
- Document uniqueness enforcement based on unique key field
- Batches updates and deletes for high performance
- User configurable commands triggered on index changes
- Searcher concurrency control
- Correct handling of numeric types for both sorting and range queries
- Ability to control where docs with the sort field missing will be placed
- Support for dynamic grouping of search results
Caching
- Configurable Query Result, Filter, and Document cache instances
- Pluggable Cache implementations
- Cache warming in background
- When a new searcher is opened, configurable searches are run against it in order to warm it up to avoid slow first hits. During warming, the current searcher handles live requests.
- Autowarming in background
- The most recently accessed items in the caches of the current searcher are re-populated in the new searcher, enabing high cache hit rates across index/searcher changes.
- Fast/small filter implementation
- User level caching with autowarming support
Replication
- Efficient distribution of index parts that have changed via rsync transport
- Pull strategy allows for easy addition of searchers
- Configurable distribution interval allows tradeoff between timeliness and cache utilization
Admin Interface
- Comprehensive statistics on cache utilization, updates, and queries
- Text analysis debugger, showing result of every stage in an analyzer
- Web Query Interface w/ debugging output
- parsed query output
- Lucene explain() document score detailing
- explain score for documents outside of the requested range to debug why a given document wasn't ranked higher.





프로북-8480-blacklerm.zip




댓글을 달아 주세요