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
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 = "";

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:

@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.
@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 / 3.1 - Python Conditions.ipynb
Created June 28, 2019 06:47
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.