Search Results visual studio code

rhscl/ruby193-el7

A recent stable release of Ruby with Rails 3.2.8 and a large collection of Ruby gems. This Software Collection gives developers on Red Hat Enterprise Linux 6 access to Ruby 1.9, which provides a number of new features and enhancements, including improved Unicode support, enhanced threading, and faster load times.
  • EPEL 7 : x86_64

codeblock/google-authenticator-el7

EL7 build of google-authenticator
  • EPEL 7 : x86_64

sic/mantid

Mantid is an open source scientific software package aimed at data reduction, analysis and visualization of scattering data.
  • Centos-stream 8 : x86_64
  • EPEL 7 : x86_64
  • EPEL 8 : aarch64, x86_64
  • EPEL 9 : x86_64

codeblock/duplicity-el7

A build of duplicity for el7.
  • EPEL 7 : x86_64

fxkr/monoone

A monospaced font for programming and code review.

codeblock/w8upd-doorcgi

This isn't really meant for general use. It is a build of https://github.com/w8upd/door's Haskell code.

codeblock/dnscrypt-proxy

Packaging of https://github.com/jedisct1/dnscrypt-proxy Please file bugs on this package here: https://github.com/CodeBlock/coprs
  • EPEL 7 : x86_64

maxamillion/fig

This is a workspace to get fig and it's dependencies not currently available in Fedora packaged and tested before filing review requests. The end goal is to have each of these packages available in Fedora proper. python-texttable | Review Request: APPROVED python-dockerpty | Review Request: APPROVED python-requests | RFE(Latest version in F20): Open fig | Review Request: UNASSIGNED Note: Fedora 20 is currently blocked on latest version of python-requests. Keep in mind that docker in Fedora is SELinux enabled by default and as a side effect, you need to appropriately label files/directories you would like to share with docker (i.e. - your fig dir). Using the "Getting Started" section from fig's website: ## Make sure you have docker running # systemctl start docker.service $ mkdir ~/figtest # semanage fcontext -a -t docker_share_t '/home/username/figtest(/.*)?' # Set SELinux labels # restorecon -Rv /home/uesrname/figtest $ cd ~/figtest $ cat > app.py <<EOF from flask import Flask from redis import Redis import os app = Flask(__name__) redis = Redis(host="redis_1", port=6379) @app.route('/') def hello(): redis.incr('hits') return 'Hello World! I have been seen %s times.' % redis.get('hits') if __name__ == "__main__": app.run(host="0.0.0.0", debug=True) EOF $ cat > requirements.txt <<EOF flask redis EOF $ cat > Dockerfile <<EOF FROM python:2.7 ADD . /code WORKDIR /code RUN pip install -r requirements.txt EOF $ cat > fig.yml <<EOF web: build: . command: python app.py ports: - "5000:5000" volumes: - .:/code links: - redis redis: image: redis $ fig up ### Should be a lot of output here about pulling docker container, starting redis, etc.

maxamillion/epel7-kubernetes

NOTE: This page is now defunct, you can find continued work on epel7 kubernetes here. This copr will be for building and working on getting kubernetes along with all of it's dependencies built for epel7. End goal will be to have all of these in epel7 proper, but for now this is mostly a working space. Also related is the atomic-next copr which is effectively the Fedora/Atomic counterpart to his copr, as well as Project Atomic and the CentOS Atomic Host SIG Packaging work specific to Kubernetes packaging will be held in a Project Atomic GitHub repo found here. Packaging work specific to etcd packaging will be held in a Project Atomic GitHub repo found here.
  • EPEL 7 : x86_64

cicku/RPMFortress

This repo only contains packages missing in the Fedora official repo. Preliminary stage of the package being sent to the review queue. Use it at your own risk.