Skip to content

Instantly share code, notes, and snippets.

View ofhouse's full-sized avatar
🚀
Never Come Down.

Felix Haus ofhouse

🚀
Never Come Down.
View GitHub Profile
@ofhouse
ofhouse / shiny-password.R
Last active June 19, 2020 10:06
Simple password authentication for a shiny app
#
# This is a Shiny web application. You can run the application by clicking
# the 'Run App' button above.
#
# Find out more about building applications with Shiny here:
#
# http://shiny.rstudio.com/
#
library(shiny)
@ofhouse
ofhouse / 08.11.2010 - main.cpp
Created November 8, 2010 18:33
Kontoverwaltung mit Template
#include "stdafx.h"
#include "Kunde.h"
int _tmain(int argc, _TCHAR* argv[])
{
CKunde objKunde("Schulze");
int nr;