Skip to content
View makomweb's full-sized avatar
๐ŸŒ€
๐ŸŒ€

Organizations

@quentic-group
Block or Report

Block or report makomweb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. request-batcher request-batcher Public

    C# class library to implement a request-batcher

    C# 3

  2. Playing around with C++ events. Very... Playing around with C++ events. Very similar to Qt's signal/slot mechanism.
    1
    #include <iostream>
    2
    #include <stdio.h>
    3
    
                  
    4
    using namespace std;
    5
    
                  
  3. Reactive Extensions are fun ๐Ÿ˜ƒ Reactive Extensions are fun ๐Ÿ˜ƒ
    1
    <?php
    2
    
                  
    3
    declare(strict_types=1);
    4
    
                  
    5
    namespace App\Command;
  4. nodejs-timetable nodejs-timetable Public

    NodeJS app to provide the school timetables of my kids as iCal.

    JavaScript

  5. symfony-messenger-tutorial symfony-messenger-tutorial Public

    Tutorial project for how to use the Symfony Messenger component

    PHP

  6. weather-forecast weather-forecast Public

    A single view WPF application which shows the weather forecast for the next 5 days using the Open Weather Map API

    C#