SayantaniBris

SayantaniBris

Geek Repo

Github PK Tool:Github PK Tool


Organizations
ipns-link

SayantaniBris's starred repositories

ipfs-chat

Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.

Language:ShellLicense:GPL-3.0Stargazers:138Issues:4Issues:7

ipns-link

Expose local http-servers (web-apps) through IPNS-Link

Language:ShellLicense:MITStargazers:32Issues:1Issues:3

ipns-link-gateway

Access http-servers (web-apps) exposed using IPNS-Link

Language:ShellLicense:MITStargazers:14Issues:0Issues:1

ipfs-link

Publish dynamic multiaddresses of private or isolated nodes using IPNS. Benefit - 1. Bandwidth savings, 2. Avoiding DDNS 3. Securely exposing localhost behind NAT.

Language:ShellLicense:GPL-3.0Stargazers:13Issues:2Issues:0

gibberish

Git and Bash Based Encrypted Remote Interactive Shell (GiBBERISh). For when you cannot use SSH.

Language:ShellLicense:GPL-3.0Stargazers:12Issues:1Issues:0

JuFF

Git-based secure messaging & file Sharing -- all from just a single bash script !! No long-term cloud storage of user data. Fully transparent and semi-decentralized. Text-based UI. Uses free services only...no hosting costs.

Language:ShellLicense:GPL-3.0Stargazers:4Issues:1Issues:0

sertain

Simple Bash library for building a basic HTTP server.

Language:ShellLicense:GPL-3.0Stargazers:4Issues:1Issues:0

contribute

Contribute to IPNS-Link

Stargazers:3Issues:0Issues:0

progrep

progrep is a command-line tool (Linux) to show live progress report, status and stats of a running simulation or compute job that executes a given number of iterations. It shows % completed, time remaining(ETA), time elapsed (both wall-clock & CPU time), number of threads, MPI_Rank(if any), CPU usage & speed (FPS). The FPS measures may be used in benchmarking, for example, while optimizing HPC algorithms for performance. progrep supports both serial (single-core/single-threaded) and parallel (multicore and/or multinode - e.g. OpenMP and/or MPI) jobs. progrep can also report for jobs running on remote hosts [Case in point: jobs running on Linux Clusters]. progrep works in client-server model. The server for progrep can be installed in your simulation source code with only 4 extra lines (API). When the progrep command is invoked, it queries this server as a client. progrep does not interfere with or slow down your simulation when not invoked. Even when invoked, the overhead is insignificant. Out of the box, the progrep API works with code written in Fortran, C and C++. If your code uses other language, please write your own wrapper for the API. The API library is small and static which benefits portability of your progrep-aware binary.

Language:FortranLicense:GPL-3.0Stargazers:3Issues:1Issues:0