search for: unpick

Displaying 20 results from an estimated 22 matches for "unpick".

Did you mean: unpack
2011 Feb 03
2
substring and paste character with a for loop
Hello R users, I have a little problem with a for loop. Below there is an simple example of my problem. I want to delet the commas in the character string. Fore this reason I create a for loop to unpick the string and rebuild him without the commas. The problem is, that "paste" does not work in the loop as I expected. text <- "aaa,bbb,ccc,ddd" characterseq <- seq(1,15,4) for (i in characterseq ){ m <- paste(substring(text,i,i+2),sep = "") } > m [1] &qu...
2014 Apr 14
2
[LLVMdev] PR17975 and trunk
...s: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20131202/197968.html So my question is should we revert r191059 on trunk? From what I can see, the code has already been refactored once in r198768 (retaining identical functionality). Further work may make it even more difficult to unpick. Thanks, Rob. P.S. CC-ing Kai Nacke in case he still intends to follow up on his original patch. -- Robert Lougher SN Systems - Sony Computer Entertainment Group
2017 Nov 28
1
Failed attempts
...that is very instructive. > You're welcome. > >> I was always unimpressed with >> persistence of attempts to make more secure (less pickable) cylinder >> cased >> locks (precision, multi-level, pins at a weird locations/angles). > > The best way to make an unpickable lock is to make the tolerances of the > pins and the cylinder bore as tight as possible, since picking relies on > part tolerances to work.? But several sidebar designs are out there that > are pretty hard to pick, including Schlage Primus, the various Medeco > styles, and others, s...
2013 Jan 01
0
[LLVMdev] IR function pointers
...'t mention what language you're trying to compile, though it looks plausibly C++. I'd guess these are virtual function calls. In general you can't tell which actual function will be called at compile-time, since it will depend on the precise class of the object being used. LLVM can unpick some of this (the optimistions go under the generic term of "devirtualisation"), but obviously not all. If you as a reader just want to know what function's being called in broad terms, I'd look at where that %1608 comes from: likely loaded from an offset in the vtable, stored in...
2013 Jan 01
2
[LLVMdev] IR function pointers
I am coming up against a lot of function pointers in the IR, although the corresponding source code does not have indirect calls. For example: call void %1608(%"struct.LRT::RGBAucharFrameBuffer"* %1604) How can I resolve the targets of these? Also, why are they appearing as indirect calls in the IR, when they are direct calls in the source? Thanks. -Apala
2017 Feb 13
4
CentOS 7, systemd, NetworkMangler, oh, my
...a server. > > This is terribly bad advice I'm afraid ... https://access.redhat.com/solutions/783533 The legacy network service is a fragile compilation of shell scripts (which is why certain changes like some bonding or tagging alterations require a full system restart or very careful unpicking manually with ip) and is effectively deprecated in RHEL at this time due to major bug fixes only but no feature work. You really should have a read through this as well: https://www.hogarthuk.com/?q=node/8 On EL6 yes NM should be removed on anything but a wifi system but on EL7 unless you fal...
2024 Mar 04
1
[External] Re: capture "->"
...rse your expression. It might make your language parser a bit trickier though. Let's see how these things turn into R's AST using `lobstr`: > library(lobstr) > ast(A ~.> B) ??`~` ??A ????`>` ??. ??B > ast(A <.~ B) ??`~` ????`<` ? ??A ? ??. ??B You'd have to unpick that tree to figure out you've got A and B on either side of your expression, and that the direction of the expression is L-R or R-L. You could also use -.> and <.- symbols, leading to a different tree > ast(A -.> B) ??`>` ????`-` ? ??A ? ??. ??B > ast(A <.- B) ??`<`...
2005 Dec 05
4
Keeping data on 2 servers in sync !
...orking but we want to add the second office to the system. (Currently 1 office has 10 users and the second office has 1 user connected via VPN ) but the second office will have 20 within 12 months and the first will have 35 soon )) Has anyone done anything like this ? I am currently reading & unpicking http://www.linux-ha.org/ to see what that gives me. Any clues/comments very welcome, even if you think I am mad ! Thanks Denis
2024 Mar 04
1
[External] Re: capture "->"
...#39;s see how > these things turn into R's AST using `lobstr`: > > > library(lobstr) > > ast(A ~.> B) > ??`~` > ??A > ????`>` > ??. > ??B > > ast(A <.~ B) > ??`~` > ????`<` > ? ??A > ? ??. > ??B > > You'd have to unpick that tree to figure out you've got A and B on either > side of your expression, and that the direction of the expression is L-R or > R-L. > > You could also use -.> and <.- symbols, leading to a different tree > > > ast(A -.> B) > ??`>` > ????`-` > ? ?...
2017 Nov 28
4
Failed attempts
On Tue, November 28, 2017 9:21 am, Lamar Owen wrote: > On 11/27/2017 02:02 PM, m.roth at 5-cent.us wrote: >> Pete Biggs wrote: >>> - don't run ssh on 22, use a different port. >> I consider that pointless security-through-obscurity. > Security through obscurity it may be, but it isn't pointless. Tarpits are in a similar class; they don't help with security
2024 Mar 04
1
[External] Re: capture "->"
...> > > library(lobstr) > > > ast(A ~.> B) > > ??`~` > > ??A > > ????`>` > > ??. > > ??B > > > ast(A <.~ B) > > ??`~` > > ????`<` > > ? ??A > > ? ??. > > ??B > > > > You'd have to unpick that tree to figure out you've got A and B on either > > side of your expression, and that the direction of the expression is L-R > or > > R-L. > > > > You could also use -.> and <.- symbols, leading to a different tree > > > > > ast(A -.> B)...
2017 Nov 28
0
Failed attempts
...eri Galtsev wrote: > Thanks, Lamar! that is very instructive. You're welcome. > I was always unimpressed with > persistence of attempts to make more secure (less pickable) cylinder cased > locks (precision, multi-level, pins at a weird locations/angles). The best way to make an unpickable lock is to make the tolerances of the pins and the cylinder bore as tight as possible, since picking relies on part tolerances to work.? But several sidebar designs are out there that are pretty hard to pick, including Schlage Primus, the various Medeco styles, and others, such as the Kaba...
2006 Dec 06
1
POSIX and summer savings time
I have a time stamp in UTC (GMT) time: > format(ISOdatetime(1970,1,1,0,0,0)+1165398135729/1000,"%Y-%m-%d %H:%M:%OS3") "2006-12-06 09:42:18.823" (note millisecond accuracy, but not relevant to question here) Now, this time stamp actually "happened" at local (Swedish) time one hour later (10:42). Regarding summer/winter adjustments in time ("spring
2006 Sep 30
3
fixmodule patches
These patches (should) give us support for compiling against Ruby 1.9. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2013 Jan 01
2
[LLVMdev] IR function pointers
...#39;re trying to compile, though it > looks plausibly C++. I'd guess these are virtual function calls. In > general you can't tell which actual function will be called at > compile-time, since it will depend on the precise class of the object > being used. > > LLVM can unpick some of this (the optimistions go under the generic > term of "devirtualisation"), but obviously not all. > > If you as a reader just want to know what function's being called in > broad terms, I'd look at where that %1608 comes from: likely loaded > from an offs...
2017 Feb 13
0
CentOS 7, systemd, NetworkMangler, oh, my
...s terribly bad advice I'm afraid ... > > https://access.redhat.com/solutions/783533 > > The legacy network service is a fragile compilation of shell scripts > (which is why certain changes like some bonding or tagging alterations > require a full system restart or very careful unpicking manually with > ip) and is effectively deprecated in RHEL at this time due to major > bug fixes only but no feature work. > > You really should have a read through this as well: > > https://www.hogarthuk.com/?q=node/8 > > On EL6 yes NM should be removed on anything but a...
2002 Mar 01
2
Weakness in Knuth-TAOCP RNG (fwd) (PR#1336)
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. ---559023410-1141662977-1014960253=:3119 Content-Type: TEXT/PLAIN; CHARSET=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Content-ID:
2008 May 20
1
2.6.25.* domU i386 baremetal/xen dual boot kernels (Fedora 8)
...e, but I found it wasn''t necessary to copy the kernel or its modules into the guest; I just loaded it from the host filesystem. The file to use for kernel is the `vmlinux'' from the Linux tree''s toplevel, as sadly the Xen''s loader does not yet support unpicking bzImages. You will need extra=''console=hvc'' root=''/dev/xvda6 ro'' or the equivalent. Since the kernel and especially the initramfs are very large you are likely to have to increase the `memory'' parameter too. I have so far only with `vc...
2017 Feb 14
8
CentOS 7, systemd, NetworkMangler, oh, my
...#39;m afraid ... >> >> https://access.redhat.com/solutions/783533 >> >> The legacy network service is a fragile compilation of shell scripts >> (which is why certain changes like some bonding or tagging alterations >> require a full system restart or very careful unpicking manually with >> ip) and is effectively deprecated in RHEL at this time due to major >> bug fixes only but no feature work. >> >> You really should have a read through this as well: >> >> https://www.hogarthuk.com/?q=node/8 >> >> On EL6 yes NM shou...
2017 Feb 13
8
CentOS 7, systemd, NetworkMangler, oh, my
My manager tells me a system in the datacenter is down. I go down there, and plug in a monitor-on-a-stick and keyboard. It's up, but no network. I try systemctl restart NetworkManager several times, and ip a shows *no* change. Finally, I do an ifdown, followed by an ifup, and everything's wonderful. My manager thinks that the NM daemon thinks everything's fine, and there've been