I hereby claim:
- I am manvari on github.
- I am manvari (https://keybase.io/manvari) on keybase.
- I have a public key ASD8zWJeXwDmqvrKuWFtQMxgsIZ5NQrF751z98O6SqZRcAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| import requests | |
| import argparse | |
| import os | |
| def css_minifier(input): | |
| payload = {"input": input} | |
| headers = {'content-type': 'application/x-www-form-urlencoded', | |
| 'content-length': input.__len__()} |
| #!/usr/bin/env bash | |
| # | |
| # cowerupdate | |
| # | |
| # Script to update AUR packages installed through cower. | |
| # | |
| # Copyright 2013-2015, iceTwy | |
| # Licensed under the WTFPLv2 (http://www.wtfpl.net/about/) | |
| cower_updatesearch_cmd="cower -u" |
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| # | |
| # pyarchaur.py | |
| import requests | |
| import time | |
| import datetime | |
| import argparse |