search for: ofb

Displaying 20 results from an estimated 165 matches for "ofb".

Did you mean: of
2020 Apr 04
3
how to pick cipher for AES-NI enabled AMD GX-412TC SOC tincd at 100% CPU
...shake256 sm3 Cipher commands (see the `enc' command for more details) aes-128-cbc aes-128-ecb aes-192-cbc aes-192-ecb aes-256-cbc aes-256-ecb aria-128-cbc aria-128-cfb aria-128-cfb1 aria-128-cfb8 aria-128-ctr aria-128-ecb aria-128-ofb aria-192-cbc aria-192-cfb aria-192-cfb1 aria-192-cfb8 aria-192-ctr aria-192-ecb aria-192-ofb aria-256-cbc aria-256-cfb aria-256-cfb1 aria-256-cfb8 aria-256-ctr aria-256-ecb aria-256-ofb base64 bf bf-cbc bf-cfb...
2020 Apr 04
0
how to pick cipher for AES-NI enabled AMD GX-412TC SOC tincd at 100% CPU
...gt; > Cipher commands (see the `enc' command for more details) > aes-128-cbc       aes-128-ecb       aes-192-cbc       aes-192-ecb > aes-256-cbc       aes-256-ecb       aria-128-cbc      aria-128-cfb > aria-128-cfb1     aria-128-cfb8     aria-128-ctr      aria-128-ecb > aria-128-ofb      aria-192-cbc      aria-192-cfb      aria-192-cfb1 > aria-192-cfb8     aria-192-ctr      aria-192-ecb      aria-192-ofb > aria-256-cbc      aria-256-cfb      aria-256-cfb1     aria-256-cfb8 > aria-256-ctr      aria-256-ecb      aria-256-ofb      base64 > bf                bf-cbc    ...
2016 Feb 08
3
problem submitting R bug; bug plotting in tiling window manager
...y hard to distinguish by mechanical means. So it is done by eye, with some risk of Type-I error. Thus, the Bugzilla maintainers are pretty vigilant to stamp out spammers, sometimes edging on being ham-fisted (er, -footed?). > > -pd > > > > On 07 Feb 2016, at 00:25 , frederik at ofb.net wrote: > > > > No problem. > > > > Another suggestion would be to simply validate user input like most > > websites, and reject invalid submissions immediately, rather than > > blocking the user's account. I don't know what kind of spambots you >...
2016 Nov 14
2
getGraphicsEvent() alternative for cairo graphics device?
Thanks Frederick. Mark, if you have any examples to share, they would also be gratefully received. Paul On 14/11/16 14:53, frederik at ofb.net wrote: > Hi Paul, > > OK I tried not to make the examples too fancy. > > Please let me know what you think. They should probably be amended to > support the Windows platform, but I think that task would be much > easier for someone with access to Windows... > > By the...
2016 Feb 06
2
problem submitting R bug; bug plotting in tiling window manager
...to do these things. Thanks, Frederick P.S. (I now see that all errors on the bug tracker are displayed with a red background) On Sat, Feb 06, 2016 at 03:00:21AM -0500, Duncan Murdoch wrote: > Thanks for the suggestions. > > Duncan Murdoch > > On 05/02/2016 10:07 PM, frederik at ofb.net wrote: > >Hi Duncan Murdoch, > > > >Thanks for your time. I apologize for not telling you that my email > >address on the bug tracker is slightly different - > >"frederik-rproject at ofb.net" vs "frederik at ofb.net". I was going to > >fol...
2012 Aug 11
3
choosing multiple columns
Hi all, I have a data frame that has the columns OFB1, OFB2, OFB3,... OFB10. How do I select the first 8 columns efficiently without typing each and every one of them. i.e. I want something like: a<-data.frame(initial_data$OFB1-10) #i know this is wrong, what would be the correct syntax? Thanks, Sachin [[alternative HTML version deleted]]
2016 Dec 08
2
getGraphicsEvent() alternative for cairo graphics device?
Hi Just taking a bit more of a look at this today (currently fixated on making sure I can build some good regression tests). The best thing you can do is to keep reminding me like this :) Paul On 09/12/16 11:19, frederik at ofb.net wrote: > Hi Paul, > > Thanks for your efforts. Do you have an idea when my patch(es) might > be committed? Is there anything I can do to help move this along? > > Thanks, > > Frederick > > On Mon, Nov 14, 2016 at 08:55:20AM +1300, Paul Murrell wrote: >> Hi &g...
2020 Jun 01
1
[Bug 3176] New: can't figure out how to test StrictHostKeyChecking accept-new
...Product: Portable OpenSSH Version: 8.3p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: frederik-openssh at ofb.net I like the idea of the "StrictHostKeyChecking accept-new" option but when I tried to check that it works correctly, I got confused. How do I pretend that the host key has changed? I thought it would be enough to change the corresponding key in .ssh/known_hosts, but this just causes a...
2005 Apr 16
4
[Bug 1015] terminal resize doesn't work for ssh caching
...caching Product: Portable OpenSSH Version: 3.9p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-bugs at mindrot.org ReportedBy: frederik at ofb.net Terminal resizes aren't propagated to the remote slave terminal when using a cached connection. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2016 Nov 13
4
getGraphicsEvent() alternative for cairo graphics device?
...that I am keen for people to contribute some testing code (see https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16951) There were also some getGraphicsEvent() changes/fixes suggested by Richard Bodewits (cc'ed), for which I am also seeking test code. Paul On 13/11/16 09:00, frederik at ofb.net wrote: > Hi Paul, > > Just checking in to see what the status is. > > From my perspective it seems logical to split off X11 into a separate > package, so development can proceed at a reasonable rate, but I > haven't yet tried to see if that's even possible. > &gt...
2016 Nov 14
2
getGraphicsEvent() alternative for cairo graphics device?
Great. Thanks! Paul On 14/11/16 13:41, frederik at ofb.net wrote: > Hi Paul, > > Thank you, for some reason I didn't seem to get an email notification > for your bugzilla comment! > > I will try to send you something shortly. > > Frederick > > On Mon, Nov 14, 2016 at 08:55:20AM +1300, Paul Murrell wrote: >> Hi &g...
2016 Dec 12
2
why does parent.frame() cycle when called from inside capture.output()?
Hello R devel/help, I ran into this strange behavior: # showstack is supposed to walk through the stack of parent # environments when it is called: showstack = function() { env = environment() for(i in 1:12) { env = do.call(parent.frame, list(), env=env) print(env) } } # a simple chain of functions: g3=function(t) showstack()
2016 Dec 12
2
why does parent.frame() cycle when called from inside capture.output()?
Hello R devel/help, I ran into this strange behavior: # showstack is supposed to walk through the stack of parent # environments when it is called: showstack = function() { env = environment() for(i in 1:12) { env = do.call(parent.frame, list(), env=env) print(env) } } # a simple chain of functions: g3=function(t) showstack()
2016 Feb 25
0
problem submitting R bug; bug plotting in tiling window manager
In case you still care, see https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16726 which even our very human spam detector hasn't decided to label as spam (yet). -pd > On 08 Feb 2016, at 18:34 , frederik at ofb.net wrote: > > Ah, thank you for that explanation. I somehow didn't catch that my > Bugzilla account had been disabled by a human. > > "Common pattern is to post ... something copied from a generic bug > report" - that sounds very annoying. > > Frederick &gt...
2017 Jan 11
2
bug with strptime, %OS, and "."
On Tue, Jan 10, 2017 at 08:13:21PM -0600, Dirk Eddelbuettel wrote: > > On 10 January 2017 at 17:48, frederik at ofb.net wrote: > | Hi R Devel, > | > | I just ran into a corner case with 'strptime'. Recall that the "%OS" > | conversion accepts fractional seconds: > | > | > strptime("17_35_14.01234.mp3","%H_%M_%OS.mp3")$sec > | [1] 14.01234 > | &g...
2016 Dec 06
6
segfault with POSIXlt zone=NULL zone=""
Hi all, I ran into a segfault while playing with dates. $ R --no-init-file ... > library(lubridate); d=as.POSIXlt(floor_date(Sys.time(),"year")); d$zone=NULL; d$zone=""; d Attaching package: ?lubridate? The following object is masked from ?package:base?: date Warning message: package ?lubridate? was built under R version 3.4.0
2016 Feb 07
0
problem submitting R bug; bug plotting in tiling window manager
...s. At any rate, it is very hard to distinguish by mechanical means. So it is done by eye, with some risk of Type-I error. Thus, the Bugzilla maintainers are pretty vigilant to stamp out spammers, sometimes edging on being ham-fisted (er, -footed?). -pd > On 07 Feb 2016, at 00:25 , frederik at ofb.net wrote: > > No problem. > > Another suggestion would be to simply validate user input like most > websites, and reject invalid submissions immediately, rather than > blocking the user's account. I don't know what kind of spambots you > are up against, but unless th...
2005 Mar 10
1
caching
...are actual bugs, are they being worked on? Does somebody have a wrapper script which accomplishes the task I'm trying to accomplish (or is support for it planned to be included in ssh - since it seems like the main reason one would want caching in the first place)? Thanks, Frederik -- http://ofb.net/~frederik/
2016 Nov 15
0
getGraphicsEvent() alternative for cairo graphics device?
...Top Logic National University of Ireland, Maynooth ----- Paul Murrell <paul at stat.auckland.ac.nz> wrote: > > Thanks Frederick. > > Mark, if you have any examples to share, they would also be gratefully > received. > > Paul > > On 14/11/16 14:53, frederik at ofb.net wrote: > > Hi Paul, > > > > OK I tried not to make the examples too fancy. > > > > Please let me know what you think. They should probably be amended to > > support the Windows platform, but I think that task would be much > > easier for someone with ac...
2016 Dec 02
4
Spam messages
Have others received spam messages after posting to this list? The two problem emails are HodgesDonna485 at yahoo.com and amykristen4003 at octbm.com. [[alternative HTML version deleted]]