Skip to content

Instantly share code, notes, and snippets.

package com.airthings.airthings;
import android.util.Log;
import java.util.Locale;
public class RadonColorCalculator {
private static final String TAG = RadonColorCalculator.class.getSimpleName();
private String countryCode;
private int radonCalcWindowHours;
private float redLongTermLevel;
<?php
class MC
{
protected static $_instance = null;
private static function Setup()
{
if (self::$_instance == null) {
//@todo: You'll need to update this line
<?php
class MC
{
protected static $_instance = null;
protected static $_sharded_keys = null;
protected static $_all_instances = null;
private static function GetHosts()