Source Code for Sigma Web Development CourseSigma-Web-Dev-Course Source Code for Sigma Web Development Course
Skin changer for League of Legends (LOL) R3nzSkin Announcement I am currently continuing my military service, and as the place where I am serving is a border region, updates may be delayed or may not arrive. R3nzSkin is an internal skin changer for League of Legends. Change the skin of your champion, your ward, other champions, towers, minions, and jungle monsters in the game. Automatic skin database update. Support for spectator mode. Change skins anytime and unlimited times in a …
Overview Introduction: This proof of work miner is based on Argon2ID algorithm which is both GPU and ASIC resistant. It allows all participants to mine blocks fairly. Your mining speed is directly proportional to the number of miners you are running (you can run many on a single computer). The difficulty of mining is auto adjusted based on the verifier node algorithm which aproximately targets production speed of 1 block per second. Installation Install all the required modules by executing t…
Reference implementation of Mistral AI 7B v0.1 model.Mistral Transformer This repository contains minimal code to run our 7B model. Blog: https://mistral.ai/news/announcing-mistral-7b/ Discord: https://discord.com/invite/mistralai Deployment The deploy folder contains code to build a vLLM image with the required dependencies to serve the Mistral AI model. In the image, the [transformers](https://github.c ggingface/transformers/) library is used instead of the reference implementation. To build …
Starter Kit City Builder This package includes a basic template for a 3D city builder in Godot 4.1.1.stable.official. Includes features like; Building and removing structures Smooth camera controls Dynamic MeshLibrary creation Saving/loading Sprites and 3D Models (CC0 licensed) Screenshot Controls Key Command W A S D Move camera F Camera to center Middle mouse button Hold to rotate camera Left mouse button Place building DEL Remove building Right mouse button Rotate buildin…
Display PDFs in your React app as easily as if they were images.react-pdf monorepo Looking for the react-pdf documentation? It can now be found here.
OSCP Cheatsheet by Sai SathvikOSCP Cheatsheet I prepared this cheatsheet as part of my OSCP preperation. I'll keep this updating. For any suggestions mail me contact.saisathvik@gmail.com Table of Content General Important Locations File Transfers Windows to Kali Adding Users Windows Linux Password-Hash Cracking fcrackzip John Hashcat Mimikatz Ligolo-ng Recon and Enumeration Port Scanning FTP enumeration SSH enumeration SMB enumeration HTTP/S enumeration Wordpress Drupal Joo…
An unofficial Google Nearby Share app for macOSNearDrop is a partial implementation of Google's Nearby Share for macOS. Protocol documentation is available separately. The app lives in your menu bar and saves files to your downloads folder. It's that simple, really. Limitations Wi-Fi LAN only. Your Android device and your Mac need to be on the same network for this app to work. Google's implementation supports multiple mediums, including Wi-Fi Direct, Wi-Fi hotspot, Bluetooth, some…
OCI Container Runtime for macOSrund rund is an experimental containerd shim for running macOS containers on macOS. rund doesn’t offer the usual level of container isolation that is achievable on other OSes due to limited macOS kernel API. What rund provides: Filesystem isolation via chroot(2) Cleanup of container processes using process group OCI Runtime Specification compatibility (to the extent it is possible on macOS) Host-network mode only bind mounts Installatio…