Pinned Repositories
ai-chatbot-wordpress
a wordpress plugin that allows customers to talk to the openai chatbot
ai-discord-bot
a simple discord bot replying using AI
discord-js-utils
useful code snippets
game-of-life
a game of life for your terminal written in c. Are you a 1 or a 0 ?
gpt-chat-fastapi
a fastapi service enabling visitors to interact with GPT-3
mega-network
a neural network to generate captcha images in python
memory_util
a driver to read and write memory
monero-fastapi-gateway
FastAPI service that allows customers to make payments using Monero
openai-internet-agent
an internet search agent that uses the OpenAI API and SERP API to search the internet and return relevant results.
process-watchdog
C++ driver to protect a process with a given PID
nosfirlabs's Repositories
nosfirlabs/ai-chatbot-wordpress
a wordpress plugin that allows customers to talk to the openai chatbot
nosfirlabs/openai-internet-agent
an internet search agent that uses the OpenAI API and SERP API to search the internet and return relevant results.
nosfirlabs/process-watchdog
C++ driver to protect a process with a given PID
nosfirlabs/gpt-chat-fastapi
a fastapi service enabling visitors to interact with GPT-3
nosfirlabs/mega-network
a neural network to generate captcha images in python
nosfirlabs/monero-fastapi-gateway
FastAPI service that allows customers to make payments using Monero
nosfirlabs/ai-discord-bot
a simple discord bot replying using AI
nosfirlabs/discord-js-utils
useful code snippets
nosfirlabs/game-of-life
a game of life for your terminal written in c. Are you a 1 or a 0 ?
nosfirlabs/memory-writer-linux
a little utility to read and write memory on linux
nosfirlabs/2d-maze-game
A console based 2d maze game
nosfirlabs/asm-elevate-process
elevate a process to the system level in assembly for Windows
nosfirlabs/asm-lunar-circle-calculator
This script assumes that the lunar cycle is a constant 29.53 days.
nosfirlabs/backup-my-stuffs
a script for backing up important files
nosfirlabs/crypto-prices-nodejs
getting the current price of Monero and Bitcoin in nodejs
nosfirlabs/digital-event-platform
a digital event platform made with fastapi as demonstration
nosfirlabs/endless-file-searcher
search for a specific file or directory within a given directory and all its subdirectories, and display the full path to any matches found
nosfirlabs/function-copy-malloc
a test to copy small functions using malloc and bigger ones using mmap
nosfirlabs/monero-price-webservice
a simple webservice providing the current monero price
nosfirlabs/neural-network
goofy neural network using sigmoids func in C
nosfirlabs/os-computer-info-cpp
asking windows api about our computer details
nosfirlabs/publish-html-as-torrent
publish html content as torrent
nosfirlabs/simple-ascii-converter
A simple ASCII converter written in C++ that converts an ASCII character to its corresponding integer value and vice versa
nosfirlabs/simple-uac-prompt
UAC (User Account Control) prompt in C++ for Windows 10
nosfirlabs/spotify-downloader
a simple downloader for spotify streaming urls
nosfirlabs/system-temperature
prints out your system temperature in nasm
nosfirlabs/teamspeak3-musicbot
a cute and simple music bot made for teamspeak
nosfirlabs/tor-onion-uptime-checker
Python script to check the uptime status of a TOR (The Onion Router) URL
nosfirlabs/wowser-system-monitor
a script that can monitor and display the system resource usage
nosfirlabs/xor-cypher-algorythm
C implementation of an encryption and decryption algorithm based on prime numbers and the XOR cipher.