search for: betray

Displaying 20 results from an estimated 58 matches for "betray".

2002 Apr 16
2
passing ", betrayed by the non-vanishing \
mtex[3]<-"I need\'s a \"double quote\" with no backslash" mtex[3] [1] "I need's a \"double quote\" with no backslash" so how is it done? Thanks in advance, graham lawrence _________________________________________________________________ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list --
2016 Apr 22
2
Dual boot C7 with Window 10
...Secure Boot (which I don't > recommend) or you switch between CentOS and Windows using the > firmware's boot manager. You'll have to figure out which F key brings > up the boot manager. On my Intel NUC it's F10, *shrug*. May I ask a couple of questions which I'm afraid betray my ignorance. 1. Why is it advisable to "revert back to UEFI"? Is this just a safety measure? I would have thought that if an intruder had got in this far, enabling him to install unsigned modules, he would have you at his mercy anyway? 2. I installed CentOS-7.2.1511 from a Live USB sti...
2006 Mar 22
2
observe_form without ajax?
This betrays my lack of javascript knowledge, but is it possible to watch a whole form for changes and activate some javascript when those changes occur without any remote request? That is, I want to do exactly what observe_form does, but without the ajax call actually happening. I realize I could use the...
2010 Oct 11
3
One server not showing SSH port, the other is.
I have two CentOS servers running SSH on two different non-standard ports. So far as I can tell, they have identical /etc/ssh/sshd_config files with the exception of the different port (both are 22xx). However, when running nmap on them, one betrays the port that SSH is running on, and the other does not. I have shut down iptables on both machines and the behaviour remains this way. What could be the cause? Specifically, how can I hide the port that SSH is running on? I'm sorry that I cannot provide the IP addresses, the owner of the ser...
2005 Dec 22
6
Performance and scalability
Hi, My question is. What are your performance experiences compared to languages such as PHP, PERL and ASP? Could you build a site as big as Ebay on rails and have it perform fast enough? I''m afraid that the generalisation in components I see so much users asking for will make the framework too heavy compared to a clean programmed for perfomance PHP application. Probably even
2004 Mar 19
2
Odd behaviour of step (and stepAIC)?
I can only assume I'm betraying my ignorance here, but this is not what I would expect. I'm getting the following from a stepwise selection (with both step and stepAIC): > step(lm(sqrt(Grids)~ SE + Edge + NH), scope=~ (Edge + SE + NH)^2) Start: AIC= 593.56 sqrt(Grids) ~ SE + Edge + NH Df Sum of Sq...
2012 Nov 09
4
as.data.frame(do.call(rbind,lapply)) produces something weird
...quot;a",x,sep=""),as.list(unlist(list(b=myfun(x),c=myfun(x*x*x)))))))) > z a b.x b.y c.x c.y 1 a1 1 1 1 1 2 a2 2 4 8 64 3 a3 3 9 27 729 --8<---------------cut here---------------end--------------->8--- the appearance of z is good, but str() and summary betray some weirdness: --8<---------------cut here---------------start------------->8--- > str(z) 'data.frame': 3 obs. of 5 variables: $ a :List of 3 ..$ : chr "a1" ..$ : chr "a2" ..$ : chr "a3" $ b.x:List of 3 ..$ : int 1 ..$ : int 2 ..$ : in...
2012 Nov 14
0
[LLVMdev] Is infinite empty loop dead code?
Following loop (in asm) is often seen in embedded programs. It is used to delay for certain amount of time. If it were not written in asm, compiler would blindly delete the entire loop. How can compiler know such DCE betray program intention? for (i = 0; i < N; i++) { nop; nop; nop } I guess in the gray area, if programmer do not want compiler do something he doesn't expect, he/she perhaps have to resort to some esoteric ways. Compiler would otherwise have hard time in analyzing. On 11/13/2012 11:46 PM,...
2008 Jul 08
1
odd dnorm behaviour (?)
...ike that produced by: f=function(x,m,s){ y=rep(NA,length(x)) for(i in 1:length(x)){ y[i]=integrate( dnorm , upper=x[i]+sqrt(.Machine$double.eps) , lower=x[i]-sqrt(.Machine$double.eps) , mean=m , sd=s )$value } return(y) } curve(f(x,m=0,s=1),from=-5,to=5) #If the latter code betrays a misunderstanding of what a pdf is, be gentle! #Mike
2005 Mar 24
0
Is there a way to get inserted into an LEC's CLIDB? (fwd)
----------------------------------------------------- "Yeah, we rocked the vote all right. Those little bastards betrayed us again." - Hunter S. Thompson on the 2004 election. ---------- Forwarded message ---------- Date: Tue, 22 Mar 2005 19:16:09 -0800 (PST) From: Matt Klein <mklein@nmedia.net> To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> Subje...
2010 Oct 23
0
nwn cd key, nwn2 serial key, neverwinter nights 2 serial key
neverwinter nights 2 storm of zehir cd key (http://www.cdkey-game.com/neverwinter-nights-2-storm-of-zehir-expansion-cd-key-p-519.html) neverwinter nights 2 cd key (http://www.cdkey-game.com/neverwinter-nights-2-cd-key-p-304.html) neverwinter nights 2 mask of the betrayer cd key (http://www.cdkey-game.com/neverwinter-nights-2-mask-of-the-betrayer-cd-key-p-326.html) Our site: http://www.cdkey-game.com Our forum: http://forum.cdkey-game.com (more than 8000 members now) My Email: kobe at cdkey-game.com My MSN: kobe at cdkey-game.com ================ Desmond
2003 Oct 27
1
anonymous login successful
Hi ml, When I do a smbclient -L 10.90.3.44 Password: <blank> there is written Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 2.2.3a] ... How can I get rid of this message, because it's betraying my OS and Samba version. thanks stefan
2012 Nov 14
2
[LLVMdev] Is infinite empty loop dead code?
On Wed, Nov 14, 2012 at 03:32:53PM +0800, 陳韋任 (Wei-Ren Chen) wrote: > On Tue, Nov 13, 2012 at 11:23:02PM -0800, Shuxin Yang wrote: > > Hi, All: > > > > Is it legal to delete empty infinite loop like this : "while(1) {}"? > > It is interesting that both llvm and gcc keep the loop, however Open64 > > delete it. > > I think it's illegal
2007 Jun 12
1
Viewing a data object
Dear list, First apologize that this is trivial and just betrays my slothfulness at the keyboard. I'm sick of having to type a long name just to get a glimpse of something. For example, if my data frame is named 'AuroraStochasticRunsJune1.df" and I want to see what the middle looks like, I have to type AuroraStochasticRunsJune1.df[ 400:500, ] And...
2002 May 14
4
Redirect loc::80 to fw::3128 not work
The rule: ACCEPT loc $FW::3128 tcp www doesn''t work propertly, the http access does not redirect to squid but directly exit. what''s wrong? Thanks ------- Dario Lesca (d.lesca@ivrea.osra.it) -------------------------------------- @@@@@@@ this is my shorewall-1.2.13 config: #[/etc/shorewall/common.def]-----------------------------------------------
2018 Aug 11
1
[trees-plugin] - Dovecot index gets corrupted, when using maildir and recievend and accessing mail at the same time
...at the mercy of mathematical gods greater than we. Looking to a "magical" oracle on your server to do it for you, whilst keeping all of the leaky, plaintext, and promiscuous protocols (DSN, bounces, intermediate MXer hosts that eruct contents to various envelope addresses, etc) that will betray you behind your back without a moment's notice is a Fool's Errand. Think it over. =M=
1998 Aug 05
6
IP Security for Linux (IPSec)
I''ve kept this one on the back burner for a while, waiting for it to mature before attempting to use it, and now having seen OpenBSD ship with IPSec I''m getting a bit impatient =). What is the status of IPSec for Linux (and more specifically RedHat)? By this I mean I just did some www browsing/etc and found about a half dozen different implimentations, ranging from NRL, to a
2009 Sep 17
2
CentOS is dead, long live CentOS
...What happens to the probability of a successful successor project? Somehow, I do not think that such a turn of events would improve the odds. Trust, well that is another matter. The number of sports clubs, churches, charities and service organisations that have been ripped off by individuals who betrayed their fellow members' trust is uncountable. No doubt most, if not all, of these people once warranted the trust reposed in them. However, as the Bernie Madoff case shows once again, trust without verification invites betrayal. Money is a very corrosive material to place in the hands of peop...
2014 Mar 13
0
From Harouna Ouedraogo.
Dear Friend, STRICTLY CONFIDENTIAL, I am the Manager in charge of Auditing section of Societe Generale de Banques au Burkina (SGBB), I Hoped that you will not expose or betray this trust and confident that I am about to repose on you for the mutual benefit of our both interests. I need your urgent assistance in transferring the sum of Five Million United State Dollars Only (US$5,000,000) immediately to your nominated bank account in your country or else where. Please not...
2006 Dec 08
0
SoulSeek: winsock:NtStatusToWSAError Status code c0000024
...ned in three years: http://bugs.winehq.com/show_bug.cgi?id=1226 I also see a bunch of "fixme:winsock:WS2_async_recv status: -1073741536" interleaved with that other error, which might or might not be related. This error code stands for 0xC0000120 - STATUS_CANCELLED if my math doesn't betray me. I'm using wine 0.9.26 now, but I've seen this for as long as I can remember (0.9.17 for sure, as I was using that up to earlier this week). These messages get printed to the console every few seconds. This is running with a clean $HOME/.wine, on top of which I installed SoulSeek, gecko...