search for: otherword

Displaying 20 results from an estimated 35 matches for "otherword".

Did you mean: otherwords
2009 Apr 23
2
Replace the first word of a string
Does anybody have a good starting point for how to read the first word of a string and then, based on several defined pairs, swap it? I''ve been considering using something like @split = @message.split(''-'') if @split[0] == "word" ... elsif @split[0] == "otherword" ... end Even if this is the best way to do it, I''m not sure how to replace the word or patch the string back up for display. :/ -- Posted via http://www.ruby-forum.com/.
2012 Jul 24
3
Nearest Neighbors
I was wondering if there is a way in R to find k nearest neighbors of various orders, say order 2, 3, or 4. In otherwords neighbors of neighbors of neighbors. You get the idea. I know that I can use knearneigh(matrix.data, k) but this only gives me the k nearest neighbors and not of a particular order. Thanks in advance. -- View this message in context: http://r.789695.n4.nabble.com/Nearest-Neighbors-tp4637618...
2008 Mar 01
2
One quick question concerning R
Just started using 'R'. Nice system. Once quick question: Is it possible to put plot more than one series against a common 'x variable on the same plot? In otherwords, I may want a stacked bar chart of line chart containing more than one series. Could not figure out how to do this. Thanks for your help. Marc Diamond Aviation-Software, Inc. [[alternative HTML version deleted]]
2007 Feb 05
1
trap info from dtrace ???
Can dtrace help with collecting any of the following, in otherwords are there any existing counters to be exploited, or am I going to have to make my own custom Solaris build with additional counters... currently I can get this detailed trap information from our SPARC simulator, for example here are some ints-per-sec during a benchmark-of-interest:...
2004 Apr 07
1
SIP <--> PSTN gateways
...the standard companies (Packet8, Broadvox, Vonage, etc.) allow you to use your own SIP device (phone or something like *) instead of the interface hardware they usually provide? 2. What about latency and reliability? 3. Finally, do any of the providers deliver more than one call via SIP? In otherwords, if I'm already on a call and another comes in will they attempt to deliver it? Thanks -brian -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040407/2f9c52f2/attachment.htm
2013 Nov 01
1
samba4, with existing krb5 and ldap
...dc=com" # this object needs to have read and write rights on # the realm container and principal subtrees ldap_service_password_file = /etc/krb5/service.keyfile ldap_servers = ldaps://machine1.somewhere.com ldaps://machine2.somewhere.com ldap_conns_per_server = 5 } in otherwords ldap uses krb5 for authentication (AND it took me ages to work out and test the krb5.conf and have ldap and cyrus and bind all working together ) NOW I want to use the machine as a domain controller and install samba4 thereon. I learnt that samba4 has a bundled ldap and cant use the ldap...
2006 Mar 04
5
SQlite3 hoopup issues on mac os x
friends of the int-arweb. what does this mean: (in bold) ActiveRecord::StatementInvalid in Contact#create SQLite3::SQLException: SQL logic error or missing database: INSERT INTO contacts Context: this happened after I had finished setting up RoR as per the tutorial at http://maczealots.com/tutorials/ruby-on-rails/ the database, is like, there. is there a nice ruby command like deal to
2007 Mar 19
1
"Module not found"
...ging to figure out what else is going on there, and if someone can suggest some (I've used trace+comm for serial, plus trace+exec to track this down, plus trace+relay...) I'll post the results. Now I'm running version 0.9.15 of wine because GSAK won't run on anything past 0.9.16 (In otherwords, I could upgrade to 0.9.16 maybe, but at this point no farther because GSAK causes a terrible execption in later versions... that's my next task to fix)... So upgrading really isn't an option. Any help I receive will be appreciated. Thanks. bpw.
2003 Oct 21
3
Quick summary of Grandstream survey results
Here is a quick tally of the various things people asked for.. I'm going to go thru the list and weight the results based on my scale of 1-10. This is just a count of each "item", otherwords how many times that item came up. Some things I considered as bugs and lumped them as bug-fixes For the various requests for codec's I broke out which ones people where asking for. low-bw-codec 15 Bug-Fixes 13 tftp-config 8 Speaker-Vol 7 Headset-Jack 6 GSM...
2008 Dec 10
6
Miredo 1.1.5
I found a src.rpm for 1.1.5-1 for fc8 (not rh8!). I was able to rebuild it on my Centos build system. The rpms are identified as 1.1.5-1.i386.rpm, no el5 or other identification was placed in the files. I don't see how to control this when you rebuild from an existing src.rpm. Interestingly the fc8 designation was lost. I also rebuild it on my fc10 system. It worked, and the rpms have
2014 Jul 10
0
Reducing volume problem after aec and preprocessing
...with 2 computers and they are communicating.(It looks like double-talk but actually one aec and preprocessing algorithm is running in each computer) Anyway the problem is after processing(I'm using aec and preprocessing for noise suppression), the output signal's amplitude is reduced. In otherwords, output volume is reduced. I don't know why. I experimented like just using aec without preprocessing and just using preprocessing without aec, but output amplitude didn't seem to be reduced. And I also tried with wave file instead of realtime, but it wasn't reduced. Just when I...
2009 Jan 24
1
Lordof the rings the conquest
hi, i want to play lord of the rings the conquest but in game menu the loading screen dont disappers and the wine console is fluted with: err:d3d:state_colorwrite (WINED3DRS_COLORWRITEENABLE1/2/3,0,7,7) not yet implemented. Missing of cap D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored? is there any way to solve the problem?
2007 Sep 26
0
How to set VMX trap on a perticular Memory Page
I am trying to locate the code (xen hypervisor or dom0) where xen is configuring to hide the physical phages (MMIO or other physical pages) from domain(s). This way CPU generates pagefault when domain tries to access them, which causes VMExit to occur. In otherwords, there may be some where we must be registering pages to hide from domain. ????? I do know where it gets handled (hvm_mmio_intercept, hvm_mmio_handlers, hvm_mmio_access, hvm_send_assist_req in QEMU). But where do I configure/set for example a specific 4K page to always pagefault based VMExit....
2006 Feb 14
0
Help with Eager Association
...out the nuances of what works and what doesn''t work. I''ve got 3 models: profile, widget_configuration and widgets profile.rb -- has_many :widget_configurations widget_configuration.rb - belongs_to :profile belongs_to :widgets widgets.rb - has_many :widget_configurations So in otherwords, widget_configuration is a sort of ''rich'' m-to-m association table containing foreign keys to both profiles and widgets. The table looks like this: widget_configurations ------------------------------ profile_id (FK) widget_id (FK) -------------------------- So now what I'&...
2010 Jul 13
3
trouble finding a solution for this mouse problem
I'm running ubuntu lucid, playing Red Orchestra on Steam. Ingame, the cursor locks at the edges of the screen, so I cannot do a 360 view in game. In otherwords, I go to turn left and can only turn part way there. I am sure there is a fix out there somewhere, I'm just not searching under the right terms. I tried the reg fix on the game's wine page but that didnt solve the problem. Any help would be appreciated. Its one of the last apps to mov...
2007 Jun 18
0
Copying my new Centos 5 to my main drive
.... A swap partition. A LVM partition with: a / ext3 sub-partition. a /home ext3 sub-partition. while booted from this minimum install, use cp to copy the following directories from the test drive to something like /home/working: boot, bin, lib, misc, opt, sbin, sys, usr, etc, var, root, tmp In otherwords skip: lost+found, mnt, proc, selinux, home, media, net, tftpboot, srv The reason for including boot is to get the newer kernels. This opens the question of is there anything in places like proc and dev that I need to get becuase they were updated since the 5.0 ISO images? Once copied, boot f...
2008 Jan 24
4
winbindd: Exceeding 200 client connections, no idle connection found
Hello, Can someone tell me how to resolve the "winbindd: Exceeding 200 client connections, no idle connection found" error in my log.winbind? I see tons of them on a regular basis. samba-3.0.28,1 squid-2.6.18 FreeBSD 6.2-STABLE #1: Thu Mar 15 01:46:50 CDT 2007 Kind regards, Elvar
2003 Oct 08
1
BudgeTone 102 flakey sound
I have experienced lots of apparently dropped packets (in other words, lots of short interruptions of what the other party tries to tell me) with a GS102 and chan_capi. The GS102 is connected through a lightly-loaded switch directly connected to the * server, so bandwidth/latency shouldn't pose a problem. Funny thing is that the switch indicates 10mbit on the GS102 port - is that correct?
2009 Jun 06
5
Rake Tasks
...ariables from those areas. 2. With my custom .rb I''m also requiring ''hpricot''. Is there anything special I need to do with a .rake file to make sure that it knows to pull this gem? And, if I export to my real site, how do I ensure that hpricot is loaded there too? In otherwords, what expectations should I be relying on? 3. When I run a rake task and need to communicate with my database (for uploading purposes) is there an easy way to do this? Can I utilize .rake with my DB inside of my rails environment? Or, are rake tasks completely seperate and distinct and need to...
2005 Mar 03
0
Re: Samba Problem seen on 24help
...Backup Operators (S-1-5-32-551) -> bin >Users (S-1-5-32-545) -> participant > > I'm curious how exactly you got to this point... You have all the requisite groups here but they aren't quite right. You should delete the entries here that don't match the domain SID, in otherwords, the S-blah-blah37-XXX entries that are correctly mapped to unix groups. IF you are running LDAP, which I can't tell, I would guess that you populated your passdb with smbldap-populate before configuring the parameters properly. In that case, just delete the samba attributes from your p...