C++Guns – RoboBlog

27.02.2024

Analyse AVX _mm256_i32gather_pd instruction

Filed under: Allgemein — Tags: , — Thomas @ 17:02

In scientific application using triangular grids it is often the case to load a value from all three vertices of the triangle which is spread across RAM. In order to use SIMD instruction to speed up execution time of the program the three values must be stored into a single SIMD register to perform e.g. […]

07.02.2024

Analyse: Frozen Throne: Randgruppen TD2 Rapper Mod

Filed under: Allgemein — Thomas @ 22:02

TV Glozer Flying only Name Kosten Dmg Range Type freeze splash dmg/gold Dmg Range Cooldown Type freeze splash dmg/gold Ernie Berrt 10 16-26 950 Siege no no 2.3 Barbara Salesch 35 31-45 900 Chaos no no 1.08 Günter Jauch 80 51-81 850 Normal no yes 0.83 (2) 105-250 1400 0.3 Pirce no yes 2.2 (8.8) […]

01.01.2024

Analye: Frozen Throne Tower Defense Warcraft III

Filed under: Allgemein — Thomas @ 23:01

Flame 40 70 110 150 260 40-80 60-150 90-300 150-750 240-1800 800 1000 1200 1500 1800 Lightning Geld 40 60 80 120 150 Schaden 80-160 120-300 175-525 230-800 340-1500 Reichweite 1300 1500 1750 2000 2300 Froizen 60 80 100 120 80 30-70 40-130 55 -265 80-460 135-1325 800 1000 1200 1500 1800 Fizz Tower Bei […]

08.12.2023

Compiler kürzt Formel

Filed under: Allgemein — Thomas @ 13:12

24.07.2023

DOS codepage 437 to UTF8

Filed under: Allgemein — Tags: , — Thomas @ 09:07

Wenn die üblichen Encodings wie UTF8, Latin1, ISO-8859-15 nicht funktionieren kann man CP437 versuchen. Das ist der Original-Zeichensatz des IBM-PC ab 1981. Dieser enthält Umlaute die in den üblicherweise eingestellten Encodings nicht angezeigt werden. Hier mein erster Versuch CP437 nach UTF8 zu konvertieren. Die Sourcecode Datei und der Compiler und das ganze Betriebssystem ist selbstverständlich […]

28.06.2023

Ganglia SSD Metrics

Filed under: Allgemein — Tags: — Thomas @ 14:06

19.06.2023

How to convert from UTC to local time in C++?

Filed under: Allgemein — Tags: — Thomas @ 11:06

Convert from a broken down date time structure from UTC to localtime in C++. See Stackoverflow: How to convert from UTC to local time in C? I converted the code from C to C++ and make it shorter.

15.04.2023

AVR-GCC 13 für Linux installieren / compilieren

Filed under: Allgemein — Thomas @ 20:04

Es gibt bereits eine sehr gute Anleitung für das Installieren vom avr-gcc [1] [2] ..., aber sie sind veraltet. Ich werde im folgenden nur das beste von diesen Artikel übernehmen. Zusammenfassung: Der AVR 8-Bit RISC Mikrocontroller von Atmel ist ein sehr verbreiteter Mikrocontroller. Es ist nur ein Chip mit EEPROM, RAM, Analog zu Digital Umwandler, […]

09.04.2023

Cleanup your messy backup

Filed under: Allgemein — Thomas @ 13:04

Cleanup your messy backup by hand could be fun! Kinda of. The goal is to remove duplicated files and organize the files into a new structure. First of all lets record the free disk space over time. Consider this script which collects the free space over time in a file: Now lets try to find […]

06.11.2022

skip and hint brushwork in praxis

Filed under: Allgemein — Thomas @ 20:11

Hi All! I want to show you some skip and hint brushwork in praxis. First I'll show you an overview of the map. The big green dot is where I take the sceenshots in game. And the line of sigth is blocked by one of the walls of the small room. But If you enable […]

Older Posts »

Powered by WordPress