
hackflow.com
Hackflow(This is second part of my PiterPy talk adaptation, first part is available here) Previously I described various ways AST could be used to alter …
http://www.hackflow.com/
(This is second part of my PiterPy talk adaptation, first part is available here) Previously I described various ways AST could be used to alter …
http://www.hackflow.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
3.8 seconds
Alexander Schepanovskiy
Alexander Schepanovskiy
Vet●●●nka
Kras●●●●arsk , Krasnoyarskiy kray, 660062
RU
View this contact
Alexander Schepanovskiy
Alexander Schepanovskiy
Vet●●●nka
Kras●●●●arsk , Krasnoyarskiy kray, 660062
RU
View this contact
Alexander Schepanovskiy
Alexander Schepanovskiy
Vet●●●nka
Kras●●●●arsk , Krasnoyarskiy kray, 660062
RU
View this contact
13
YEARS
5
MONTHS
19
DAYS
REGIONAL NETWORK INFORMATION CENTER, JSC DBA RU-CENTER
WHOIS : whois.nic.ru
REFERRED : http://www.nic.ru
PAGES IN
THIS WEBSITE
3
SSL
EXTERNAL LINKS
7
SITE IP
151.101.0.133
LOAD TIME
3.813 sec
SCORE
6.2
Hackflow | hackflow.com Reviews
https://hackflow.com
(This is second part of my PiterPy talk adaptation, first part is available here) Previously I described various ways AST could be used to alter …
Boiling React Down to a Few Lines in jQuery - Hackflow
http://hackflow.com/blog/2015/03/08/boiling-react-down-to-few-lines-in-jquery
Boiling React Down to a Few Lines in jQuery. You probably heard something like how React is awesome ‘cause it makes UI a pure function of application state? But even before you started to get that it was complemented with something like how that works on top of immutability and virtual DOM? And then you get free save, load, undo and something insane called time-travel debugging on top of that. Guess what? Could be written as:. Let me draw you a picture. This is how first variant works:. Elements and up to.
Abstracting Control Flow - Hackflow
http://hackflow.com/blog/2013/10/08/abstracting-control-flow
Any programmer, even if she doesn’t see it this way, constantly creates abstractions. The most common things we abstract are calculations (caught into functions) or behavior (procedures and classes), but there are other recurring patterns in our work, especially in error handling, resource management and optimizations. Code How about abstracting all that control flow? Let’s start from the beginning. What do we do to build a new abstraction? Select a piece of functionality or behavior. Downloading images,...
Painless Decorators - Hackflow
http://hackflow.com/blog/2013/11/03/painless-decorators
Decorators are joy to use. Write? Not so much. One needs to mess with wrappers, function metadata and a fair amount of bookkeeping. Enough things to bury any useful semantics under them. There got to be a better way. Let’s find that out. Currently in a decorator you need to create a wrapper, update it’s metadata and then return it. You also need to pass arguments and result value in and out carefully. A typical pattern would be:. And if you want decorator with arguments it becomes even harder:. Calling d...
TOTAL PAGES IN THIS WEBSITE
3
Компьютерра: Борьба с энтропией в больших данных
http://www.computerra.ru/123114/anti-entropic-approach-to-big-data
Борьба с энтропией в больших данных. К концу прошлого года Россия накопила. 155 эксабайт, или 2,4% доступных человечеству данных. Общее же количество оцифрованной информации в мире сегодня превышает 6,5 зеттабайт и постоянно растёт. Если раньше темпы прироста составляли до трети суммарного объёма в год, то на ближайшие пять лет прогнозируется резкий скачок до двух третей ежегодно. При этом лишь пятая часть всей информации уникальна и представляет практическую ценность. Виртуальный мир развивается за счёт...
PyCon Russia 2015
http://pycon.ru/2015/program/speakers
Fork me on GitHub. Benjamin Peterson, San Francisco. Developer of CPython. He also wrote the six Python 2/3 compatibility library and has contributed to numerous projects in the Python ecosystem including PyPy and py.tes. Gael Varoquaux, Paris. Александр Сибиряков, Прага. Андрей Светлов, Киев. Python Core Developer, инженер в DataRobot. Blog: asvetlov.blogspot.ru. Антон Патрушев, Бонн. Associate Information Systems Officer в UNFCCC. Андрей Власовских, Санкт-Петербург. Григорий Петров, Москва. Карьеру спе...
Компьютерра: Думать надо! Побочные эффекты сильного ИИ
http://www.computerra.ru/123317/ai-ghosts
Побочные эффекты сильного ИИ. Чтобы продемонстрировать скрытые опасности новых технологий, обычно приходится напрягать фантазию: изобретать ситуации, стечение обстоятельств. Но бывает и так, что случай преподносит аргументы на блюдечке, да ещё в такой форме, что, как говорится, нарочно не придумаешь. Именно так случилось с занятным самим по себе сервисом How Old Do I Look ( How-old.net. Запущенным на днях Microsoft Research. Почти идеально (приврал на пару лет). Понятно, что простой персоналке решение.
TOTAL LINKS TO THIS WEBSITE
7
Unbenanntes Dokument
Door Page
Mostsexy.de steht zum Verkauf! Domains für Domain-Pofis und Investoren sofort kaufen
Mostsexy.de steht zum Verkauf. Sie können diese Domain jetzt kaufen. Nutzen Sie diese einzigartige Gelegenheit. Und starten Sie mit dieser Domain online durch! Diese Domain jetzt über Domainname.de kaufen:. Diese Domain können Sie auch direkt bei sedo. Kontaktieren Sie uns für eine unverbindliche Anfrage:. Und viele weitere Domains.
Hackflip Testing Site
Hackflo Build Log
A log of Irv's successes, failures, and lessons learned. mostly failures tho. Hog Target Testing…. It doesn’t show the removal of the arrows, but it sucked! This foam is definitley NOT the right type for a archery target. I’ve found that people are talking about a few other types on archery forums, so I’ll try those out. This was still a fun way to make a big hog target. DIY 3D Hog Archery Target. The first step was finding 123D Make by Autodesk. Once the profiles are cut out, arrange them in order from ...
Hackflow
Metaprogramming Beyond Decency: Part 2. This is second part of my PiterPy talk adaptation, first part is available here. Previously I described various ways AST could be used to alter Python language. Now I will concentrate on translation, and we will translate Python to JavaScript. Read on →. Metaprogramming Beyond Decency: Part 1. This an adaptation of a talk I gave at PiterPy. Slides. Are available in russian). Read on →. Boiling React Down to a Few Lines in jQuery. Read on →. Every language needs to ...
Hackfly.com | Tech. Travel. Thoughts.
How to help someone rebuild a system after a simultaneous nasty virus infection and hard drive problem. Thu, 07/24/2008 - 21:07 Jeff. Picnic in the plane with Capo, Annie and the Bean! Sun, 03/23/2008 - 00:47 Jeff. My brother and sister-in-law dropped by the airport this afternoon where I had a brief stopover - it was so great to meet my nephew for the first time! Replacing Vista with Windows XP. Mon, 12/31/2007 - 13:41 Jeff. Sat, 12/08/2007 - 21:20 Jeff. Tue, 07/24/2007 - 14:38 Jeff. Yesterday my work b...
HackFoCo ~ Web Automation
Brands, web apps,. We are IN studio. Lorem Ipsum is simply dummy text of the printing. Cras justo odio, dapibus ac facilisis in, egestas eget quam. We specialize in fully automated, web based systems that require no humans to maintain it's content. Even though the systems we design don't require human interaction, it still gives you full control and allows you to override anything the bots do. Our systems are designed with security in mind. We can get as complex, and secure as you like! Owner and Lead De...
Login
Welcome to the Modern Honeypot Network Server. Modern Honeynet Framework is an open source project by:.
hackfolder.com - hackfolder Resources and Information.
This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.
Hackfolder.org
SOCIAL ENGAGEMENT