search for: beautify

Displaying 20 results from an estimated 41 matches for "beautify".

2008 Sep 13
3
Beautify R scripts in microsoft word
I am generating a report containing several R scripts in the appendix. Is there any way to "beautify" the R source codes in microsoft word, similar to what we see in tinn-R ? Thanks _________________________________________________________________ [[alternative HTML version deleted]]
2008 Apr 10
2
Beautifying axis tick labels
Hi, For example, the y axis shows "0 500000 1500000". Is there any way to beautify the tick labels to get 0 5 10 15, and at the top of y-axis "x10^5" (superscript 5) ? My plots all have different ylim, how to perform the beautification automatically ? Thanks Stanley [[alternative HTML version deleted]]
2006 Feb 14
3
Ruby equivalent to PHP Beautify?
...in Rails for my senior seminar class. I am fairly new to Rails but I have done a major project, so I know a little. The one thing I cannot find however is a way to make the html code that is output look any cleaner. So, I was wondering if there was a function/library/extension that worked like PHP beautify. Thanks for your input in this matter. I am sure I will be asking lots of questions as my project gets even deeper, so I apologize if you get to know me too well ;-) Thanks again and have a great day! Oh, and to anyone who cares, happy Valentine''s Day! -- Topher Fangio fangiotophia@gmail...
2011 May 31
0
[LLVMdev] X86Subtarget.h could be beautified
Hi! when reading X86Subtarget.h the methods seem a bit disordered, therefore I would propose to sort them new: -getTargetTriple() -cpu features (e.g. hasSSE1()) -os types (e.g. isTargetDarwin()) -object types (e.g. isTargetELF()) -callconv related functions (e.g. isTargetWin64(), consider renaming to isCallConvWin64(), getStackAlignment()) -pic functions perhaps my problem of generating elf
2006 Feb 15
5
Formating @content_for_layout
...a message earlier, so forgive me if you have already read this (I got some cryptic message in German about how my e-mail was not read?). Anyway, I was just wondering if there was any way to format the html that is output using <%= @content_for_layout %> I want to use something like the PHP Beautify. I guess I could write my own, but I was hoping that Rails already had something built in. Thanks to all. Have a great day. -- Topher Fangio fangiotophia@gmail.com http://www.fangiotophia.com Website Specialist Fangiotophia Designs (325) 660-7141
2006 Mar 14
2
bwplot and outlier symbols
Hi, I was just trying to figure out how to beautify the output of my bwplot-output. Altogether I figured most of the things out on my own. The one thing which puzzles me though are the symbols for the outliers. I can easily change the form of the median symbol by using "pch" but I don't know how to do this for outliers. Obviously the...
2008 Nov 03
1
stub! and null_object
...would return a null object that didn''t care what we did to it. However, possibly due to my own ignorance, I''m having to do something a lot more ugly, like this: @user.stub!(:record_action).and_return(mock(''blah'',:null_object => true)) Can anyone beautify this a bit more? cheers, Matt
2007 Aug 08
1
dovecot.conf an <TAB> chars
Hi, I just wanted to "beautify" my dovecot configuration file and as one of the first comments suggests whitespaces and <TAB> should be completly ignored but that doesn't seem to be the case, e.g.: postmaster_address<TAB>= some at address.de results in an configuration error as the postmaster_address is no...
2006 Feb 15
1
need a R-code formatter?
...cause it allows me to send several selected lines to R-console and execute them... In some sense, this is my line-by-line debugger. But it doesn't have a code formatter, I have to layout the indention myself -- when there are many { } blocks with different layers, this editor does not help me beautify the code... I am looking for some editor with better debugging support and with a R-code formatter? Thanks a lot! Michael. [[alternative HTML version deleted]]
2006 Apr 26
2
Retrieving :id without passing it
Ok, I have read most of Agile Web Dev... so I had a question about beautifying URLs using routes.rb. I''m trying to architect a content management system in which a user can create template pages. This way, when a user creates a template page nested within, it displays it as though it''s displaying a folder structure, much like a directory tree (using a...
2005 Sep 21
2
controlling usage of digits & scientific notation in R plots; postscript margins
...having trouble answering some questions that they have. We are all working on R 2.1 on Fedora Core Linux 4 systems. 1. In the plot, the axis is not labeled by "numbers", but rather scientific notation like "-2e+08" or such. We realize that means -200,000,000. We want to beautify the plot. We would rather just print out the whole, big number. But if we can't have that, we would like something more beautiful and mathematical, such as 8 -2.0x10 Once the numbers are big, R automagically switches to scientific notation, and turning the val...
2011 Aug 02
1
update.default: fall back on model.frame in case that the data frame is not in the parent environment
...else call } -------------->8-------------- This is just a quick dirty hack which works fine here (with an ugly drawback that in the standard output of lm I now see the lengthy explicit data.frame statement) but I'm sure there are some cracks out there who could take it over from here and beautify this idea. I don't see any problems with this proposition regarding old code, but if I'm wrong and there are some reasons not to touch update.default in the way I was proposing please let me know. Any other feedback is highly appreciated too. Thanks for sharing your thoughts with me. KR,...
2003 Jan 03
3
known bugs/issues/gotchas
Hi sambafolks, I see a number of topics cropping up here repeatedly over the last few weeks: * Files > 4GB not supported This is confirmed and solved in 2.2.7a, but not in the current incarnation of smbfs (which is not part of samba, I know, but will get discussed here as a related topic) * desktop.ini weirdness in profiles I've seen this mentioned a few times with no sign of a
2013 Mar 01
5
[LLVMdev] dragon egg + llvm for fortran to c translation
hi! I would like to know if it is feasible to use the dragon egg gcc plugin to automatically convert fortran code to c. Having found that it is possible to output llvm byte code back to c (at least something like this gave me this impression/hope: llc -march=c -o test.c) I am hoping to use dragon egg to generate the byte code from fortran 90 which than output to c. Does this seem feasible at
2012 Aug 14
0
[LLVMdev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
...cific proposal. Is > your metadata documented anywhere? It is now a quick "brute force hack", that's why I got interested in your proposal. We just wanted to communicate the OpenCL work item information further down in the compiler as easily as possible and didn't have time to beautify it. Now all instructions of the "chained" OpenCL kernel instances (work items) are annotated with their work item ID, their "parallel region ID" (from which region between barriers the instruction originates from) and a sequence ID. So, lots of metadata bloat. These annotation...
2009 Jun 05
15
Rails Code Indentation
Hi All, Rails code must be readable, formatted and well indented. I wanted to do indent code in my previous projects. Is there any built in rails plugin/gem that can help me to indent my existing code. Any ideas will be really appreciated ! NOTE: Please don''t suggest editor plugins. Thanks & Regards, Sandip R~ -- Ruby on Rails Developer http://sandip.sosblog.com
2007 Oct 25
0
adjust labels in plot:terminal_panel {party}
Hi List, I am unsuccessfully trying to beautify barplot outputs from ctree. For example I would like to rotate x-axis lables and resize/change font/type. mtree <- ctree(ME ~ ., data = mammoexp) plot(mtree,terminal_panel=node_barplot(mtree,col="black",fill=NULL, beside=TRUE, ylines=NULL, widths=1,gap=NULL, reverse=FALSE,id=...
1998 Jun 03
0
Case sensitivity and NT clients
...ut when I type DAVID.DAT at the CDB filename prompt it works fine. Having said that it all works fine (sometimes) from Windows Explorer - if I double click on David.dat it opens it OK, but if I try and rename it, it says that it can't find the file!! The question is, can this filename "beautifying" (for want of a better word) be turned off in NT? Or, is there another work-around that I can't see? BTW smb.conf settings are: preserve case = yes short preserve case = yes default case = upper case sensitive = yes mangled case = yes TIA Andre Cerri Kaiser Permanente...
2010 Nov 14
0
What is "R NEWS format"?
Dear list, I've found a few references 'R NEWS format' (see below), but nowhere a description of what this format *is*. Looking at examples on CRAN didn't help, either: as far as I saw conventions were all over the place. 5 example NEWS files (packages admittedly chosen for spread rather than similarity) Base: http://cran.r-project.org/src/base/NEWS Vegan:
2010 Jun 29
0
Rails Magazine issue #6, 2010
A new edition of Rails Magazine is now available, both in print and as a free pdf (36 pages, 2.8 MB) at http://railsmagazine.com/issues/6. In this number: - "Beautifying Your Markup With Haml and Sass" by Ethan Gunderson - "Scaling Rails" by Gonçalo Silva - "Interview with Sarah Allen" by Rupak Ganguly - "Data Extraction with Hpricot" by Jonas Alves - "Deployment with Capistrano" by Omar Meeky - "Fake Data - The...