On 15 April 2010 07:04, finkler wrote:
> On 04/14/10 12:23, Claudio M. Alessi wrote:
>> On Sat, Apr 10, 2010 at 09:29:10PM +0200, pancake wrote:
>>> I wrote tac in 9base a week ago... I would really prefer 9base before other
>>> alternatives if we can choose. Most of them are valid replacements
>
On 04/14/10 12:23, Claudio M. Alessi wrote:
> On Sat, Apr 10, 2010 at 09:29:10PM +0200, pancake wrote:
>> I wrote tac in 9base a week ago... I would really prefer 9base before other
>> alternatives if we can choose. Most of them are valid replacements
> +1
>
> I would prefer plan 9 userland again
On Thu, Apr 15, 2010 at 02:57:59AM +0400, anonymous wrote:
> Also sometimes sic.c uses tok(&s) function instead of ctok(&s, ' ')
> even if RFC says there should be only one space character.
Fix: RFC says there should be only spaces, while tok accepts tabs,
newlines etc.
Here is a patch that use `
I have written the following function:
static char*
skip(char *s, char c) {
while(*s != c && *s != '\0')
s++;
if (*s != '\0')
*s++ = '\0';
return s;
}
Then I can rewrite `ctok` like this:
static char*
ctok(char **s, int c) {
char *p
On Wed, Apr 14, 2010 at 1:52 PM, markus schnalke wrote:
> Nonetheless I think it should be changed to 10q on the harmful
> website, because that's the correct replacement. But, I agree that
> it is only a detail, actually.
Part of the whole point is that the number before the q can be
whatever th
On Tue, Apr 13, 2010 at 09:24:43PM -0400, Andrew Antle wrote:
> On Tue, Apr 13, 2010 at 6:58 PM, Anselm R Garbe wrote:
> > Can you use hg tip dwm and redirect its output to some file and send
> > me the output, perhaps that gives us an idea what is going on in this
> > new xorg server.
>
> Hello
good evening
On Wed, Apr 14, 2010 at 08:47:40AM +0100, Anselm R Garbe wrote:
> On 14 April 2010 01:39, Benoit T wrote:
> > when was http://code.suckless/hg/dwm decommissioned in favor of
> > http://hg.suckless.org/dwm ?
>
> I wish we had the tld suckless ;)
ha, that would be a good one. who do
On Thu, Apr 8, 2010 at 1:45 PM, Uriel wrote:
> On Mon, Apr 5, 2010 at 12:32 AM, Paul Malherbe wrote:
>> Again I totally agree with Uriel, rather use a good scripting language like
>> python ;-)
>
> Uhu? It would be impossible to write something like werc in Python ,
> the unix command pipeline i
On 04/14/2010 10:06 AM, Jordi Marine wrote:
Or stop using it.
I can't. Scrolling without a mouse wheel is insane.
[2010-04-12 13:30] Szabolcs Nagy
> On 4/12/10, Uriel wrote:
> > What is your question?
>
> he just pointed out that 'sed 11q' incorrectly listed as an alternative
> to 'head' on cat-v (the correct alternative would be 'sed 10q')
Correct.
Thanks to all who replied. Now I understand, why one mig
Then I'm getting the .suck domain :P
On 4/14/10, Anselm R Garbe wrote:
> Hi Benoit,
>
> On 14 April 2010 01:39, Benoit T wrote:
>> when was http://code.suckless/hg/dwm decommissioned in favor of
>> http://hg.suckless.org/dwm ?
>
> I wish we had the tld suckless ;)
>
> But thanks for the hint, I
On Sat, Apr 10, 2010 at 09:29:10PM +0200, pancake wrote:
> I wrote tac in 9base a week ago... I would really prefer 9base before other
> alternatives if we can choose. Most of them are valid replacements
+1
I would prefer plan 9 userland againsts OpenBSD (where possible). After all
it's a suckles
> The only sentence I don't like in the wikipedia article is "JSON
> syntax is a subset of YAML version 1.2".
Don't believe that. It's a stupid sentence YAML fanatics use to say to
explain why YAML is much better than JSON. Just ignore that. It's
untrue anyway :
http://search.cpan.org/~mlehmann
Or stop using it.
On Wed, Apr 14, 2010 at 12:40 AM, hiro <23h...@googlemail.com> wrote:
> Or just learn to use your mouse? :P
>
> On 4/12/10, Suraj Kurapati wrote:
>> On Thu, Mar 25, 2010 at 5:07 AM, Jonas H. wrote:
>>> how can I disable resizing windows with the mouse in non-floating mode?
>>
>
Hi Benoit,
On 14 April 2010 01:39, Benoit T wrote:
> when was http://code.suckless/hg/dwm decommissioned in favor of
> http://hg.suckless.org/dwm ?
I wish we had the tld suckless ;)
But thanks for the hint, I re-instated the redirect.
Cheers,
Anselm
15 matches
Mail list logo