genny
transgui
Our great sponsors
genny | transgui | |
---|---|---|
5 | 16 | |
143 | 2,629 | |
- | 1.8% | |
7.9 | 3.8 | |
about 2 months ago | about 1 month ago | |
Nim | Pascal | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
genny
-
Generate Python extensions using Nim language
Also of interest for people might be Genny. It’s a Nim library to automate creating language bindings for other languages. Currently it supports Python, Node, and C.
-
Nim -- a modern "glue" language like Python
c2nim is a tool to translate ANSI C code to Nim. The output is human-readable Nim code that is meant to be tweaked by hand after the translation process. If you are tired of wrapping C library, you can try futhark which supports "simply import C header files directly into Nim". Similar to futhark, cinterop allows one to interop with C/C++ code without having to create wrappers. nimLUA is a glue code generator to bind Nim and Lua together using Nim's powerful macro. nimpy and nimporter is a bridge between Nim and Python. rnim is a bridge between R and Nim. nimjl is a bridge between Nim and Julia! Last but not least, genny generates a shared library and bindings for many languages such as Python, Node.js, C.
- Genny – Generate Nim library bindings for many languages
-
Pixie – A full-featured 2D graphics library for Nim
For those using Python, we just got our Python bindings for Pixie up onto pip. Repo here https://github.com/treeform/pixie-python
It's extremely fresh but our tests are working so consider giving it a try.
For those interested in Nim's meta-programming, we're generating those Python bindings for Pixie from our Nim code using https://github.com/treeform/genny here https://github.com/treeform/pixie/blob/master/bindings/bindi...
- Transmission torrent client ported to C++
transgui
- Is there more settings for haugene Transmission?
-
groffstudio: An IDE for groff
This explains why the only other Lazarus project I know (transgui) is very similar, a GUI to another program.
-
Are there any desktop (not web) remote front ends?
I use to use https://github.com/transmission-remote-gui/transgui with transmission, main things I liked about it was being able to register opening .torrent files with it and it had a local / remote path mapping option so if you had a share it would translate the local and remote paths.
-
Whats the best torrent client?
Since outsourcing torrents to a different device (first a Pi1/2/3, now a Synology NAS), I’m happy with Transmission since it can be easily controlled via Transmission Remote GUI. Basic configuration, nothing fancy. KISS.
-
Transmission CLI (Windows) torrents don't seem to exist
I would suggest troubleshooting by using the webui or transgui to connect to the daemon and make sure the torrents are going into the correct folder. Otherwise you may need to set "umask": 0 in settings.json to make sure the daemon is creating the files as global read/write, especially if the system user is running the daemon process.
-
Magnet links with transmission in docker
Besides me rarely using magnet link, because I've setup radarr and sonarr for tv shows/movies, I think I use transgui as my client to open magnet links.
-
Transmission torrent client ported to C++
There's also transmission-web and transmission-remote-gui. Both great if your torrent system is separate from your desktop.
-
best performance torrent client with docker installation on synology?
It's a Windows application where you can connect to your server's IP and the Transmission port, and use it as a normal torrent client, including support for handling torrent files and magnet links. You can download it here.
- Are there any Actively Maintained Debian Transmission Remote GUIs?
-
Way to start a remote torrent on my PC from my laptop
I run Transmission Remote GUI on my main PC connected to Transmission on my server. It automatically opens magnet links and torrent files on the remote server and feels just like using a local BT client.
What are some alternatives?
transmission-web-control - 一个 Transmission 浏览器管理界面。Transmission Web Control is a custom web UI.
docker-transmission-openvpn - Docker container running Transmission torrent client with WebUI over an OpenVPN tunnel
transmission-remote-gtk - transmission-remote-gtk is a GTK client for remote management of the Transmission BitTorrent client, using its HTTP RPC protocol.
rtorrent - rTorrent BitTorrent client
webtorrent - ⚡️ Streaming torrent client for the web
spksrc - Cross compilation framework to create native packages for the Synology's NAS
arch-rtorrentvpn - Docker build script for Arch Linux base with ruTorrent, rTorrent, autodl-irssi, Privoxy and OpenVPN
dottorrent-gui - An advanced GUI torrent file creator with batch functionality, powered by PyQt and dottorrent
ClangSharp - Clang bindings for .NET written in C#
aria2 - aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
nimLUA - glue code generator to bind Nim and Lua together using Nim's powerful macro
Transmission - Official Transmission BitTorrent client repository