search for: embellish

Displaying 20 results from an estimated 59 matches for "embellish".

2004 Jun 17
1
[LLVMdev] Small dyn_cast embellishment
It appears that LLVM has quite a number of dyn_casts (which I find quite natural) The suggested idiom: if (ConstantExpr* ce = dyn_cast<ConstantExpr>(*j)) { } is fine, and IIRC even used in TC++PL, but it occured to me that we can do even better: if (dyn_caster<ConstantExpr> ce = *j) { } where dyn_caster is defined like this: template<class T> class
2009 Nov 05
2
new help pages in R 2.10.0
Dear R-users, I've just installed the last version of R (2.10.0) in Windows and found a completely new version of the help pages. Basically, they now appear as a simple (even if slightly embellished) text file. I tried to install it with a customized startup and realized that the old CHM files (the default for Windows up to 2.9.2) are not included anymore as a possible choice. I don't know if this is due to some mistake I've done, but otherwise would be a major drawback of the new...
2001 Sep 13
0
ps/eps/Word
Thanks to all who offered advice on how to solve a loss of resolution problem involving ps from R, ps -> eps from Acrobat, and Word. It appears that this problem will need to be resolved inside R. If I try to add anything additional (more text, clipart embellishments) to a ps/eps file (using, say, Adobe Acrobat, PaintShop Pro, Powerpoint, or Adobe Illustrator), it gets placed as a separate layer in the finished file. When Adobe exports the file to .eps format it *silently* merges the layers which ends up muddying the rectangles, ellipses, and text fro...
2016 Jul 19
2
Openssh use enumeration
Hi, sorry I don't know if I send this to the correct channel. I have notice that OpenSSH has recognized the presence of the user enumeration as a vulnerability, http://seclists.org/fulldisclosure/2016/Jul/51 (CVE-2016-6210). I want to make an appreciation, this is a old vulnerability already announced three years ago.
2006 May 04
2
Is there a way to version the contents of a table as a set?
I am looking at using acts_as_versioned to manage revisions of data in several tables in my application. However, the default behavior of acts_as_versioned appears to apply to individual rows within a table. The tables I want to version are complicated lookup tables and what I really want is to version the entire contents of each table as a single set. Adding a row, deleting a row, or updating
2008 Jun 07
1
Software raid tutorial and hardware raid questions.
...time. First I need to copy stuff from what will become the second side of the mirror to filesystem on the first side or the mirror Then I will be ready to follow the rest of the tutorial and build and attach the second side of the mirror. Wish I could remember where I saw that tutorial. Want to embellish the example and stripe each side of the mirror. Understanding a mirrored pair of stripes, seems easier than understanding a striped pair of mirrors. But this seems like a place where counterintuitive results are not a big surprise. I can do mirroring and striping in lvm, mdadm, or a hardware ra...
2001 Sep 06
2
overlay plots
Hi all! I new to R (I don't know anything about S+ either!) I've a simple question: How do I generate overlay plots in R? So far as I can see the plot(x, y) operator will only give me one graph and the plot(x ~ y + z) will give me 2 separate plots. Is there an easy way to overlay or am I missing the obvious? Any help welcome. Gerard Keogh The information in this email, and any
2016 Jul 21
2
Openssh use enumeration
...oke a DOS > > condition in the access to the ssh server. > > We have been discussing this a bit, and what we have just added is a > simple hard limit on the allowed size of a password string at 1k, > above which the password is immediately refused. There's other > possible embellishments (eg, add a possibly variable delay) but we > haven't decided on any yet. > > Thanks. > > -- > Darren Tucker (dtucker at zip.com.au) > GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new) > Good judgement comes with experience. Unfortunatel...
2004 Feb 27
3
[LLVMdev] ObjectFiles.html
...etween the various files. Some more "rules of thumb" about how to link against LLVM would be good too. Could someone please add this file to the LLVM docs directory so I can submit patches against it? I'll continue to work on this as my understanding improves. HOWEVER, feel free to embellish. This isn't a document I need to _write_, its a document I need to _read_! Thanks, Reid. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040227/dc3f12be/attachment.html> -------------- next part --...
2018 May 29
2
Q: Samba4 AD DC & small office file sharing
...e common winbindd codebase (just self-starting it as a forked child for samba). Anyway, as I say, it was set down just to give folks pause for thought, not as a total prescription. Samba remains free software and folks will use it as they want. I hope this clarifies things and you are welcome to embellish the wiki with the above. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Catalyst IT http://catalyst.net.nz/services/samba
2006 Mar 15
4
New RadRails tutorial using AWDWR book
...with graphics) everything I have been doing since, in the form of an illustrated tutorial of going through the Demo and the Depot apps from the AWDWR <http://www.pragmaticprogrammer.com/titles/rails/index.html>book, but with two extensions. The first, given my CMMI and RUP background, was to embellish a few of the tutorial sections (and parts of the resulting wiki) with rather a lot to say about ***Object Oriented Process<http://wiki.awebfactory.com.ar/awebfactory/published/ObjectOrientedProcess> *, which I believe is joined at the hip to Rails, given that it is a patterns oriented (MVC, a...
2006 Apr 24
1
Handling large dataset & dataframe [Broadcast]
Here's a skeletal example. Embellish as needed: p <- 5 n <- 300 set.seed(1) dat <- cbind(rnorm(n), matrix(runif(n * p), n, p)) write.table(dat, file="c:/temp/big.txt", row=FALSE, col=FALSE) xtx <- matrix(0, p + 1, p + 1) xty <- numeric(p + 1) f <- file("c:/temp/big.txt", open="r") fo...
2017 Apr 04
3
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
...order to accept the patch, would be target-specific. The documented motivating example seems to assume that a single nop is always big enough, which is pretty questionable. > > This feature could be made potentially interesting to e.g. JIT authors by allowing the patching information to be embellished with additional information to identify the source branch. I completely agree that for this example we rather want a proper intrinsic. As a matter of fact we have similar mechanism in CodeGen already to support the XRay feature. - Matthias -------------- next part -------------- An HTML attach...
2012 Jan 28
1
need gui matrix editor: does R Core team have advice on how?
...is not a waste of time. I've been searching R archives and here's what I found so far. 1. tcl/tk Building on R tcltk2, for people that have the Tcl addon widget TkTable installed, there are several packages. in tcltk2 itself, there is a function tk2edit, and there are others that try to embellish. I've tried several of these, they seem to be not-quite done yet, one can't copy a rectangle, for example. But maybe I could learn how to fix them up and make yet another tktable based editor. Problem: requires user to have enough understanding to install the Tcl widget TkTable. And, for...
2023 Feb 20
1
Using 'dummy.ups' for a real application, not just testing...
> Do you think there could be some merit in either embellishing dummy-ups or deriving a new driver from it that is sanctioned as a 'file-based' interface for NUT? I'd say one problem would be relative inefficiency and overheads: you have one process talking to the device to extract data, save it into a file, another process to regularly fopen()...
2010 Mar 10
1
pie EPS BB
...ble to exactly enclose the pie chart in the BoundingBox automatically, but the documentation (in ?pie and in ?postscript) seems to contain nothing that would give me a clue for achieving this. By way of background: I want to include the EPS file in a document where I would use graphics commands to embellish the pie-chart with my own annotations. For this I need to be able to calculate the cordinates of points on the chart relative to its centre; whereas the software will be using the BoundingBox to locate the imported graphic. So I have to be able to work out the coordinates of the pie-chart relative...
2006 Feb 04
2
srt --- slope text with function?
...=srt.at.5); to do this, I first need to compute the function slope around x[5], which is an easy task. alas, the harder task is that I need to scale this by the plot aspect ratio and the axes. How can a function read this from the current plot? (Has someone written such a function, perhaps more embellished, to save me the debugging effort?) Or, is there an alternative to srt, which slopes the text relative to the existing scale? *** come to think of it, what I would really like is the ability of text to 'snake' itself along the line itself. I doubt that this is easily possible, but I j...
2013 Jun 01
10
How about add a method to truncate a long text more smart?
...your domain model (such as Account, Product, Person, Post, etc.) and encapsulates the business logic that is specific to your application. In Rails, database-backed model classes are derived from ActiveRecord::Base. Active Record allows you to present the data from database rows as objects and embellish these data objects with business logic methods. Although most Rails models are backed by a database, models can also be ordinary Ruby classes, or Ruby classes that implement a set of interfaces as provided by the Active Model module. You can read more about Active Record in its README. to The...
2006 Nov 04
0
Rails talk to gmane
...ane are showing up, but not the other way round. Thanks. -- Surendra Singhi http://ssinghi.kreeti.com, http://www.kreeti.com Read my blog at: http://cuttingtheredtape.blogspot.com/ ,---- | "O thou my friend! The prosperity of Crime is like unto the lightning, | whose traitorous brilliancies embellish the atmosphere but for an | instant, in order to hurl into death''s very depths the luckless one | they have dazzled." -- Marquis de Sade `----
2006 Jun 28
2
Ajax - Upload File Upload
hello, i have a problem. I want to upload a file with ajax and the following tag: submit_to_remote ''button_save'',''Speichern'',{ :url => {:action => ''ajax_update'', :id => @product}, :update => ''formular'' } it doesn''t work, my form_tag looks like: form_remote_tag(:url => {:action =>