One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| import wandb | |
| from tqdm import tqdm | |
| WANDB_PROJECT = "project" | |
| TEST_CHANGES = True # Run once before changing | |
| api = wandb.Api() | |
| runs = [run for run in api.runs(WANDB_PROJECT)] | |
| print(f"{len(runs)} runs found") |
| Name: Flash | |
| Serial: eNrzzU/OLi0odswsqnHLSSzOqDGoca7JKCkpsNLXLy8v1ytJTczVLUotKNFLzs8FAJHYETc= | |
| if anyone wants to thank ETH: 0x527c2aB55b744D6167dc981576318af96ed26676 | |
| Thank you! |
| import os, filecmp | |
| codes = {200:'success',404:'file not found',400:'error',408:'timeout'} | |
| def compile(file,lang): | |
| if lang == 'java': | |
| class_file = file[:-4]+"class" | |
| elif lang == 'c': | |
| class_file = file[:-2] | |
| elif lang=='cpp': |
I have collected and moderated these ideas from various public sources and put into one place so that problem solvers and solution developers may find inspiration. Because I wish to update it regularly, I have setup as a single page wiki. You may try these ideas on hackathons/competitions/research; some are quite intense problems and some are not. Many of the problems were prepared keeping Dhaka/Bangladesh in mind, but of course can be applied to just about any underdeveloped/developing and sometimes developed countries.