# Base_EN_DE_Coder You can encode and decode b85, a85, b64, b32, and b16 with this tool. ------------------------------------- Encoding ------------------------------------- Step 1: Run the program. Step 2: Enter '1'. Step 3: write your text. Step 4: write map for encoding like: 'b64, b32, b16, b85, r, a85'. (r: reverse, b64: Base64, a85: Ascii85) Step 5: copy your encoded text and enter 'q' to exit from program. ------------------------------------- Decoding ------------------------------------- Step 1: Run the program. Step 2: Enter '2'. Step 3: Enter encoded text. Step 4: Enter number of step(s), for example if your encoded text twice encoded, enter 2. Step 5: Verify that it has been decoded correctly.(if it is True write 'y' and if it is False write 'n') Step 6: Copy your decoded text and enter 'q' to exit from program. ------------------------------------- Decode with map ------------------------------------- Step 1: Run the program. Step 2: Enter '3'. Step 3: Enter encoded text. Step 4: Enter a map to decode your code like: b32, b16, r, b64, b85, r, a85. (r: reverse, b64: Base64, a85: Ascii85) <<<<<<<<<<<<< Reverse the build map to made the map for decoding. >>>>>>>>>>>>> Step 6: Copy your decoded text and enter 'q' to exit from program. ------------------------------------- HINT ------------------------------------- When you enter 'n' to verify the decoder, the program removes the last decoder.(If you enter None it's True for program.) You can enter None for number of step(s).(Default steps = 10)
You can encode and decode base85, ascii85, base64, base32, and base16 with this tool.
Overview
Auto translate Localizable.strings for multiple languages in Xcode
auto_localize Auto translate Localizable.strings for multiple languages in Xcode Usage put your origin Localizable.strings file in folder pip3 install
AnnIE - Annotation Platform, tool for open information extraction annotations using text files.
AnnIE - Annotation Platform, tool for open information extraction annotations using text files.
A python tool one can extract the "hash" from a WINDOWS HELLO PIN
WINHELLO2hashcat About With this tool one can extract the "hash" from a WINDOWS HELLO PIN. This hash can be cracked with Hashcat, more precisely with
The app gets your sutitle.srt and proccess it to extract sentences
DubbingAssistants This app gets your sutitle.srt and proccess it to extract sentences, and also find Start time and End time of them. Step 1: install
Making simplex testing clean and simple
Making Simplex Project Testing - Clean and Simple What does this repo do? It organizes the python stack for the coding project What do I need to do in
utoken is a multilingual tokenizer that divides text into words, punctuation and special tokens such as numbers, URLs, XML tags, email-addresses and hashtags.
utoken utoken is a multilingual tokenizer that divides text into words, punctuation and special tokens such as numbers, URLs, XML tags, email-addresse
Python Lex-Yacc
PLY (Python Lex-Yacc) Copyright (C) 2001-2020 David M. Beazley (Dabeaz LLC) All rights reserved. Redistribution and use in source and binary forms, wi
Implementation of hashids (http://hashids.org) in Python. Compatible with Python 2 and Python 3
hashids for Python 2.7 & 3 A python port of the JavaScript hashids implementation. It generates YouTube-like hashes from one or many numbers. Use hash
Tools to extract questionaire of finalexam.eu and provide interactive questionaire with summary
AskMe This script is completely terminal based. No user interface is added. You can get the command line options by using the --help argument. Make su
Wikipedia Reader for the GNOME Desktop
Wike Wike is a Wikipedia reader for the GNOME Desktop. Provides access to all the content of this online encyclopedia in a native application, with a
Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.
TextDistance TextDistance -- python library for comparing distance between two or more sequences by many algorithms. Features: 30+ algorithms Pure pyt
Migrates translations to the REDCap native Multi-Language Management system
Automates much of the process of moving translations from the old Multilingual external module to the newer built-in Multi-Language Management (MLM) page.
Fuzzy string matching like a boss. It uses Levenshtein Distance to calculate the differences between sequences in a simple-to-use package.
Fuzzy string matching like a boss. It uses Levenshtein Distance to calculate the differences between sequences in a simple-to-use package.
Text to ASCII and ASCII to text
Text2ASCII Description This python script (converter.py) contains two functions: encode() is used to return a list of Integer, one item per character
This is an AI that is supposed to say you if your text is formal or not
This is an AI that is supposed to say you if your text is formal or not. It's written in Python 3 and has some german examples (because I'm german yk) in the text.json file. This file contains the te
Skype export archive to text converter for python
Skype export archive to text converter This software utility extracts chat logs
Umamusume story patcher with python
umamusume-story-patcher How to use Go to your umamusume folder, usually C:\Users\user\AppData\LocalLow\Cygames\umamusume Make a mods folder and clon
Markup is an online annotation tool that can be used to transform unstructured documents into structured formats for NLP and ML tasks, such as named-entity recognition. Markup learns as you annotate in order to predict and suggest complex annotations. Markup also provides integrated access to existing and custom ontologies, enabling the prediction and suggestion of ontology mappings based on the text you're annotating.
Markup is an online annotation tool that can be used to transform unstructured documents into structured formats for NLP and ML tasks, such as named-entity recognition. Markup learns as you annotate
Search for terms(word / table / field name or any) under Snowflake schema names
snowflake-search-terms-in-ddl-views Search for terms(word / table / field name or any) under Snowflake schema names Version : 1.0v How to use ? Run th
This project aims to test check if your RegExp are being matched by grep.
Bash RegExp This project aims to test check if your RegExp are being matched by grep. It's a local server that starts on the port 8080. It runs the se