반응형
반응형


네트워크 드라이브 연결 포트
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

 

반응형
반응형

Inserted Android reference links as the first attempt to improve API documentation. More will follow soon.

Also found out accidentally that updated Configuration class is not generated in the latest commit, so I added it as a separate commit.


You can merge this Pull Request by running

  git pull https://github.com/guersam/scaloid wip-improve-apidoc

Or view, comment on, or merge it at:

https://github.com/pocorall/scaloid/pull/69

Commit Summary

  • Generate Configuration class as changed in afb19ef8
  • Add link to Android reference for each generated class

File Changes

Patch Links:

 

반응형
반응형

smart TV, 스마트 TV 환경

 

LG전자 스마트TV도 삼성전자와 같이 HTML5, Marmalade, Unity 등의 개발환경을 지원한다.

 

HTML5와 CSS, JAVASCRIPT를 이용한 웹기반 애플리케이션이 화제의 중심이다.

 

HTML4와 차별화된 요소는 화면에 무언가를 그릴 수 있는 Canvas가 지원되는 점이다.

 

HTML5는 Canvas뿐만 아니라 인터넷이 되지 않는 환경에서도 애플리케이션이 동작할 수 있도록

 데이터를 미리 캐싱한 상태로 유지하게 하거나 현재 웹페이지 또는 애플리케이션이 활성화되지 않는

상태에서도 실행될 수 있도록 다양한 백그라운드 지원 요소를 가지고 있다.

 

HTML5 Projects

반응형

+ Recent posts