Skip to content

Instantly share code, notes, and snippets.

@goruha
Last active December 20, 2016 17:42
Show Gist options
  • Save goruha/9d8e5ff76ad7a41a3ea2b8c4c6ef95ce to your computer and use it in GitHub Desktop.
Save goruha/9d8e5ff76ad7a41a3ea2b8c4c6ef95ce to your computer and use it in GitHub Desktop.
Poll
Vote("Лучшее ИТ событие?", List(
( ) false => Event("День Р", "http://day p"),
( ) false => Event("Робофест", "http://day p"),
( ) false => Event("Хэппи-Дев Лайт", "http://day p"),
( ) false => Event("PM Meetup", "http://day p"),
( ) false => Event("Frontend Meetup", "http://day p"),
(*) true => Event("WordPress Meetup", "http://day p"),
( ) false => Event("Code in the Dark", "http://day p"),
( ) false => Event("Cпортивное программирование: Кубок Тамтек", "http://day p"),
( ) false => Event("Drupal Cafe", "http://day p"),
( ) false => Event("Фестиваль Crypto Install Fest 3", "http://day p"),
( ) false => Event("Omsky Ludum Dare", "http://day p"),
( ) false => Event("Мобилаториум", "http://day p"),
)
.filter((choose, event) => choose == true)
.map((choose, event) => event)
.head
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment