All Projects → scivision → pybashutils

scivision / pybashutils

Licence: BSD-3-Clause license
Collection of Bash and Python scripts I've made that may be generally useful

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pybashutils

Meshoptimizer
Mesh optimization library that makes meshes smaller and faster to render
Stars: ✭ 2,930 (+11169.23%)
Mutual labels:  compression
Qs
Quick serialization of R objects
Stars: ✭ 225 (+765.38%)
Mutual labels:  compression
Precomp Cpp
Precomp, C++ version - further compress already compressed files
Stars: ✭ 250 (+861.54%)
Mutual labels:  compression
Deepinfomaxpytorch
Learning deep representations by mutual information estimation and maximization
Stars: ✭ 212 (+715.38%)
Mutual labels:  compression
Nncf
PyTorch*-based Neural Network Compression Framework for enhanced OpenVINO™ inference
Stars: ✭ 218 (+738.46%)
Mutual labels:  compression
Smol V
SMOL-V: like Vulkan/Khronos SPIR-V, but smaller.
Stars: ✭ 230 (+784.62%)
Mutual labels:  compression
Util
A collection of useful utility functions
Stars: ✭ 201 (+673.08%)
Mutual labels:  compression
ConvectionKernels
Fast, high-quality texture compression library for many formats
Stars: ✭ 40 (+53.85%)
Mutual labels:  compression
Cineform Sdk
The GoPro® CineForm video codec SDK.
Stars: ✭ 219 (+742.31%)
Mutual labels:  compression
Compressai
A PyTorch library and evaluation platform for end-to-end compression research
Stars: ✭ 246 (+846.15%)
Mutual labels:  compression
7zip4powershell
Powershell module for creating and extracting 7-Zip archives
Stars: ✭ 213 (+719.23%)
Mutual labels:  compression
Bedops
🔬 BEDOPS: high-performance genomic feature operations
Stars: ✭ 215 (+726.92%)
Mutual labels:  compression
Minlzma
The Minimal LZMA (minlzma) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (minlzlib) for decompressing LZMA2-encapsulated compressed data in LZMA format within an XZ container, as can be generated with Python 3.6, 7-zip, and xzutils
Stars: ✭ 236 (+807.69%)
Mutual labels:  compression
Turbobench
Compression Benchmark
Stars: ✭ 211 (+711.54%)
Mutual labels:  compression
em inflate
Fast, small, in-memory inflate (zlib, deflate and gzip decompression)
Stars: ✭ 59 (+126.92%)
Mutual labels:  compression
Pylzma
Python bindings for the LZMA library
Stars: ✭ 202 (+676.92%)
Mutual labels:  compression
Zipson
JSON parse and stringify with compression
Stars: ✭ 229 (+780.77%)
Mutual labels:  compression
GenuineChannels
Collection of custom .NET Remoting channels
Stars: ✭ 29 (+11.54%)
Mutual labels:  compression
Huffman-Coding
A C++ compression program based on Huffman's lossless compression algorithm and decoder.
Stars: ✭ 81 (+211.54%)
Mutual labels:  compression
Gdcm
Grassroots DICOM read-only mirror. Only for Pull Request. Please report bug at http://sf.net/p/gdcm
Stars: ✭ 240 (+823.08%)
Mutual labels:  compression

Python and Shell utility scripts

Zenodo PyPi Download stats

Collection of Bash and Python scripts I've made that may be generally useful

function description
checkIP Sends you an email automatically if your IP address changes
getIP gets your public IP address (not the internal NAT address)
mx mount network share example using SSHFS
memfree Estimates available RAM
doc2pdf convert .doc, .docx, .rtf to PDF using LibreOffice

Usage

SSHFS mount/unmount

  1. Mounting the "U" network drive at Boston University over SSHFS (slight modifications to the script allow using this anywhere)

    one time setup:

     mkdir ~/U
    
  2. mount U drive to your PC, like "mounting a network drive" in Windows, here we assume the BU username is jdoe:

     mU jdoe
    

and your network drive is available as ~/U

  1. Unmounting the "U" drive. When done for the day, suggest unmounting in case to help mitigate security risks:

     uU
    

Note: if you have any files open (like say a spreadsheet on the ~/U drive), ~/U will stay connected until you close that file(s).


Get Public IP address

python getIP.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].