search for: klemens

Displaying 15 results from an estimated 15 matches for "klemens".

Did you mean: clemens
2012 Aug 19
2
[LLVMdev] Optimal settings for parsing and reparsing the translation unit in libclang
Hey everyone! I'm having trouble finding the optimal performance settings for parsing/reparsing the translation unit. At this moment I'm using CXTranslationUnit_None for both parsing and reparsing the translation unit, because it seems that as soon as I turn on default settings for parse/reparse (clang_defaultEditingTranslationUnitOptions and clang_defaultReparseOptions respectively) code
2012 Aug 20
1
[LLVMdev] Optimal settings for parsing and reparsing the translation unit in libclang
Nope, I parse the first time, and then reparse everytime something changes in my text buffer (because I syntax color based on what libclang gives me). And it worked fine (and fast) with clang_defaultEditingTranslationUnitOptions for clang_parseTranslationUnit and clang_defaultReparseOptions for clang_reparseTranslationUnit. Until I saw that clang_codeCompleteAt doesnt work with anything else than
2012 Aug 20
0
[LLVMdev] Optimal settings for parsing and reparsing the translation unit in libclang
On Aug 19, 2012, at 18:11, Klemen Forstneric <brucewayne97 at gmail.com> wrote: > Hey everyone! > > I'm having trouble finding the optimal performance settings for parsing/reparsing the translation unit. At this moment I'm using CXTranslationUnit_None for both parsing and reparsing the translation unit, because it seems that as soon as I turn on default settings for
2008 May 28
2
Gantt chart like graphics
...have tried it with image() which looks good, but I don't know how to produce an y-axis with labels product1, etc. and a x-axis with date labels. Further, I want to draw a scatterplot below (using layout()) with the same x-axis. Maybe someone has a better idea which is easier to label? Regards Klemens -- View this message in context: http://www.nabble.com/Gantt-chart-like-graphics-tp17518407p17518407.html Sent from the R help mailing list archive at Nabble.com.
2004 May 25
0
Description of profiles ?
...would equal positiv and negativ deviations. Is it better to use a correlation coefficient ? What is the best way, espacially when I want to find out profiles with the same behaviour / shape, which are just more or less shifted / just have a different mean value ? Thanks for your help in advance ! Klemens Dipl.-Geogr. Klemens Barfus Institute for Hydrology and Meteorology Technical University of Dresden Germany --
2007 Aug 13
1
Slovene characters in Views and in MySQL
Hi, am having troubles with Slovene characters in rails. If I set <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> I am not getting Slovene characters in Views (I mean RHTML). However everithyng is fine with data that comes from data base. if I set : <meta http-equiv="Content-type" content="text/html;
2007 May 12
5
[OT] Is data copyrightable?
Dear all, This is a little bit off-topic, but I was wondering if anyone has any informed opinion on whether data (ie. a dataset) is copyrightable? Hadley
2015 Nov 11
0
locked ldap users
Hello. I'm having a problem regarding locked users in ldap. We are using 389DS ldap server. We lock our users with nsAccountLock=true. If user successfully logs into dovecot, his credentials gets cached. When this user is locked its credentials still stay in cache. The problem I'm having is that our ldap server returns error code 53 ("Unwilling to perform - Account
2006 Jul 04
0
add plot to heatmap
...rect me to a way how I can add plots of covariates to a heatmap. I found heatmap_plus in the package Heatplus, which almost does the job but allows only one interval-scaled covariate to be plotted (is there a reason for this which I have overlooked?). any help would be much appreciated! thanks Klemens
2005 Aug 20
1
ISDN BRI voice one way only
hi PSTN <--> [Teles ISDN / Asterisk] <--> SIP client When call is made through ISDN, no matter if taken from PSTN or Asterisk side, person in PSTN side can hear perfectly but in Asterisk side I only hear a very scrambled or very low quality voice, words repeated several times. Same is with echo test (call taken from PSTN) Setup: * Teles 16.3 ISA ISDN card with hisax kernel module *
2008 Oct 02
6
Nightly yum update did an "upgrade"
...have to reboot anyway). Is that possible? Regards, Lutz Griesbach IT Administrator tel +49.40.325587.701 fax +49.40.325587.999 lutz.griesbach at coremedia.com CoreMedia Ludwig-Erhard-Str. 18 20459 Hamburg, Germany www.coremedia.com CoreMedia AG Executive Board: S?ren Stamer (CEO), Dr. Klemens Kleiminger (CFO) Supervisory Board: Prof. Dr. Florian Matthes (Chairman) Trade?Register: Amtsgericht Hamburg, HR B 76277 -------------------------------------------------------
2012 Aug 16
2
[LLVMdev] libclang parsing bug
Hey everyone, first of all I just wanted to say thanks :) I've been using libclang for building my own C/C++ IDE and its great. I have, however discovered a bug (which I already submitted on llvm bugzilla but I got the impression that no one reads that :)). If I try to use clang_parseTranslationUnit on this code below: int main() { return reinterpret_cast libclang crashes. This is the code
2009 Mar 17
7
Shorewall 4.3.7
Shorewall 4.3.7 is available for testing. ---------------------------------------------------------------------------- P R O B L E M S C O R R E C T E D I N 4 . 3 . 7 ---------------------------------------------------------------------------- 1) Klemens Rutz reported a problem that affects all Shorewall-perl 4.2 and 4.3 versions. The problem: a) Only occurs when there are more than one non-firewall zone. b) Results in the following interface options not being applied to forwarded traffic. blacklist dhcp...
2012 Aug 16
0
[LLVMdev] libclang parsing bug
The bug number is 13619. Oh, apparently it crashes if you substitute "reinterpret_cast" with "static_cast" or "dynamic_cast" as well. > > Hey everyone, > > > > first of all I just wanted to say thanks :) I've been using libclang for > building my own C/C++ IDE and its great. I have, however discovered a bug > (which I already submitted
2006 Dec 21
2
Rsync to spare disk
Hello I have an main disk (operating sistem) and an spare disk for backup. Is it possible with rsinc command to copy whole disk n1 to disk2? Like: #rsinc -av /dev/sd0 /dev/sd1 thanks -- View this message in context: http://www.nabble.com/Rsync-to-spare-disk-tf2865622.html#a8008100 Sent from the Samba - rsync mailing list archive at Nabble.com.