Git Product home page Git Product logo

Hi there 👋

This is Ahmet from Turkey, i love programing, tech, and such as things. I had try creating simple and special things and i'm trying. Cause thats the life, we going to die and we try to leave some things to behind us.

class IMail() {
    public:
      virtual string GetSender() = 0;
      virtual string GetTopic() = 0;
      virtual string GetContext() = 0;
};

class IMailResult {
    public:
        virtual bool IsSuccess() = 0;
};

class MailClientBase {
  protected:
    virtual bool Auth(string host, uint16_t port, string address, string password);
    virtual IMailResult Send(MailBaseClass mail);
};

class YourMailClient : protected MailClientBase {   ...   };
class YourMail : public IMail {  ...  };

assert(!(
	    new YourMailClient("fooBoo", "123456")
	        ->Send(new YourMail("[email protected]", "", nullptr))
	        ->IsSuccess()
	    )
    );

return 0;

Ahmet Gündoğdu's Projects

core icon core

Datatable for React based on material-ui's table with additional features. Support us at https://opencollective.com/material-table-core

includeos icon includeos

A minimal, resource efficient unikernel for cloud services

key20 icon key20

Key 2.0 is a Bluetooth IoT Door Lock. It turns a conventional electric door lock into a smart door lock that can be opened using a smartphone without the need for a physical key. Thus, Key20 is the modern version of a physical key, or, as the name suggests, the key version 2.0 for the Internet of Things (IoT) era.

monokai-emacs icon monokai-emacs

Monokai for Emacs is a port of the popular TextMate theme Monokai by Wimer Hazenberg.

savjeecoin icon savjeecoin

Code to demonstrate principles behind blockchains

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.