This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
obj = Object.new | |
100_000.times do |i| | |
obj.respond_to?("sym#{i}".to_sym) | |
end | |
GC.start | |
puts"symbol : #{Symbol.all_symbols.size}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = SessionProvider = () -> | |
currentUser = null | |
$get: ($log, $rootScope, $location, $state, $injector, localStorageService) -> | |
authService = $injector.get('jwtAuthService') | |
# Default login starting logic. | |
loginStart = (next, nextParams) -> | |
$log.debug "SessionProvider: redirecting to /login" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsVn0UQilturwnTyTyKKFur8Vyhf2n3sONmsfS3lLch0lkNMtg+eZ+A6WJWWIGDIdC1XL8KxfB7KAt4uPY5lL1CS9dMaRqGKodsBFO8AvFD4nLy9KzhdET0x3CatE903q3pLG0r8kfzECf99KJCRzXrgfnMfJDGHVYsSEuI8s7jPu4bfE8QXTJOki/0hON1Xule0JD456LFXeWI/wz0G4gOeAL9BTFcaPz953Aw3JVooM/7oM5h2J7sE7HWOIX14qAOSVSNaMGGJ7A+tNo1MbnysYNIemC468dHuPlh01qEFI02bSpaYuuaFybvfCzni75Lt4iNxCxakaUg2QCZF7L tukan@sheldon.local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
debug 2011-03-25 18:5:13 [main] auth_users_limit:32 {"Checking limit",200,1} | |
info 2011-03-25 18:5:13 CONNECT 95.25.224.144 default undefined 1301065513612623 http://www.street-x.tv:3000/playlists/1-my [] trusted_login | |
debug 2011-03-25 18:5:14 [main] ems_media:395 {"Started",autopilot_playlist, | |
[{host,default}, | |
{name,<<"erlypilot/1/json_for_erlyvideo">>}, | |
{source, | |
{{erlypilot_adapter, | |
"http://www.street-x.tv:3000/playlists"}, | |
<<"1/json_for_erlyvideo">>}}, | |
{type,autopilot_playlist}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Думаю аффилированность телемаркера и undev ни у кого сомнений не вызывает. Так как про undev никто никогда в интернете кроме нашей тусовки не знал, то искать надо не по ключевой фразе "undev allofmp3", а по "телемаркер allofmp3" и тогда первой ссылкой, например, будет вот эта статья на ленте: http://lenta.ru/news/2012/01/16/telemarker/ | |
Цитирую: | |
"Для организации мониторинга на избирательных участках будут задействованы технологии компании "Телемаркер", основателем которой является Георгий Тушинский, владелец сайта AllOfMp3. Об этом в номере от 16 января сообщают "Ведомости". | |
Про скандал вокруг AllOfMp3 можно прочитать хоть на ленте, хоть в википедии: http://en.wikipedia.org/wiki/AllOfMP3. Вот, например, цитата из википедии: | |
On June 1, 2006, the New York Times reported that US trade negotiators have warned Russia that the continued existence of AllOfMP3 could jeopardize Russia's entry into the World Trade Organization. This was reiterated by the United States Trade Representative Susan Schwab in remarks to |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
board n_players player action value stack stake pot to_call committed all_in d_pot d_dead n_pots pots at_pot p_at_pot | |
game_id street round | |
87467082284 blinds 0 6 wazzzz111 sb 1.00 198.00 0.00 0.00 0.00 0.00 False 1.00 0 1 [0.0] [] [] | |
1 6 AKQJX.COM bb 2.00 200.00 1.00 1.00 1.00 0.00 False 2.00 0 1 [1.0] [0] [0] | |
2 6 Utedo bb 2.00 113.68 2.00 3.00 2.00 0.00 False 2.00 0 1 [3.0] [0, 0] [0, 1] | |
preflop 0 6 kro |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Extension('libHandParser', | |
libraries=['boost_python-mt', 'boost_regex-mt'], | |
include_dirs = ['/usr/local/include', 'include'], | |
library_dirs=['/usr/local/lib'], | |
sources=[ | |
'HandParsing/src/HandParserStars.cpp', | |
'HandParsing/src/LineParser.cpp', | |
'HandParsing/src/PyParserPokerStars.cpp' | |
]) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process: Python [838] | |
Path: /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python | |
Identifier: Python | |
Version: 2.7.5 (2.7.5) | |
Code Type: X86-64 (Native) | |
Parent Process: zsh [37518] | |
Responsible: iTerm [208] | |
User ID: 501 | |
Date/Time: 2013-10-31 06:12:27.031 +0400 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process: Python [2287] | |
Path: /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python | |
Identifier: Python | |
Version: 2.7.5 (2.7.5) | |
Code Type: X86-64 (Native) | |
Parent Process: zsh [37518] | |
Responsible: iTerm [208] | |
User ID: 501 | |
Date/Time: 2013-10-31 06:30:55.204 +0400 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PokerStars Hand #89437823299: Omaha Pot Limit ($1/$2 USD) - 2012/11/18 12:14:54 ET | |
Table 'Laocoon II' 6-max Seat #4 is the button | |
Seat 1: IamMoved ($126.25 in chips) | |
Seat 2: JNandez87 ($239.14 in chips) | |
Seat 3: //Opel//433 ($117 in chips) | |
Seat 4: krondix ($533.35 in chips) | |
Seat 5: Garrincha_90 ($204 in chips) | |
Seat 6: Tiltkorv ($203 in chips) | |
Garrincha_90: posts small blind $1 | |
Tiltkorv: posts big blind $2 |
OlderNewer