Dress up your code with a beautiful graphical user interface

Dresscode Dress up your code with a beautiful graphical user interface ! This project is part of the Pyrustic Ecosystem. Look powered by the cyberpunk theme. Welcome ! Let me show you something: Figure 1 – Demo What if I told you that I did this with 1 Hex-digit lines of code :tm: ? The menu bar in Figure 1 is not a gimmick. Clicking on the buttons in the menu bar opens another page. So in fact I showed […]

Read more

Pyright extension for coc.nvim

pyright.enable Enable coc-pyright extension true python.analysis.autoImportCompletions Determines whether pyright offers auto-import completions true python.analysis.autoSearchPaths Automatically add common search paths like ‘src’ true python.analysis.diagnosticMode Analyzes and reports errors for open only or all files in workspace openFilesOnly python.analysis.stubPath Path to directory containing custom type stub files typings python.analysis.typeshedPaths Paths to look for typeshed modules [] python.analysis.diagnosticSeverityOverrides Override the severity levels for individual diagnostics {} python.analysis.typeCheckingMode Defines the default rule set for type checking basic python.analysis.useLibraryCodeForTypes Use library implementations to extract type […]

Read more

A python package to Create and Visualize GSFLOW models

pygsflow pyGSFLOW is a python package to Create, Read, Write, Edit, and Visualize GSFLOW models. Examples Ipython notebook example problems can be found in the examples directory.https://github.com/pygsflow/pygsflow/tree/master/examples Installation The pygsflow repository can be installed using pip.Open a command prompt or anaconda prompt terminal and type: pip install https://github.com/pygsflow/pygsflow/zipball/master pygsflow is now installed Alternatively the user can download a copy of the repository, open a command prompt or anaconda promt terminal, cd into the trunk directory and type: pip install . […]

Read more

A Python package that takes in GPS observations of formation flying satellites

LEOGPS LEOGPS is an open-source Python package that takes in GPS observations of formation flying satellites in pairs, to perform single point positioning (SPP) and precise relative positioning via carrier phase double-differential GPS (CDGPS). It currently supports only observations from the GPS constellation (L1/L2 frequency), with observation files in RINEX v2.XX format. LEOGPS gives credit to the University of Bern, for their kind sharing of CODE precise GPS ephemeris and clock files. Note that for formation flying applications, the purely […]

Read more

Download YouTube videos/music and images in MP4, JPG

BashTube Download YouTube videos, music and images in MP4, JPG with this tool, with an easy to understand interface. This tool works with both, the rooted device and the non-rooted. INSTALLATION (TERMUX) $ pkg install -y git $ git clone https://github.com/TrollSkull/BashTube $ cd BashTube $ bash installer.sh USAGE $ bash bashtube.sh YOU CAN UPDATE THE TOOL FROM IT Using >> update and >> y REQUIREMENTS Storage access allowed. (For downloaded videos & images) Storage 10 MB. Internet. GitHub https://github.com/TrollSkull/BashTube   […]

Read more

A tool to convert AWS EC2 instances back and forth between On-Demand

ec2-spot-converter This tool converts existing AWS EC2 instances back and forth between On-Demand and ‘persistent’ Spot billing models while preserving instance attributes (Launch configuration, Tags..), network attributes (existing Private IP addresses, Elastic IP), storage (Volumes), Elastic Inference accelerators, Elastic GPUs. Others features: Can also perform Spot-to-Spot and OnDemand-to-OnDemand conversions: Allow replacement of existing Spot instances with new “identical” ones to update the instance type and CPU options, Help to fix some Spot instance conditions (Ex: ‘IncorrectSpotRequestState Exception’), Allow Root Disk […]

Read more

Tools to Design or Visualize Architecture of Neural Network

Net2Vis: Net2Vis automatically generates abstract visualizations for convolutional neural networks from Keras code. visualkeras : Visualkeras is a Python package to help visualize Keras (either standalone or included in tensorflow) neural network architectures. It allows easy styling to fit most needs. As of now it supports layered style architecture generation which is great for CNNs (Convolutional Neural Networks) and a grap style architecture. import visualkeras model = … visualkeras.layered_view(model).show() # display using your system viewer visualkeras.layered_view(model, to_file=’output.png’) # write to […]

Read more

A comparison of mesh generators

Mesh Generator Comparison This repository creates meshes of the same domains with multiple mesh generators and compares the results. The used mesh generators are For each domain and mesh generator (if applicable), the repostory shows the followingdata: the mesh generation time the average and minimum cell quality the nummber of CG iterations for the FEM-Poisson-problem on the mesh. If you’d like to see other mesh generators, domains, or quality measures: Let me know! Disk L-shape Rectangle with refinement Quarter annulus […]

Read more
1 19 20 21