반응형
http://code.google.com/p/selenium/

Overview  - http://docs.seleniumhq.org/

This is the site for developers of the Selenium browser automation framework. If you're developing with the framework, please go to Selenium HQ.

If you're a user of Selenium, and would like the latest documentation, please head over to Selenium HQ. If you'd like to report an issue, please click on the "Issues" tab above

If you're a user of WebDriver, and would like to file some bugs, then please also click on the "Issues" tab above. For documentation aimed at developers of the webdriver framework itself, please head over to the wiki.

The Selenium project hosts an implementation of the W3C WebDriver spec.

User Documentation

Related Projects

The following projects are related to Selenium and you may find it interesting:

Note the alternative language bindings are supported independently, and not by the selenium project.

Developer Documentation

Please consult the wiki or the project issue tracking for documentation relevant for working on the selenium framework itself. Suggested starting places for newbies are the BuildingWebDriver page, for instructions on how to build the software, the ArchitecturalOverview to understand how the pieces fit together, and perhaps the JsonWireProtocol for an insight into how the RemoteWebDriver works.

 

 

 

.

반응형
반응형

Music Player Core: A music player Python module

musicplayer

GitHub: https://github.com/albertz/music-player-core

 

Music player Python module

This Python module provides a high-level core Music player interface where you are supposed to provide all the remaining high-level logic like the user interface, the playlist logic and the audio data. 

반응형
반응형

Galileo: Shell search for your GitHub repos

galileo

 

Galileo. Search your starred GitHub repos from the shell

반응형
반응형

Git-ftp: A git-powered FTP client

git-ftp

 

Git powered FTP client written as shell script.

반응형
반응형


네트워크 드라이브 연결 포트
TCP 137, 138, 139, 445

 

원격 데스크탑 연결 포트

TCP 3389

반응형
반응형

Makeappicon: Generate properly sized icons quickly and easily

makeappicon

 

반응형
반응형

Soulmate: Develop a fast autocomplete feature

soulmate

 

 

Redis-backed service for fast autocompleting - extracted from SeatGeek

 

Soulmate

Soulmate is a tool to help solve the common problem of developing a fast autocomplete feature. It uses Redis's sorted sets to build an index of partially completed words and the corresponding top matching items, and provides a simple sinatra app to query them. Soulmate finishes your sentences.

Soulmate was designed to be simple and fast, and offers the following:

  • Provide suggestions for multiple types of items in a single query (at SeatGeek we're autocompleting for performers, events, and venues)
  • Results are ordered by a user-specified score
  • Arbitrary metadata for each item (at SeatGeek we're storing both a url and a subtitle)

An item is a simple JSON object that looks like:

{
  "id": 3,
  "term": "Citi Field",
  "score": 81,
  "data": {
    "url": "/citi-field-tickets/",
    "subtitle": "Flushing, NY"
  }
}

Where id is a unique identifier (within the specific type), term is the phrase you wish to provide completions for, score is a user-specified ranking metric (redis will order things lexicographically for items with the same score), and data is an optional container for metadata you'd like to return when this item is matched (at SeatGeek we're including a url for the item as well as a subtitle for when we present it in an autocomplete dropdown).

See Soulmate in action at SeatGeek.

반응형
반응형

UUhistle.org: A program visualization tool

UUhistle.org is a program visualization tool for beginner programming education. Use UUhistle.org to improve your code-tracing skills, as well as your understanding of programming concepts and programming-language constructs.

uuhistle.org

 

반응형

+ Recent posts