|
1. Inn Town 2. Excuse Me While I Break My Own Heart Tonight 3. Yesterday’s News 4. 16 Days 5. Everything I Do 6. Houses on the Hill 7. Turn Around 8. Dancing with the Women at the Bar 9. Waiting to Derail 10. Avenues 11. Losering 12. Somebody Remembers the Rose 13. Not Home Anymore |
Author: configedit
2736 (h*me)
2733 (addr*ss)
| Protocol | TLD | Server | Subdomain | Path | Filename | Parameters |
|---|---|---|---|---|---|---|
| https | de | serverproject | www | /t7/ | index.php | ?id=5 |
2721 (s*me IT)
| item | URL | no |
|---|---|---|
| media engineering produktionsgesellschaft fuer digitale informationssysteme | http://www.engineering.de/firmen/bielefeld_media_engineering_gmbh__co_kg.htm | one |
| INCH3 | http://www.inch3.de/ | two |
| meisdata | https://www.serverproject.de/ | three |
| google-dot-to | https://www.google.to/ | five |
| archive.org | https://archive.org/ | four | HDNet | https://www.hdnet.de/ | x |
| this | https://configedit.wordpress.com/ | 0 |
—-
see, my mind’ s equipped with filters, but they don’t seem to work within…
2717 (d*st)
| item | no |
|---|---|
| ajz | 6 |
| kamp | 4 |
| forum | 2 |
| zak | 1 |
| zk | 3 |
| pc | 7 |
| bitches brew | 5 |
—-
if you start to doubt yourself the real world will eat you alive
2711 (l*ve)
| item | status | sex/gender |
|---|---|---|
| svenja | ^ | f |
| daniel | ^ | m |
| anna | ^ | f |
| kim | home | f |
| martina | + | f |
| gerd | ^ | m |
| konstantin | ^ | m |
| david | ° | m |
| petra | ^ | f |
—-
and you think you’ re happy better than the rest…
still you’ re a prisoner like everybody else…
2707 (f*mily)
| item | * | + | no |
|---|---|---|---|
| reinhard | 1939-07-29 | alive | 5 |
| irmgard | 1938-02-22 | alive | 4 |
| matthias | 1968-11-01 | alive | 3 |
| thorsten | 1970-12-23 | alive | 2 |
| antje | 1970-12-23 | 1995-11-21 | 1 |
—-
you show me a later and I show you a lie
2704 (BASIC GET in c)
The following c-program reads a single keystroke without enter. Output is the key and its ascii-value. The keys are read in a loop that is interrupted by the #-sign. Note that this is not trivial.
#include <stdio.h>
#include <termios.h>
#include <string.h>
int kbhit(void);
int kbhit(void) {
struct termios term, oterm;
int fd = 0;
int c = 0;
tcgetattr(fd, &oterm);
memcpy(&term, &oterm, sizeof(term));
term.c_lflag = term.c_lflag & (!ICANON);
term.c_cc[VMIN] = 0;
term.c_cc[VTIME] = 1;
tcsetattr(fd, TCSANOW, &term);
c = getchar();
tcsetattr(fd, TCSANOW, &oterm);
if (c != -1)
ungetc(c, stdin);
return ((c != -1) ? 1 : 0);
}
int getch();
int getch()
{
static int ch = -1, fd = 0;
struct termios neu, alt;
fd = fileno(stdin);
tcgetattr(fd, &alt);
neu = alt;
neu.c_lflag &= ~(ICANON|ECHO);
tcsetattr(fd, TCSANOW, &neu);
ch = getchar();
tcsetattr(fd, TCSANOW, &alt);
return ch;
}
int rechne(char v);
int rechne(char v) {
int vback;
vback = v;
return vback;
}
int main() {
char c;
int interr;
interr = 1;
do {
do {
c = getch();
if (c == '#') {
interr = 0;
break;
}
int wert;
wert = rechne(c);
printf("char '%c' key '%d'\n", c, wert);
}
while(kbhit());
}
while(interr);
printf("programmende\n");
return 0;
}
2701 (the machine, your best friend)
| item | success |
|---|---|
| jdk | 1 |
| samba | 1 |
| opera | 1 |
| jcurses | 0 |
| mariadbconnector | 1 |
| libreoffice | 1 |
| phpmyadmin | 1 |
| bashrc | 1 |
| apache | 1 |
| gftp | 1 |
2698 (weekend)
| item | association | score |
|---|---|---|
| bbq | yummy | 8 |
| beer | many | 4 |
| music | little | 4 |
| machine | deb 9.0 | 9 |
| friends | none | 0 |
| agodi | no | 10 |
| women | 0 (l) | 0 |
| lecture | yes | 6 |
| smoke | black van nelle | 1 |


