search for: ize

Displaying 20 results from an estimated 137 matches for "ize".

Did you mean: size
2011 Mar 17
1
can't boot isohybrid-ized image on CG2100
I have a isohybrid-ized image (isohybrid.pl from syslinux-4.03, no options passed) which works on several other systems, but can't boot a Kontron CG2100 from stick (same image boots fine from a portable CD-ROM drive though). The BIOS shows its initial splash, accesses the stick, then the system reboots - no erro...
2013 Oct 16
1
[Bug 10211] New: Log lines sent to files should not human-readable-ize numbers, ever
https://bugzilla.samba.org/show_bug.cgi?id=10211 Summary: Log lines sent to files should not human-readable-ize numbers, ever Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: klausm...
2008 Jul 22
1
standard-izing extended markdown
...ndoc which does LaTeX/ConTeXt/... Sincerely, Gour -- Gour | Zagreb, Croatia | GPG key: C6E7162D ---------------------------------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20080722/bbec3922/attachment.pgp>
2005 Sep 16
1
De-data.fram-ize?
Dear useRs, Is there any more elegant way to convert dataframe to a vector of all its values than as.vector(as.matrix(x)) ? I did not have to do such conversion yet, so I am not sure... (of course as.vector() alone does not work). Regards, -- Lukasz Komsta Department of Medicinal Chemistry Medical University of Lublin Jaczewskiego 4, 20-090 Lublin, Poland Fax +48 81 7425165
2009 Apr 03
1
"factorise" variables in a data.frame
Dear list, I often need to convert several variables from numeric or integer into factors (before plotting, for instance), as in the following example, d <- data.frame( x = seq(1, 10), y = seq(1, 10), z = rnorm(10), a = letters[1:10]) d2 <- within(d, { x = factor(x) y = factor(y) }) str(d) str(d2) I'd like to write a function factorise() which takes a data.frame and
2007 Jun 18
1
two bessel function bugs for nu<0
#bug 1: besselI() for nu<0 and expon.scaled=TRUE #tested with R-devel (2007-06-17 r41981) x <- 2.3 nu <- -0.4 print(paste(besselI(x, nu, TRUE), "=", exp(-x)*besselI(x, nu, FALSE))) #fix: #$ diff bessel_i_old.c bessel_i_new.c #57c57 #< bessel_k(x, -alpha, expo) * ((ize == 1)? 2. : 2.*exp(-x))/M_PI #--- #> bessel_k(x, -alpha, expo) * ((ize == 1)? 2. : 2.*exp(-2.0*x))/M_PI #bug 2: besselY() for nu<0 #don't know how to check in R; a few random checks against mathematica 5.2 #fix: #$ diff bessel_y_old.c bessel_y_new.c #55c55 #< return(bessel_y(x, -al...
2004 Dec 02
0
tremor: macro-ize mask table
Hi! This little patch turns bitwise.c's mask[] lookup table into a bit-twiddling macro (which avoids the <<32 case without branching). This spares the size of the 132-byte lookup table (and then a bit more, curiously). While I expected this to generally be faster (because it uses a few more instructions in place of a table lookup), it's actually slightly slower than the LUT, in a tight benchmark (perhaps because of the large chance of the LUT bei...
2002 Oct 21
3
htree questions
I decided that I would try out 2.5.44, and I noticed that htree was merged. If I don't do the tune2fs -O dir_index, and e2fsck -D, the (exisintg) fs won't use htree, right? Once I do the tune2fs and e2fsck, will I still be able to go back to a non-htree kernel if needed? (Will a htree-ized fs work on a non-htree kernel?) I'm guessing that it won't. I've seen a 2.4 htree patch; has that been updated to be at the same point as what was merged into 2.5? (if so, link please) Thanks, Chris -- Chris PeBenito "Engineering does not require science. Science helps a...
2004 Jan 29
1
302rc1 and AIX 5.2
...PATH thing so I can compile correctly now. When I start nmbd, or smbd with the -D option they just chew up a ton of cpu and log level 10 only shows the code pages being mapped and that's it. I can't seem to connect with a truss. Niether of them disassociate from the calling term and daemon-ize. Sometimes I can't control-C - I have to kill them outright. This is really strange...I've never seen it behave this way. When I do a make, sometimes it says I have to run config.status. I tried libiconv as shared and as static, no change. I've compiled libiconv standard and with -D_A...
2003 Apr 27
2
British or American spelling?
I was curious to read the following in the "Guidelines for Rd files" at http://developer.r-project.org/Rds.html: "For consistency, aim to use British (rather than American) spelling. (NB: British spelling often uses -ize as in `capitalize'. The view of spell -b of British spelling is a flawed American one. There are English/Scottish differences too.)" because R seems to use American spellings throughout, e.g., "color" instead of "colour". What is the current R-devel view...
2011 Jan 16
0
fs quota backend bug
...;INBOX" Ok Getquotaroot completed Part of strace: read(0, "357 getquotaroot \"INBOX\"\r\n", 1259) = 26 stat("/home/vmail/ofight.org/team at ofight.org/tmp", {st_dev=makedev(253, 2), st_ino=475158, st_mode=S_IFDIR|0700, st_nlink=2, st_uid=1042, st_gid=102, st_b lksize=4096, st_blocks=0, st_size=1, st_atime=2011/01/16-10:07:59, st_mtime=2011/01/16-10:07:59, st_ctime=2011/01/16-10:07:59}) = 0 stat("/home/vmail/ofight.org/team at ofight.org", {st_dev=makedev(253, 2), st_ino=475157, st_mode=S_IFDIR|0700, st_nlink=11, st_uid=1042, st_gid=102, st_blks ize=40...
2006 Nov 27
0
[LLVMdev] moving to svn?
...AD or converted the whole llvm repo. Personally, I like darcs for the atomic theory of patches. YMMV. Nonetheless, I track llvm's repo via tailor and I do keep the history as it evolves. If I were permitted to run a webserver outside the corporate firewall, I'd demonstrate a cvs-svn tailor-ized repo. -scooter
2018 Feb 08
4
Ask question
Dear Recently,I am interested in libvirt,but I found the libvirt does't support revert and delete the external snapshot which the raw disk based guest.My libvirt and qemu release are both 3.2.0.So I have a question,the community how to solve it,if have any plans about it.Can you tell me more about it?Thank you very much. Best Regards Rambo
2006 Nov 27
2
[LLVMdev] moving to svn?
Hello, Scott. > the official cutover. Granted, you might need darcs to pull the current > version out of its repo, since it was originally designed with darcs in > mind. I can confirm, that tailor converts LLVM CVS with all history preserved to mercurial repository without any visible troubles. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint
2006 Nov 27
5
win32 problems
I''m setting up a Rails app for a client that uses Windows. I''m getting this error: c:/ruby/lib/ruby/gems/1.8/gems/mongrel-0.3.18/lib/mongrel/rails.rb: 32: uninitial ized constant Mongrel::HttpHandler (NameError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:21:in `re quire'' from c:/ruby/lib/ruby/gems/1.8/gems/mongrel-0.3.18/bin/ mongrel_rails:10 from c:/ruby/bin/mongrel_rails:18 Setup: Windows Server 2003,...
2012 Mar 03
3
[RESEND][RFC GIT PATCHES] acpioff: COM32 module to shut off machine using ACPI
...out git pull-request output to make message smaller] Hi all, I have written a COM32 module called "acpioff", that, not surprisingly, powers off a machine using ACPI. I have tested it only using pxelinux.0 with a SeaBIOS/Qemu virtual machine. Since the changeset pulls in a "Linux-ized" version of the open source ACPI Component Architecture, it was too big to post as a patches to the list. See the git pull-request output below. My github tree is from a clone of the git.kernel.org syslinux git tree. I have two questions which I would like answered, since I don't like...
2003 Aug 15
2
Oja median
...in the multivariate robustness literature. To begin to remedy this oversight I wrote a bivariate version and then decided that writing a general p-variate version might make a nice weekend programming puzzle for R-help. Here are a few more details: The Oja median of n p-variate observations minimizes over theta in R^p the sum of the volumes of the simplices formed by theta, and p of the observed points, the sum being taken over all n choose p groups of p observations. Thus, in the bivariate case we are minimizing the sum of the areas of all triangles formed by the the point theta and pairs of...
2012 Feb 11
10
Question about reusing classes/modules
...y my answer but I''m not sure if I''m going down the right path just yet. My scenario is this: I have 4 environments, Dev, Test, QA, Prod. Each of these environments lives in 2 sites, LA and NY. I have 5 applications that are site and env specific. I want to use puppet to template-ize the config files that is required for each env, per site, per app, so 40 files. The config file is basically key=value pairs. Here''s a simple example of what each file may look like: site=LA env=Dev app=App1 masterServer=host1 clientServer1=host2 clientServer2=host3 Even more interestin...
2019 Apr 12
2
Using userdb/passdb data in director_username_hash
TL;DR: Can director_username_hash use %{userdb:...} or %{passdb:...} ? ==================================== This is on Ubuntu Precise, running dovecot 2.2.36. It's a fully production, director-ized env, so assume everything is working correctly. Happy to post doveconf if it's relevant but wanted to ask a general question first. I was curious if there's a way to get userdb/passdb data into director_username_hash. Currently, we've got default hashing (on %u). I'm returning a S...
2007 Apr 09
8
cert problem with client
I recently had a working puppet server serving around 4-5 clients. One of the clients needed to be re-built and now only that client cannot connect. puppetca --clean hostname did not work So here is what I did on both the server/client I removed /var/lib/puppet/* Then I restarted the server via puppetmasterd --mkusers --verbose I then connect in via the client with /usr/bin/ruby