A python package for binomial confidence intervals

Pynomial (pronounced like “binomial”) is a lightweight python library for implementing the many confidence intervals for the risk parameter of a binomial model. Pynomial is more or less a python port of the R library {binom} by Sundar Dorai-Raj. As a point of philosophy and until otherwise stated, if {binom} does a thing then so should pynomial (e.g. error throwing or handling cases when the number of successes is the same as the number of trials). The following confidence intervals […]

Read more

Aula – a school system widely used in Denmark, as you can see and read about in the python file

Hello, thank you for reading this first of all.This is a Aula-API Wrapper for.. – Aula! Aula is a school system widely used in Denmark, as you can see and read about in the python file, they’re shitters…This was an active project until recently, when we abandoned it. Therefore this is a ‘Discontinued API – Wrapper’.If we were to directly clown them, we would include the overall law, they’re breaking.. – So here is it 🙂 –The company behind Aula, […]

Read more

A Discord bot to track you and your friends’ Wordle scores

A Discord bot to track you and your friends’ Wordle scores, so you can see who’s the best! To submit a score to wordle-bot, just paste the Wordle score share in a Discord server that wordle-bot is a member of, as shown in the demo photo below. Note that your scores are bound to your Discord user id, not any particular server, so you can submit a score on one server and have it shown in another server’s rankings. To […]

Read more

K-means real-time segmentation

The project’s goal is to show a real world application of image segmentation using k means algorithm. features of the code: segmentation of an image (can use the webcam class or upload your own) define which clusters you would like to hide (in black color) –> easy way to reduce noise in an image and make easier detections example of the results on my data: (different combinations of cluster coloring) webcam class output: (yea thats me) GitHub   To finish […]

Read more

Simple script to create VBscript of exe and inject to xlsm

Executable file injection to Excel documents (.xlsm) 📄 Description Simple python script to create xlsm dropper of given executable file. You can change code or expand it for another Office extensions 📺 How to use python3 exe-to-xlsm.py -i input_file.exe –xlsm output_document.xlsm ❗ Notice This script can be used to deliver potential dangerous software, so use it only for educational purposes or for self-practicing Do not distribute Do not use for malicious purposes GitHub View Github    

Read more

Linux GUI app to codon optimize many single-fasta files with coding sequences , using many taxonomy ids

Linux GUI app to codon optimize many single-fasta files with coding sequences, using many taxonomy ids Depedences linux OS (tested on ubuntu 20.04 LTS) python 3.8.2 or later anaconda or miniconda Gooey conda install -c conda-forge gooey(if you get errors during installation or runtime try installing gtk sudo apt-get install libgtk-3-dev) biopython pip install biopython pandas pip install pandas dnachisel pip install dnachisel linux desktop app installation open a linux text editor and edit in the python file the shebang […]

Read more

An curated collection of awesome resources about networking in cybersecurity

Welcome to the world of Networking. An ongoing curated collection of awesome software, libraries, frameworks, talks & videos, best practices, learning tutorials and important practical resources about networking in cybersecurity. Thanks to all contributors, you’re awesome and wouldn’t be possible without you! Our goal is to build a categorized community-driven collection of very well-known resources. Table of Contents Network Foundations Computer networking refers to connected computing devices (such as laptops, desktops, servers, smartphones, and tablets) and an ever-expanding array of […]

Read more

OSINT Cybersecurity Tools For Python

Welcome to the World of OSINT: An ongoing collection of awesome tools and frameworks, best security software practices, libraries, learning tutorials, frameworks, academic and practical resources about Open-source intelligence (OSINT) in cybersecurity. Thanks to all contributors, you’re awesome and wouldn’t be possible without you! Our goal is to build a categorized community-driven collection of very well-known resources. Table of Contents ^ back to top ^ ↑ Introduction Open-source intelligence (OSNIT) is the insight gained from processing and analyzing public data […]

Read more
1 259 260 261 262 263 928