Skip to content

Instantly share code, notes, and snippets.

View oks's full-sized avatar
🎯
Focusing

Oksana Kovalchuk oks

🎯
Focusing
View GitHub Profile
//
// VSWordDetector.h
// VSWordDetector
//
// Created by TheTiger on 05/02/14.
// Copyright (c) 2014 iApp. All rights reserved.
//
#import <Foundation/Foundation.h>
@oks
oks / google-weather-api-conditions.xml
Created August 24, 2012 12:12 — forked from bzerangue/google-weather-api-conditions.xml
Google Weather API Conditions List
<?xml version="1.0" encoding="UTF-8"?>
<!--Google Weather API Conditions. Compiled by Dennis Delimarsky, http://dennisdel.com/content/conditions.xml-->
<!--Tweaked by Brian Zerangue, February 1, 2011-->
<conditions>
<type handle="partly-sunny">Partly Sunny</type>
<type handle="scattered-thunderstorms">Scattered Thunderstorms</type>
<type handle="showers">Showers</type>
<type handle="scattered-showers">Scattered Showers</type>
<type handle="rain-and-snow">Rain and Snow</type>
<type handle="overcast">Overcast</type>