similar to: A weird thing happened.

Displaying 20 results from an estimated 5000 matches similar to: "A weird thing happened."

2005 Feb 24
2
a question about function eval()
Hi, I have a question about the usage of eval(). Wonder if any experienced user can help me out of it. I use eval() in the following function: semireg.pwl <- function(coef.s=rnorm(1),coef.a=rnorm(1),knots.pos=knots.x,knots.ini.val=knots.val){ knotn <- length(knots.pos) def.par.env <- sys.frame(1) print(def.par.env) print(environment(coef.s)) tg <- eval( (parse(text=
1998 Apr 29
2
Multiple usernames and strange log
Hi guys, I would like you to help me with two problems we have here with samba. It works fine on almost all the situations but we're unable to connect from a win95 machine with two identities simultaneously. The situation is that: john and eric have their own account in the server (Unix running samba). They share another account (say netmen). They need access to
1999 May 17
4
Drive namings...
Just wondering if there is a way to get drive namings to change according to who's logged into the network. ie. 'bob' logs into windows networking and gets... E: 'bob' on server kiwi. Now if 'sue' logs into windows networking on the same pc she gets... E: 'bob' on server kiwi. But E: contains sue's stuff. So is there a way into making 'sue'
2006 Jun 19
3
newbie validation
hi there. Here is the simple scenario: My active record connects to a table that contains an integer field. My form contains a text box that allows me to enter a value to get updated to the integer field. If anything gets entered that is anything other than a POSITIVE INTEGER, I want to display an error. I have noticed that if I create a new active record like @record =
1998 Nov 02
1
password stuff
Greetings All: I hope everyone had a fun Halloween weekend (I carved 4 big pumpkins and gave out a bucket full of rubber eyeballs and stuff). I'm hoping somebody can explain the password behavior I've been seeing (and a couple of other things). Here's my setup: An isolated LAN (most clients have modems for dialling out) with one linux/samba machine (RedHat 4.2, kernel 2.0.30,
2000 Apr 11
3
scp: command not found.
Hey. I found references to my problem 'scp: command not found' in the archives. But I could not find a solution to this problem. Could someone please help me out here? Info: OpenSSH 1.2.3, RedHat 6.1 Thanks! -- Steve
2000 Mar 28
3
password problem -- or bug?
A Redhat 6.0 linux server with Samba 2.0.6, Windows 95/98 clients. By accident I just discovered a surprising and quite disappointing password problem on our Samba network. If a user on our network has a non-empty Windows password, he is forced to supply his password to log in to the network and gain writing privilegies -- as expected. However, if the user has an empty Windows password, he is
2007 May 08
3
Token Bucket Filter and Dropping
I am trying to create my own Token Bucket Filter. However, I have a problem with packet dropping. Scenario : I got two streams 20KB/s each. I got one bucket with rate 20KB/s I put both streams into this bucket. When buffer is full packets need to be dropped. The problem is that only every other packet needs to be dropped in this scenario. Streams are the same so queue looks like that : S1 |
2000 Jul 17
2
Plain Text Passwords
How do you undo the Plain Text Password Registry hack in Windows? How do I reverse it after it has been applied? Daniel Hardy metaSENSORS, Inc. 358 Hungerford Drive Rockville, Maryland 20850 Tel: (301) 762-3078 ext. 35 Fax: (301) 340-0769 Email: danh@metasensors.com On the Web at www.metasensors.com -------------- next part -------------- HTML attachment scrubbed and removed
2006 Jan 19
7
validates_numericality_of positive integer
Hi, What is the simplest way to validate a positive integer? validates_numericality_of :foo, :integer_only => true how do I add the positive part? Do I need another validation statement for pattern matching or do I have to write a validate() funciton for my model? Thanks, Peter
2005 Aug 22
1
Hangup Faster
Hello - My single line extension users (connected via channel banks) need to be able to hang up faster. If they just flash the hook it doesn't disconnect right away. Any ideas on how to resolve this? Thanks, Dave -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Mar 24
2
Occurrs in IE <!--[endif]-->
Hi all, Here i have a problem with IE. My page having rightsidebar having some contents.I displayed the contents by copying from word using condition like this. <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas />
2012 Jul 24
1
quantstrat questions
Quantstrat useRs, I have a number of questions about how to use quantstrat that I have accumulated since I have begun playing with it. First, can the orderqty be dynamic? All of the examples I have seen are based on placing an order for 100 shares when a rule is triggered. Is it possible to set it up to buy the maximum number of shares given the starting or current equity? Similar to that
2006 May 18
2
VoiceMail Groups
Has anyone seen good scripts or documentation on Voicemail groups? We are looking to have a system where you can send a voicemail to multiple mailboxes. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060518/777a7b83/attachment.htm
2004 Apr 26
1
Weird, weird, weird thing with my Asterisk box...
I've been banging my head into a wall over this one... Yesterday, we had a big fire down the block, so the city chopped the power to our whole block for a few hours, and the Asterisk box didn't shut down properly, just died when the UPS ran out. So I power it back up when I got in, and everything seemed to check out OK, except that when I dialed in to the system, or tried to connect
2002 Jan 29
1
--compare-dest option
I'm translating rsync.1, and i'm having some problems with the --compare-dest option description, actually i dont understand the part which describes the usefulness of this option, it says : This is useful for doing transfers to a new destination while leaving existing files intact, and then doing a flash-cutover when all files have been successfully transferred (for
2007 Dec 10
2
asterisk linkedin group
asterisk linkedin group I have created an asterisk linkedin group for anyone interested. http://www.linkedin.com/e/gis/45252/66270A773F53 Thank You, Steven BerkHolz - MCSA - MCSE - Manager of Information Systems HIROTEC AMERICA Board member of Connectech Greater Detroit www.connectech.org ________________________________ Please visit us on the web at www.hirotecamerica.com HIROTEC AMERICA Ph.
2010 Sep 15
1
optim with BFGS--what may lead to this, a strange thing happened
Dear R Users on a self-written function for calculating maximum likelihood probability (plz check function code at the bottom of this message), one value, wden, suddenly jump to zero. detail info as following: w[11]=2.14 lnw =2.37 2.90 3.76 ... regw =1.96 1.77 1.82 .... wden=0.182 0.178 0.179... w[11]=2.14 lnw=2.37 2.90 3.76 ... regw =1.96 1.77 1.82 .... wden=0.182
2017 Dec 15
0
something weird has happened....!!!!!!!!!!
On 15/12/2017 7:45 AM, akshay kulkarni wrote: > dear Members, > > > > Today something weird has happened on my R console. I have attached two screenshots of the same vector in my R console but they differ. Those are function calls, you aren't just printing the same vector twice, you're producing two vectors. But in what way do they differ? I looked at 3 entries, and
2006 Aug 02
2
Weird relationship thing
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060802/f8cc6d95/PGP.bin