Recent Projects

syuu1228/mikutter

plugin-extensible Twitter client
  • Fedora 40 : x86_64
  • Fedora 41 : x86_64
  • Fedora 42 : x86_64
  • Fedora rawhide : x86_64

noverby/prozum

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
  • EPEL 7 : x86_64

tgerbet/sha1collisiondetector

A SHA-1 collision detector CLI tool.
  • EPEL 7 : ppc64le, x86_64
  • Fedora rawhide : i386, ppc64le, x86_64

demueller/python-ldap-2.4.32

python-ldap-2.4.32 - an rpm package for centos 7
  • EPEL 7 : x86_64

ahrs/mailcatcher

MailCatcher Catches mail and serves it through a dream. MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.1:1080 to see the mail that's arrived so far. Features Catches all mail and stores it for display. Shows HTML, Plain Text and Source version of messages, as applicable. Rewrites HTML enabling display of embedded, inline images/etc and open links in a new window. Lists attachments and allows separate downloading of parts. Download original email to view in your native mail client(s). Command line options to override the default SMTP/HTTP IP and port settings. Mail appears instantly if your browser supports WebSockets, otherwise updates every thirty seconds. Runs as a daemon run in the background. Sendmail-analogue command, catchmail, makes using mailcatcher from PHP a lot easier. Written super-simply in EventMachine, easy to dig in and change. Keyboard navigation between messages How gem install mailcatcher mailcatcher Go to http://127.0.0.1:1080/ Send mail through smtp://127.0.0.1:1025 Use mailcatcher --help to see the command line options. The brave can get the source from the GitHub repository. Bundler Please don't put mailcatcher into your Gemfile. It will conflict with your applications gems at some point. Instead, pop a note in your README stating you use mailcatcher. Simply run gem install mailcatcher then mailcatcher to get started. RVM Under RVM your mailcatcher command may only be available under the ruby you install mailcatcher into. To prevent this, and to prevent gem conflicts, install mailcatcher into a dedicated gemset and create wrapper scripts: rvm default@mailcatcher --create do gem install mailcatcher rvm wrapper default@mailcatcher --no-prefix mailcatcher catchmail Rails To set up your rails app, I recommend adding this to your environments/development.rb: config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { :address => '127.0.0.1', :port => 1025 } config.action_mailer.raise_delivery_errors = false PHP For projects using PHP, or PHP frameworks and application platforms like Drupal, you can set PHP's mail configuration in your php.ini to send via MailCatcher with: sendmail_path = /usr/bin/env catchmail -f some@from.address You can do this in your Apache configuration like so: php_admin_value sendmail_path "/usr/bin/env catchmail -f some@from.address" If you've installed via RVM this probably won't work unless you've manually added your RVM bin paths to your system environment's PATH. In that case, run which catchmail and put that path into the sendmail_path directive above instead of /usr/bin/env catchmail. If starting mailcatcher on alternative SMTP IP and/or port with parameters like --smtp-ip 192.168.0.1 --smtp-port 10025, add the same parameters to your catchmail command: sendmail_path = /usr/bin/env catchmail --smtp-ip 192.160.0.1 --smtp-port 10025 -f some@from.address Django For use in Django, simply add the following configuration to your projects' settings.py if DEBUG: EMAIL_HOST = '127.0.0.1' EMAIL_HOST_USER = '' EMAIL_HOST_PASSWORD = '' EMAIL_PORT = 1025 EMAIL_USE_TLS = False API A fairly RESTful URL schema means you can download a list of messages in JSON from /messages, each message's metadata with /messages/:id.json, and then the pertinent parts with /messages/:id.html and /messages/:id.plain for the default HTML and plain text version, /messages/:id/:cid for individual attachments by CID, or the whole message with /messages/:id.source. Caveats Mail processing is fairly basic but easily modified. If something doesn't work for you, fork and fix it or file an issue and let me know. Include the whole message you're having problems with. The interface is very basic and has not been tested on many browsers yet. TODO Add mail delivery on request, optionally multiple times. Compatibility testing against CampaignMonitor's design guidelines and CSS support matrix. Forward mail to rendering service, maybe CampaignMonitor? Thanks MailCatcher is just a mishmash of other people's hard work. Thank you so much to the people who have built the wonderful guts on which this project relies. Thanks also to The Frontier Group for giving me the idea, being great guinea pigs and letting me steal pieces of time to keep the project alive. Donations I work on MailCatcher mostly in my own spare time. If you've found Mailcatcher useful and would like to help feed me and fund continued development and new features, please donate via PayPal. If you'd like a specific feature added to MailCatcher and are willing to pay for it, please email me. License Copyright © 2010-2011 Samuel Cochran (sj26@sj26.com). Released under the MIT License, see LICENSE for details. Dreams For dream catching, try this. OR THIS, OMG.
  • EPEL 7 : x86_64
  • Fedora rawhide : x86_64

bfallik/glpk

package upstream 4.61

walters/oci-kvm-hook

https://github.com/stefwalter/oci-kvm-hook
  • EPEL 7 : x86_64

dhruvparanjape/terminix

Tilix is now part of Fedora 26/Rawhide repos so this copr is only for Fedora 24/25 Tilix is a tiling terminal emulator which uses the VTE GTK+ 3 widget with the following features: Layout terminals in any fashion by splitting them horizontally or vertically Terminals can be re-arranged using drag and drop both within and between windows Terminals can be detached into a new window via drag and drop Input can be synchronized between terminals so commands typed in one terminal are replicated to the others The grouping of terminals can be saved and loaded from disk Terminals support custom titles Color schemes are stored in files and custom color schemes can be created by simply creating a new file Transparent background Supports notifications when processes are completed out of view. Requires the Fedora notification patches for VTE The application was written using GTK 3 and an effort was made to conform to Gnome Human Interface Guidelines (HIG). As a result, it does use CSD (i.e. the GTK HeaderBar) though it can be disabled if necessary. Other then Gnome, only Unity and has been tested officially though users have had success with other desktop environments.
  • EPEL 7 : x86_64

mrmeee/copr-build-deps

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
  • EPEL 7 : x86_64

tartina/Audio

Audio and Music related software
  • Fedora rawhide : x86_64