search for: flexibl

Displaying 20 results from an estimated 6109 matches for "flexibl".

Did you mean: flexible
2020 Feb 12
1
[PATCH] drm/qxl: replace zero-length array with flexible-array member
The current codebase makes use of the zero-length array language extension to the C90 standard, but the preferred mechanism to declare variable-length types such as these ones is a flexible array member[1][2], introduced in C99: struct foo { int stuff; struct boo array[]; }; By making use of the mechanism above, we will get a compiler warning in case the flexible array does not occur last in the structure, which will help us prevent some kind of undefined behavior b...
2006 Jul 14
1
Cluster Analysis with flexible beta linkage method
Hi all, I am trying to run a cluster analysis using Sorenson (Bray-Curtis) distance measure with flexible beta linkage method. However, I can't seem to find flexible beta in any of the functions/packages I have looked at. Any help would be appreciated. [[alternative HTML version deleted]]
2007 Aug 13
1
More flexible return values?
...nsibly on our test and love its readability and no-nonsense-ness. One thing that would be great, but that seems to be against some of the testing philosophy (which we don''t quite deeply understand yet, so we can''t come up with kosher alternatives) is the ability to be more flexible with the return values. Presently the only flexibility is to pass a Proc, but even this is going away. Ideally you could be as flexible as passing a block that received the call''s parameters (which the Proc presently doesn''t receive) so arbitrary logic could be used....
2004 Apr 08
0
(no subject)
...turer's of specialised cables for over two decades catering to the needs of the Fertilizer, Chemical, Petrochemical, Oil & Gas, Steel, Power, Cement, Ceramic, Glass, Paper, Sugar and other industries. The following are some of the cables made by us: ANY CABLE, ANY TIME, ANY QUANTITY FLEXIBLE WIRES & CABLES Single Core Wire Wires Multicore Flexible Cables Flexible Power Cables FLEXIBLE SHIELDED CABLES DATADSHIELD Foil + Braid Screened SCREENCAB Braid Shielded Cables SHIELDCAB Foil + Braid Shielded TP-SHIELDCAB Foil + Braid Sh...
2011 Feb 02
1
Flexibly Retrieving Objects with an Index
Greetings, I would like to flexibly combine several data frames objects without specifying the exact names of the objects in memory. Should I use indexing to call those objects out of memory? I regularly use indexes to flexibly extract parts of data frames and lists and to read files from my hard drive, but I can't figure ou...
2020 Mar 03
1
[PATCH][next] drm: Replace zero-length array with flexible-array member
...Tue, 25 Feb 2020, "Gustavo A. R. Silva" <gustavo at embeddedor.com> wrote: >> The current codebase makes use of the zero-length array language >> extension to the C90 standard, but the preferred mechanism to declare >> variable-length types such as these ones is a flexible array member[1][2], >> introduced in C99: >> >> struct foo { >> int stuff; >> struct boo array[]; >> }; >> >> By making use of the mechanism above, we will get a compiler warning >> in case the flexible array does not occur last...
2009 May 21
1
vcd package --- change layout of plot
...code the plot for layout.pos.row = 2 > str(Pack.tab) Error in `[.structable`(x, i, args[[2]]) : subscript out of bounds > class(Pack.tab) [1] "structable" "ftable" > dim(Pack.tab) [1] 7 2 7 Cities PX SF Rank Feature 1 Flexible 2 0 Integrate.Probes 1 2 Large/heavy 1 0 Lockout 0 1 Recyclable 3 5 Rigid 0 0 Small/light 2 1 2 Flexible 1 6 Integrate.Probes 2...
2017 May 08
3
[Bug 2715] New: for more flexibility, please support a comma ',' separated list of patterns to add to/remove from the defaults
https://bugzilla.mindrot.org/show_bug.cgi?id=2715 Bug ID: 2715 Summary: for more flexibility, please support a comma ',' separated list of patterns to add to/remove from the defaults Product: Portable OpenSSH Version: 7.5p1 Hardware: Other OS: Linux Status: NEW
2008 Jul 07
1
PATCH: flexible array members in dovecot 1.1
It looks like the build problems with the flexible array members in Dovecot 1.1 and GCC 2.95 has been raised several times already on this list, but no one mentioned out that autoconf 2.61+ provides a macro to deal with these. -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-1.1.1-flexible-array-me...
2010 Feb 05
16
DNAT Problem
...uration? Many thanks for help. sangprabv sangprabv@gmail.com ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com
2014 Nov 12
2
[LLVMdev] Increase the flexibility of the AsmLexer in parsing identifiers.
Hello, I would like to gather some ideas and opinions on how to make the default AsmLexer more flexible when dealing with Identifiers. When the lexer emits something as an "Identifier" (read. String of characters) it means that it needs to be parsed all at once in a single go, even if it contains elements that might be wanted to be parsed as separate entities. In that case it is needed to...
2020 Feb 11
0
[PATCH] char: virtio: Replace zero-length array with flexible-array member
The current codebase makes use of the zero-length array language extension to the C90 standard, but the preferred mechanism to declare variable-length types such as these ones is a flexible array member[1][2], introduced in C99: struct foo { int stuff; struct boo array[]; }; By making use of the mechanism above, we will get a compiler warning in case the flexible array does not occur last in the structure, which will help us prevent some kind of undefined behavior b...
2009 Jan 23
1
3d scatter plot with both error bars and a flexibly fitted surface
Dear R-helpers: I, an entry level R user, wonder how make a 3d scatter plot with both error bars and a flexibly fitted surface. Can anyone eligthen me? Many Thanks in advance. -Sean [[alternative HTML version deleted]]
2010 Mar 24
1
flexible alternative to subsetting dataframe inside nested loops
...n of L1-L2-L3 contain any data? { process(tempData) } } } } It works fine but: 1. I'm sure there can be more efficient solution 2. each time I want to change criteria (i.e. subset by less or more Ls) I have to manually change number of nested loops in my code. Is there a more flexible way to do it? Thanks -- View this message in context: http://n4.nabble.com/flexible-alternative-to-subsetting-dataframe-inside-nested-loops-tp1680580p1680580.html Sent from the R help mailing list archive at Nabble.com.
2012 May 03
0
USB passthrough: flexible configuration in XML-file needed
Hi, I need a flexible USB passthrough of a USB-device. If the device is turned off by the current switch (230Volt) the VM should start and not claim that the USB device is left. Using: <devices> ? <hostdev mode='subsystem' type='usb'> <source> <vendor id=...
2012 Dec 06
2
function to filter identical data.fames using less than (<) and greater than (>)
...like this: # func(data="eg", A="< 0", B="< 1", C="> 0") # Which would also need to be run as # func(data="eg", A="> 1", B="> 0", C=NA) #end Noteably: -the signs* "<" and ">" need to be flexible _and_ optional -the quantities also need to be flexible -column header names i.e, A, B and C don't need flexibility, i.e., can remain fixed * "less than" and "greater than" so google picks up this thread Once again i find just how limited my grasp of R is...Is do.call() th...
2011 Mar 17
3
Flexible rbind
Dear All, I am trying to create a empty structure that I want to fill gradually through the code. I want to use something like rbind to create the basic structure first. I am looking for a possibility to do an rbind where the columns names dont match fully (but the missing columns can be defaulted to either zero or n/a) (my actual data has a lot of columns). Please see the data frames below I
2023 Nov 16
3
[PATCH][next] nouveau/gsp: replace zero-length array with flex-array member and use __counted_by
Fake flexible arrays (zero-length and one-element arrays) are deprecated, and should be replaced by flexible-array members. So, replace zero-length array with a flexible-array member in `struct PACKED_REGISTRY_TABLE`. Also annotate array `entries` with `__counted_by()` to prepare for the coming implementation...
2007 Oct 30
2
flexible processing
Hello, unfortunately, I don't know a better subject. I would like to be very flexible in how to process my data. Assume the following dataset: par1 <- seq(0,1,length.out = 100) par2 <- seq(1,100) fac1 <- factor(rep(c("group1", "group2"), each = 50)) fac2 <- factor(rep(c("group3", "group4", "group5", "group6")...
2005 Jun 28
2
more flexible AllowUsers/DenyUsers syntax
Hi, I hope this is the right place for a feature request. I'd like to have more flexible AllowUsers/DenyUsers synax. I am in a situation, where I have machines connected to three networks (a private, high speed, a public, and a private vpn) and I'd like to enable root logins only on the private networks. Currently I see no way of doing this, because there is no way to spec...