Re: [DNG] Studying C as told. (For help)

2016-07-05 Thread Edward Bartolo
Hi, further debugging (gdb) uncovered two little coding errors (bugs). The following is the corrected code. --- #include #include #include #include #define token_delta 50 typedef char* pchar; pchar* tokens; int token_count = 0; void tokenise(char* expression) { char ch;

Re: [DNG] OT: Algol w, 68, Pascal, Ada

2016-07-05 Thread Adam Borowski
On Tue, Jul 05, 2016 at 04:23:39PM -0400, Hendrik Boom wrote: > > So let's say these languages share a few typical features: instructions > > go across lines and they terminate with ';' (introduced by Algol60 I think), > > they use ':=' for the assignment instruction, they use the same words

Re: [DNG] OT: Algol w, 68, Pascal, Ada

2016-07-05 Thread Hendrik Boom
On Tue, Jul 05, 2016 at 10:44:47AM +0200, Didier Kryn wrote: > Le 04/07/2016 19:25, Hendrik Boom a écrit : > >On Mon, Jul 04, 2016 at 06:32:38AM +0200, Didier Kryn wrote: > >> Ada also. BTW, Ada is considered a descendant of Pascal, which is a > >>descendant of Algol68 :-) > >More a relative.

Re: [DNG] Azadi, or: the art of civil-isation

2016-07-05 Thread Didier Kryn
Le 05/07/2016 18:16, Steve Litt a écrit : sdexit. You just made me laugh and made my mood so much better today. My pleasure hahaha :-D ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Re: [DNG] systemd==bad

2016-07-05 Thread Steve Litt
On Tue, 5 Jul 2016 17:48:29 +0200 wrote: > Am Tue, 05 Jul 2016 10:21:29 + > schrieb dng-requ...@lists.dyne.org: > > > https://www.youtube.com/watch?v=zfKGXQnxIvE=PLV5TRjrpiwATav0Dlhd_GRjc2ZRuV26kR > > > > I didn't realize this: It's heart breaking :-( . > >

Re: [DNG] systemd==bad

2016-07-05 Thread emninger
Am Tue, 05 Jul 2016 10:21:29 + schrieb dng-requ...@lists.dyne.org: > On 20.02.2016 01:02, aitor_czr wrote: > > Hi all, > > > > Did you watch the following video? > > > > https://www.youtube.com/watch?v=zfKGXQnxIvE=PLV5TRjrpiwATav0Dlhd_GRjc2ZRuV26kR > > > > yeah, that incident of

Re: [DNG] Azadi, or: the art of civil-isation

2016-07-05 Thread emninger
Am Tue, 05 Jul 2016 10:21:29 + schrieb Didier Kryn : > I hope the reasons for Sdexit (Systemd Exit) are more educated > than the ones for the Brexit. Not defending the Leave or the Remain > here. One may approve one vote or the other while not the reasons > invoked by the

Re: [DNG] merging input/evdev devices

2016-07-05 Thread KatolaZ
On Tue, Jul 05, 2016 at 12:41:59PM +0200, Enrico Weigelt, metux IT consult wrote: > Hi folks, > > > does anyone have a quick idea how to merge several input devices > (eg. mice) into one ? I'd like to give my application just one > fixed device name, for all mouse-like devices (mice, touchpad,

Re: [DNG] OT: Algol w, 68, Pascal, Ada

2016-07-05 Thread Peter Olson
> On July 5, 2016 at 4:44 AM Didier Kryn wrote: [...] > > Ada resembled Pascal syntactically, but had very different semantics. > > For one thing, it was type-safe. Pascal wasn't. I'm not sure > > I'd really call it a descendant. > > > > > Cheers Hendrik. You know this

[DNG] merging input/evdev devices

2016-07-05 Thread Enrico Weigelt, metux IT consult
Hi folks, does anyone have a quick idea how to merge several input devices (eg. mice) into one ? I'd like to give my application just one fixed device name, for all mouse-like devices (mice, touchpad, etc). I could hack up some userland daemon, which reads them all separately and then feeds it

Re: [DNG] Azadi, or: the art of civil-isation

2016-07-05 Thread Enrico Weigelt, metux IT consult
On 05.07.2016 12:08, Didier Kryn wrote: > Le 05/07/2016 11:45, Enrico Weigelt, metux IT consult a écrit : >> the Britans did us a big favour by hitten the >> EUDSSR hard w/ brexit. > > I hope the reasons for Sdexit (Systemd Exit) are more educated than > the ones for the Brexit. Not defending

Re: [DNG] systemd==bad

2016-07-05 Thread Arnt Karlsen
On Tue, 5 Jul 2016 11:23:23 +0200, metux IT consult wrote in message <577b7c8b.2070...@gr13.net>: > On 20.02.2016 01:02, aitor_czr wrote: > > Hi all, > > > > Did you watch the following video? > > > > https://www.youtube.com/watch?v=zfKGXQnxIvE=PLV5TRjrpiwATav0Dlhd_GRjc2ZRuV26kR > > yeah,

Re: [DNG] Azadi, or: the art of civil-isation

2016-07-05 Thread Didier Kryn
Le 05/07/2016 11:45, Enrico Weigelt, metux IT consult a écrit : the Britans did us a big favour by hitten the EUDSSR hard w/ brexit. I hope the reasons for Sdexit (Systemd Exit) are more educated than the ones for the Brexit. Not defending the Leave or the Remain here. One may approve

Re: [DNG] systemd==bad

2016-07-05 Thread Enrico Weigelt, metux IT consult
On 05.07.2016 11:48, Enrico Weigelt, metux IT consult wrote: > On 20.02.2016 20:56, Edward Bartolo wrote: > >> I think systemd is aimed at desktop users assuming that most Linux >> users are also desktop users. It is also aiming at >> unifying/streamlining Linux base commands so that users from

Re: [DNG] systemd==bad

2016-07-05 Thread Enrico Weigelt, metux IT consult
On 20.02.2016 20:56, Edward Bartolo wrote: > I think systemd is aimed at desktop users assuming that most Linux > users are also desktop users. It is also aiming at > unifying/streamlining Linux base commands so that users from different > flavours of Linux (aka distributions) use the same

Re: [DNG] Azadi, or: the art of civil-isation

2016-07-05 Thread Enrico Weigelt, metux IT consult
On 20.02.2016 18:37, Florian Zieboll wrote: > This reminds me so much of this infamous west german thought- > terminating cliché to counter any kind of criticism towards the free > (as in "free software"?) market economy: s/free market/uncontrolled capitalism/g; there's no such thing as a "free

Re: [DNG] systemd==bad

2016-07-05 Thread Enrico Weigelt, metux IT consult
On 20.02.2016 01:02, aitor_czr wrote: > Hi all, > > Did you watch the following video? > > https://www.youtube.com/watch?v=zfKGXQnxIvE=PLV5TRjrpiwATav0Dlhd_GRjc2ZRuV26kR yeah, that incident of Lennart's hate speech is pretty well known (at least over here in Germany). actually, I already used

Re: [DNG] systemd is haunting me

2016-07-05 Thread Enrico Weigelt, metux IT consult
On 31.01.2016 17:17, Didier Kryn wrote: > Le 31/01/2016 02:18, Go Linux a écrit : >>I am just now upgrading Jessie and something wants to pull in >> libsystemd0. I have no idea what. > I made some trials. > > On Devuan Alpha2, libsystemd0 is required by (at least) policykit > and

Re: [DNG] OT: Algol w, 68, Pascal, Ada

2016-07-05 Thread Didier Kryn
Le 04/07/2016 19:25, Hendrik Boom a écrit : On Mon, Jul 04, 2016 at 06:32:38AM +0200, Didier Kryn wrote: Le 03/07/2016 23:17, Hendrik Boom a écrit : On Fri, Jun 24, 2016 at 01:36:14PM -0400, Peter Olson wrote: Can I download your compiler that fixes all my mistakes? I could really use such

[DNG] 2 pcmanfm questions

2016-07-05 Thread emninger
1) What will be the difference between `dbus-launch pcmanfm -d` and `pcmanfm -d` ? (I remember, there was an issue with thunar not mounting automatically usb devices, which could be solved using the dbus-launch command). 2) Is anyone aware of a way how to make pcmanfm use udevil? (I tried