The best discord Nuk3r for python

☢️ Nuk3r ☢️ STEP 1 ✅ We go create discord bot ! [>] Go on https://discord.com/developers/applications [>] Set the name of your application [>] Go in “Bot” [>] Click on “Add Bot” [>] After click on “Yes, do it !”, set the avatar of the bot you can find avatar of real bot in Discord-Avatar file ! [>] Copy your discord bot token !

Read more

Associate arbitrary structured metadata to each glyph in your font

This plugin for Glyphs3 allows you to associate arbitrary structured metadata to each glyph in your font. Each font can define the data it wants to keep track of, and the palette allows you to view and edit the data for each glyph. Why do I want to do that? You could keep track of how finalised your outlines are, any review feedback you have received, and whether that feedback is integrated. You can link glyphs with other glyphs. You […]

Read more

Backend with Django

Documentation: https://docs.djangoproject.com/fr/3.2/intro/ By @tcotidiane33 & @yaya Models Premium class Pack(models.Model): name = models.CharField(max_length=255) items = models.IntegerField(default=1) class Meta: “””Meta definition for Pack.””” verbose_name = “Pack” verbose_name_plural = “Pack” def __str__(self):    

Read more

Implementation of different GAN in JAX/Haiku

This project aims to bring the power of JAX, a Python framework developped by Google and DeepMind to train Generative Adversarial Networks for images generation. JAX JAX is a framework developed by Deep-Mind (Google) that allows to build machine learning models in a more powerful (XLA compilation) and flexible way than its counterpart Tensorflow, using a framework almost entirely based on the nd.array of numpy (but stored on the GPU, or TPU if available). It also provides new utilities for […]

Read more

A customizable, easy-to-configure linting engine for Python

bellybutton is a customizable, easy-to-configure linting engine for Python. What is this good for? Tools like pylint and flake8 provide, out-of-the-box, a wide variety of rules for enforcing Python best practices, ensuring PEP-8 compliance, and avoiding frequent sources of bugs. However, many projects have project-specific candidates for static analysis, such as internal style guides, areas of deprecated functionality, or common sources of error. This is especially true of those projects with many contributors or with large or legacy codebases. bellybutton […]

Read more

A repo for Cramer’s rule, which is some math crap or something idk

(that was a joke pls no serious) Table of Contents – Why did you make this – What does this do bruh – So what now Why did I make this So here’s the story: My friend and I are in math class. We’re solving a system of equations, and our teacher gives us this PDF about something called… Cramer’s Rule? What? It’s this thing involving matrices and determinants and stuff. If you want to read it, here ya go, […]

Read more
1 358 359 360 361 362 928