GithubHelp home page GithubHelp logo

schrotty / loretool Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 7.92 MB

My 'Laravel' based online tool for storing Dungeons & Dragons Lore

License: MIT License

PHP 41.75% Vue 0.14% HTML 38.09% ApacheConf 0.22% CSS 19.81%
dungeons-and-dragons dungeonsanddragons pen-and-paper

loretool's Introduction

Oh, Hi There 👋

Bit about me

I am 28, a student, programmer with a heart for bugs, and most of the time confused about what I am doing. Most of my projects here are just for fun and often experimental or stupid as hell. I love bad JavaScript jokes as much I love tea and I love tea a lot! 🍵

Languages

My preferred languages are either Scala or C#, but I also use Java, Python, and some JavaScript/ TypeScript.

Frameworks and Tools

My IDE to go is right now IntelliJ for scala and everything related to the JVM. Visual Studio for all the dotnet related things, and vs-code for some casual experiments. The frameworks I used to work with the most are the Akka framework for actors and ANTLR for parsing data. For my web projects I prefer Vue.js and Tailwind CSS. And, as you can see, git is no stranger to me.

Projects

Some of my old projects:

  • Onyx - QR-Generator 🏷️

    A basic qr-code generator build with flask-restful and vue.js.

  • DartRogue 🔪

    A simple dungeon crawler written in dart.

  • CMTC

    An LLVM compiler for the cymbol language. One of my projects for studies.

  • Cereal 🥛

    This is one of these experimental projects. It's a compiler for a custom java dialect, which is mostly designed around my favorite topic: Breakfast, or more specific: cereal. It's more a fun project than something serious.

  • Project Pricefield 🐳

    A test client for IRC servers, which are written by the students at the TH Lübeck in the course "Distributed Systems". It's built with the Akka framework, ANTLR, and StringTemplate.

  • Thunder-Remote 🚗

    A modified version of the 'pyController' package for usage with a ThunderBorg. Supports multiple controller layouts which can be customized. Part of a bigger project during my studies.

loretool's People

Contributors

schrotty avatar

Watchers

 avatar  avatar

loretool's Issues

Setup Airbrake for your PHP application

Installation

composer require airbrake/phpbrake

Example Usage

This usage example details how to create a notifier instance, set a global notifier instance, register the error handler, and includes a snippet of some code that would report an exception to Airbrake (Your project ID and project API key have been included):

// Create new Notifier instance.
$notifier = new Airbrake\Notifier(array(
    'projectId' => 154988,
    'projectKey' => '3e30a295b8201cfd5d53f331e6472c15',
));

// Set global notifier instance.
Airbrake\Instance::set($notifier);

// Register error and exception handlers.
$handler = new Airbrake\ErrorHandler($notifier);
$handler->register();

// Somewhere in the app...
try {
    throw new Exception('hello from phpbrake');
} catch(Exception $e) {
    Airbrake\Instance::notify($e);
}

Going further

Check out our official GitHub repo for info on additional features like:

Object Creator routet falsch

Der Object Creator routet teilweise nicht auf /model/creator/, sondern auf /currentModel/model/creator und wirft dann einen Fehler.

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.