search for: minimal

Displaying 20 results from an estimated 47807 matches for "minimal".

2006 Oct 05
2
0.36 release problem?
I tried sending this a day or two ago but I didn''t see it appear. I''ve just tried the wxRuby 0.36 release but appear to get the following error (I got it from bigdemo.rb too). C:\opt\ruby\lib\ruby\gems\1.8\gems\wxruby2-preview-0.0.36-i386-mswin32\samples\minimal>minimal Our Initialize was called Their Initialize returned 1 C:/opt/ruby/lib/ruby/gems/1.8/gems/wxruby2-preview-0.0.36-i386-mswin32/samples/minimal/minimal.rb:35:in `is_maximized'': Swig director pure virtual method called wxTopLevelWindow::IsMaximized (RuntimeError) from C:/op...
2011 Jul 23
0
[PATCH] make image minimization optional
Default for builds from git is --with-image-minimizer and Fedora builds will have --without-image-minimizer Blacklisting (forceful removal of files and packages) is forbiden by Fedora Spin rules, so official oVirt Node Spin will not use it. --- configure.ac | 12 ++++++------ ovirt-node.spec.in | 2 +- recipe/Makefile.am | 1 +
2020 Mar 27
3
Centos 8 minimal install
On Thu, 26 Mar, 2020 at 18:39:56 -0600, R C wrote: > well,? sorry,? I thought it was somewhat "self-explaining", since that > terminology was used up until Centos 7 (see > > links), andof course I meant the official download page. > > > minimal: as in approx 3Gb or so that fits on a regular 4-5Gb rewritable DVD > as with Centos 7 > > download from : https://www.centos.org/download/ > > > > anything else blatantly obvious you need me to have spelled out? > > > Ron > > > > > On 3/26/20...
2019 Apr 04
3
question about --emit-relocs with lld
...d, I've tracked down a difference that breaks relocation of the kernel image (e.g. under KASLR[1]). Some relocations are changed to ABS (weirdly, all are in .rodata section). Note the difference below in the resulting linked output. .L__const._start.instance becomes *ABS* only under lld: $ cat minimal.c struct minimal { void *pointer; int value; }; void _start(void) { struct minimal instance = { .value = 1, }; } $ llvm-build/x86/bin/clang -c minimal.c $ /usr/bin/ld.bfd --emit-relocs minimal.o -o minimal.bfd $ llvm-build/x86/bin/ld.lld --emit-reloc...
2016 May 06
3
Reduce existing CentOS 7 installation to "Minimal install" - services?
...rit : >> Now what would be the simple systemd equivalent of doing that? E. g. on >> any CentOS installation (be it graphical, "Web Server", "File Server", >> whatever), strip down services to the status that they're at just after >> installing a "Minimal Install"? > > PS: I gave this a spin on two sandbox machines here. One with a full > GNOME GUI installation, one with a "Web Server" profile. On both, I > defined "systemctl set-default multi-user.target", then I stripped the > system with my script. Upon reb...
2003 Oct 27
5
Windows Build - Down to Run Time Errors
...e and link for wxRuby. Now I''m down to deciphering runtime errors. Once again, I''m going to pick up on this tomorrow, but I thought I''d post my console output tonight to see if anyone has any thoughts before I tackle this tomorrow. I''m running the same app "minimal.rb" E:\Dev\RubyDev\wxruby\samples\minimal>ruby minimal.rb 18:24:27: Debug: E:\Dev\RubyDev\wxWindows-2.4.1/include\wx/datetime.h(1445): ass ert "t1.IsValid() && t2.IsValid()" failed: invalid wxDateTime minimal.rb:52:in `OnInit'': uninitialized constant RbApp::Point...
2020 May 03
2
Understanding VDO vs ZFS
...: 15728640 1K-blocks : 41934848 1K-blocks used : 4212024 1K-blocks available : 37722824 used percent : 10 saving percent : 99 [root at localhost ~]# FIRST copy CentOS-7-x86_64-Minimal-2003.iso (1.1G) to vdoas from source outside vdo volume [root at localhost ~]# vdostats --verbose /dev/mapper/vdoas | grep -B6 'saving percent' 1K-blocks used : 4721348 1K-blocks available : 37213500 used percent : 11 savin...
2005 Dec 15
1
millions of comparisons, speed wanted
Dear all, I have a 10 columns matrix which has 2^10=1024 unique rows, with values 0 and 1. What I would like to do is a little complicated; in a simple statement, for a subset (say 1000 rows) I want to perform pairwise comparisons between all rows, find out which rows differ by only one value, replace that value by "x", get rid of the comparisons that differ by more than one value
2011 Aug 03
2
RFC: ovirt-node ISO
As we prepare to push ovirt-node ISOs to ovirt.org while also working on getting an ovirt-node spin into Fedora, there is some debate over whether the version hosted on ovirt.org should use the minimizer kickstart or not. Main argument for including the minimizer kickstart: Size. We're currently looking at something around 130MB for the ISO with minimizer and probably around double that
2007 Jul 17
0
[1115] trunk/wxruby2/samples/minimal/minimal.rb: Don''t call destroy explicitly as it causes assert failures
...olid #ccc;margin:10px 0;} #patch 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>[1115] trunk/wxruby2/samples/minimal/minimal.rb: Don''t call destroy explicitly as it causes assert failures</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1115</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</d...
2020 Mar 27
2
Centos 8 minimal install
On Thu, 26 Mar, 2020 at 18:12:50 -0600, R C wrote: > Hello, > > > is there a minimal install for Centos 8? > > > What I see is a 7.4Gb and a 8Gb iso,? that can't be 'minimal' > > > thanks, > > > Ron > What you see is something the rest of us can not, because you don't provide links. What you regard as 'minimal' I have no...
2007 Jan 28
3
A patch for minimize plugin.
I've added a new option in minimize plugin, called "Disable Fading". To prevent tearing, damageScreen is used minDonePaintScreen (only if the option is used). The patch is attached. -------------- next part -------------- A non-text attachment was scrubbed... Name: minimize-fading.patch Type: text/x-patch Size: 1855 bytes Desc: not available Url :
2015 Jun 29
2
Using a CentOS 6 Machine as a gateway/router/home server
On 06/29/2015 06:46 AM, Sorin Srbu wrote: > Even considering a minimal CentOS install, is that still less minimal than > e.g. Smoothwall or Ipcop? Yes, a minimal install of CentOS is probably larger (less minimal) than a specialized distribution. > In my world, security has a price and, and that might be the need to learn > another distro in order to minim...
2012 Oct 03
9
Package lists for Cloud images
...ady to start publishing Cloud Images ( or rather images consumable in various virt platforms, including public and private clouds ) - it would be great to have a baseline package manifest worked out. What / how many images should we build. At this time we were thinking of doing : - CentOS-5 32bit minimal - CentOS-6 32bit minimal - CentOS-5 64bit minimal - CentOS-6 64bit minimal - CentOS-5 64bit LAMP - CentOS-6 64bit LAMP What would be the minimal functional requirements people would expect from these images ? and what rpms should be installed ? Should root login be enabled or should we require p...
2018 Feb 26
3
Going back to a minimal system : strange problem
Hi, Some time ago I wrote a little script elaguer.sh ("?laguer" means "to prune") which simply removes all packages that are *not* part of a minimal installation. First I created a list of packages that make up a minimal CentOS installation. On a fresh install, I would do something like this: # rpm -qa --queryformat '%{NAME}\n' | sort > minimal.txt Here's the resulting list of packages. I added a comment on top: https://githu...
2013 Jan 14
3
How to fit a linear model to data by minimizing the mean absolute percent error?
Hi All, I wonder if you can help me with an aparently simple task.  I have been searching examples for this without any luck: #Assume x<-1:10  #x ranges from 1 to 10. y<-x*runif(10)+ 1.5*x  #y is a linear function of x with some error. Add uniform error that is scaled to be larger as x values also become larger #error is proportional to x size, this should cause heterocedasticity. #I
2023 Aug 03
3
feature request: optim() iteration of functions that return multiple values
Dear all, I have used optim a lot in contexts where it would useful to be able to iterate function myfun that, in addition to the primary objective to be minimized ('minimize.me'), could return other values such as alternative metrics of the minimization, informative intermediate values from the calculations, etc. myfun <- function() { ... return(list(minimize.me = minimize.me, R2 =
2012 May 18
1
UTF-16 input and read.delim/scan
...写写想法 请看以下的句子,再回答问 So read.delim (code below) doesn't read in correctly. It reads up until it hits the CJK characters and then terminates with a warning: Warning messages: 1: In read.table(file = file, header = header, sep = sep, quote = quote, : invalid input found on input connection 'minimal.txt' 2: In read.table(file = file, header = header, sep = sep, quote = quote, : incomplete final line found by readTableHeader on 'minimal.txt' The "Title" field gets filled with an NA. I played around with scan() a little bit and it can read the file correctly if i send...
2007 Jul 03
1
[PATCH] plugin conflict between Minimize & Animation: add feature "windowanimations"
Hi, The minimize plugin conflicts with Animation. For example, it doesn't let Animation draw shade animations, and interferes with other window event animations. The animation plugin now minimizes the relevant effects to taskbar, so using the two plugins together doesn't make sense anymore. Moreover, by default Animation is off, Minimize is on, and when users enable Animation, naturally
2004 Dec 03
3
Computing the minimal polynomial or, at least, its degree
Hi, I would like to know whether there exist algorithms to compute the coefficients or, at least, the degree of the minimal polynomial of a square matrix A (over the field of complex numbers)? I don't know whether this would require symbolic computation. If not, has any of the algorithms been implemented in R? Thanks very much, Ravi. P.S. Just for the sake of completeness, a minimal polynomial is a moni...