search for: keep

Displaying 20 results from an estimated 56723 matches for "keep".

2004 Jul 28
3
Ipfw config
...0.0/8 add 120 deny log ip from 127.0.0.0/8 to any add 00200 check-state add 00250 deny all from any to any frag in via bge0 add 00260 deny tcp from any to any established in via bge0 ###### outbound section ###### ## standard http ## add 00300 allow tcp from any to any 80 out via bge0 setup keep-state ## secure https ## add 00301 allow tcp from any to any 443 out via bge0 setup keep-state ## dns ## add 00310 allow tcp from any to any 53 out via bge0 setup keep-state add 00311 allow udp from any to any 53 out via bge0 keep-state ## pop & smtp ## add 00330 allow tcp from any to any 25 ou...
2018 Feb 08
2
LLD: targeting cygwin
...32api"); SECTIONS { /* Make the virtual address and file offset synced if the alignment is lower than the target page size. */ . = SIZEOF_HEADERS; . = ALIGN(__section_alignment__); .text __image_base__ + ( __section_alignment__ < 0x1000 ? . : __section_alignment__ ) : { KEEP(*(.init)) *(.text) *(SORT(.text$*)) *(.text.*) *(.gnu.linkonce.t.*) *(.glue_7t) *(.glue_7) . = ALIGN(8); ___CTOR_LIST__ = .; __CTOR_LIST__ = . ; LONG (-1); LONG (-1); KEEP (*(.ctors)); KEEP (*(.ctor)); KEEP (*(SORT(....
2005 Aug 01
6
converting stata's by syntax to R
I am struggling with migrating some stata code to R. I have a data frame containing, sometimes, repeat observations (rows) of the same family. I want to keep only one observation per family, selecting that observation according to some other variable. An example data frame is: # construct example data fam <- c(1,2,3,3,4,4,4) wt <- c(1,1,0.6,0.4,0.4,0.4,0.2) keep <- c(1,1,1,0,1,0,0) dat <- as.data.frame(cbind(fam,wt,keep)) dat I want to ke...
2018 Feb 09
0
LLD: targeting cygwin
...the virtual address and file offset synced if the alignment is > lower than the target page size. */ > . = SIZEOF_HEADERS; > . = ALIGN(__section_alignment__); > .text __image_base__ + ( __section_alignment__ < 0x1000 ? . : > __section_alignment__ ) : > { > KEEP(*(.init)) > *(.text) > *(SORT(.text$*)) > *(.text.*) > *(.gnu.linkonce.t.*) > *(.glue_7t) > *(.glue_7) > . = ALIGN(8); > ___CTOR_LIST__ = .; __CTOR_LIST__ = . ; > LONG (-1); LONG (-1); > KEEP (*(.ctors)); >...
2006 Dec 11
2
FW: R
...: solve.default(rgb) 3: solve(rgb) 4: drop(whitexyz %*% solve(rgb)) 5: make.rgb(red = c(0.625, 0.34), green = c(0.28, 0.595), blue = c(0.155, 0.07), gamma = 1.8, white = "D65", name = "Apple RGB") 6: eval(expr, envir, enclos) 7: eval(i, envir) 8: sys.source(codeFile, env, keep.source = keep.source) 9: try(sys.source(codeFile, env, keep.source = keep.source)) 10: loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) 11: try({ ns <- loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) dataPath <- file.path(which.lib....
2009 Sep 21
1
Pattern Matching within Vector?
...I'd like to count only those elements that are "truly unique" mutations, i.e.count "V", "MV" as 1, "I", "IL" as 1, "PT" as 1, "M" as 1, "E" as 1, not count "OM". I could do it iteratively: Element 1: V. Keep. Element 2: MV. Match Keep vs New -> 1. I got already a V, so don't count. Element 3: I. Match Keep vs New -> 0. I is new, keep. Keep = V,I Element 4: IL. Match Keep vs New -> 1. I got already an I, so don't count. Element 5: PT. Match Keep vs New -> 0. PT is new, keep. Keep = V...
2008 Feb 05
2
wav to flac corruption
...flac123: "error handler called!" <- repeated over and over and over There are no errors during the encoding, though there are some warnings. Here is the output: asdarq@eighty-desktop:~$ flac -f -8 --verify 10_A.wav 10_A.wav: WARNING: skipping unknown sub-chunk 'bext' (use --keep-foreign-metadata to keep) 10_A.wav: WARNING: legacy WAVE file has format type 1 but bits-per-sample=24 10_A.wav: WARNING: skipping unknown sub-chunk 'minf' (use --keep-foreign-metadata to keep) 10_A.wav: WARNING: skipping unknown sub-chunk 'elm1' (use --keep-foreign-metadata to keep...
2013 Jan 08
1
help me, glusterfs 3.3 doen't support fopen-keep-cache?
Dear gluster experts, I search through glusterfs 3.3 source tree and can't find any fuse open option FOPEN_KEEP_CACHE related code. Does this mean that glusterfs 3.3 doen't support fuse keep cache feature? However I did find keep cache code in mainline. My question is: 1 does glusterfs 3.3 support page cache? 2 if not what is the best practice to improve performance if a file is frequently accessed by re...
2018 Feb 07
0
LLD: targeting cygwin
COFF lld doesn't support the linker script at the moment, and I'm sad to say that it is very unlikely to support that in the future. Linker script support is so huge that I can't imagine we really want it for COFF. GNU BFD linker supports it because the linker is built as an interpreter for the built-in linker script (and that's one of the reasons why GNU linker is by far more
2018 Feb 07
2
LLD: targeting cygwin
Hello, I have a user who is trying to get LLD to link for the cygwin target: https://github.com/zig-lang/zig/issues/751 Currently the issue they are running into is needing to define a linker script, but the COFF driver (or MinGW driver) does not have support for that. Is there documentation or advice for how to use LLD to link for cygwin? As a starting point, which driver to use? Regards,
2013 Mar 19
1
flac 1.3.0pre2 pre-release
...g --disable-static > --disable-dependency-tracking --disable-debug --enable-sse --disable-3dnow > --disable-altivec --disable-doxygen-docs --disable-xmms-plugin > --enable-cpplibs --enable-ogg > > *make fullcheck:* > This test fails with 'test_flac.sh': > > Testing --keep-foreign-metadata... > round-trip test (wacky1.wav) encode... NOTE: --keep-foreign-metadata is a > new feature; make sure to test the output file before deleting the original. > decode... NOTE: --keep-foreign-metadata is a new feature; make sure to > test the output file before deleting...
2008 Feb 06
2
wav to flac corruption
...aps this program is out of > date or is missing support. Maybe the author(s) of flac123 will > comment. > > 4) Those warning mean that your Broadcast Wave File (BWF) is being > converted to standard audio flac, without any of the metadata from > the BWF. You'll need to use --keep-foreign-metadata if there is any > importance to having the original BWF restored later. However, if > all you need is the audio and none of the other information, then you > can safely ignore these warnings. FLAC always preserves all of the > audio losslessly, you only ever have to w...
2018 May 12
2
[bug] --keep-foreign-metadata discards WAV cue markers
Hello, I noticed that option --keep-foreign-metadata discards WAV cue markers. Here is how to reproduce the bug: 1) Create a 24-bit 96khz in SoundForge8, add 20 seconds of silence, and add two markers with "m" key shortcut 2) Save it, compress it with "flac --keep-foreign-metadata testmarkers.wav" 3) Decompress it...
2011 Jan 14
3
filtering a dataframe with a vector of rownames
...h some of its row names. I'd like to have a new data frame only with those rows that match this vector of row names. I tried this: data<-cbind(c(1,2,3,4,5,6),c(2,3,4,5,6,7)) rownames(data)<-c("a", "b", "c","d","e","f") names.to.keep<-c("a", "c", "d") rows.to.keep<-which(rownames(data)==names.to.keep) But it didn't work. Any suggestions? thanks a lot. Jonathan. [[alternative HTML version deleted]]
2011 Apr 04
1
Use keep.source for function in package with lazy loading
I have a function in one of my packages that I would like to print using the original source rather than the deparse of the function. The package uses lazy loading and the help page for library (under keep.source) says that keep.source does not apply to packages that use lazy loading and that whether those functions keep the source depends on when they are installed. This package is on R-forge and is being built there (and will eventually be used to submit the next version of the package to CRAN)....
2017 Dec 19
2
Pigeonhole implicit keep gets unfiltered message
...#39;t expecting. Am I misunderstanding the design? I run my messages through a vnd.dovecot.filter. It's essentially this: filter "spam_filter"; if spamheaders { fileinto "spam"; stop; } Mail stored in the spam folder is the filtered version, but the implicit-keep message is the original, unfiltered message. If I add an explicit `keep;` to the end, it stores the filtered version into my inbox. Based on the filter RFC, I was expecting the implicit keep to retain the filtered version. Am I misinterpreting the spec? # Adam -- Adam Weinberger adamw at ad...
2009 Nov 06
3
which data structure to choose to keep multile objects?
...nnmf(X,3) z4 = nnmf(X,4) z5 = nnmf(X,5) ... But I would like to do it automatically , something like - xprocess<-function(max_val) { for (iter in 2: max_val) { zz = sprintf( "z%s", iter ) zz <-nnmf(X,iter) } } xprocess(10) ---- But how could I keep collection of my results each run? Shall I have a data structure to keep appending results? something like theta = {} ? which data structure to choose to keep multile objects? Thanks! Tim -- View this message in context: http://old.nabble.com/which-data-structure-to-choose-to-keep-multile...
2011 May 13
2
OPTIONS Keep alive - Reply: 481 No subscription
Hi all, Anyone know how to make asterisk properly reply to options keep-alive? Or just force a 200 OK somehow? I recently took over a server and they have ~80 pap2 devices that send nat keep-alive and * always replies with 481 No subscription. It's more of an annoyance, I know but I like to keep my pcap's clean. S. -------------- next part -----...
2004 Aug 03
3
keep.source.pkgs()
Recently Brian Ripley had occasion to mock my inability to see a comment in the code for arima(), in the stats package. After considerable dredging around in the r-news archives I found reference to keep.source() and keep.source.pkgs(), which I conjectured just ***might*** possibly be the ``obvious'' resource to which Prof. Ripley thought I ought to have resorted. However, after substantial experimentation, I am still at a loss to get at the original source code for arima() (replete with c...
2013 Mar 14
4
flac 1.3.0pre2 pre-release
Janne Hyv?rinen wrote: > > On 14.3.2013 9:37, Erik de Castro Lopo wrote: > > Janne Hyv?rinen wrote: > > > >> The patch was made from the published pre2 version. It missed the MinGW > >> changes that were applied to git version. > > Patch applied. Thanks. > > > > Erik > > Unfortunately with this commit the LRN's patch from commit