Seiten mit dem Tag "code"
-
(11.02.2020) Wie ich mit Nginx Umleitungen realisiere und mit Python teste
Ich brauchte fuer meinen Blog eine Moeglichkeit leicht und schnell ganz viele Redirects zu definieren. In diesem Post moechte ich meine Loesung vorstellen.
- (14.11.2018) Anti cheat tricks - Variable offset
-
(05.11.2018) Ramda - Find duplicates in an array of objects
For my current project i need to verify that a list of transactions doesn't contain any duplicates based on the transaction id.
-
(05.11.2018) Ramda - Validate sequence of numbers
I need to verify that i don't miss any events. So i came up with the concept of a number which needs to increment with every event.
- (10.01.2014) Mein erstes Component Entity System in Java