Skip to content
View ShpakovDmitry's full-sized avatar
🏡
Working from home
🏡
Working from home

Block or report ShpakovDmitry

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
ShpakovDmitry/README.md

ShpakovDmitry

Hi 👋, I'm Dmitry Shpakov,
Embedded Software and Hardware Developer.

/* -*-c++-*-
 * @file: github.cpp
 * @author: Dmitry Shpakov
 * @date: 2021-10-29
 * @licence: CC0
 *
 */

// FIXME I have no idea what this piece of code does

#include <github>
#include <memory>
#include <iostream>

int main(int argc, char** argv) {
    std::unique_ptr<TVisitor> visitor = std::make_unique<TVisitor>(GIT_REPO_VISITOR);

    std::cout << "Welcome dear " << visitor->getName() << "!" << std::endl;
    
    return 0;
}

// XXX Compile with -Wall -Werror flags.

// vim: syntax=cpp ts=4 sw=4 sts=4 sr et



I use Arch BTW :)

Last modified at 2024-02-27.

Pinned Loading

  1. MPPT-Energy-Harvester MPPT-Energy-Harvester Public

    550mW solar energy harvester with MPPT for low power devices. Based on e-peas AEM10941 IC.

    2 1

  2. Sensor-THP Sensor-THP Public

    BLE Temperature, Humidity and atmospheric Pressure sensor.

    C++

  3. BareMetal BareMetal Public

    Baremetal on ARM and AVR architecture MCUs.

    C++ 1

  4. DigitalFilter DigitalFilter Public

    Various digital filters based on FIR or IIR filters.

    C++

  5. SimpleLogger SimpleLogger Public

    Simple logger library.

    C++