Simple Project List Software Map

51 projects in result set
Última Atualização: 2014-05-07 22:30

libsigrok

libsigrok is a shared C library that provides basic hardware access drivers for logic analyzers, oscilloscopes, MSOs, multimeters, dataloggers, and more. It also provides input/output file format support.

(Machine Translation)
Última Atualização: 2013-12-10 12:24

git-info-bar

git-info-bar is a ksh, bash, gitbash, and Git shell plugin that endeavors to provide a fast and pronounced view of various git attributes when you are under the umbrella of a git repository. Its main feature, the 'info bar' (information bar), displays the following information: current branch (in 'red' if on master); current cksum (in 'red' if there are uncommitted changes, and an 'uncommitted changes' message in the message area); and stash count in the message area if you have stashes. It includes an install script and removal scripts. It is currently only tested in Bash, GitBash and ksh93. It was previously named 'bash-git', but the name has been transitioned to 'git-info-bar', as a long-term goal is cross-shell compatibility using a Perl back-end.

(Machine Translation)
Última Atualização: 2013-06-04 21:51

documentr

documentr is a Web-based tool for editing and presenting software documentation. It allows you to easily maintain documentation for multiple products and product branches. Edits can easily be copied between branches, with merge conflicts being handled gracefully. It uses Markdown as its markup language, along with some extensions, and has a role-based permission system.

(Machine Translation)
Última Atualização: 2012-01-03 13:13

gitolite

gitolite is an access control layer on top of git. It allows you to setup git hosting on a central server, and have multiple "virtual" users (i.e., not "Unix" users) access multiple git repositories, with fine grained access control (read control at the repo level granularity, write control at branch/tag/file/dir level). It has several other features, comprehensive documentation, does not require root permissions, and does not depend on anything except git, Perl 5.8 or later, and any POSIX shell.

Última Atualização: 2011-08-31 16:13

codetube

codetube is software for building a version control Web site. It is meant to be used in a decentralized manner. It is federated, allowing you to share stuff with other instances of codetube. An instance of codetube can be easily maintained by an average hacker.

(Machine Translation)
Última Atualização: 2009-11-08 20:05

Github-Fork-Parent

Github-Fork-Parent is a Perl module to determine which repository stands in a root of a GitHub forking hierarchy.

(Machine Translation)
Sistema Operacional: OS Independent
Linguagem de Programação: Perl, Perl, Perl
Tópico: Freecode.com, Git
Última Atualização: 2011-02-07 08:04

Git::Repository

Git::Repository is a Perl interface to Git, allowing scripted
interactions with one or more repositories. It's a low-level interface, allowing the programmer to call any Git command, either porcelain or plumbing, including bidirectional commands such as git commit-tree.

(Machine Translation)

git-core

git core, the distributed source control system

Destinado Audiência: Developers
Linguagem de Programação: C
Tópico: Git
Interface de Usuário: Command-line
Register Date: 2008-12-12 08:38
Última Atualização: 2010-09-12 10:02

Git-Daemon SELinux Policy

Git-Daemon SELinux Policy is a SELinux targeted policy module which extends kernel mandatory access control policies to the standalone git-daemon server. The module has been compiled and tested on Red Hat Enterprise Linux 5 and CentOS 5.

(Machine Translation)
Última Atualização: 2009-03-27 07:57

bzr-git

The bzr-git (Bazaar-Git) plugin provides support for accessing local Git repositories and pulling from remote Git repositories. It does not add any new commands; instead it allows regular Bazaar commands to be used.

Última Atualização: 2014-04-22 13:57

TurnKey Revision Control Appliance

TurnKey Revision Control Appliance is an integrated revision control server combining the best open source version control systems: Subversion, Git, Bazaar, and Mercurial. A Web interface is included for each system, making it easy to browse through the code base, compare revisions, and manage repositories for multiple projects. No configuration is required and security patches are automatically installed. A Web management interface, configuration console, and AJAX Web shell are provided. To minimize footprint the appliance is built from the ground up with the minimum required components. It runs everywhere thanks to multiple build formats, including an installable live CD, a VMDK with OVF support, and an Amazon EC2 AMI.

(Machine Translation)
Última Atualização: 2013-08-31 23:41

Deluxeloginfo

Deluxeloginfo is a tool that generates periodic emails with commit logs and full diff/patches. Such emails, when sent to mailing lists, are very useful for code review purposes. It is highly flexible, has many configuration options, and supports Subversion, git, and hg.

(Machine Translation)
Última Atualização: 2013-06-04 07:09

LibGit2Sharp

LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.

(Machine Translation)
Linguagem Natural: English
Sistema Operacional: Linux
Linguagem de Programação: C#
Tópico: Library, Freecode.com, Git
Última Atualização: 2009-10-28 23:07

Git#

Git# is a C# implementation of the Git version control system for the .NET platform. It is meant to be fully compatible to the original Git implementation in C for Linux. It can be used as a stand-alone command line application (potentially replacing msysGit on Windows) or as a library for applications such as GUI frontends or plugins for IDEs.

Linguagem de Programação: C#
Interface de Usuário: .NET/Mono
Última Atualização: 2013-12-13 14:06

GitZone

GitZone is a Git-based zone file management tool for Bind. Users can update their zones in a Git repository. During a push, the zone files are checked, updated, and reloaded from Git receive hooks. It also implements a dynamic DNS service that can be updated via SSH.

(Machine Translation)