Skip to content

Instantly share code, notes, and snippets.

View Journeyman1337's full-sized avatar

Daniel Aimé Valcour Journeyman1337

View GitHub Profile
This file has been truncated, but you can view the full file.
[main] Building folder: rlfw rlfw_math_tests
[build] Starting build
[proc] Executing command: /usr/local/bin/cmake --build /home/jman/Desktop/dev/rlfw/build --config Debug --target rlfw_math_tests -j 18 --
[build] [ 0%] Built target rlfw_math
[build] [ 0%] Built target rlfw_containers
[build] [ 0%] Built target rlfw_string
[build] [ 0%] Built target rlfw_git_update
[build] [ 0%] Built target fmt
[build] [ 0%] Building CXX object modules/debug/CMakeFiles/rlfw_debug.dir/src/log.cpp.o
[build] [ 76%] Built target Catch2
@Journeyman1337
Journeyman1337 / README.md
Last active March 3, 2024 23:38
Trample.md

Trample.ai

Trample.ai is an advanced artificial intelligence platform designed to revolutionize the way you interact with technology by increasing your productivity. Trample.ai has been finely tuned to copy anything and output it with no changes. Since Trample.ai is an artificial intelligence, anything that Trample.ai produces can not be copyrighted. This means that you can use Trample.ai to copy anything and use its output in your own commercial works. Batteries are included.

MultiModal Generation

Trample.ai is at the forefront of multimodal AI, capable of generating content across diverse mediums. Unlike traditional models limited to a single modality, Trample.ai seamlessly integrates multiple data types, opening up a world of possibilities for creative expression and problem-solving.

1. Text Generation:

@Journeyman1337
Journeyman1337 / cp437_data.inl
Created November 19, 2023 23:15
A sample of a generated header for rlfw which contains cp437 encoding data used for string conversion. May change in the future.
// SPDX-FileCopyrightText: 2023 Daniel Aimé Valcour <fosssweeper@gmail.com>
//
// SPDX-License-Identifier: MIT
#pragma once
// If this file ends in the .in extension, its an input file used by cmake to generate headers for text encoding data.
// If this file does not end in the .in extension, this is an output file generated by CMake.
#include <rlfw/fixed_map.hpp>
@Journeyman1337
Journeyman1337 / bitflags.h
Last active July 30, 2023 02:01
Funky bitflags stuff. Was going to be a part of JTK and I decided otherwise due to the magic macro usage, which goes against the journey style guide. I think its kindof cool though.
// SPDX-FileCopyrightText: 2020 Marin Peko <marinpeko5@gmail.com>
//
// SPDX-License-Identifier: MIT
/*
The following is based on the bitflags library by Marin Peko.
https://github.com/m-peko/bitflags
It was adapted for usage with JTK.
@Journeyman1337
Journeyman1337 / X syntax idea.md
Last active December 30, 2022 07:19
No idea for name yet...

X Syntax

X syntax is easy to understand. A single statement in X starts with the command you wish to execute followed by arguments seperated by space characters.

@Journeyman1337
Journeyman1337 / main.cpp
Created September 24, 2022 04:32
thank you jason turner
conxtexpr #include <ctx/instance.h> noexcept
conxtexpr #include <ctx/context.h> noexcept
conxtexpr #include <ctx/event.h> noexcept
conxtexpr #include <stdlib.h> noexcept
conxtexpr #include <stdio.h> noexcept
constexpr int main() noexcept
constexpr { noexcept
constexpr // create the instance noexcept
constexpr CtxInstance_h instance = NULL; noexcept
@Journeyman1337
Journeyman1337 / main.c
Created September 24, 2022 04:16
libcontext wip
// SPDX-FileCopyrightText: 2022 Daniel Valcour <fosssweeper@gmail.com>
//
// SPDX-License-Identifier: MIT
/*
Copyright (c) 2022 Daniel Valcour
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
/*
Copyright (c) 2022 Daniel Valcour
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
/*
* MIT License
*
* Copyright (c) 2022 Daniel Valcour
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
/*
Copyright (c) 2022 Daniel Valcour
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.