search for: wordy

Displaying 20 results from an estimated 101 matches for "wordy".

Did you mean: word
2006 Nov 28
11
New Rails Site: Wordie
My latest stupid web trick, built, with love, in Rails: http://wordie.org Make lists of words. See who else likes the same words. Basically, it''s a dating site. Built on thanksgiving while half-watching football and launched yesterday. In other words, half-baked, but I thought some of you might find it mildly amusing. John ____________________________ John McGrath Squirl: a site for
2006 Apr 01
2
List posting etiquette
Just a tag-on for the thread about list posting etiquette, etc., etc. The following is a link to an excellent (if wordy) how-to-do-it-right instruction manaual replete with links to other treatises on the topic. The entire text of this document is emailed to the mailing list on the 1st of each month. This is the Cadillac of etiquette manuals. http://www.linux-sxs.org/index2.html Enjoy, -- Collins Richey If yo...
2011 Jun 24
2
[LLVMdev] multiple return value assembler regression?
...te and deprecated syntax that is dropped in "llvm 3.0" (and thus on mainline right now). If you run that through llvm-as|llvm-dis from llvm 2.9, you'll see the preferred syntax. > > -Chris OK, I guess I missed the announcement that it was obsolete. The new mechanism is quite wordy when compared with the old. Sigh. Are there any other languages other than mine (http://code.google.com/p/esl/) which return multiple scalars that have LLVM frontends? bagel
2010 Feb 28
3
Slightly OT: Does anyone use latex2rtf with sweave output ?
Hello, I'm trying to use R (and Sweave) to pull some data out of a database and produce some standard reports. unfortunaltey, the people who want the reports want them in an editable format so they can add wordy bits to the automatically generate tables and graphs. My current plan is to use R to call a standard sweave document and pass variables to tell what data to pull out of the db, then use latex2rtf to turn the tex file into rtf. However I'm stuck with latex2rtf. It's chocking on some o...
2013 Sep 12
5
Setting up postfix under CentOS-6
...umentation for CentOS-6? I've been amazed how bad the postfix documentation is. It actually seems to be worse that sendmail documentation, which I thought established a record for this sort of thing. The official documentation at <http://www.postfix.org/documentation.html> is ludicrously wordy, with every conceivable option listed in random order. -- Timothy Murphy e-mail: gayleard /at/ eircom.net School of Mathematics, Trinity College, Dublin 2, Ireland
2003 Apr 04
2
2.2.1a / 2.2.2 bug is back in 2.2.8
Hello, Back when 2.2.2 was the current samba release I came across the following problem when deleting folders in Windows 2000 which I'll repost again below. After I finally got his attention with a few very wordy messages to the samba mailing list, Jeremy fixed it blazingly fast and wrote me back: "I just found the problem and fixed it in 2.2 CVS and HEAD CVS. It was to do with the requested share mode not being propagated into an open directory file struct, and thus the set of the "delete on clo...
2010 Feb 11
2
[LLVMdev] Metadata
On Thu, Feb 11, 2010 at 8:50 PM, David Greene <dag at cray.com> wrote: > > So I tried a bunch of things: > > %r8 = load <2 x double>* %r6, align 16, metadata !"nontemporal" > %r8 = load <2 x double>* %r6, align 16, metadata !nontemporal > %r8 = load <2 x double>* %r6, align 16, !{ metadata !"nontemporal" } > %r8 = load <2 x
2010 Feb 11
0
[LLVMdev] Metadata
...I give up!  What is the syntax for attaching metadata to instructions? > > Try > > > %r8 = load <2 x double>* %r6, align 16, !nontemporal !1 > !1 = metadata !{ i32 1, metadata !0, null, metadata !"foobar" } What does that mean? "foobar?" Seems awfully wordy to convey a single bit of information. -Dave
2011 Jun 24
0
[LLVMdev] multiple return value assembler regression?
...mainline right now). If you run that through llvm-as|llvm-dis from llvm 2.9, you'll see the preferred syntax. >> >> -Chris > > OK, I guess I missed the announcement that it was obsolete. It will eventually be in the llvm 3.0 release notes. > The new mechanism is quite wordy when compared with the old. Sigh. > > Are there any other languages other than mine (http://code.google.com/p/esl/) which return multiple scalars that have LLVM frontends? Most LLVM frontends don't generate LLVM IR as text files. They typically use the C or C++ APIs (or wrappers there...
2006 Jun 27
1
X-Windows on a virtual machine
...r would it be possible for me to install and use X-Windows on a domU installation with a modified kernel? Thanks very much in advance. James -- My blog: http://www.crazydrclaw.com/ My homepage: http://james.colannino.org/ "Blessed is the man, who having nothing to say, abstains from giving wordy evidence of the fact." --George Eliot _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Apr 17
9
[Bug 1307] client disconnects if ServerAlive enabled but not implemented
http://bugzilla.mindrot.org/show_bug.cgi?id=1307 Summary: client disconnects if ServerAlive enabled but not implemented Product: Portable OpenSSH Version: 4.3p2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at
2019 Jan 30
2
[FORGED] r-base is already the newest version (3.5.2-1bionic)
Rolf, Briefly as I don't have sufficient time to catch up on all these wordy emails... On 30 January 2019 at 15:18, Rolf Turner wrote: | On 1/30/19 2:03 PM, Dirk Eddelbuettel wrote: | > | Now *that* was a revealing suggestion! I did that and got: | > | | > | > Desired=Unknown/Install/Remove/Purge/Hold | > | > | Status=Not/Inst/Conf-files/Unpacked/halF-co...
2005 Oct 27
2
Problem with strings in Delphi Program
...ing" datatypes (8 bit ansi string), and not null terminated. The problem was showing itself e.g. at the login form of the program. The password I typed had 4 characters, but wine added some characters to the end of the 4 chars, which seemed to come from other strings in the form. To be more wordy: The form has 2 labels (user and pass) and 2 string fields: User: _____ Pass: _____ We added a writeln that printed out the typed password on the commandline, and saw that my password (which was "test") was printed as "testPass". The characters added at the end of the str...
2012 Jun 05
3
[LLVMdev] technical debt
...;> without bound. >> >> At this point lots of patterns should be developing where other tools (like >> tablegen) could be >> written to reduce the amount of code and make things more understandable. > I agree. We should macroize most of the passes so they aren't so wordy. > >> Reed >>
2012 Jun 04
0
[LLVMdev] technical debt
...; lines from growing > without bound. > > At this point lots of patterns should be developing where other tools (like > tablegen) could be > written to reduce the amount of code and make things more understandable. I agree. We should macroize most of the passes so they aren't so wordy. > > Reed >
2012 Jun 04
2
[LLVMdev] technical debt
On 06/04/2012 03:25 PM, Daniel Berlin wrote: > I'm pretty sure neither llvm nor clang have any technical debt at all. > > On Mon, Jun 4, 2012 at 5:18 PM, reed kotler<rkotler at mips.com> wrote: >> something to think about as llvm and clang grows. >> >> http://en.wikipedia.org/wiki/Technical_debt >> _______________________________________________ >>
2012 Jun 05
0
[LLVMdev] technical debt
...> At this point lots of patterns should be developing where other tools >>> (like >>> tablegen) could be >>> written to reduce the amount of code and make things more understandable. >> >> I agree. We should macroize most of the passes so they aren't so wordy. >> >>> Reed >>> >
2016 Apr 05
2
[Xen-devel] [PATCH v4 4/6] xen: add xen_pin_vcpu() to support calling functions on a dedicated pcpu
...; + "seems not to be available. Please check your Xen cpu configuration.\n", > + cpu); > + break; > + case 0: > + break; > + default: > + WARN(1, "rc %d while trying to pin vcpu\n", ret); > + disable_pinning = true; > + } These messages are a bit wordy for my taste and since they don't say what function failed or what driver is affected they're not as useful as they could be. I'd probably turn these all into: if (cpu >= 0 && ret < 0) { pr_warn("Failed to pin VCPU %d to physical CPU %d: %d", smp_p...
2016 Apr 05
2
[Xen-devel] [PATCH v4 4/6] xen: add xen_pin_vcpu() to support calling functions on a dedicated pcpu
...; + "seems not to be available. Please check your Xen cpu configuration.\n", > + cpu); > + break; > + case 0: > + break; > + default: > + WARN(1, "rc %d while trying to pin vcpu\n", ret); > + disable_pinning = true; > + } These messages are a bit wordy for my taste and since they don't say what function failed or what driver is affected they're not as useful as they could be. I'd probably turn these all into: if (cpu >= 0 && ret < 0) { pr_warn("Failed to pin VCPU %d to physical CPU %d: %d", smp_p...
2011 Aug 12
2
Finding an average time spent
Hello R help! I am extremely new to R (as in 3 just days) and I've been using it to do some pretty basic things. I am frustratingly stuck on one point, and am so so so close to figuring it out, but just far enough away to ask for some (perhaps embarrassingly easy) help. I have a dataset, visitors, that has a variable called Time.Spent. Time.Spent consists of times in the format hh:mm:ss ,