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

Lovely Scrapper With Python

Join https://t.me/LOVELY_NETWORK 𝗥𝗢𝗖𝗞𝗦𝗧𝗔𝗥🇮🇳#𝗧𝗦𝗙𝗡𝗘𝗧𝗪𝗢𝗥𝗞: LOVELY MEMBERS SCRAPPING For Installation Of Script First Open Termux App Step 1 apt update && apt upgrade Step 2 pkg install -y git python Step 3 pkg update && pkg upgrade Step 4 Step 5 git clone https://github.com/attitudeking1/Lovely-Scrapper.git Step 6 Step 7 Step 8 pip install -d requirements.txt    

Read more

OLDBot (Online Lessons Discord Bot)

Version: 0.0.1 This program is designed to facilitate online lessons. With this you don’t need to get up early. Just config and watch the program resolve itself. It automatically enters to the lesson at the specified start time, mutes itself and enters a text that we set. Features Automatically join voice channels Auto self mute Send custome message to text channel. Usage A config.json file is needed at the same directory as the program (OLDBot) in. We can config the […]

Read more

A music player designed for a University Project

A music player designed for a University Project. Very flexibe and easy to use, a real life working application with user friendly controls. Hope u enjoy!! This player is designer using Tkinter pillow pygame Shutil os datetime The main thing is here that you ony need to add songs to the playlist from the location where they are stored and then you dont need to worry about any other thing they will be there in your playlist until you delete […]

Read more

Use deep neural network to predict the sentiment of movie review

IMDB-text-classification-sentiment-prediction Easy to start.Use deep nerual network to predict the sentiment of movie review.Various methods, word2vec, tf-idf and df to generate text vectors.Various models including lstm and cov1d.Achieve f1 score 92. Run python text_wash.py in the data_process folder Run python data_process_word2vec.py, python data_process_tf_manual.py, python data_process_tfidf.py under the data_process folder, this step takes a long time Use bash main.sh word2vec to perform text classification training using word2vec word vectors as training data, and use bash view.sh word2vec to view the redirected […]

Read more

Motion library for Ingenia servo drives with python

Ingeniamotion is a library that works over ingenialink and aims to simplify the interaction with Ingenia’s drives. Requirements Build Module Install locally: python setup.py build_ext -i python setup.py install Generate .whl file: python setup.py build_ext -i python setup.py bdist_wheel Generate documentation For develop the documentation it’s recommended uninstall the ingeniamotion in the pipenv and remove all the .pyd    

Read more
1 374 375 376 377 378 943