Die Windows Linux Unix Entwickler Welt
Alles was ein Entwickler will...
Werkzeuge
| Programm | Beschreibung | Link | Lizenz | Anmerkung |
|---|---|---|---|---|
| 7zip | Kompressionsprogramm | http://www.7-zip.org/ | 7z.dll: GNU LGPL + unRAR restriction, all other files: GNU LGPL | |
| bzip2 | Kompressionsprogramm | http://www.bzip.org/ | BSD-style license |
Beim Ausführen des Makefiles kommt es zu Problemen, wenn OpenSSH für Windows installiert ist. Außerdem lassen sich die make Tests nicht starten (MinGW). Mit MSYS entstehen keine Probleme. |
| find (Linux) | Auffinden von Programmen | find -R ./foo | ||
| grep | Durchsuchen von Streams | grep "content" * |
||
| Make (GNU Make) | Automatisieren von Build Prozessen | siehe auch Maven, Ant, NMake | ||
| MinGW | Portierung der Linux / Unix Welt nach Windows insb. der Compiler | http://www.mingw.org | je Produkt | |
| MSYS | Portierung der Linux / Unix Welt nach Windows | http://www.mingw.org | je Produkt | IMHO das bessere Cygwin (FORK) und hier ist auch eine Bash enthalten |
| Wine | Portierung der Windows API nach Linux / Unix | http://www.winehq.org | LGPL 2.1 oder höher | |
| -- | Verzeichnis zahlreicher freier Werkzeuge. | http://directory.fsf.org/ | je Produkt | Hier findet man zwar nicht alles aber vieles |
Projekt Portale
| Portal | Link | Anmerkungen |
| Sourceforge | http://www.sourceforge.net | |
| Berlios | http://www.berlios.de | |
| Origo | http://www.origo.ethz.ch/ | |
| Googlecode | http://code.google.com/ | SVN |
| Savannah | http://savannah.nongnu.org/ | |
| Gnat | https://gna.org/ | |
| Launchpad | https://launchpad.net/ | |
| Codeplex | http://www.codeplex.com | SVN |
| Rubyforge | http://rubyforge.org | nur Ruby Projekte |
| Javaforge | http://www.javaforge.com | nur Java Projekte |
| Java.net | http://java.net | nur Java Projekte |
| Python Package Index | http://pypi.python.org/ | nur Python Projekte |

