DecisionTree
A simple python implementation of Decision Tree, using Gini index.
Usage:
import DecisionTree
node = DecisionTree.trainDecisionTree(labels, attrs)
result = node.predict(attr)
See also Example.py
A simple python implementation of Decision Tree, using Gini index.
Usage:
import DecisionTree
node = DecisionTree.trainDecisionTree(labels, attrs)
result = node.predict(attr)
See also Example.py
PoorScanner使用说明书 -工具在不同环境下可能不怎么稳定,如果有什么问题恳请大家反馈。说明书有什么错误的地方也大家欢迎指正。 更新记录 2021.8.23 修复了云函数主程序 gitee上传文件接口写错了的BUG(之前把自己的上传地址写死进去了,没从配置文件里读) 更新了说明书 PoorS
This project is a set of programs that I use to create a README.md file.
This project is mainly aims to provide an async parsing option for NTDS.dit database file for obtaining user secrets.
🔧 Rich Tools A python package with helpful functions for use alongside with the rich python library. The current features are: Convert a Pandas
Telegram Contacts Exporter Simple script to export contacts from telegram into vCard file Getting Started Prerequisites You must to put your Telegram
streamlit-playground An online streamlit development platform Run, Experiment and Play with streamlit Components Develop full-fledged apps online All
mcstatus provides an easy way to query Minecraft servers for any information they can expose. It provides three modes of access (query, status and ping), the differences of which are listed below in
Shypan, a simple, easy to use, full-featured library written in Python.
Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.
This is a simple spam bot made in python. You can use to to spam anyone with anything on any platform.
certi Utility to play with ADCS, allows to request tickets and collect information about related objects. Basically, it's the impacket copy of Certify
A hashtag from string extract python module
formathack Python bytecode manipulation and import process customization to do evil stuff with format strings. Nasty! This is an answer to a StackOver
Password Generator ❗ Un générateur de mot de passe aléatoire totalement fait en Python par moi, et en français. 🔮 Grâce a une au module random et str
Random-Number-Generator-Analysis Governor's Honors Program Project to determine
osqueryIR osqueryIR is an artifact collection tool for Linux systems. It provides the following capabilities: Execute osquery SQL queries Collect file
vfs-visa-slot-germany Every 2 minutes, check for visa slots at VFS website. If there are any, send a call and a message of the format: Sent from your
Parsing Course Info for NIT Kurukshetra Overview This repository houses code for
Casefy (/keɪsfaɪ/) is a lightweight Python package to convert the casing of strings. It has no third-party dependencies and supports Unicode.
CX-BUILD Compilation Database alternative Build Prerequisite the CXBUILD uses linux system call trace utility called strace which was customized. So I