Skip to content
View DanielGleich's full-sized avatar
  • Germany
Block or Report

Block or report DanielGleich

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
DanielGleich/README.md
#include <stdio.h>
class Dev {
[...]
};

int main() {
  printf("Welcome to my profile"); //printf("Hello world");
  Dev *me = new Dev();
me->setName("Daniel Gleich"); me->setCountry("DE"); me->setCreateDate(19,12,2000); me->startCareer(); return 0; }
  • programming since 2017
  • state-certified IT specialist
  • software engineer => Next objective: Game developer
I am interested in making my own games and to achieve that goal I am currently learning to develope games with the Unity engine. At the moment, I am able to write code for HTML, CSS, JavaScript, PHP (only basics), C++ and C#.

Popular repositories Loading

  1. einstiegHTML einstiegHTML Public

    1. Schuljahr (Ausbildung als staatlich geprüfter informationstechnischer Assistent) (Aufgabe 1/9 PMH)

    HTML

  2. rezeptHTML rezeptHTML Public

    1. Schuljahr (Ausbildung als staatlich geprüfter informationstechnischer Assistent) (Aufgabe 2/9 PMH)

    HTML

  3. einstiegCSS einstiegCSS Public

    1. Schuljahr (Ausbildung als staatlich geprüfter informationstechnischer Assistent) (Aufgabe 3/9 PMH)

    HTML

  4. einstiegJS einstiegJS Public

    1. Schuljahr (Ausbildung als staatlich geprüfter informationstechnischer Assistent) (Aufgabe 4/9 PMH)

    HTML

  5. tictactoe tictactoe Public

    1. Schuljahr (Ausbildung als staatlich geprüfter informationstechnischer Assistent) (Aufgabe 5/9 PMH)

    JavaScript

  6. tabellenTool tabellenTool Public

    1. Schuljahr (Ausbildung als staatlich geprüfter informationstechnischer Assistent) (Aufgabe 6/9 PMH)

    JavaScript