search for: coad

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

Did you mean: chad
2012 Aug 15
1
samba 3 create_connection_server_info failed: NT_STATUS_ACCESS_DENIED
...objects = recycle, full_audit writeable = yes path = /opt/FNMA/GEAD/CFIN force user = root comment = Coordenadoria de Financas valid users = @gead-cfin, at gead write list = @gead-cfin, at gead create mode = 770 directory mode = 775 [COAD] vfs objects = recycle, full_audit writeable = yes path = /opt/FNMA/GEAD/COAD comment = Coordenadoria Administrativa valid users = @gead-coad, @gead, @gead-cdoc write list = @gead-coad, @gead, @gead-cdoc create mode = 770 directory mod...
2007 Jul 10
0
Odd AGI Issue - STREAM FILE, GET DATA not playing file
...then the script goes straight to the next line, nothing actually gets done. For reference, here's the relevant perl snippet (I know I'm calling a file of silence, but this occurs with other files as well) print "exec swift \"Caller I D not recognized, please enter your pin coade followed by the pound key\" \n"; print "GET DATA silence1 \n"; print "exec swift \"Thank You\"\n"; Console Dump: AGI Tx >> agi_request: webrelay.agi AGI Tx >> agi_channel: SIP/207.103.129.146-08243870 AGI Tx >> agi_langua...
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/.