Skip to content

Instantly share code, notes, and snippets.

View ubaid-qureshi's full-sized avatar
🏢
Sorry very few open source work to put here

Ubaid Qureshi ubaid-qureshi

🏢
Sorry very few open source work to put here
View GitHub Profile
@ubaid-qureshi
ubaid-qureshi / install-kubectl-helm-ubuntu.sh
Created March 8, 2021 13:24 — forked from onuralp/install-kubectl-helm-ubuntu.sh
This script installs kubectl kubectx and helm to you ubuntu. I usually use docker to connect kubectl. But I created this for some reason. Enjoy
# update
sudo apt-get update
sudo apt-get -qq update
# Install kubectl
sudo curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
sudo chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
# Install kubectx (Switch between Kubernetes contexts/namespaces)
pragma solidity ^0.5.0;
import "./Utils.sol";
import "github.com/oraclize/ethereum-api/oraclizeAPI.sol";
contract ERC20Basic is usingOraclize{
using Utils for *;
string public constant name = "ERC20Basic";
import time
import urllib
import bs4
import requests
start_url = "https://en.wikipedia.org/wiki/Special:Random"
target_url = "https://en.wikipedia.org/wiki/Philosophy"
def find_first_link(url):