search for: printout

Displaying 20 results from an estimated 864 matches for "printout".

Did you mean: printouts
2024 Mar 26
2
Printout and saved results
How can I have both printout and saved results at the same time. The subroutine first return "out" and the printout gets printed, but not saved. I then run the "invisible" line. Results got saved and accessible but no printout. How can I have both printout and also have the results saved? Thank you!...
2011 May 08
2
Device context (get_dc) Question from printing.rb in wxRuby samples
...Below is a method within printing.rb. I have added comments marked by #--. My question is about get_dc. The device context is obviously created and the code works as presented. It also works as documented below. Why does just get_dc satisfy the linkage? When does one use the Wx:: or the Wx::PrintOut format? How does one decide to use just the short form? Where could I have found this answer? <Code> def on_print_page(page) dc = get_dc #-- don;''t understand where get_dc comes from #--Wx::get_dc works...
2024 Mar 26
1
Printout and saved results
...ession that you want to save the value, you can wrap the assignment in parentheses, making it an expression: > (retained.interesting.result <- function.with.interesting.result(......)) On Tue, 26 Mar 2024 at 15:03, Steven Yen <styen at ntu.edu.tw> wrote: > > How can I have both printout and saved results at the same time. > > The subroutine first return "out" and the printout gets printed, but not > saved. > > I then run the "invisible" line. Results got saved and accessible but no > printout. > > How can I have both printout and also ha...
2009 Oct 13
2
gee: suppress printout
...Cgee S-function, @(#) geeformula.q 4.13 98/01/27 user's initial regression estimate [,1] [1,] -4.5278335 [2,] -0.2737999 [3,] -0.9528306 [4,] 0.9393861 [5,] -0.6618903 Unfortunately, i run thousands of these and the output gets extremely lengthy. Is there any way to suppress this printout in R? Thank you, Josh _________________________________________________________________ Hotmail: Powerful Free email with security by Microsoft. [[alternative HTML version deleted]]
2024 Mar 26
1
Printout and saved results
...gt; save the value, > you can wrap the assignment in parentheses, making it an expression: > >> (retained.interesting.result <- function.with.interesting.result(......)) > > On Tue, 26 Mar 2024 at 15:03, Steven Yen <styen at ntu.edu.tw> wrote: >> How can I have both printout and saved results at the same time. >> >> The subroutine first return "out" and the printout gets printed, but not >> saved. >> >> I then run the "invisible" line. Results got saved and accessible but no >> printout. >> >> How can...
2007 Dec 04
2
Problem with a global variable
From: Thomas Jones I have several user-defined functions. As is standard practice, I am defining a logical vector named idebug in order to control debugging printouts. For example, if idebug [1] has the value TRUE, such-and-such debugging printouts are enabled. After the function works, some or all of the debugging printouts can be inhibited. idebug is a global variable; otherwise, it would have to be moved around with function arguments in a way which is c...
2024 Mar 26
1
Printout and saved results
...that 5 has been marked as invisible (f()) # command interpreter prints 5 Leaving it up to the calling code to decide whether to print gives you the option of calling your analysis function possibly thousands of times and figuring out some slick way to summarize all those runs without thousands of printouts that you are not going to wade through anyway and would only slow the computer down (printing really does slow the computer down!) On March 25, 2024 9:00:49 PM PDT, Steven Yen <styen at ntu.edu.tw> wrote: >I just like the subroutine to spit out results (Mean, Std.dev, etc.) and also be...
2024 Mar 26
1
Printout and saved results
...time, you can call your function and let the REPL display it (or not) and yet save the value. -----Original Message----- From: R-help <r-help-bounces at r-project.org> On Behalf Of Jeff Newmiller via R-help Sent: Tuesday, March 26, 2024 1:03 AM To: r-help at r-project.org Subject: Re: [R] Printout and saved results Your desire is not unusual among novices... but it is really not a good idea for your function to be making those decisions. Look at how R does things: The lm function prints nothing... it returns an object containing the result of a linear regression. If you happen to call it d...
2007 Jul 19
0
[1122] trunk/wxruby2/swig/classes/PrintPreview.i: Mark the PrintOuts associated with a Preview to prevent premature
...ch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[1122] trunk/wxruby2/swig/classes/PrintPreview.i: Mark the PrintOuts associated with a Preview to prevent premature</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1122</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-07-19 18:31...
2009 Jun 14
1
[LLVMdev] A question about printout the SeletionDAG
commend "llvm-dis" can print out the LLVM IR but is there any way to printout the SelectionDAG? like: add (x , add (y,z)) Thank you for your assistance, Kao Chang _________________________________________________________________ 用部落格分享照片、影音、趣味小工具和最愛清單,盡情秀出你自己 — Windows Live Spaces http://home.spaces.live.com/?showUnauth=1&lc=1028 -------------- next part --------------...
2008 Jun 30
0
[ wxruby-Feature Requests-20905 ] Add MapXXX methods to Wx::Printout
...You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=20905&group_id=35 Category: Missing method(s) in class Group: None Status: Open Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: Add MapXXX methods to Wx::Printout Initial Comment: These are convenience methods added in 2.8 that help with scaling DC elements for printout and preview ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=20905&gr...
2010 Feb 06
1
How to suppress vector indexes in printout
...rnorm(10) > x 0.5804216 -1.1537118 -0.3222235 0.7117290 -1.0918811 0.3992606 -0.1800837 0.4168152 -0.2077298 -0.2595467 > 1 1 > Is there any option to do this? Thanks for your attention. -- View this message in context: http://n4.nabble.com/How-to-suppress-vector-indexes-in-printout-tp1471295p1471295.html Sent from the R help mailing list archive at Nabble.com.
2007 Mar 20
1
centos raid 1 question
Hi, im having this on my screen and dmesg im not sure if this is an error message. btw im using centos 4.4 with 2 x 200GB PATA drives. md: md0: sync done. RAID1 conf printout: --- wd:2 rd:2 disk 0, wo:0, o:1, dev:hda2 disk 1, wo:0, o:1, dev:hdc2 md: delaying resync of md5 until md3 has finished resync (they share one or more physical units) md: syncing RAID array md5 md: minimum _guaranteed_ reconstruction speed: 1000 KB/sec/disc. md: using maximum available idle IO...
2009 Jan 07
1
Parse-Error creates strange function calls (completely different printouts) (PR#13436)
...our was completely different! Instead of just printing one line more to the output, the complete call of the function in which this line was added, is different, and instead of one such call, the function seems to be called more than once! I just added a line, which prints some data, but then the printouts were completely different than expected; and when commenting the new stuff out, the OK-behaviour came back. Here a diff of the code: ===================================== oliver at siouxsie:~/R-BUG$ diff ok.R buggy.R 64c64 < res.txt <- paste(# "\n\n Anzahl der Messungen:", sa...
2007 Nov 28
2
smbclient printout
Hello, Sorry, I guess my first post wasn't allowed - perhaps because I had HTML embedded in it? Question: Is there a way that I can have the output of smbclient be redirected to a file and have it updated every time someone opens / closes a file in the share? The only idea that I have thus far is to write a script that would output this data to a log file, and have the script
2011 Jun 26
2
how to extract data from a function printout - example provided
Hi there, Does anyone know how to extract data from a function that prints out two or more summaries? In the function below (the whole code is provided) we get 5 different tables of data. I would like to split each of these tables in a separate file (while the function itself shouldn't be changed), so that further analysis on each data set could be carried out. Your help is deeply
2009 Nov 11
1
Suppressing final spaces in data.frame printouts
When printing data.frames, R aligns columns by padding with spaces. For example, print(data.frame(x=c('a','bb','ccc')),right=FALSE) ? x 1 a? |------------------ vertical bar shows end of line 2 bb |------------------ vertical bar shows end of line 3 ccc|------------------ vertical bar shows end of line Is there some way to suppress the padding for the final column? I
2011 Nov 25
1
Custom printouts in reports
Hi All, I''ve started with Puppet recently. So maybe it is a simple problem, but could not find out up to now the solution. I just want to print out the debug/log message in client report. The only way I found is to use notify for this purpose like: class repo { notify {"The log message":} } In client report I see this: info: Applying configuration version
2014 Feb 16
0
[PATCH] drm/nouveau/bios: fix INDEX_ADDRESS_LATCHED trace printout
Having a \n in the middle of a format string means that the next line doesn't get the prefixes unlike every other line printed by the trace. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- drivers/gpu/drm/nouveau/core/subdev/bios/init.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/core/subdev/bios/init.c
2007 Nov 14
4
Interdependency between RSpec files
I run my suite of tests, one test fails. I run that one test file, no tests fail. Something is carrying over between files and I can''t figure out what. I tracked down the problem to the very line it''s occurring on, with printouts before and after every call to make sure I know exactly what is being reached. In this spec I have 0 fixtures/mocks/stubs. The objects in this file do not live anywhere outside of the file. This is a model spec and I''m using all real objects to test it. In the "before"...