Giter Club home page Giter Club logo

ws-core'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)! ๐Ÿ›๐Ÿ’ช")

ws-core's People

Contributors

dependabot[bot] avatar m-dipaolo-websolute avatar massimodipaolo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ws-core's Issues

EF repository, fix Merge

Data.EF: revert to generic Merge;
Data.EF.SqlServer: inherit Data.EF repository, override Merge with EFCore.BulkExtensions implementations, inject new IRepository<,>; Put BulkExtensions options in config.

HealthCheck.Log: log parser

dependency IRepository
filter
{
From timespan: default prev 6h
MachineName: [] - empty = *
Logger {
Include: [] - empty = *
Exclude: [ "Microsoft.Extensions.Diagnostics.HealthChecks.Defa" ] - empty = none
}
MinLevel: i.e. "Warn" ; status HC
Custom rules (per Logger, include/exclude rules by parsing Message, ignoring global MinLevel constraint)
[
{
Logger: ""
IncludeIfPattern: [] - empty = *
ExcludeIfPattern: [] - empty = none
}
]
}
status
Aggregate Message pattern per Logger
status HC on level triggered: Warn = degradated, Error: Unhealty

Data.Cache split

Split Data.Cache in

  1. Data.Cache (Memory)
  2. Data.Cache.SqlServer
  3. Data.Cache.Redis

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.