All Projects → uliwitness → UKDiffView

uliwitness / UKDiffView

Licence: other
A view that takes an original file and a text-form diff and displays it in a graphical form, and can selectively apply the modifications it contains.

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to UKDiffView

hb-config
hb-config: easy to configure your python project especially Deep Learning experiments
Stars: ✭ 21 (-22.22%)
Mutual labels:  experiment
yii2-wizflow
The wizard UI pattern implemented using yii2-workflow
Stars: ✭ 14 (-48.15%)
Mutual labels:  experiment
pixelRestorer
Using statistics to restore pixel art images.
Stars: ✭ 23 (-14.81%)
Mutual labels:  experiment
abba
A/B Testing framework
Stars: ✭ 16 (-40.74%)
Mutual labels:  experiment
TypeEdge
TypeEdge is a strongly-typed development experience for Azure IoT Edge.
Stars: ✭ 15 (-44.44%)
Mutual labels:  experiment
mcSIM
Code for running a multicolor structured illumination microscopy (SIM) experiment using a DLP6500 digital micromirror device (DMD) and performing SIM reconstruction.
Stars: ✭ 19 (-29.63%)
Mutual labels:  experiment
Trixi
Manage your machine learning experiments with trixi - modular, reproducible, high fashion. An experiment infrastructure optimized for PyTorch, but flexible enough to work for your framework and your tastes.
Stars: ✭ 211 (+681.48%)
Mutual labels:  experiment
reverb
Straightforward (sound/multipurpose) reverberator
Stars: ✭ 23 (-14.81%)
Mutual labels:  experiment
console-web-ui
Examples to show case how to build web based UI (that can be invoked using curl) for console applications using Javascript(NodeJS)
Stars: ✭ 28 (+3.7%)
Mutual labels:  experiment
Pulp-Fiction-ARKit
An experiment using Volume to reconstruct Pulp Fiction's dance scene in Augmented Reality
Stars: ✭ 46 (+70.37%)
Mutual labels:  experiment
dango-tribute
👀
Stars: ✭ 20 (-25.93%)
Mutual labels:  experiment
caracara
GEUT LABS. An experimental Dat based collaborative editor.
Stars: ✭ 33 (+22.22%)
Mutual labels:  experiment
ab-react-hook
🧪A/B-Testing React Hook
Stars: ✭ 19 (-29.63%)
Mutual labels:  experiment
iter8
Kubernetes release optimizer
Stars: ✭ 217 (+703.7%)
Mutual labels:  experiment
hyperConsole
Experiment with JS libraries with your browser's console
Stars: ✭ 18 (-33.33%)
Mutual labels:  experiment
nodegame-server
nodeGame server for the browser and node.js
Stars: ✭ 17 (-37.04%)
Mutual labels:  experiment
VariantRetriever
VariantRetriever is a minimalist package for feature flagging
Stars: ✭ 23 (-14.81%)
Mutual labels:  experiment
reactor
🚀 Native Actors for Reason and OCaml
Stars: ✭ 70 (+159.26%)
Mutual labels:  experiment
AlphaEx
A Python Toolkit for Managing a Large Number of Experiments
Stars: ✭ 27 (+0%)
Mutual labels:  experiment
labml
🔎 Monitor deep learning model training and hardware usage from your mobile phone 📱
Stars: ✭ 1,213 (+4392.59%)
Mutual labels:  experiment
UKDIFFVIEW
-----------

A simple NSView subclass that takes an original file and a text-form diff and displays it in a graphical form, and can selectively apply the modifications it contains.

This currently handles regular diffs, like:

6c6
< foo
---
> bar

and diffs in unified diff format, like:

--- /path/to/file1.txt	2004-01-03 00:12:34.000000000 +0100
+++ /path/to/file2.txt	2008-08-02 12:34:56.000000000 +0200
@@ -3,7 +3,7 @@
context
context
context
- foo
+ bar
context
context


IMPORTANT
---------

This project uses the UliKit. You *must* check out UliKit into a folder next to the UKDiffView folder to have this project compile.


LICENSE
-------

Copyright 2008 M. Uli Kusterer.

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:

   1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.

   2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.

   3. This notice may not be removed or altered from any source distribution.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].