Online Tools https://wandbox.org/ https://code2flow.com/app https://godbolt.org/ https://cppinsights.io/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: We present novel LLM AI task "Agentic Behavior of Git(hub) Repository MultiChat Embodied Information Disclosure Aligned Agent" and execute it in our implememtation by leveraging Pz, DSPy, DSPy.XMC, PATH, on testbed that consist of Matrix.Org's Synapse, Dendride, Conduit, its Android/iOS/Flutter/Web clients, driven by OSWorld modified to incorporate DSPy optimizations and Pz screenshot dataset query, benchmarking on dataset that consists of the repositories of this paper and all its dependencies. | |
: We present Multi User, Multi Chat Bot, Embodied on Multi Chat Platform Simulator framework and dataset thats result of prompting it to simulate pre 1930 characters of cinematography, comic books, manga and movies behave in character, simulating texting habits of 2024 year and working on the MONOREPO of papers collaboratively | |
: We present novel task of In Conversation Persistant Transient Git Repo Grounding and our implementation it as DSPy Module with Git Repo Fully Imaginary Within Context Window (with additional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Color shortcuts | |
RED=$fg[red] | |
YELLOW=$fg[yellow] | |
GREEN=$fg[green] | |
WHITE=$fg[white] | |
BLUE=$fg[blue] | |
RED_BOLD=$fg[red] | |
YELLOW_BOLD=$fg[yellow] | |
GREEN_BOLD=$fg[green] | |
WHITE_BOLD=$fg[white] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Midnight-Commander] | |
verbose=true | |
shell_patterns=true | |
auto_save_setup=true | |
preallocate_space=false | |
auto_menu=false | |
use_internal_view=true | |
use_internal_edit=false | |
clear_before_exec=true | |
confirm_delete=true |
Computer flight simulator (MSFS2020 or Flight Gear) running in "visualization only mode" (simulation of everything is turned off, telemetry and controls, that are going through the machine where simulator is running on, are binded to the gauges/ control surfaces of the model. GPS coordinates are matched. Scenery transparency can be tuned, behind it - pan tilt servo coordinated (or 360) video feed from analog source. If video feed is lost, scenery becomes solid.
that deals with camera, and passes it, adding hdmi output from raspberry pi
NeTV2 fits the bill. May be better to opt in for digital camera.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ -z ${PORTION_COUNT+x} ]; then | |
PORTION_COUNT=1 | |
PORTION_INDEX=1 | |
fi | |
a=($(wc $1)) | |
lines=$((${a[0]} + 1)) | |
words=${a[1]} | |
chars=${a[2]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -Ee | |
files=("$@") | |
if ((${#files[@]} == 0)); then | |
echo "files not found" | |
exit 3 | |
fi | |
echo "TAP version 13" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
one finger tap | |
1526700179.795406 3 47 0 | |
1526700179.795406 3 57 2 | |
1526700179.795406 3 53 434 | |
1526700179.795406 3 54 411 | |
1526700179.795406 3 58 171 | |
1526700179.795406 3 52 4 | |
1526700179.795406 0 0 0 | |
1526700179.840660 3 57 -1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# AMOUNT_OF_DISPLAYS=`ddcctl -h 2>&1 | perl -ne 'print "$1\n" if m/found (\d+) displays/;'` | |
CURRENT_BR_FILE=/tmp/.last.brightness | |
MAX_BR=100 | |
MIN_BR=0 | |
if [ -f "$CURRENT_BR_FILE" ] | |
then | |
CURRENT_BR=`cat $CURRENT_BR_FILE` | |
else |
NewerOlder