search for: coading

Displaying 5 results from an estimated 5 matches for "coading".

Did you mean: loading
2012 Aug 15
1
samba 3 create_connection_server_info failed: NT_STATUS_ACCESS_DENIED
Hi everybody.... I'm trying to build a fileserver with samba. And I had it ok when users where authenticating via samba, but I changed the authentication method to OpenLDAP, and for some strange reason users can not access the shares anymore... it is giving me this error: "create_connection_server_info failed: NT_STATUS_ACCESS_DENIED". I have chacked the permission in the SO and is
2007 Jul 10
0
Odd AGI Issue - STREAM FILE, GET DATA not playing file
Apologies if this has been brought up before, but extensive googling and digging through my list archive didn't turn anything up. Basically, I'm working on an AGI web app and need to read some digit input. I'm having multiple issues with asterisk interpreting agi commands at the moment, but I figured I'd start with this one. when I call GET DATA or STREAM FILE I don't
2006 Mar 16
1
filling a matrix with data
Hi, I've extracted netcdf data in R, and am trying to output it in a matrix format. I can make the matrix, and I have the data, but I can't get the matrix to include the data... I'm not very experienced at using R, so please forgive the crudeness of these codes... # For the matrix wind_dir_data<-matrix( NA, 17, 365 , byrow = FALSE ) wind_speed_data<-matrix( NA, 17, 365,
2005 Sep 28
15
Asterisk on windows
why can't we compile the asterisk coading in windows, it's done in c++ so it should work in windows as well
2008 Jan 08
47
specs on private methods
How does a person test private methods? Is there a way to declare them as private, but retain any tests that were written during the initial development? Thanks. -- Posted via http://www.ruby-forum.com/.