Skip to content

Instantly share code, notes, and snippets.

View Gowtham2003's full-sized avatar
🎯
Learning

Gowtham Gowtham2003

🎯
Learning
  • Anthiyur,India
View GitHub Profile

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

#!/bin/python
from bs4 import BeautifulSoup as bs
import requests
def_values = [1,2,3,4,5]
try:
word = input("Enter a Word to Search: \n")
if(len(word)==0):
print("Must Enter A Word!")
exit(-1)
public class MainActivity extends AppCompatActivity {
String IMG_URL = "https://storage.googleapis.com/gweb-uniblog-publish-prod/images/Android_symbol_green_2.max-500x500.png";
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
new DownloadImageTask((ImageView) findViewById(R.id.image)).execute(IMG_URL);