The 2nd Version Of Slothybot

Go to this website: “https://bitly.com/SlothyBot“ The 2nd Version Of Slothybot.The Bot Has Many Features, Such As: Moderation Commands; Kick, Warn, Ban, Mute, Tempmute, etc.Economy System; Shop (Not Finished yet), Gambling, Find command, Work (Early Development But Will Be Very Good When Complete) Donating Money, etc.Other Commands; Reaction Roles (Almost Finished), Pingpong etc. GitHub View Github    

Read more

Play music on Raspberry Pi Pico Without CPU involvement

Play music on Raspberry Pi Pico Without CPU involvement This is based on PIOBeep (https://github.com/benevpi/pico_pio_buzz) but lets you setup a piece of sound and then play it without processor involvement. It’s a little RAM intensive (circa 2K per second). It might be possible to improve this but might not. The DMA transfer is running as slowly as it can. I suppose slowing down the clock frequency would decrease RAM useage, but that probably defeats the point. It’s probably possible to […]

Read more

SORA the set of rules approach

i have been thinking about this one possibility since few dayswhile everyone is talking about consciousness in machines and MLsome scientists said they want to study an entire brain neural network to be able to interpret itbut what if there is a possibility that instead of that we define a sophisticated set of rules instead?i call this the “set of rules approach” to achieve minimal consciousnessi mean to give human like consciousness(at any level) to machinewe need to train it […]

Read more

Tiny Interactive File Transfer Application

This repository holds all the source code, tests and documentation of the TIFTAsoftware. The main goals of this program are: Ensure a safe and secure connection via SSH. Take advantage of SSH to establish an SFTP secure channel. Allow users to upload, download and remove files from remote server. The TIFTA software is nuder heavy development and ships in the form of a commandline application. No graphical user interface is provided yet. How to install For users If you would […]

Read more

Proof of concept GnuCash Webinterface

This may one day be a something truly great. [ ] Browse accounts and view transactions [ ] Record simple transactions with a smartphone pip install -r requirements.txt export FLASK_ENV=development flask run This is (currently) a personal project to play around and satisfy my own everyday needsand intellectual curiosity. Who knows what will become of it? GitHub    

Read more

Utility for converting IP Fabric webhooks into a Teams format

Setup IP Fabric Setup Go to Settings > Webhooks > Add webhook Provide a name URL will be: http(s)://:8000/ipfabric Copy secret Select if you want both Snapshot and Intent Events Recommended for only Snapshot events. Environment Setup Rename sample.env to .env Edit .env with your IPF and Teams variables Default IP Fabric alerts can be found in ipf_alerts.json and then minified into IPF_ALERTS Edit ipf_alerts.json to your desired settings python -c “import json, sys;json.dump(json.load(sys.stdin), sys.stdout)” < ipf_alerts.json Copy/paste output in [...]

Read more

Runtime fault injection platform by Daniele Rizzieri

Runtime fault injection platform by Daniele Rizzieri (2021)This platform executes N times a binary and during each execution it injects a bitflip in a random register, at a random time, then let the execution finish and observes/reports the outcomes. Requirements Required Linux packages: python3 procps gdb (configured with –with-python option, usually by default) Test Binary File Guidelines In order to be properly testable, the program under test must be compliant with the following guidelines: Application’s output must be redirected to […]

Read more
1 336 337 338 339 340 935