Skip to content

Instantly share code, notes, and snippets.

View kranthi0987's full-sized avatar
🏠
Working from home

sanjay kranthi kranthi0987

🏠
Working from home
View GitHub Profile
@kranthi0987
kranthi0987 / color.xml
Created September 22, 2016 09:56
color xml for android .contains lots of colors
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#179bd7</color>
<color name="colorPrimaryDark">#253b80</color>
<color name="colorAccent">#253b80</color>
<color name="colorButton">#179bd7</color>
<color name="colorLightButton">#179bd7</color>
<color name="calenderCurrentDay">#6ECDF3</color>
@kranthi0987
kranthi0987 / Sock market.py
Created January 3, 2020 12:17
Hackerrank Sock-market solution
#!/bin/python3
import math
import os
import random
import re
import sys
# Complete the sockMerchant function below.
def sockMerchant(n, ar):