Skip to content

Instantly share code, notes, and snippets.

View Sparker0i's full-sized avatar
Mostly Unavailable

Aaditya Menon Sparker0i

Mostly Unavailable
View GitHub Profile
@Sparker0i
Sparker0i / PY0101EN-2-4-Sets.ipynb
Created June 27, 2019 17:49
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sparker0i
Sparker0i / 1.1 - Python Types.ipynb
Last active June 27, 2019 17:46
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sparker0i
Sparker0i / 1.2 - Python Strings.ipynb
Last active June 27, 2019 17:46
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sparker0i
Sparker0i / 2.1 - Python Tuples.ipynb
Last active June 27, 2019 17:46
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sparker0i
Sparker0i / 2.2 - Python Lists.ipynb
Last active June 27, 2019 17:46
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sparker0i
Sparker0i / 2.3 - Python Dictionaries.ipynb
Last active June 27, 2019 17:46
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am sparker0i on github.
  • I am sparker0i (https://keybase.io/sparker0i) on keybase.
  • I have a public key ASDb8_69b0Feg87VAeNlVUKtGopC1XxafG9XruhHznll1Ao

To claim this, I am signing this object:

import android.content.Context;
import java.util.Calendar;
public class Utils {
public static String setWeatherIcon(Context context , int id) {
Calendar calendar = Calendar.getInstance();
int hour = calendar.get(Calendar.HOUR_OF_DAY);
String str = "";
import android.content.Context;
import java.util.Calendar;
public class Utils {
public static String setWeatherIcon(Context context , int id) {
Calendar calendar = Calendar.getInstance();
int hour = calendar.get(Calendar.HOUR_OF_DAY);
String str = "";
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="wi_day_sunny">&#xf00d;</string>
<string name="wi_day_cloudy">&#xf002;</string>
<string name="wi_day_cloudy_gusts">&#xf000;</string>
<string name="wi_day_cloudy_windy">&#xf001;</string>
<string name="wi_day_fog">&#xf003;</string>
<string name="wi_day_hail">&#xf004;</string>
<string name="wi_day_haze">&#xf0b6;</string>
<string name="wi_day_lightning">&#xf005;</string>