The REST API and control panel powering UCC Netsoc’s services available to members of the society
GitHub – UCCNetsoc/cloud: Micro cloud VPS & container hosting system (visit https://tutorial.netsoc.co to use) Micro cloud VPS & container hosting system (visit https://tutorial.netsoc.co to use) – GitHub – UCCNetsoc/cloud: Micro cloud VPS & container hosting system (visit https://tutorial.netsoc.co…
Read moreAn open source API to validate the EU Covid Certificates / Green Certificates
This an open source API to validate EU Digital COVID Certificates. It receives a COVID certificate and validates it using a list of signing certificates provided by an EU member state. The server provides a simple JSON-API that returns validation result and the data stored inside a certificate. There is also a simple web frontend to test the service. There is a basic demo available at https://covid.merlinschumacher.de/ The demo neither logs IP addresses nor stores any COVID certificate data. NOTICE: […]
Read moreA Telegram bot to download youtube playlists and upload them to telegram
GitHub – AnjanaMadu/YTPlaylistDL: A Telegram bot to download youtube playlists and upload them to telegram. (may be slow becoz youtube limitations) A Telegram bot to download youtube playlists and upload them to telegram. (may be slow becoz youtube limitations) – GitHub – AnjanaMadu/YTPlaylistDL: A Telegram bot to download youtube playlists an…
Read moreA Tensorflow based non-Euclidean deep learning framework
English | 简体中文 Why Non-Euclidean Geometry Considering these simple graph structures shown below. Nodes with same color has 2-hop distance whereas 1-hop distance between nodes with different color. Now how could we embed these structures in Euclidean space while keeping these distance unchanged? Actually perfect embedding without distortion, appearing naturally in hyperbolic (negative curvature) or spherical (positive curvature) space, is infeasible in Euclidean space [1]. As shown above, due to the high capacity of modeling complex structured data, e.g. scale-free, […]
Read moreRetrieve the rank and basic information of everyone in the lobby
vRY VALORANT rank yoinker Retrieve the rank and basic information of everyone in the lobby, regardless of gamemode. Table of Contents Terms of Use About The Project Installation Usage Contributing License Contact Acknowledgements Disclaimer Use this tool with good intent ONLY Do not ‘doxx’ or ‘expose’ people for
Read moreA python library to create multi-page Streamlit applications with ease
The Hydralit package is a wrapping and template project to combine multiple independant (or somewhat dependant) Streamlit applications into a multi-page application. Currently the project implements a host application HydraApp and each child application simply needs to be a class deriving from the HydraHeadApp class and implement a single, simple method, run(). When converting existing applications, you can effectively put all the existing code inside the run() method and create a wrapper class deriving from HydraHeadApp. Then you create the […]
Read moreNeovim integration for Google Keep built using gkeepapi
Neovim integration for Google Keep, built using gkeepapi Requirements Neovim 0.5 Python 3.6+ A patched font (optional. Used for icons) Table of Contents Installation gkeep supports all the usual plugin managers Packer require(‘packer’).startup(function() use {‘stevearc/gkeep.nvim’, run = ‘:UpdateRemotePlugins’} end) Paq require “paq” { {‘stevearc/gkeep.nvim’, run = vim.fn[‘remote#host#UpdateRemotePlugins’]}; } vim-plug
Read moreMonopoly simulator with python
Original creator: Games Computer Play config.py allows dynamic variable loadingIt is more versitle than .env files example: log=True # disables override logs if False (default True) showMap=True # overrides the showmap=False option in the main file Powershell:get-content log.txt -wait -tail 30 Bash:tail log.txt -f Copyright Copyright (C) 2021 gamescomputersplay and nopeless All code is licensed under GPL-3.0-or-later. That is, the GNU General Public License, either version 3, or (at your option) any later version. The
Read moreGcp-doctor: a command-line diagnostics tool for GCP customers
gcp-doctor is a command-line diagnostics tool for GCP customers. It finds and helps to fix common issues in Google Cloud Platform projects. It is used to test projects against a wide range of best-practices and frequent mistakes, based on the troubleshooting experience of the Google Cloud Support team. gcp-doctor is open-source and contributions are welcome! Note that this is not an officially supported Google product, but a community effort. The Google Cloud Support team maintains this code and we do […]
Read more