search for: lj

Displaying 20 results from an estimated 443 matches for "lj".

Did you mean: jl
2010 Jul 28
6
FXTextField.connect(SEL_CHANGED)
When I do an assignment to the text in a FXTextField, SEL_CHANGED is not raised. The text is changed on the screen. How do I detect that the text has been changed and/or ... how do I raise SEL_CHANGED? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20100728/e0d169e5/attachment.html>
2003 Dec 09
2
voip-info.org DNS seems broken
...179.16.23#53 Aliases: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33642 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 2 ;; QUESTION SECTION: ;voip-info.org. IN ANY ;; ANSWER SECTION: voip-info.org. 86318 IN NS ns2.lj.net. voip-info.org. 86318 IN NS ns1.lj.net. ;; AUTHORITY SECTION: voip-info.org. 86318 IN NS ns2.lj.net. voip-info.org. 86318 IN NS ns1.lj.net. ;; ADDITIONAL SECTION: ns2.lj.net. 3518 IN A 64.65.89.226 ns1.lj...
2005 Mar 25
4
Gmail invitation
...il.google.com). I have been using it now for a while and is really nice. Don't forget 1 GB for free. I will invite those who respond to this mail by FIFO. -- Lep pozdrav / With regards, Gregor Gorjanc ------------------------------------------------------------------------ University of Ljubljana Biotechnical Faculty URI: http://www.bfro.uni-lj.si/MR/ggorjan Zootechnical Department email: gregor.gorjanc <at> bfro.uni-lj.si Groblje 3 tel: +386 (0)1 72 17 861 SI-1230 Domzale fax: +386 (0)1 72 17 888 Slovenia
2010 Aug 04
16
Moving On
Cross-posted to the blog (at http://lylejohnson.name/blog/2010/08/04/moving-on/): When Jamis Buck wrote last year about ceasing development on Capistrano, his post really struck a chord with me. If this post reminds you of that one, it''s because I re-read it before sitting down to compose this one. It was the next best thing to having Jamis on hand to give me a pep talk before I had to
2018 Apr 25
2
Help on understanding assume shape array processing and array descriptors in LLVM IR
..., I am trying to understand how assume shaped arrays are received and processed in LLVM IR. I am using "flang" for my front end. There seems to be an array descriptor received as implicit argument for every assume shaped array. For my test routine: ---snip-- SUBROUTINE test(a,b,Li,Lj,Istr,Iend,Jstr,Jend) INTEGER, INTENT(IN) :: Li,Lj INTEGER, INTENT(IN) :: Istr, Iend, Jstr,Jend INTEGER :: i, j REAL*8, INTENT(INOUT) :: a(Li:,Lj:) REAL*8, INTENT(IN) :: b(Li:,Lj:) --snip-- I got the below LLVM IR, the parameters received. --snip-- ; Function Attrs:...
2005 Feb 22
6
Run Sweave and LaTeX directly from command line
Hello! Those of you, who use Sweave a lot, will probably find my shell script usable. You can get it at: http://www.bfro.uni-lj.si/MR/ggorjan/programs/shell/Sweave.sh No warranty, however don't hesitate to contact me if you find an error or have a patch! -- Lep pozdrav / With regards, Gregor GORJANC --------------------------------------------------------------- University of Ljubljana Biotechnical Faculty...
2012 Aug 28
2
CUPS driver for an HP LJ M602?
We just got two of these HP LJ M602 "enterprise" printers in, and I'm trying to work out what driver/ppd. The model's not listed in the current - does anyone know what might work for it? I really don't want to have to install hplips on 140 or 150 systems.... mark
2018 Apr 25
0
Help on understanding assume shape array processing and array descriptors in LLVM IR
..., I am trying to understand how assume shaped arrays are received and processed in LLVM IR. I am using "flang" for my front end. There seems to be an array descriptor received as implicit argument for every assume shaped array. For my test routine: ---snip-- SUBROUTINE test(a,b,Li,Lj,Istr,Iend,Jstr,Jend) INTEGER, INTENT(IN) :: Li,Lj INTEGER, INTENT(IN) :: Istr, Iend, Jstr,Jend INTEGER :: i, j REAL*8, INTENT(INOUT) :: a(Li:,Lj:) REAL*8, INTENT(IN) :: b(Li:,Lj:) --snip-- I got the below LLVM IR, the parameters received. --snip-- ; Function Attrs:...
2006 Jul 02
4
Test for argument in ...
...i.e. something like foo1 <- function(x, ...) { if(testForArgumentInThreeDots(arg1)) arg1 <- "some value" foo2(x, arg1=arg1, ...) } Thanks! -- Lep pozdrav / With regards, Gregor Gorjanc ---------------------------------------------------------------------- University of Ljubljana PhD student Biotechnical Faculty Zootechnical Department URI: http://www.bfro.uni-lj.si/MR/ggorjan Groblje 3 mail: gregor.gorjanc <at> bfro.uni-lj.si SI-1230 Domzale tel: +386 (0)1 72 17 861 Slovenia, Europe fax: +386 (0)1 72 17 888 --...
2005 Feb 23
4
Sweave and \input or \include LaTeX commands
...on't have such a report available at the moment. I thought of that when I was writting shell script for Sweave from command line and I have solved that part there. -- Lep pozdrav / With regards, Gregor GORJANC --------------------------------------------------------------- University of Ljubljana Biotechnical Faculty URI: http://www.bfro.uni-lj.si Zootechnical Department email: gregor.gorjanc <at> bfro.uni-lj.si Groblje 3 tel: +386 (0)1 72 17 861 SI-1230 Domzale fax: +386 (0)1 72 17 888 Slovenia
2005 Mar 27
3
F90
...nd I had no problem. However, what is the strategy if one has a whole program i.e. main program + subroutines and wants to call it from R? Thanks in advance! -- Lep pozdrav / With regards, Gregor Gorjanc ------------------------------------------------------------------------ University of Ljubljana Biotechnical Faculty URI: http://www.bfro.uni-lj.si/MR/ggorjan Zootechnical Department email: gregor.gorjanc <at> bfro.uni-lj.si Groblje 3 tel: +386 (0)1 72 17 861 SI-1230 Domzale fax: +386 (0)1 72 17 888 Slovenia
2005 Mar 27
3
F90
...nd I had no problem. However, what is the strategy if one has a whole program i.e. main program + subroutines and wants to call it from R? Thanks in advance! -- Lep pozdrav / With regards, Gregor Gorjanc ------------------------------------------------------------------------ University of Ljubljana Biotechnical Faculty URI: http://www.bfro.uni-lj.si/MR/ggorjan Zootechnical Department email: gregor.gorjanc <at> bfro.uni-lj.si Groblje 3 tel: +386 (0)1 72 17 861 SI-1230 Domzale fax: +386 (0)1 72 17 888 Slovenia
2010 Sep 26
0
[LLVMdev] LLVM Exception Handling
...rent in thatĀ regardĀ as to say '%x = call @eh.exception ...'. Since you > don't specify the type in that type of assignment, I chose not to here > either. I see, you're saving a call to @llvm.eh.exception in the IR. But is that really necessary? I mean, if you're using sj/lj you can always optimize them away if not using, but on dwarf exceptions that is really a bonus. Several invokes can unwind to a single landing pad, so it makes more sense to put the call on the landing pad, because it is there that the exception structure is going to be used. Nevertheless, the doc...
2004 Jan 08
0
setting printing preference in 3.0.1 for 'HP LJ 4/4M plus'
Hi Jerry et al, I'm using the 3.0.1 release on Solaris 9 in security mode ADS. It works fine in general. But there are some problems with printer drivers. For ex the HP LJ 4/4M plus driver can not be set to 'A4' from 'letter' in the printing preferences. I use 'rundll32 printui.dll,PrintUIEntry /p /t3 /n\\...' to get to the dialogue, so I'm pretty sure I try to write on the server, the connections also looks good (printer admin rights). I...
2004 Nov 12
4
How to get mode (the most frequent value in distribution)?
...s with multiple modes, but still I think that there should be a mode function in R. Please send mail to R-help list and me, so I can get response faster. Thank you! -- Lep pozdrav / With regards, Gregor GORJANC --------------------------------------------------------------- University of Ljubljana Biotechnical Faculty URI: http://www.bfro.uni-lj.si Zootechnical Department mail: gregor.gorjanc <at> bfro.uni-lj.si Groblje 3 tel: +386 (0)1 72 17 861 SI-1230 Domzale fax: +386 (0)1 72 41 005 Slovenia
2009 Feb 17
3
[LLVMdev] sjlj-exceptions handlying
...cellent! To handle dwarf eh, LLVM has an intrinsic to get hold of > an exception object (eh.exception) and an intrinsic for matching the > exception against a list of typeinfo objects (eh.selector). These > get morphed into calls to the gcc unwinder lib by the code generator. > Can sj/lj follow a similar scheme? Don't see why not, though, these aren't sufficient.
2004 Dec 31
4
R-intro
...y, f, fa) suggestion objects(); rm(x, y, f, fa, oldpar) It might also be usefull to use # for comments, since it is easier to copy&paste to R terminal from manual. -- Lep pozdrav / With regards, Gregor GORJANC --------------------------------------------------------------- University of Ljubljana Biotechnical Faculty URI: http://www.bfro.uni-lj.si Zootechnical Department email: gregor.gorjanc <at> bfro.uni-lj.si Groblje 3 tel: +386 (0)1 72 17 861 SI-1230 Domzale fax: +386 (0)1 72 17 888 Slovenia
2005 Apr 24
4
Upgrading R
...t like to hear what are your habits. I suppose Debian packages of "base R" are updated accordingly to R patches, aren't they? Thanks in advance! -- Lep pozdrav / With regards, Gregor Gorjanc ------------------------------------------------------------------------ University of Ljubljana Biotechnical Faculty URI: http://www.bfro.uni-lj.si/MR/ggorjan Zootechnical Department email: gregor.gorjanc <at> bfro.uni-lj.si Groblje 3 tel: +386 (0)1 72 17 861 SI-1230 Domzale fax: +386 (0)1 72 17 888 Slovenia
2005 Apr 24
4
Upgrading R
...t like to hear what are your habits. I suppose Debian packages of "base R" are updated accordingly to R patches, aren't they? Thanks in advance! -- Lep pozdrav / With regards, Gregor Gorjanc ------------------------------------------------------------------------ University of Ljubljana Biotechnical Faculty URI: http://www.bfro.uni-lj.si/MR/ggorjan Zootechnical Department email: gregor.gorjanc <at> bfro.uni-lj.si Groblje 3 tel: +386 (0)1 72 17 861 SI-1230 Domzale fax: +386 (0)1 72 17 888 Slovenia
2005 May 08
2
Extract just some fields from XML
......) { print(x) } xmlEventParse(URL, isURL = TRUE, handlers=list(PubDate=PubDate), addContext = FALSE) Thanks in advance! Lep pozdrav / With regards, Gregor Gorjanc ---------------------------------------------------------------------- University of Ljubljana Biotechnical Faculty URI: http://www.bfro.uni-lj.si/MR/ggorjan Zootechnical Department mail: gregor.gorjanc <at> bfro.uni-lj.si Groblje 3 tel: +386 (0)1 72 17 861 SI-1230 Domzale fax: +386 (0)1 72 17 888 Slovenia, Europe ------------------------...