corner.squareup.com corner.squareup.com

corner.squareup.com

The Corner

How we configured our Mac minis to run builds. Tech Talks - A Peek Into iOS Engineering at Square. Demos and lighting talks on iOS engineering now available. Dude, Where's My char[]? Looking for String.value in Android M. Stricter Tests for Expectations Set on Nil in RSpec. Make your RSpec tests fail when expectations are set on nil. A sneak peek into various monitoring and alerting systems used at Square. Valet Beats the OS X Keychain Access Control List Zero-Day Vulnerability. As Square engineers, we r...

http://corner.squareup.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR CORNER.SQUAREUP.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.5 out of 5 with 14 reviews
5 star
3
4 star
5
3 star
4
2 star
0
1 star
2

Hey there! Start your review of corner.squareup.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

FAVICON PREVIEW

  • corner.squareup.com

    16x16

CONTACTS AT CORNER.SQUAREUP.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
The Corner | corner.squareup.com Reviews
<META>
DESCRIPTION
How we configured our Mac minis to run builds. Tech Talks - A Peek Into iOS Engineering at Square. Demos and lighting talks on iOS engineering now available. Dude, Where's My char[]? Looking for String.value in Android M. Stricter Tests for Expectations Set on Nil in RSpec. Make your RSpec tests fail when expectations are set on nil. A sneak peek into various monitoring and alerting systems used at Square. Valet Beats the OS X Keychain Access Control List Zero-Day Vulnerability. As Square engineers, we r...
<META>
KEYWORDS
1 the corner
2 square engineering blog
3 recent posts
4 ios build infrastructure
5 application visibility
6 building portable binaries
7 about square
8 careers
9 stay connected
10 squareeng
CONTENT
Page content here
KEYWORDS ON
PAGE
the corner,square engineering blog,recent posts,ios build infrastructure,application visibility,building portable binaries,about square,careers,stay connected,squareeng,joinsquare,and @square,square,on github,squareup com,code of conduct,news,testimonials
SERVER
cloudflare
POWERED BY
Medium
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

The Corner | corner.squareup.com Reviews

https://corner.squareup.com

How we configured our Mac minis to run builds. Tech Talks - A Peek Into iOS Engineering at Square. Demos and lighting talks on iOS engineering now available. Dude, Where's My char[]? Looking for String.value in Android M. Stricter Tests for Expectations Set on Nil in RSpec. Make your RSpec tests fail when expectations are set on nil. A sneak peek into various monitoring and alerting systems used at Square. Valet Beats the OS X Keychain Access Control List Zero-Day Vulnerability. As Square engineers, we r...

INTERNAL PAGES

corner.squareup.com corner.squareup.com
1

Building Portable Binaries

https://corner.squareup.com/2015/06/building-portable-binaries.html

June 15, 2015. Deploying your code is the last major hurdle in getting shiny new features or important bug fixes out to users. However, making sure your application has everything it needs can be a chore. Three typical approaches for preparing your application for deployment are:. Installing dependencies system-wide alongside the runtime. Shipping the dependencies with the app and relying on the system runtime. Shipping both the runtime and dependencies with the app. Why not use X? Which provides the cor...

2

iOS Build Infrastructure

https://corner.squareup.com/2015/07/ios-build-infrastructure.html

July 28, 2015. Square has dozens of iOS engineers working on Square Register. Additionally, Square publishes multiple iOS apps to the App Store and distributes several iOS apps internally. To support the work of our application programmers, we’ve invested in a continuous integration and test cluster. We’ve recently replaced the backend of this cluster so that it could scale beyond 8 machines. As a direct result of this commitment, over the last year we’ve increased the reliability of builds. After some t...

3

Mockito on Android

https://corner.squareup.com/2012/10/mockito-android.html

October 22, 2012. At Square we love unit tests. Our comprehensive test suite helps us to develop Android apps with confidence. But without proper tools many scenarios are cumbersome to unit test. For example, suppose we want to pump up the device’s volume in Square Wallet. We have a method that cranks the ringer up to eleven unless the phone is silent:. Manually testing scenarios like these is strenuous and error-prone. Unit testing usually requires ugly and brittle boilerplate to intercept the. 1 Test t...

4

Coding Challenge: The Luhny Bin

https://corner.squareup.com/2011/11/luhny-bin.html

Coding Challenge: The Luhny Bin. November 14, 2011. Ldquo;To err is human; to forgive, divine.” -Alexander Pope. Mistakes happen. At Square, we accept that human error is inevitable. We anticipate potential slip-ups and implement safety measures to mitigate—and oftentimes completely eliminate—any repercussions. The Luhn filter looks for sequences of digits that pass the Luhn check. The Luhn check works like this:. Digit and working left, double every second digit. Divide the result by 10. Divide the resu...

5

LeakCanary: Detect all memory leaks!

https://corner.squareup.com/2015/05/leak-canary.html

LeakCanary: Detect all memory leaks! May 08, 2015. Javalang.OutOfMemoryError at android.graphics.Bitmap.nativeCreate(Bitmap.java:-2) at android.graphics.Bitmap.createBitmap(Bitmap.java:689) at com.squareup.ui.SignView.createSignatureBitmap(SignView.java:121). Nobody likes OutOfMemoryError crashes. In Square Register, we draw the customer’s signature. On a bitmap cache. This bitmap is the size of the device’s screen, and we had a significant number of out of memory (OOM) crashes when creating it. Some obj...

UPGRADE TO PREMIUM TO VIEW 10 MORE

TOTAL PAGES IN THIS WEBSITE

15

LINKS TO THIS WEBSITE

blog.alienretro.com blog.alienretro.com

Python | alienretrô

http://blog.alienretro.com/category/python-en-2

BigSlacker – Plugin-Based RTM Slack client. I suppose most of you have heard of Slack. 8211; the nice chat application. They have both a HTTP API and a RTM API based over WebSockets. I wrote BigSlacker. For an ongoing communicatio project. BigSlacker tries to make it easy to use the RTM API. You can write plugins simply by inheriting from the class BasePlugin and start getting events and replying messages. It supports both Python 2 and 3. A few examples below:. Channel created (. Sending a message back.

rc3.org rc3.org

A list of engineering blogs | rc3.org

http://rc3.org/2012/05/25/a-list-of-engineering-blogs

Strong opinions, weakly held. A list of engineering blogs. May 25, 2012. One of my favorite technology trends of the past few years has been the emergence of engineering blogs. They are, mostly, a recruiting tool, but that doesn’t mean that you can’t learn a lot about how companies operating at varying levels of maturity and scale go about their business. Here are the engineering blogs I’m following right now:. 8211; One of the original engineering blogs. The Netflix Tech Blog. NPR News Apps Blog. If you...

blog.alienretro.com blog.alienretro.com

Tips | alienretrô

http://blog.alienretro.com/tag/tips

Disclaimer: Strong focus on Python. So, I thought I could share an amazing collection of videos from conferences and engineering blogs from big companies (think Instagram, PayPal, Dropbox, etc). No secrets or big deal, just a centralized place with some rather nice resources. However, the engineering blogs usually get a bit more into how they used a specific tool or another. But the important part is always try to understand why. Https:/ www.youtube.com/playlist? Http:/ nerds.airbnb.com/. Http:/ code&#46...

blog.alienretro.com blog.alienretro.com

Architecture | alienretrô

http://blog.alienretro.com/tag/architecture

Disclaimer: Strong focus on Python. So, I thought I could share an amazing collection of videos from conferences and engineering blogs from big companies (think Instagram, PayPal, Dropbox, etc). No secrets or big deal, just a centralized place with some rather nice resources. However, the engineering blogs usually get a bit more into how they used a specific tool or another. But the important part is always try to understand why. Https:/ www.youtube.com/playlist? Http:/ nerds.airbnb.com/. Http:/ code&#46...

saltesta.com saltesta.com

Customizing Your Mac Input Source Icon

https://saltesta.com/hack/customizing-mac-input-source-icon

I'm an Senior studying computer science at Rice University in Houston, TX. In my spare time I play ultimate frisbee and perform in an improv comedy troupe. My email is [email protected]. Customizing Your Mac Input Source Icon. Is pretty common around Square. And I've had the fortunate experience of pairing with my manager, Xavier. Now, if (you have a Mac and) you've ever had to type in a different language, you know that there is a flag in the top right corner that signifies the layout. I tried their sof...

blog.alienretro.com blog.alienretro.com

Pyvideo | alienretrô

http://blog.alienretro.com/tag/pyvideo

Disclaimer: Strong focus on Python. So, I thought I could share an amazing collection of videos from conferences and engineering blogs from big companies (think Instagram, PayPal, Dropbox, etc). No secrets or big deal, just a centralized place with some rather nice resources. However, the engineering blogs usually get a bit more into how they used a specific tool or another. But the important part is always try to understand why. Https:/ www.youtube.com/playlist? Http:/ nerds.airbnb.com/. Http:/ code&#46...

blog.alienretro.com blog.alienretro.com

Software Engineering/Architecture Resources | alienretrô

http://blog.alienretro.com/software-engineeringarchitecture-goldmine

Disclaimer: Strong focus on Python. So, I thought I could share an amazing collection of videos from conferences and engineering blogs from big companies (think Instagram, PayPal, Dropbox, etc). No secrets or big deal, just a centralized place with some rather nice resources. However, the engineering blogs usually get a bit more into how they used a specific tool or another. But the important part is always try to understand why. Https:/ www.youtube.com/playlist? Http:/ nerds.airbnb.com/. Http:/ code&#46...

todogroup.org todogroup.org

Members // TODO: Talk openly, develop openly

http://todogroup.org/members

Who is in the TODO group? TODO is an open group of companies who run open source programs. Our members include:.

jkingdon2000.blogspot.com jkingdon2000.blogspot.com

Jim Kingdon on Programming: November 2013

http://jkingdon2000.blogspot.com/2013_11_01_archive.html

Jim Kingdon on Programming. Saturday, November 23, 2013. Securing package distribution with TUF. If you are a little bit familiar with this stuff, you are probably saying "signed packages", as found in for example Fedora. And that indeed is what I'm getting at, specifically TUF. The Update Framework). TUF aims to be usable by any package repository, but the most effort to date has been to using it for PyPI. As part of Square. TUF is fairly easy to work with. The public keys and signatures and such ar...

UPGRADE TO PREMIUM TO VIEW 137 MORE

TOTAL LINKS TO THIS WEBSITE

146

SOCIAL ENGAGEMENT



OTHER SITES

corner.se corner.se

Corner Vending – Varm, bra mat – Helt enkelt

Varm, bra mat – Helt enkelt. EN MATAUTOMAT ANPASSAD FÖR DEN SKANDINAVISKA MARKNADEN. Vi tror fortfarande på vår idé att kunna erbjuda bra, varm mat på platser där det inte är tillräckligt underlag för att kunna etablera en bemannad servering. Tio års erfarenhet ger oss en bra grund att stå på. Just därför valde vi att starta om med att förvärva konkursboet efter Corner Vending 2009 inklusive alla automater, patent, rättigheter med mera och bilda Corner Vending and Partners AB. Nyheter hos Corner Vending.

corner.selexion.be corner.selexion.be

Selexion Corner Webshop

We gebruiken cookies om het aantal klanten op onze webshop te meten. Wil je meer informatie over onze cookies klik hier. Foto accessoires - Video accessoires. Andere foto en video accessoires. Action camera's - Pocket camera's. Friteuses - Grills - Wafelijzers. Keukenhulp - Mixers - Keukenrobots. Snijmachines - Elektrische messen. Verwarming - Airco - Verluchting. Vorm - Schoonheid - Gezondheid. Wekker - Babyfoon - Weerstation. Wekkers - Wekkerradio's - Wake-up Lights. Monitoren - Toetsenborden - Muizen.

corner.server290.com corner.server290.com

Cornerstone Custom Construction, Inc. - Quality Concrete & Carpentry, Expertise, and Integrity - GET TO KNOW US

GET TO KNOW US. ICF-Concrete Home Foundations and Construction. Cornerstone Custom Construction, Inc., a light commercial and full-service concrete contractor, offers a high level of expertise, quality, and results at an exceptional value. We operate with honesty and integrity and focus on positive results and value long-term relationships. Footings and Foundations, including Block, Poured Walls, and ICFs. Specialist and Certified Installer of Insulated Concrete Forms (ICF)/Concrete Home Construction.

corner.sevjeh.com corner.sevjeh.com

Sevj

A road to DPS! Par Sevj le, dimanche 05 août 2012. Cela fait plus de deux mois maintenant que je n'ai pas mis d'article en ligne faute de temps : entre le stage en entreprise, les raid PTR jusqu'à pas d'heure, mon changement de guilde (coucou Wraith) et les rapports de raids qui en découlent, c'était un peu compliqué. Je profite donc d'avoir un peu de temps pour faire un petit coucou, rédiger un nouvel article et faire quelques annonces! MoP : Gameplay War. Par Sevj le, vendredi 27 avril 2012. Les des 7 ...

corner.sk corner.sk

Corner SK spol. s r.o. - Taste & Enjoy

FAIL (the browser should render some flash content, not this). Corner darčekový katalóg 2013/2014. St, 10/09/2013 - 23:00 od používateľa Editor. Hľadáte niečo špeciálne pre svojich klientov či originálny darček pre zamestnancov?

corner.squareup.com corner.squareup.com

The Corner

How we configured our Mac minis to run builds. Tech Talks - A Peek Into iOS Engineering at Square. Demos and lighting talks on iOS engineering now available. Dude, Where's My char[]? Looking for String.value in Android M. Stricter Tests for Expectations Set on Nil in RSpec. Make your RSpec tests fail when expectations are set on nil. A sneak peek into various monitoring and alerting systems used at Square. Valet Beats the OS X Keychain Access Control List Zero-Day Vulnerability. As Square engineers, we r...

corner.tainan.com.tw corner.tainan.com.tw

台南的街角集錦

corner.ticketscout.com.au corner.ticketscout.com.au

Ticketscout

Simple, powerful, reliable ticketing — for everyone. We're a Melbourne based, independent ticketing company with solutions for a broad range of needs. Would you like to know more? Contact our friendly staff to find out how we can help with your next event. Call us on 1300 724 867. Or send an email to info@ticketscout.com.au. Corner Hotel foyer, 57 Swan St Richmond, VIC, 3121. ABN: 20 152 187 963.

corner.tv.stands.uk.tvstandtvstandssmall.com corner.tv.stands.uk.tvstandtvstandssmall.com

tvstandtvstandssmall.com

Inquire about this domain.

corner.ulvovi.net corner.ulvovi.net

Кухонні кутки,дивани для кухні

096- 662 73 79. 093- 757 65 86. Дитячі дивани значно відрізняються від своїх дорослих побратимів цілим рядом особливостей. У першу чергу, вони відрізняються своїми розмірами і комплектацією. Крім того, дитячі дивани відрізняються і своїм яскравим, гарним дизайном, що радує око малюка.Відмінності дитячих диванів. Окрім яскравих фарб і менши. Кухонні куточки - предмет меблів, покликаний оптимізувати простір кухні, зробити його більш зручним і функціональним. Купити дешево кухонний куточок в Україні. Оптима...

corner.urc.org.uk corner.urc.org.uk

Default Web Site Page

If you are the owner of this website, please contact your hosting provider: webmaster@corner.urc.org.uk. It is possible you have reached this page because:. The IP address has changed. The IP address for this domain may have changed recently. Check your DNS settings to verify that the domain is set up correctly. It may take 8-24 hours for DNS changes to propagate. It may be possible to restore access to this site by following these instructions. For clearing your dns cache.