search for: blocktyp

Displaying 13 results from an estimated 13 matches for "blocktyp".

Did you mean: blocktype
2010 Nov 24
1
how to make R overlook string character
I am really new to R and would appreciate some help to sort out a problem with data extraction from a large file. I have entered the following command to filter data from a large data set called "upanddown" such that those records in upanddown corresponding to blockType=3'UTR are transferred to a new file called "new": new<-sqldf("select * from upanddown where blockType IN('3'ext') ") The problem is that when R encounters the ' symbol after 3 it gets confused. What I would like to know is how I can make R overlook the...
2009 Jul 16
0
how to group the output of aov by a variable?
...simple question. I put together the following commands in order to run an anova on multiple different variables at once: for(i in 10:20) {subj <- mydata[ which(lupi2$subject=='mas'),] cat("****************ANOVA for variable:", names(subj[i])) print(summary(aov(subj[,i]~config*blockType*hemi+Error((freqs*rep)/(config*blockType*hemi)), data=subj)))} so I have config, blockType, hemi as within subject factors and the random effects are freqs and reps. Ideally however I would much rather be able to group the aov output by the variable subject in my original "mydata" rath...
2003 Dec 11
5
Yuck! Error in buffer handling
...avily tested! mpg123: Can't rewind stream by 11 bits! Warning, flexibel rate not heavily tested! mpg123: Can't rewind stream by 39 bits! big_values too large! big_values too large! mpg123: Can't rewind stream by 733 bits! mpg123: Can't rewind stream by 23 bits! big_values too large! Blocktype == 0 and window-switching == 1 not allowed. *CLI> show version Asterisk CVS-12/10/03-11:49:50 ------------------------------ Just curious. Regards...Martin -- If graphics hackers are so smart, why can't they get the bugs out of fresh paint?
2019 Apr 29
0
faI2ban detecting and banning but nothing happens
...lock all access instead of just TCP access. ??? [Definition] ??? actionstart = ipset create fail2ban-<name> hash:ip timeout <bantime> ????????????? firewall-cmd --direct --add-rule ipv4 filter <chain> 0 -p <protocol> -m set --match-set fail2ban-<name> src -j <blocktype> ??? actionstop = firewall-cmd --direct --remove-rule ipv4 filter <chain> 0 -p <protocol> -m set --match-set fail2ban-<name> src -j <blocktype> ???????????? ipset flush fail2ban-<name> ???????????? ipset destroy fail2ban-<name> 4: systemctl enable fail...
2015 Mar 10
2
Fail2Ban Centos 7 is there a trick to making it work?
...e.ca, sender=x at harte-lyne.ca, sendername=Fail2Ban] logpath = /var/log/secure maxretry = 5 And this (among many others) is what we have in /etc/fail2ban/action.d cat /etc/fail2ban/action.d/iptables.conf # Fail2Ban configuration file # # Author: Cyril Jaquier # # [INCLUDES] before = iptables-blocktype.conf [Definition] # Option: actionstart # Notes.: command executed once at the start of Fail2Ban. # Values: CMD # actionstart = iptables -N fail2ban-<name> iptables -A fail2ban-<name> -j RETURN iptables -I <chain> -p <protocol> --dport <p...
2019 Apr 26
5
faI2ban detecting and banning but nothing happens
On Friday 19 April 2019 16:15:32 Kenneth Porter wrote: > On 4/19/2019 5:30 AM, Gary Stainburn wrote: > > I've followed one of the pages on line specifically for installing fail2ban on > > Centos 7 and all looks fine. > > Which page? It would help to see what they advised. > On Friday 19 April 2019 16:15:32 Kenneth Porter wrote: > On 4/19/2019 5:30 AM, Gary Stainburn
2001 Nov 16
0
Data Structures
...bt I would have ever randomly guessed 'toupper' or 'tolower'. I am trying to be cleaver[1] and make a flexible data structure in R. I have a relatively large quantity of data that can be broadly grouped into blocks/chunks which are identical in their form: blockid = numeric blocktype = string dbname = string tblname = string quality = numeric errortype = numeric columnamount = data vector distr = data vector ... I have grouped the above into a list as it contains mixed variable types. Now is where things get a little more interesting... I have a large number of...
2003 Nov 05
1
Extracting sample count from a Vorbis packet
I was wondering if there was a way to determine the number of samples in a Vorbis packet without having to decode the whole thing? The reason I'm asking this is because I'm thinking about implementing the current Vorbis RTP draft for Helix. The problem is that the Ogg pages only contain a single timestamp. If I want to split up the Vorbis packets on different boundries than the Ogg
2009 May 26
5
errors in valgrind
Hay! Has anyone come across these errors using valgrind for the oggenc tool or the encoder_example.c: ==13108== Invalid read of size 4 ==13108== at 0x4155734: _vp_offset_and_mix (in /usr/local/lib/libvorbis.so.0.4.1) ==13108==
2017 Feb 06
3
libvorbis without encapulsation
...internal to vorbis_block: (*vorbis_block.internal)(vorbis_block.internal)->packetblob[PACKETBLOBS / 2] (PACKETBLOBS = 15, the macro is not commented, so don't know what this is). This is the output of a encoder pass from gdb: (gdb) p *vbi $3 = {pcmdelay = 0x647140, ampmax = -58.0271301, blocktype = 0, packetblob = {0x6473c0, 0x647500, 0x647640, 0x647780, 0x6478c0,      0x647a00, 0x647b40, 0x7fffffffdeb8, 0x647d90, 0x647ed0, 0x648010, 0x648150, 0x648290, 0x6483d0, 0x648510}} The stack address is the "oggpack_buffer index" in question. I can't find this address anywhere else (...
2019 Jun 26
4
iptables - how to block established connections with fail2ban?
I am working to a CentOS 6 server with nonstandard iptables system without rule for ACCEPT ESTABLISHED connections. All tables and chains empty (flush by legacy custom script) so only filter/INPUT chain has rules (also fail2ban chain): Chain INPUT (policy ACCEPT) target prot opt source destination f2b-postfix tcp -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all --
2008 Dec 29
7
Europa Universalis 2 crash (Ubuntu 8.04 Wine 1.1.10)
According to the AppDB EU2 1.09 has a platinum rating, but it's constantly crashing on me. I installed the game from the CD, updated to the latest version (1.09), and the game launches just fine. When it gets into the menu I notice that it's running a lot slower than it should be. I can start a single player game and it still runs slow, and then crashes. It doesn't matter what I do in
2012 Jan 27
1
Wine release 1.4-rc1
...ooperative level chnages. ddraw: Maintain D3D state across cooperative level changes. wined3d: Get rid of the WINED3DRESOURCETYPE typedef. wined3d: Get rid of the WINED3DPOOL typedef. wined3d: Get rid of the WINED3DQUERYTYPE typedef. wined3d: Get rid of the WINED3DSTATEBLOCKTYPE typedef. wined3d: Get rid of the mostly unused blockType field in struct wined3d_stateblock. wined3d: Respect SFLAG_PIN_SYSMEM when creating a surface DIB section. ddraw: Just pin all version 1 surfaces. wined3d: Get rid of the WINED3DDECLMETHOD typedef. wined3d: Get...