search for: opperation

Displaying 11 results from an estimated 11 matches for "opperation".

Did you mean: operation
2003 Jan 23
3
still not working
ok, i ran through the diagnosis.txt and on steps 3,8, and 9 i get errors. on 8 and 9 i get "no service is opperating at the destination network endpoint on the romote system." On 3 i get the error i enter my password then i get the error "session setup failed: NT_STATUS_LOGON_FAILURE" when i try to connect to my machine through run on a pc i get the same error i get on
2008 Aug 26
1
Potential Error/Bug?: addition of NULL during arithmetic
...rred when a function received a NULL value rather than a numeric value as a parameter and then attempted to use the NULL value in the calculateion. The error: "Error during wrapup: nothing to replace with" can be easily recreated with the following code: > 1 + NULL # note that the opperation succeeds and returns a numeric vector with dim(NULL) numeric(0) > bar <- 1 > bar [1] 1 > foo <- 1 + NULL > foo numeric(0) > bar <- bar + foo # note that here the assignment operation succeeds and 1 + (1 + NULL) -> numeric(0) > bar numeric(0) > bar <- c(1, 1) #...
1997 Apr 03
0
R-alpha: R0.50-pre6: "stack imbalance in ..." // is.vector(matrix...)
[[[ To the new subscribers of the R-devel mailing list: The latest prerelease of R 0.50 has not been announced to this mailing list, by accident. In short, get R6.tgz and R6-update.shar.gz, from ftp://stat.auckland.ac.nz/pub/ihaka/ and first unpack the tar file, then the shar file in the same directory.. ]]] and to ALL "R-devel"oppers: Yes, please use this
2006 Jul 18
2
send a list from R to C
Hello at all ! What is the correct form to give a list form R (e.g. list(c(-1,1), "TestFile") ) to C. I have no problems, if I don't use character and I have also no problems to give a character vector form R to C. But, if I combine real and strings in a list then I don't know the correct syntax. I try it with following (an example): SEXP writeFile(SEXP headerR){ Image
2006 Jul 06
4
Using Integers to Store Bits of Information
Hi, I am a very new to ruby on rails so please forgive me if someone has asked this before. I need to make a form with many checkboxes. Sometime ago I was using Coldfusion and I chanced upon this great article on how to store flags using binary numbers. http://cfdj.sys-con.com/read/41674.htm Just wondering if there is something similar in RubyOnRails that I can learn from and use. That
2006 Jun 29
7
sql question for rails
...g someone could help me out with a small yet quite time-boggling task...i have a two tables users, groups joined in as a habtam relashinship (has and belongs to many) and i need to select from the mydb (mysql if it matters) users out of the User model, in accordance with TWO groups in one rails opperation to improve performance...basicly, say i have ten groups and ten users, and i wanted to take out seven(or whatever) of the ten users that are associated with two groups(1 and 2) in one select operation. i don''t know if this is possible but this is kind of what i was thinking; @users_as...
2006 Jun 23
0
SOAP Web Service Exception
I am working on building a prototype for a Rails Web Service that will be used potentially by non-ruby/rails languages. When testing using the *invoke* scaffold I have no problem getting the correct result, however when using a 3rd party PHP client I get a *NoMethodError (undefined method `collect'' for #<SOAP::SOAPNil:0x24ea1bc>):* exception from the rails Webrick web server.
2003 Nov 07
3
Outlook + attached files
I am not sure where to begin to look into how to solve this problem. I've setup a samba 3.0.0 Fileserver moved all of my users files over to it, works great thanks developers=). I've encountered a few documented problems such as the Excel saving over another file thing(already been patched I belive). And a few I can't find anything on. One specifically is causing me some grief. We
2003 Dec 01
0
No subject
...r I go into the APW, select "Network printer server" and click next, the client CPU resources hit 100% and the APW just shows an hour glass forever. On the Samba server I show a connection from the client using "smbstatus". The client has to be logged out to return it to normal opperation. Shutting down Samba once it has locked up, has not effect. If I leave Samba off, then run the APW, everything works fine on the client. It is able to browse the domain and install printers just fine. When I turn the Samba daemon back on, and try to browse the domain from APW, the client locks u...
2007 Oct 17
4
RELENG_7 jerky mouse and skipping sound
I just updated to RELENG_7 from 6.2 and I'm running into some really annoying issues with jerky mouse movement and skipping sound. This seems to be similar to: Re: SCHED_4BSD in RELENG_7 disturbs workflow This happens both with 4BSD and ULE. I seems to happen when I'm compiling ports and a new cc/bzip2/sh process fires off (I'm just watching top), I'll get the skip/freezeup.
2003 Dec 01
0
No subject
if((group_c = *lp_force_group(snum))) { BOOL is_guest = False; some lines deleted token = create_nt_token(uid, gid, current_user.ngroups,current_user.groups, is_guest); must_free_token = True; } set_sec_ctx(uid, gid, current_user.ngroups, current_user.groups,token); /* * Free the new token (as set_sec_ctx