search for: klemen

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

Did you mean: kleen
2012 Aug 19
2
[LLVMdev] Optimal settings for parsing and reparsing the translation unit in libclang
...de completion stops giving me the right results. Sure I could keep using CXTranslationUnit_None but as soon as I include additional headers to my source file, the whole thing becomes too slow. Is this a bug or is this how It's supposed to work? Please give me some guidance. Thanks in advance, Klemen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120820/50e9d6d0/attachment.html>
2012 Aug 20
1
[LLVMdev] Optimal settings for parsing and reparsing the translation unit in libclang
...arseTranslationUnit and clang_defaultReparseOptions for clang_reparseTranslationUnit. Until I saw that clang_codeCompleteAt doesnt work with anything else than CXTranslationUnit_None. On Mon, Aug 20, 2012 at 2:01 AM, don hinton <don.hinton at gmx.com> wrote: > 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 re...
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, bec...
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
...erything works (in RHTM and from database). However, in MySQL string fields are working, while text field is not working. I am getting exceptions, if I am trying to save Slovene text to text field. How to set Slovene, (Czech, Slovak, Croat etc.) characters under Rails, MySql and UTF-8? Regards, Klemen -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
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
...ovecot reacts to error code 53 as it should? Maybe our ldap server should return different error code - like 49/533 (Account_disabled)? How would dovecot react to error code 49? Currenty we solve this problem by taking list of locked users and clear cache every minute. thank you and best regards, Klemen Andreuzzi Arnes
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.