benalpert.com benalpert.com

benalpert.com

Ben Alpert

I'm a software engineer. I build things to help people. Currently building React. At Facebook, previously at Khan Academy. April 2, 2014: Initializing on the main thread using dispatch once without race conditions. June 18, 2013: A near-perfect oninput shim for IE 8 and 9. June 9, 2013: Using React to speed up the Khan Academy question editor. August 24, 2012: What I did at Khan Academy, 2012 edition. August 3, 2012: Preventing XSS attacks when embedding JSON in HTML. Bull; stack overflow.

http://www.benalpert.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BENALPERT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

October

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 12 reviews
5 star
3
4 star
5
3 star
4
2 star
0
1 star
0

Hey there! Start your review of benalpert.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

FAVICON PREVIEW

  • benalpert.com

    16x16

CONTACTS AT BENALPERT.COM

BEN ALPERT

340●●● DR

BO●●ER , S, 80303-3532

US

1.30●●●●4900
1.55●●●●5555
SP●●●●●●●●●●●@GMAIL.COM

View this contact

ALPERT

340●●● DR

BO●●ER , S, 80303-3532

US

1.30●●●●4900
1.55●●●●5555
SP●●●●●●●●●●●@GMAIL.COM

View this contact

BEN ALPERT

340●●● DR

BO●●ER , S, 80303-3532

US

1.30●●●●4900
1.55●●●●5555
SP●●●●●●●●●●●@GMAIL.COM

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2010 September 03
UPDATED
2013 October 17
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 13

    YEARS

  • 8

    MONTHS

  • 7

    DAYS

NAME SERVERS

1
norm.ns.cloudflare.com
2
pam.ns.cloudflare.com

REGISTRAR

ENOM, INC.

ENOM, INC.

WHOIS : whois.enom.com

REFERRED : http://www.enom.com

CONTENT

SCORE

6.2

PAGE TITLE
Ben Alpert | benalpert.com Reviews
<META>
DESCRIPTION
I'm a software engineer. I build things to help people. Currently building React. At Facebook, previously at Khan Academy. April 2, 2014: Initializing on the main thread using dispatch once without race conditions. June 18, 2013: A near-perfect oninput shim for IE 8 and 9. June 9, 2013: Using React to speed up the Khan Academy question editor. August 24, 2012: What I did at Khan Academy, 2012 edition. August 3, 2012: Preventing XSS attacks when embedding JSON in HTML. Bull; stack overflow.
<META>
KEYWORDS
1 ben alpert
2 blog
3 email
4 bull; twitter
5 bull; github
6 coupons
7 reviews
8 scam
9 fraud
10 hoax
CONTENT
Page content here
KEYWORDS ON
PAGE
ben alpert,blog,email,bull; twitter,bull; github
SERVER
cloudflare
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Ben Alpert | benalpert.com Reviews

https://benalpert.com

I'm a software engineer. I build things to help people. Currently building React. At Facebook, previously at Khan Academy. April 2, 2014: Initializing on the main thread using dispatch once without race conditions. June 18, 2013: A near-perfect oninput shim for IE 8 and 9. June 9, 2013: Using React to speed up the Khan Academy question editor. August 24, 2012: What I did at Khan Academy, 2012 edition. August 3, 2012: Preventing XSS attacks when embedding JSON in HTML. Bull; stack overflow.

INTERNAL PAGES

benalpert.com benalpert.com
1

A near-perfect oninput shim for IE 8 and 9 – Ben Alpert

http://benalpert.com/2013/06/18/a-near-perfect-oninput-shim-for-ie-8-and-9.html

A near-perfect oninput shim for IE 8 and 9. June 18, 2013. I recently began using React. Which, like many libraries, has an events system designed so event properties can be normalized between browsers and custom events can be created. I contributed. A synthetic event called onChange. Which is essentially a cross-browser shim for the input event (which is natively supported in modern browsers but not in older versions of IE). Understanding the input event. First off, what is the input. If you have an.

2

Rolling back to an old revision in Mercurial (like git reset) – Ben Alpert

http://benalpert.com/2012/07/19/rolling-back-in-mercurial.html

Rolling back to an old revision in Mercurial (like git reset). July 19, 2012. Recently I’ve wanted the functionality of. Git reset - hard. Several times in Mercurial. Though Mercurial doesn’t provide an easy alternative and shies away from the idea of mutable history, there are a few ways to achieve something close. In this post, I’ll outline a few of them. If you specifically want to undo your last commit, you can use. Hg revert - all. If you want to throw away all your changes as well). There’s no need...

3

Using React to speed up the Khan Academy question editor – Ben Alpert

http://benalpert.com/2013/06/09/using-react-to-speed-up-khan-academy.html

Using React to speed up the Khan Academy question editor. June 9, 2013. This post was written in response to How is Facebook’s React JavaScript library? I’d looked briefly at Ember and Angular and was intending to write something in each to test them out but React. Caught my eye last week. The project that I rewrote in React (and am continuing to improve) is the Khan Academy question editor which content creators can use to enter questions and hints that will be presented to students:. The primary culpri...

4

Initializing on the main thread using dispatch_once without race conditions – Ben Alpert

http://benalpert.com/2014/04/02/dispatch-once-initialization-on-the-main-thread.html

Initializing on the main thread using dispatch once without race conditions. April 2, 2014. We recently refactored the Khan Academy. IOS app to use Core Data instead of the haphazard system of JSON files which we were previously using. In this post I’ll explain how to run initialization code that has to happen on the main thread without worrying about race conditions. When anything in the app needs to access the database, it needs a reference to a Core Data context. Init must happen on main thread. My fi...

5

What I did at Khan Academy, 2012 edition – Ben Alpert

http://benalpert.com/2012/08/24/what-i-did-at-khan-academy-2012.html

What I did at Khan Academy, 2012 edition. August 24, 2012. This week marks the end of my second summer working at Khan Academy. Inspired by David Hu’s internship post-mortem. And Jamie Wong’s end-of-summer braindump. Here’s a summary of what I worked on this summer. This summer I worked mainly on our people helping people team (abbreviated PHP, of course) on improving the community and encouraging discussion around the content on our site, with an emphasis on Q&A. Which we launched earlier this year.

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL PAGES IN THIS WEBSITE

7

LINKS TO THIS WEBSITE

debianhackers.net debianhackers.net

| In memoriam: I. M. (1973-2015)

http://debianhackers.net/2012/01/23/test-first-programming-en-bash-shell-scripting

In memoriam: I. M. (1973-2015). 14 agosto, 2016. El tiempo, en tu terminal. Os dejo un pequeño tip para que podáis acceder a la información meteorológica. De un montón de ciudades de forma fácil y visual desde vuestra terminal. El autor del proyecto es Igor Chubin. Tenéis el enlace a Github, por si queréis echar un vistazo al código fuente. Se trata de un frontend web de la aplicación Wego. Y se genera un informe de este tipo:. Para tenerlas a golpe de comando. Por ejemplo:. A más no poder no os parece?

github.com github.com

spicyj (Ben Alpert) · GitHub

https://github.com/spicyj

Mountain View, CA. X62;en@benalpert.com. Apr 11, 2008. A declarative, efficient, and flexible JavaScript library for building user interfaces. Fast math typesetting for the web. An extension that allows inspection of React component hierarchy in Chrome Developer Tools. A fun plugin so your elements can have their proper family reunions. A near-perfect oninput shim for IE 8 and 9. 812 contributions in the last year. Summary of pull requests, issues opened, and commits. Learn how we count contributions.

stackoverflow.com stackoverflow.com

User Ben Alpert - Stack Overflow

http://stackoverflow.com/users/49485/ben-alpert

To customize your list. More stack exchange communities. Tour Start here for a quick overview of the site. Help Center Detailed answers to any questions you might have. Meta Discuss the workings and policies of this site. About Us Learn more about Stack Overflow the company. Business Learn more about hiring developers or posting ads with us. I'm a software developer, currently working at Facebook building React. Previously worked at Khan Academy. In my spare time, I make music and cook. Mountain View, CA.

paulhammond.org paulhammond.org

Paul Hammond's Journal

http://www.paulhammond.org/journal

Some things of interest to Paul Hammond. Arranged in a reverse chronological order with a feed. It's been over a year since the last release of webkit2png. It’s about time for a new one. This is mostly a bugfix release. The new version does a much better job of handling both retina displays and local files, thanks to Ben Alpert. There are also a handful of new features:. An option to wait for a Javascript event before capturing the page ( Ben Alpert. An option to crop to a CSS selector ( Ben Alpert.

uwflow.com uwflow.com

About - University of Waterloo: Flow

https://uwflow.com/about

Flow is a social course planning website. Launched in September 2012, it was built by four students in Software Engineering at the University of Waterloo. What does the name mean? Well, we're not sure ourselves. we launched with it, and it just sort of stuck! Check out the code on GitHub. Not sure where to start? Perhaps you can tackle one of these issues. Come hang out with us in our public chat room. Want to fork Flow to be a white-labelled platform for your school? After hacking on Flow, Sandy now spe...

debianhackers.net debianhackers.net

Debish |

http://debianhackers.net/author/debish

In memoriam: I. M. (1973-2015). 14 agosto, 2016. El tiempo, en tu terminal. Os dejo un pequeño tip para que podáis acceder a la información meteorológica. De un montón de ciudades de forma fácil y visual desde vuestra terminal. El autor del proyecto es Igor Chubin. Tenéis el enlace a Github, por si queréis echar un vistazo al código fuente. Se trata de un frontend web de la aplicación Wego. Y se genera un informe de este tipo:. Para tenerlas a golpe de comando. Por ejemplo:. A más no poder no os parece?

UPGRADE TO PREMIUM TO VIEW 3 MORE

TOTAL LINKS TO THIS WEBSITE

9

SOCIAL ENGAGEMENT



OTHER SITES

benalpass.com benalpass.com

BEN ALPASS

NIKE / LDN 2012. Killer Elite / title sequence. ALPHA BOX and DICE / visit, 2012. MasterCard Priceless Gig / pitch. Gaspar Noé's ENTER THE VOID. Optimistic Visions of the Future. Don't Be Afraid Of The Dark. AFI Awards / 2010. The Red Tree / 2010. East West' for SBS. Desktop Magazine / 2010. AFI Awards / 2009. On The Road / Jack Kerouac. New York Light / BOOK. Las Vegas / BOOK. Los Angeles / BOOK. Archive, Volume 1 / BOOK. Apparat / Fractales Pt.II. Jack Berryman / My Spaceship. Playing Cards / 2009.

benalpatin.com benalpatin.com

Club Deportivo Benalpatin | Clases de patinaje en Benalmádena, Alhaurín de la Torre y Málaga | Escuela de patinaje en la provincia de Málaga. Clases de patinaje desde iniciación hasta avanzado. Grupos para niños y adultos. Distintas modalidades de patinaje

Benalpatín es eventos y diversión. Benalpatín es organización y colaboración. Actividades y eventos gratis de patinaje. Clases y exhibiciones de Freestyle Slalom. 9º Patina en la Calle. 9 Marzo, 13 Abril, 11 Mayo y 8 Junio. Juegos Deportivos Municipales 2018. Patinaje – Benalmádena. Primera jornada sábado 24 de Marzo. Enseñando a patinar y a pasarlo bien sobre ruedas desde el 2007. Disponemos de clases de patinaje tanto para niños como para adultos, en distintos niveles que van desde Aprender de Cero.

benalper.co.uk benalper.co.uk

Ben Alper

NOTE: if copying this email you will need to re-insert the '@' symbol. Originally from and currently based in Cambridge. Interested in startup businesses and developing new products, systems and services. Previously involved with the Cambridge University Entrepreneurs and London E-Club. Studied Computer Science, Manufacturing, Nanotechnology and Physics. Worked in Manufacturing, Engineering and Corporate Finance. Protection of Rainforests and Wildlife. RD and D Ltd. UHY Hacker Young LLP. Hands on experie...

benalper.com benalper.com

Ben Alper

A Series of Occurrences. An Index of Walking ( I ). An Index of Walking ( II ). An Index of Walking ( III ). An Index of Walking ( IV ). A Series of Occurrences.

benalpers.com benalpers.com

Ben Alpers

Design for Healthy Behavior Change.

benalpert.com benalpert.com

Ben Alpert

I'm a software engineer. I build things to help people. Currently building React. At Facebook, previously at Khan Academy. April 2, 2014: Initializing on the main thread using dispatch once without race conditions. June 18, 2013: A near-perfect oninput shim for IE 8 and 9. June 9, 2013: Using React to speed up the Khan Academy question editor. August 24, 2012: What I did at Khan Academy, 2012 edition. August 3, 2012: Preventing XSS attacks when embedding JSON in HTML. Bull; stack overflow.

benalpert.net benalpert.net

Landing Zone

Welcome to benalpert.net. I hope you enjoy landing here. 2012 Benjamin Alpert Contact Me.

benalpi.com benalpi.com

BEN ALPI - Director - Writer

Email via Runic Films. Read the Myth blog:.

benalpin.co.uk benalpin.co.uk

Lachlan Gunn - Home

Lachlan Gunn is a former sailor, soldier, commercial finance broker and ex-patriate businessman who has lived and worked in Europe, India and the Asia-Pacific region. Based in Scotland, he is currently a writer and an international business consultant. Lachlan's first novel, 'Merdeka'. Is available as a paperback. And as a Kindle eBook. He is currently working on his second novel which is set in Malaya and Singapore during WW2.

benalpin.com benalpin.com

ATM security & ATM Fraud prevention

Founded in 2000, we are a UK based independent consultancy with an international. Reach, providing specialist commercial security advice and support, and general. We provide specialist services with a focus on physical ATM security and fraud. Prevention, throughout the. We also help with security awareness and. Training, and with services relating to the handling, processing, storage, security and. Transport of cash. BenAlpin has supported the. European ATM Security Team (EAST). To find out more.

benalprenmachine.com benalprenmachine.com

Ben Alpren Machine Tool and Supply Inc.