xaizek / pms (License: GPLv3+) (since 2018-12-07)
Older version of Practical Music Search written in C++.
Commit 8c3cce3eaffb8a57ae7d1fb53ec5f6327f0591cf

Undo
Author: Kim Tore Jensen
Author date (UTC): 2010-05-13 09:09
Committer name: Kim Tore Jensen
Committer date (UTC): 2010-05-13 09:09
Parent(s): 757fcf1c56f51c66762f872c727ac570a0f0b4ec
Signing key:
Tree: 0792f6901daed1a7a38efb3436e280ffae4f9d1b
File Lines added Lines deleted
src/pms.h 4 0
File src/pms.h changed (mode: 100644) (index bf19458..65c5f0c)
59 59 #include "input.h" #include "input.h"
60 60 #include "mediator.h" #include "mediator.h"
61 61
62 #ifdef __FreeBSD__
63 #include <sys/wait.h>
64 #endif
65
62 66 using namespace std; using namespace std;
63 67
64 68 /* /*
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pms

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pms

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master