Showing 25 open source projects for "how patch"

View related business solutions
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • AlertBot: Website Monitoring of Uptime, Performance, and Errors Icon
    AlertBot: Website Monitoring of Uptime, Performance, and Errors

    For IT Professionals and network adminstrators looking for a web application monitoring solution

    AlertBot monitors your website's full functionality around the clock so you can focus your time on more important things.
  • 1
    LazyGit

    LazyGit

    Simple terminal UI for git commands

    You've heard it before, git is powerful, but what good is that power when everything is so damn hard to do? Interactive rebasing requires you to edit a goddamn TODO file in your editor? Are you kidding me? To stage part of a file you need to use a command-line program to step through each hunk and if a hunk can't be split down any further but contains code you don't want to stage, you have to edit an arcane patch file by hand? Are you KIDDING me?! Sometimes you get asked to stash your changes...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 2
    Branchless workflow for Git

    Branchless workflow for Git

    High-velocity, monorepo-scale workflow for Git

    git-branchless is a suite of tools that enhances Git in several ways. It makes Git easier to use, both for novices and for power users. Patch-stack workflows: strong support for "patch-stack" workflows as used by the Linux and Git projects, as well as at many large tech companies. (This is how Git was "meant" to be used.) Prototyping and experimenting workflows: strong support for prototyping and experimental work via "divergent" development. git sync: to rebase all local commit stacks...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Restish

    Restish

    Restish is a CLI for interacting with REST-ish HTTP APIs

    Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in, like always having the latest API resources, fields, and operations available when they go live on the API without needing to install or update anything. Check out how Restish compares to cURL & HTTPie.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Resty

    Resty

    Simple HTTP and REST client library for Go

    ... Certificates. Download/Save HTTP response directly into File, like curl -o flag. See SetOutputDirectory & SetOutput. Cookies for your request and CookieJar support. SRV Record based request instead of Host URL. Client settings like Timeout, RedirectPolicy, Proxy, TLSClientConfig, Transport, etc. Optionally allows GET request with payload, see SetAllowGetMethodPayload. Supports registering external JSON library into resty, see how to use. Exposes Response reader without reading response.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 5
    dotnet-libyear

    dotnet-libyear

    A simple measure of dependency freshness

    A simple measure of software dependency freshness. It is a single number telling you how up-to-date your dependencies are. Rails 5.0.0 (June 30, 2016) is roughly 1 libyear behind 5.1.2 (June 26, 2017). There are obviously more nuanced ways to calculate dependency freshness. The advantage of this approach is its simplicity. You will be able to explain this calculation to your colleagues in about 30s. If your system has two dependencies, the first one year old, the second three, then your system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    apk-mitm

    apk-mitm

    Application that automatically prepares Android APK files for HTTPS

    Inspecting a mobile app's HTTPS traffic using a proxy is probably the easiest way to figure out how it works. However, with the Network Security Configuration introduced in Android 7 and app developers trying to prevent MITM attacks using certificate pinning, getting an app to work with an HTTPS proxy has become quite tedious.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 7
    Perceptual Similarity Metric and Dataset

    Perceptual Similarity Metric and Dataset

    LPIPS metric. pip install lpips

    ... for image synthesis. But how perceptual are these so-called "perceptual losses"? What elements are critical for their success? To answer these questions, we introduce a new dataset of human perceptual similarity judgments. We systematically evaluate deep features across different architectures and tasks and compare them with classic metrics. We find that deep features outperform all previous metrics by large margins on our dataset.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    patch_hlp_21

    patch_hlp_21

    Fix Update context issues of Microsoft Help Viewer v2.x

    Fix some issues of Update help context of Microsoft Help Viewer v2.x in Visual Studio 2013 How to fix: error: "Unable to connect to http://services.mtps.microsoft.com/ServiceAPI/VisualStudio12/en-us"; solution by: https://blogs.msdn.microsoft.com/thehelpguy/2012/04/10/installing-content-from-downloaded-help-viewer-2-0-cabs The issue can be fixed manually. error: "An error occurred while updating content: File '???.cab' was not signed by Microsoft". solution by: https://bytepointer.com...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JV-1010 Editor

    JV-1010 Editor

    Patch lookup editor for Roland JV-1010

    This panel is a basic patch selector for the Roland JV-1010. This panel has limited editing capability. How to run this program. USING CTRLR Run this program from within the Ctrlr program itself. Download a copy of 5.3.201 for Windows/Linux or 5.3.198 for MacOS. and load this program into Ctrlr. This can be done from within a DAW too, by loading this panel into the VST version of Ctrlr, which will have been preinstalled into your VST folder. Go to :: File » Open Panel SEPARATE TO CTRLR...
    Downloads: 10 This Week
    Last Update:
    See Project
  • Component Content Management System for Software Documentation Icon
    Component Content Management System for Software Documentation

    Great tool for serious technical writers

    Paligo is an end-to-end Component Content Management System (CCMS) solution for technical documentation, policies and procedures, knowledge management, and more.
  • 10
    PU2CLR SI4735 Arduino Library

    PU2CLR SI4735 Arduino Library

    This document is aimed at the Arduino developers, radio experimenters

    This library uses the I²C communication protocol and implements most of the functions offered by Si47XX (BROADCAST AM / FM / SW / LW RADIO RECEIVER) IC family from Silicon Labs. This library also has primitive functions that make it easier for you to implement commands that may not have been implemented yet. See setProperty, getProperty sendCommand, getCommandResponse and getStatusResponse functions and also How to customize PU2CLR Arduino Library. It is worth noting, however, that this library...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    React Hot Loader

    React Hot Loader

    Tweak React components in real time

    React Hot Loader is a plugin that allows React components to be live reloaded without the loss of state. It works with Webpack and other bundlers that support both Hot Module Replacement (HMR) and Babel plugins. HMR allows us to replace modules in-place without restarting the server. Here’s how you can enable it for different bundlers. The easiest and fastest option to use React Hot Loader with Webpack is to use webpack-dev-server with --hot CLI option. If you’re only rendering on the client...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DDOSER

    DDOSER

    Machine that can DDOS servers

    .... [2 April Patch] New Features: - Better Color! Black and Yellow! - Select how much packets you want to send - File is 3.6kB Larger...
    Downloads: 175 This Week
    Last Update:
    See Project
  • 13
    Giada - Your Hardcore Loop Machine

    Giada - Your Hardcore Loop Machine

    Your Hardcore Loop Machine for Windows, Linux and OS X.

    Giada is a free, minimal, hardcore audio tool for DJs and live performers. How does it work? Just pick up your channel, fill it with samples or MIDI events and start the show by using this tiny piece of software as a loop machine, drum machine, sequencer, live sampler or yet as an effect (VST and VSTi) host. Giada aims to be a compact and portable virtual device for Linux, Mac OS X and Windows for production use and live sets. *** WARNING! This repository was intended to store old binaries...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PubData

    PubData

    PubData is a search engine for FTP servers of bioinformatics databases

    We propose a search engine and file retrieval system for all bioinformatics databases worldwide. PubData searches biomedical data in a user-friendly fashion similar to how PubMed searches biomedical literature. PubData is built on novel network programming, natural language processing, and artificial intelligence algorithms that can patch into the file transfer protocol servers of any user-specified bioinformatics database, query its contents, retrieve files for download, and adapt...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Lynis

    Lynis

    System/security auditing tool for hardening and securing Linux/Unix

    === Note: this project has been moved to GitHub === Lynis is a system and security auditing tool for Unix/Linux. It is used by security consultants, auditors and system administrators. This tool performs a security audit of the system and determines how well it is hardened. Any detected security issues will be provided in the form of a suggestion or warning at the end of the audit. Beside security related information it will also scan for general system information, installed packages...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    How to build/install gvim in linux for working with C/C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Battlefield Bad Company 2 MASE

    Battlefield Bad Company 2 MASE

    Battlefield bad company 2 Master server emulator + Server R34

    ..., IT IS PERFECTLY LEGAL TO USE THIS CODE! Credit goes to the original programmer of this code!(THE ZAPETH, and all other who made the dedicated server from scratch) For how to install this, and setup client check the tutorial under the "files" section here in sourceforge page!
    Leader badge
    Downloads: 57 This Week
    Last Update:
    See Project
  • 18

    Rhye's and Fall RAND Plus

    Rhye's and Fall RAND, with some tweaks and additions

    This is a modmod of the Civilization 4 mod Rhye's and Fall RAND, by Rhye. This project includes all the tweaks and fixes I have deemed adequate and possible to such mod, and hopefully will include even more in the future as I learn how to implement my ideas.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19

    IPCop 2.0.6 Url Filter

    Patch to integrate URL Filter in IPCop 2.0.6

    Patch by RotAn-CoMon (Antonello Rotolo) vice-administrator of the community IPCop Italia - http://forum.ipcop.pd.it - http://forum.ipcopitalia.com/ Web Site: http://www.antonellorotolo.it - http://antonellorotolo.altervista.org watch the video tutorial of "How to Install Patch"!! http://youtu.be/HvjisTiRHeU Read the README.txt first! http://sourceforge.net/projects/ipcop2urlfilter/files/ For any problem, contact me!! - antonello.rotolo@gmail.com or visit our community!! http...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20

    Q-Mail Max Recipients Patch

    The qmail-maxrcpth.patch patch allows you to set a limit on how many r

    The qmail-maxrcpth.patch patch allows you to set a limit on how many recipients are specified for any one email message. RFC 2821 section 4.5.3.1 says that an MTA MUST allow at least 100 recipients for each message, but MAY elect not to allow any more than that. I choose not to, since this is one of the favourite tricks of the spammer. To set the limit, create a /var/qmail/control/maxrcpt file which contains the maximum number of recipients you wish to allow. If you don't want any limit, you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    WhitewallManager

    Whitelist manager

    WhitewallManager is a whitelist manager. It aims to be a web based administration tool for administrators using a default-deny approach to the security of the network they are responsible for. Default-deny is a superior model for network security as compared to default-allow, which is how the security model of most local area networks is modeled. Default-deny disallows all but access granted to resources which you specifically allow. The advantage to this is that any new resources which turn...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BETA Xbox (360) Windows : 64x and 34x; Rage Lost World is a 3rd person/1st person/ 2nd person shooter games; idea coming off of gta and doom 3; Game Engines being use Extreme/Killer/Doom 3/GTA san andreas; This game takes place in the year of 12/20/12, you are just coming back from a biz trip till you meet death himself face to face; XNA 4.0/Direct x 9 c/ 10 / 11/ Java importers version 2.0, 3.0; C++/ A++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Patch to Linux kernel, which makes the virtual memory system use working set page replacement algorithm. It will also allow restriction of how much RAM a process can use and also a guarantee of a minumum of RAM that will never get swapped out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    How to set up a Linux system to use encryption in disk and network accesses. This document describes how you can use the International Kernel Patch and other packages to make harddisk contents and network traffic inaccessible to others by encryption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Cash

    A shell for linux written in C

    ... than free to email me, send in a patch, or fork it and show me how it's done. I'll just be glad to learn more, and get more features into Cash.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next