Category: Tool
A set of tools to analyse, modify or extend the Swiss synthetic population
A set of tools to analyse, modify or extend the Swiss synthetic population. Executive summary SynPopToolbox is a Python framework developed by the transport & mobility modelling team at the Swiss Federal Railways (SBB). It offers tools to pre-process, visualise and modify a synthetic population of Switzerland. The synthetic population for 2017 has been established through a joint effort from SBB and the Federal Office for Spatial Development ARE for transport and land-use modelling purposes. The project and applied methods […]
Read moreA lightweight tool for submitting Python functions for computation within a Slurm cluster
What is submitit? Submitit is a lightweight tool for submitting Python functions for computation within a Slurm cluster.It basically wraps submission and provide access to results, logs and more.Slurm is an open source, fault-tolerant, and highly scalable cluster management and job scheduling system for large and small Linux clusters.Submitit allows to switch seamlessly between executing on Slurm or locally. An example is worth a thousand words: performing an addition From inside an environment with submitit installed: import submitit def add(a, […]
Read moreAll In One Tools For Cryptology in python
Written by TMRSWRRVersion 1.0.0All in one tools for CRYPTOLOGY. Screenshots 📹 How to use 📹 Click on the image… Features This tool include: :round_pushpin: HASH :round_pushpin: RSA :round_pushpin: XOR :round_pushpin: AES (ECC) :round_pushpin: AES (CBC) :round_pushpin: DES (ECB) :round_pushpin: FERNET :round_pushpin: RC2 :round_pushpin: RC4 :round_pushpin: CHACHA20POLY1305 :round_pushpin: TRANSPOSITION :round_pushpin: DIFFIE HELMAN :round_pushpin: IMAGE ENCRYPT/DECRYPT :round_pushpin: FILE ENCRYPT/DECRYPT 📀 Installation 📀 Installation with requirements.txt git clone https://github.com/capture0x/cypher cd cypher pip3 install -r requirements.txt Usage python3 cryptot.py HASH Encryption and decryption algorithms […]
Read moreA simple scheduler tool that provides desktop notifications about classes
Online Class Automation This application provides desktop notifications about classes and opens their meet links in browser automatically at the start of the class. It works both in windows and linux. But runs better in linux when used with cron. Code Overview class-data.json: Stores the timetable in simple json format. Specify the name and meet link of classes with their timings according to your timetable. The time of a class is specified by day and hour. Day ranges from 0 […]
Read moreArcGIS Python Toolbox for WhiteboxTools
ArcGIS Python Toolbox for WhiteboxTools. This repository is related to the ArcGIS Python Toolbox for WhiteboxTools, which is an ArcGIS frontend of a stand-alone executable command-line program called WhiteboxTools. WhiteboxTools-ArcGIS is an ArcGIS Python Toolbox for WhiteboxTools, an advanced geospatial data analysis platform developed by Prof. John Lindsay (webpage; jblindsay) at the University of Guelph’s Geomorphometry and Hydrogeomatics Research Group. WhiteboxTools can be used to perform common geographical information systems (GIS) analysis operations, such as cost-distance analysis, distance buffering, and […]
Read moreA python tool parses log data and allows to define analysis pipelines for anomaly detection
logdata-anomaly-miner This tool parses log data and allows to define analysis pipelines for anomaly detection. It was designed to run the analysis with limited resources and lowest possible permissions to make it suitable for production server use. Requirements In order to install logdata-anomaly-miner a Linux system with python >= 3.6 is required. Debian-based distributions are currently recommended. See requirements.txt for further module dependencies Installation Debian There are Debian packages for logdata-anomaly-miner in the official Debian/Ubunturepositories. apt-get update && apt-get install […]
Read moreA simple project management tool for educational purposes in python
This software is used for educational and demonstrative purposes. It’s a simple project management tool powered by Django Framework Features: Class-Based Views approach Login, Sign Up, Recover (LoginView, FormView, UserCreationForm, PasswordResetForm, LogoutView, PasswordResetView, PasswordResetDoneView, PasswordResetConfirmView, PasswordResetCompleteView) Custom Extended User model (AbstractUser, BaseUserManager, UserManager) Permissions and Groups (LoginRequiredMixin, PermissionRequiredMixin) Simple CRUD views (ListView, DetailView, CreateView, UpdateView, DeleteView) File uploading Statistics (TemplateView, View, Q, F, Count, FloatField, Cast, Case, When, Sum, Avg) Forms (Form, ModelForm) Admin page (ModelAdmin, TabularInline) Template and layouts […]
Read moreLibrary to interact with the lbrynet client from the LBRY project
A library of functions that can be used to manage the download of claims from the LBRY network. It includes methods to download claims by URI (canonical url), claim ID, or from specific channels. It also includes methods to clean up older files and free space, so the functions are suitable for use in a headless computer that will download files, and seed them to the network with little user intervention. This libary is released as free software under the […]
Read moreA Python tool to check if there is an Office 365 instance linked to a domain
o365chk.py Simple Python script to check if there is an Office365 instance linked to a particular domain. There are three possible results: Unknown = No O365 instance for that domainFederated = O365 is federatedManaged = O365 is managed directly by Microsoft Installation and Usage $ git clone https://github.com/nixintel/o365chk && cd o365chk $ pip install -r requirements.txt $ python3 o365chk.py -d example.com Example Output $ python3 o365chk.py -d bbc.co.uk This domain is Federated { “AuthNForwardType”: 1, “AuthURL”: “https://gateway.id.tools.bbc.co.uk/eiam/WSFederationServlet/metaAlias/wsidp2?username=username%40bbc.co.uk&wa=wsignin1.0&wtrealm=urn%3afederation%3aMicrosoftOnline&wctx=”, “CloudInstanceIssuerUri”: “urn:federation:MicrosoftOnline”, “CloudInstanceName”: […]
Read more