A team of Crypto Unicorns bots

A team of Crypto Unicorns bots Disclaimer I invoke autocorns to help my unicorns. You may choose to invoke autocorns to help your unicorns, too.If you do choose to call upon autocorns, know that you are doing so at your own risk. I am not liable orresponsible for any damage or losses you may incur. autocorns expect your account credentials to be stored as an Ethereum keystore file and for you to have access to the corresponding password.If you do […]

Read more

Space Apps 2019 Finalists Submission: AstroTech

What is the NEOSSat Challenge? The NEOSSat is a dual-mission microsatellite designed to detect potentially hazardous Earth-orbit-crossing asteroids and track objects that reside in deep space. At Space Apps 2019, a competition hosted by NASA and the Canadian Space Agency (CSA) we took on the NEOSSat challenge. More info regarding the challenge can be found here: http://www.asc-csa.gc.ca/eng/events/2019/space-apps-2019.asp. Who are we and what is AstroTech? We are the finalists from Toronto of NASA and the CSA’s 2019 Space Apps Challenge. Our […]

Read more

Wordle Optimization Project

Our “robo guesser” can solve any Wordle puzzle within 6 guesses, with an average of 4.53 guesses. This automatic guesser, along with other functions that provide useful analytics for players who want to improve their guesses without cheating, are included in this project. How to Use Key Functions All functions in this repository will provide basic information with use of help(function()), but below is how to use the key functions. Prerequisites You will need Python as well as packages pandas […]

Read more

Csgoearn – Earn balance and get skins while you’re AFK

Getting Started There’s two ways of installing CSGOEARN. Running a pre-compiled version, or running it from the source. Prerequisites A version of Google Chrome or Chromium is currently required. Installation Pre-compiled Download the latest version at CSGOEARN-DEV/cdn Run the .exe file Source Clone the repo git clone https://github.com/CSGOEARN-DEV/csgoearn Change the directory to /src Install pip modules pip install -r requirements.txt Run main.py Compiling If you    

Read more

This repo contains an example submission for the CSE447 project

This repo contains an example submission for the CSE447 project.For this project, you will develop a program that takes in a string of character and tries to predict the next character.For illustration purposes, this repo contains a dummy program that simply generates 3 random guesses of the next character. Input format example/input.txt contains an example of what the input to your program will look like.Each line in this file correspond to a string, for which you must guess what the […]

Read more

Unfollow everyone you followed on GitHub using Python Selenium Chrome driver

Unfollow everyone you followed on GitHub using Python Selenium Chrome driver Login to your GitHub account using your password and username Find your following list Use Selenium to press the unfollow buttons usage: python3 unfollow.py [username] [password] [maxpage] positional arguments: username Your Github username password The password of your Github account for login maxpage Github page number optional arguments: -h, –help show this help message and exit Example:python unfollow.py SatinWuker passswooord 4 This is the libraries that are required: requirements […]

Read more

Have you ever thought some college work can be automated using python? Rather than spending hours of looped days

Table of Contents Have you ever thought some college work can be automated using python? Rather than spending hours of looped days. We got you, join our workshop, simplify your life and obviously chill out 😎 This repository is for all Python enthusiasts who have a keen interest in automating the web browser using Python commands. No previous knowledge is required. This repository will be useful for all the students who are not familiar with python as well as for […]

Read more

A simple camera switcher addon for blender

A simple camera switcher addon for blender. Useful when use reference image for camera. This addon will automatically fix the ratio for different resolution of reference images . This addon is still in develop. Use at your own risk. How to use? Clone this repository and install in blender. Go to View3D > Properties > Camera Switcher. Turn onAuto update. Press Add reference image to select image for a new camera. Support different resolution of images. Press camera name under […]

Read more
1 2 3 4 5 49