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
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" data-placeholder-focus="false"> | |
<head> | |
<meta http-equiv="Content-Language" content="en" charset="utf-8"/> | |
<title>Canadian MLS® Listings, Condos & Homes for Sale — Zolo.ca</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> | |
<meta name="HandheldFriendly" content="True"/> | |
<meta name="MobileOptimized" content="320"/> | |
<meta name="robots" content="NOODP, NOYDIR"> |
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
const int ledPins[] = {13,12,11,10,9,8}; | |
const int button1Pin = 3; | |
const int buzPin = 7; | |
int time; | |
int index; | |
int loopCount = 0; | |
int delayTime; | |
unsigned long startTime = millis(); | |
unsigned long endTime = startTime; |
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
iPad (Actual pixels in brackets) | |
1024 × 690 (2048 x 1380) In landscape on iOS 4.3 | |
1024 × 672 (2048 x 1344) In landscape on iOS 5 | |
768 × 946 (1536 x 1892) In portrait on iOS 4.3 | |
768 × 928 (1536 x 1856) In portrait on iOS 5 | |
1024 × 660 (2048 x 1320) Always showing bookmarks bar in landscape on iOS 4.3 | |
1024 × 644 (2048 x 1288) Always showing bookmarks bar in landscape on iOS 5 | |
768 × 916 (1536 x 1832) Always showing bookmarks bar in portrait on iOS 4.3 |