A 16×16 clone of Minecraft Classic, written in Python with the Ursina Engine
A 16×16 clone of Minecraft Classic, written in Python with the Ursina Engine Features:Trees, Water(But there’s no gravity, so if you break a block next to water, expect to see some floating water), Random Terrain Generation(with Perlin Noise), Inventory(With 4 items:Grass, Stone, Copper and Diamond) and Shaders(with the prefabricated lit_with_shadows_shader of Ursina) Yet to be implemented: Infinite worlds, Caves, Multiplayer and Crafting(Perhaps in the very distant future?) Required Modules: Ursina(pip install ursina) and perlin_noise(pip install perlin-noise) Stone Texture from https://www.youtube.com/channel/UCvTkXfdV-oQRUYMM2R3p9zQ […]
Read moreFrappe app for authentication, can be used with FrappeVue-AdminLTE
Frappeauth App Frappe app for authentication, can be used with FrappeVue-AdminLTEhttps://github.com/mymi14s/frappevue_adminlte INSTALLATION bench get-app https://github.com/mymi14s/frappeauth_app bench –site sitename install-app frappeauth_app bench restart Edit site_config.json and add “allow_cors”: “*” // * can also be replace with a domain name. License MIT GitHub View Github
Read moreCleanX: Python library for exploring, cleaning, normalizing, and augmenting large datasets of radiological data
CleanX is an open source python library for exploring, cleaning and augmenting large datasets of X-rays, or certain other types of radiological images. JPEG files can be extracted from DICOM files or used directly. CleanX is an open source python library for exploring, cleaning and augmenting large datasets of X-rays, or certain other types of radiological images.JPEG files can be extracted from DICOM files or used directly. The latest official release: primary author: Candace Makeda H. Moore other authors + […]
Read moreThe NLP Cypher | 12.12.21
Here’s a collection of papers by your favorite big tech and educational institutions. “The Generalist Language Model (GLaM), a trillion weight model that can be trained and served efficiently (in terms of computation and energy use) thanks to sparsity, and achieves competitive performance on multiple few-shot learning tasks. GLaM’s performance compares favorably to a dense language model, GPT-3 (175B) with significantly improved learning efficiency across 29 public NLP benchmarks in seven categories, spanning language completion, open-domain question answering, and natural […]
Read moreJava vs Python: Basic Python for Java Developers
Python is a general-purpose programming language. You can understand its growth in the last couple of years by considering its approachability for learning and its high suitability for data analysis, machine learning, and web development. But what kind of programming language is it? What are some differences when you compare Java vs Python? What can you do with it? And is it really as “easy to learn” as some people claim? You’ll explore Python from a Java perspective in this […]
Read moreGet Chrome/Brave/Opera login data
EDUCATIONAL PURPOSES ONLY Python3 library that can retrieve Chrome-based browser’s saved login info. Requirements secretstorage~=3.3.1 pywin32==302 (Only Windows) pycryptodome==3.12.0 Notice that these libraries will be automatically installed through the setup.pyfile when using pip install passax. Usage Notice that sometimes you might get a blank output, this can be because you had installed the browser you’re trying toget data from, but the login data was erased. Print to screen the login info from Chrome.
Read moreMelGAN test on audio decoding
The original work URL: https://github.com/descriptinc/melgan-neurips Previous works have found that generating coherent raw audio waveforms with GANs is challenging. In this paper, we show that it is possible to train GANs reliably to generate high quality coherent waveforms by introducing a set of architectural changes and simple training techniques. Subjective evaluation metric (Mean Opinion Score, or MOS) shows the effectiveness of the proposed approach for high quality mel-spectrogram inversion. To establish the generality of the proposed techniques, we show qualitative […]
Read moreDigdata presented ‘BrandX’ as a clothing brand that wants to know the best places to set up a ‘pop up’ store
Digdata presented ‘BrandX’ as a clothing brand that wants to know the best places to set up a ‘pop up’ store. I used the dataset given to write a program that ranks these places. Digdata – Analysis/Final Report I created a program that goes through the excel spreadsheet and analysis the data in a selection of categories. The code would rank each of the retail centres within each category and add points accordingly. The code then adjusted the total point […]
Read moreDetector for Log4Shell exploitation attempts
Detector for Log4Shell exploitation attempts Idea The problem with the log4j CVE-2021-44228 exploitation is that the string can be heavily obfuscated in many different ways. It is impossible to cover all possible forms with a reasonable regular expression. The idea behind this detector is that the respective characters have to appear in a log line in a certain order to match. Split up into a list it would look like this: [‘$’, ‘{‘, ‘j’, ‘n’, ‘d’, ‘i’, ‘:’, ‘l’, ‘d’, […]
Read more