Giter Club home page Giter Club logo

awesome-public-datasets's Introduction

Hi there 👋

import developer as me
from skills import machine_learning, ai, python, database, csharp
import coffee
import keyboard
from datetime import time
import random

def start_workday():
    me.consume(coffee.espresso()) ☕
    me.open_ide() 💻
    me.crack_knuckles() 👐

def write_code():
    if random.choice([True, False]):
        me.use_skill(python) 🐍
        print("Indentation is life! 🚀")
    else:
        me.use_skill(csharp) #️⃣
        print("Semicolons everywhere! 😅")

def tackle_ml_problem():
    me.use_skill(machine_learning) 🤖
    me.use_skill(ai) 🧠
    print("Is this AI or just a bunch of if-statements? 🤔")

def wrestle_with_database():
    me.use_skill(database) 🗃️
    print("SELECT * FROM problems WHERE solution IS NOT NULL 🔍")

def end_workday():
    me.save_progress() 💾
    me.close_ide() 🔌
    me.stretch() 🧘

while time.now() < time(17, 0):  # 5 PM ⏰
    start_workday()
    for _ in range(100):
        write_code()
        if keyboard.is_pressed('ctrl+c'):
            print("Copy-paste from Stack Overflow complete! 📋✅")
        if random.random() < 0.1:
            tackle_ml_problem()
        if random.random() < 0.2:
            wrestle_with_database()
    end_workday()

print("Another day, another bug squashed (or created)! 🐛💪")

awesome-public-datasets's People

Contributors

act65 avatar aguynamedben avatar alexurquhart avatar alfg avatar alison985 avatar audy avatar bstrand avatar caesar0301 avatar courtney-rosenthal avatar derwinmcgeary avatar dspinellis avatar duyet avatar eveah avatar fenollp avatar franc00018 avatar jpellman avatar kchristidis avatar kms6bn avatar marcusbarnes avatar naderm avatar narner avatar olivetreee avatar phillc73 avatar readmecritic avatar saurzcode avatar tfmorris avatar tomazin avatar usuallycwdillon avatar westurner avatar znurgl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.