search for: noodling

Displaying 20 results from an estimated 46 matches for "noodling".

2003 Aug 31
3
Problem and Question regarding R
Hi, I'm just about to install the Precompiled Binary Distribution of R from CRAN for SuSE Linux 8.2: R-base-1.7.1-1.i386.rpm My system is SuSE Linux 8.2 Professional Edition on a Pentium 4: # uname -a Linux linux 2.4.20-4GB #1 Mon Mar 17 17:54:44 UTC 2003 i686 unknown unknown GNU/Linux 1) Problem: I've tried to install the above base rpm archive with the command: # rpm -i
2005 Sep 13
2
wbinfo returns Error looking up domain users
Hi all, We have the following setup : PDC (samba/ldap) BDC's this was all originally setup on 2.0.9 and was working fine. We upgraded to 2.0.20 a few days now wbinfo doens't work. We use usrmgr.exe for admin and no users show up and only the BULTIN groups show up. zeus ~ # wbinfo -u Error looking up domain users zeus ~ # wbinfo -g BUILTIN/Print Operators BUILTIN/Backup Operators
2004 Aug 06
1
SPEEX_GET_QUALITY error
I am embedding speex in boost python when i execute int TSpeexEncoder::getQuality() { int Quality; speex_encoder_ctl(enc_state,SPEEX_GET_QUALITY,&Quality); return Quality; } i get the error warning: Unknown nb_ctl request: 5 looking in the header SPEEX_GET_QUALITY is equal to 5 I am able to read all the other settings. the codec appears to be set with VBR=0 I am
2007 Mar 25
3
Can''t seem to get rewrite rules to work with Apache
Hi, I''m struggling to get an Apache rewrite rule to work. I have a simple rule that for a request to "a.html" will be sent to "b.html". However the requests for "a.html" are always sent to my Rails apps. Here is my Apache configuration: <VirtualHost 216.154.219.19:80> <Directory /u/apps/simplelog_2.0.2/public/> Options FollowSymLinks
2009 Oct 08
2
how do I name data frames and files according to the index of a for loop?
...ame the data frames and/or files by their respective index, to get: Data_frame_name1 Data_frame_name2 Data_frame_name3 ... Data_frame_name2858 I would also like to produce the .csv files: ~/file/goes/here1.csv ~/file/goes/here2.csv ~/file/goes/here3.csv ... ~/file/goes/here2858.csv I've been noodling over this for a while and have looked all over but I can't seem to get the syntax right. Any help at all would be appreciated. Thanks again! -Ken Ervin
2007 Jan 08
6
hard-hang on snapshot rename
[Initial version of this message originally sent to zfs-interest by mistake. Sorry if this appears anywhere as a duplicate.] I was noodling around with creating a backup script for my home system, and I ran into a problem that I''m having a little trouble diagnosing. Has anyone seen anything like this or have any debug advice? I did a "zfs create -r" to set a snapshot on all of the members of a given pool. Later, f...
2004 Apr 27
1
parsing to compare
...ther context or simply to jump to an extension in the present context, or hangup Everytime I've tried (using gotoif as an example) I get a parsing error; or the program allows everything through. Think of the process as being like Disa, except you don't send the '#' I've been noodling around with code that is pretty much as follows: [main2] exten => _XXXXXXX9XXXXXXXXXX,1,SetVar(AUTHCODE=${EXTEN:0:7}) 'Calls coming in to '*' from outside are answered and sent here. The Caller recieves PlayInterruptibleTones(dial) 'and begins entering digits. The first seven a...
2009 Jul 22
2
A technical question about the speex preprocessor.
...ula, you're right, hypergeom_gain() would *not* converge to 1 for large x, but would instead be gamma(1.25)/sqrt(sqrt(x)) which would approach zero. Now if the formula for the hypergeometric gain were instead gamma(1.5) * M(-.5;1;-x) / sqrt(x) that *would* approach 1, but that's just me noodling around with the formula to get something that approaches 1. Since I don't know how the hypergoemetric gain was derived (or even really what it means) I don't know if that's useful or not. Can you tell me what the source was for the original table values? John Ridges Jean-Marc Vali...
2016 Mar 14
0
Liferay Users
Hi, Would you be interested in Acquiring Liferay Users List for your marketing campaigns? We also have Other Technology Users Like: Salesforce Customer Portal, Noodle, Red Hat jBoss, OpenText Portal, Backbase CXP, Covisint ExchangeLink, Edge IPK, Jostle, CRM Portal Connector for Dynamics CRM, Diligent Boards and many more... Information: Name, Title, Email, Phone Number, Company name, Web
2006 Apr 03
2
It seems that acts_as_taggable can not be used under 1.1?
If the acts_as_taggable plugin has been installed via ruby script/plugin install acts_as_taggable while not acts_astaggable gem installed via gem install acts_as_taggable,it seems that the plugin can not work at all under the rails 1.1 enviroment.According to http://wiki.rubyonrails.org/rails/pages/ActsAsTaggablePluginHowto the plugin should work under edge rails,but when the document
2002 Jun 03
0
Very Nice!
Hey Peter! Great work on the SYSLINUX project! I spent three days noodling over how to accomplish *exactly* what your ISOLINUX/MEMDISK combination does! Even a blind hog finds an acorn from time to time. I have it working great using the crpack utility suite from http://www.nu2.nu and one of Bart Lagerweij's techniques employs your SYSLINUX utilities - you probably...
2004 Nov 23
1
problem with machine joining domains
Hi there. I have a problem with joining machines to a ldap/samba domain. originally I had errors saying can't find root user to auth, which is solved, but now when a machine tries to join the domain I get an error saying "user is not found" however the machine is added and the logs show no problems as all authentication is successfull can anybody give some insight ? -- Henti
2004 Nov 25
0
SAMR_CREATE_USER not running add machine script
Hi all I have now got a working PDC with successful adding of machines to domain and users can login. I've created a second PDC on a seperate machine using exactly the same configs with different PDC name. I can join a machine to the domain, but when you try to log in after joining the domain I get "unknown username or password" the logs shows that all authentication was
2014 Feb 12
1
Bug#738720: blktap-dev should depend on uuid-dev
Package: blktap-dev Version: 2.0.90-2 Severity: normal blktap-dev does not pull in uuid-dev which results in the following error when including vhd/libvhd.h: /usr/include/vhd/libvhd.h:37:23: fatal error: uuid/uuid.h: No such file or directory #include <uuid/uuid.h> ^ compilation terminated. Installing uuid-dev fixes the problem, but it seems that blktap-dev should
2011 Mar 23
1
How identify args into R, sent from a command line.
Hi, For example, I have several variables in php, like var1 = 1, 2, 3, 5, 6 var2 = 3, 1, 8 var3 = 8, 10, 4, 0, 9, 1 I sent the arguments to R, with this line: '/usr/bin/R --vanilla --slave --args '.$var1.' '.$var2.' '.$var3.' < script.r' In my "script.r" I can read the arguments whit this line: args=(commandArgs(TRUE)) args=as.numeric(args) args
2004 Nov 17
1
User Administrator in passdb, but getpwnam() fails when trying to add XP machine to smb/ldap domain
Hi all I've been trying to get this sorted out for a day now, I have done the following: Followed the howto at http://samba.idealx.org/smbldap-howto.en.html Changed the reg settings in XP added the computer to ldap added administrator to ldap when I try to add the computer using the settings in XP, when prompted with username and password I use the administrator and password set
2006 Jul 21
3
ROR - Apache - FastCGI / Can''t see stylesheets or javascript
Folks ... I have been porting my app from dev environment on Webrick to Apache with FastCGI. I have the app responding and pulling up the data, but it is ignoring the "images", "stylesheets", "javascripts" directories located in the public directory. I''m running Apache under Suse Linux 9.x. Here is the information that I have in my vhosts.conf file:
2008 Dec 09
2
Rails and Ruby behind proxy
Hi there, I''ve a little problem. On my code, I use the flickraw gem. On the application.rb there is a require ''flickraw'' who create a new instance, and for that need to pass the net. It works at home, but in my office we have a proxy, and when I launch webrick I have an error saying that I''m behind a proxy :(. Does anyone have an idea on how to correct this
2006 Jan 11
2
a series of 1's and -1's
Does anyone know of a simple test in any R package that given a series of negative ones and positive ones ( no other values are possible in the series ) returns a test of whether the series is random or not. ( a test at each point would be good but I can use the apply function to implement that ) ? thanks.
2005 Jan 19
1
G.729? Worth it? -- YES --
im using g729, but the bw usage is ~26 kbps per call, my gateways (cisco) support g723 and the bw between the gateways is ~18 kbps per call. Much better than the ~62 kbps of the g711. if you plan to be a voip provider you "must" go with compression codecs, especially if you want your customers to browse the internet while having a call. i.e. : We give voip phones (grandstream) to our