Displaying 5 results from an estimated 5 matches for "dimon".
Did you mean:
simon
2003 Nov 13
2
What could be on udp:48152
...e strange things happened as my printer all of sudden started to
print stuff when nobody prints... luckily (or unluckily) it ran out of ink so
I can't tell what's printed. Checked programs running, ports opened and found
one unidentified:
udp4 0 0 *.49152 *.*
dimon@gateway ~ > sockstat | grep 49152
bind named 270 4 udp4 *:49152 *:*
Now', is there any reason for bind to use this port?
Googling for that subject didn't bring any results other than usualy this port
is first available for dynamic ports. Which doesn't ma...
2012 Nov 28
0
[LLVMdev] Fwd: clang code-completion question
---------- Forwarded message ----------
From: Dmitry Frank <dimon.frank at gmail.com>
Date: 2012/11/28
Subject: Re: [LLVMdev] clang code-completion question
To: Nick Lewycky <nicholas at mxc.ca>
Cc: "cfe-dev at cs.uiuc.edu Developers" <cfe-dev at cs.uiuc.edu>
Hello, Nick!
Thank you for your reply.
Regarding to pointers to functions: l...
2011 Dec 06
2
[Bug 43562] New: GT215: Freeze on X startup
...Product: xorg
Version: 7.7 (2011)
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: dimon at gmx.net
QAContact: xorg-team at lists.x.org
Created attachment 54166
--> https://bugs.freedesktop.org/attachment.cgi?id=54166
dmesg 3.0.0-13-generic and 3.2.0-030200rc4-generic
The system freezes on X starup.
The kernel log reveals a gpu lockup.
Removing vt.handoff (as suggested...
2012 Nov 23
2
[LLVMdev] clang code-completion question
Dear developers,
First of all, thank you for your job on clang, now I use clang as
autocompletion tool with my Vim, and it seems to work awesome. But I have
some questions:
1) Is it possible to make clang to complete pointers to functions as a
functions? I mean, I want to get function prototype, with returning value
type and all the parameters.
2) Is it possible to make completion work inside
2012 Nov 30
0
[LLVMdev] clang and libclang: one more code-completion missing feature
Hello.
I guess I found one more missing feature in clang/libclang code-completion,
it relates to functions with defaulted arguments.
In the clang docs for clang API Documentation <http://goo.gl/UYOmL> there
is one example:
void f(int x, float y = 3.14, double z = 2.71828);
The code-completion string for this function would contain:
- a TypedText chunk for "f".
- a