search for: somehting

Displaying 20 results from an estimated 71 matches for "somehting".

Did you mean: somehing
2006 Mar 25
4
the textilize method
I saw the guy in the 15 min blog video calling a method called textilize however when i call it rails says it cant find this method. Is this somehting extra i have to install to ruby... like a gem or somehting -- Posted via http://www.ruby-forum.com/.
2008 Jan 25
5
Ferret+Lucene Index
...tch and Lucene for our heavy duty text analysis jobs but I?m trying to use ferrret to do some experiments. I understood that Ferret used the same index format as lucene but I cannot look into a lucene index with ferret and cannot read a ferret index with luke (the lucene index browser). Am I doing somehting wrong or have the formats diverged? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ferret-talk/attachments/20080124/db73387d/attachment.html
2003 Sep 12
2
Sorting a vector by date
...a problem and I stuck... How can I sort a vector of dates? For example I have the vector a<-ISOdate(2001, 1, 1) + 70*86400*runif(10) How can this vector be sorted chronological? And what's the function I should work with to handle these entries? (in sense of: which(a>2001-01-04) or somehting like that) Thank you for helping M.Kirschbaum [[alternative HTML version deleted]]
2006 Jun 19
2
home routers
I'm looking for somehting like the standard house hold linksys/dlink router. Basically it needs to have at least 1x100mbit port, wireless G capabilitys and at least 1 x anolog voip/sip connection. I've found linksys's WRT54GP2 which appears to do what i want. Anybody use this? Does it require vontage's se...
2006 Apr 30
4
acts_as_ordered_tree
I need an ordered (sortable tree) and I just was thinking if somehting like this is possible: class Item< ActiveRecord::Base acts_as_tree :order => "position" acts_as_list :scope => ''parent_id = #{self.id}'' end For my understanding mixing of two acts_as should be p?ssible, at least in this case, right? Unfortunatly the :scop...
2005 Feb 22
5
Samba 3.0.11 smbd hangs
Hi Guys, I have experienced an issue when the smbd stops responding, and after cannot kill the process, using SIGTERM or SIGKILL. A reboot cured the problem. I had the same problem once again a couple of days later. I realised that both times I had changed my smb.conf file directly, using vi, and shortly before the hang occured. The changes to the file were very minor, and the two were
2018 Jan 26
2
[PATCH] drm/nouveau/therm/gp100: Do not report temperature when subdev is shadowed
Not sure if i understand completely what you intend to say here, with this we prevent hwmon from reporting utterly wrong temperature values returning an error (we could return -EBUSY or somehting instead, granted), yet if the device is shadowed, getting a sane temp value out of is seems unlikely to me! Greetings, Tobias On 1/26/18 12:40 PM, Karol Herbst wrote: > no, we can't do that. We actually have to prevent this from hwom. The > issue here is, that the reg read returns 0x...
2015 Feb 12
1
Samba4 kinit issue with principal and keytab file
...Apache2 with kerberos authentication working. My question is more about troubleshooting a keytab. If I need to test manually a keytab file chalenging a specific principal, what's the prefered method ? I thougt that a kinit could be done using a principal name, but I am unable to kinit with somehting else than the user at REALM Any help ? Thanks. Olivier
2007 Jan 09
1
RSQLite NA on input
...,20.93,'C','B',7,8,7.5,2421,2230,2230,2,1,85,43,85,46,48,60 If I have a missing value - so file looks like ,85,46,,48, etc then RSQLite reads it as zero. ,85,46,0,48, etc I need it read it as NA. Tried various combinations with no success, adn found nothing on help site. Must be somehting very simple but . . . . Help much appreciated. Richard.
2010 Apr 26
2
How to disable the wine error window?
Hello together! Sometimes i get in my Win-Games an error in a small window from wine , like "somehting happend blablalabala wine error" Is it possible to disable this window in the wine regedit? and if it crahes, it crashes and kills the wine processes? thx lightmans
2010 Sep 02
1
samba slow and several "Write andx Request"
...k/hardware problem. Other clients are still running fast (e.g., windows xp). Looking at a transmission dump I see a lot of "Write Andx Request" packages (and replies) all moving the data offset by 64 bytes, that I suspect is the cause for the slowing down speed. Is there some option or somehting I can investigate more? Thanks, Luca
2005 Jan 10
1
connection limit with ipfw
...I've been trying to work it out with the ipfw limit but I really don't know how effective it is. For example: ipfw -q add 15 allow tcp from me to any 80 limit dst-port X keep-state out setup Will this limit the whole machine to X connections that match the rule? I wanted to build somehting that would limit every user to X conns without having one rule for each user using the "uid" directive. Thanks for your precious help. Regards, Carl _________________________________________________________________ It's fast, it's easy and it's free. Get MSN Messenger today...
2006 Feb 13
1
Managing multiple Dom0''s
...which holds the vbd''s for teh DomU''s and a GFS filesystem shared between the two Dom0''s . I''m currently considering witing a wrapper for "xm" that uses a database to store DomU options and last run locations, but I''m hoping someone aleady has somehting... -Jon _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Aug 14
2
Finding a models asscoations
...wer to this anywhere so any help/advice is appreciated. Each project has one risk and a risk has a number of has/one belongs to assocations. So what i want to do is in my code loop through all the associations for a risk and display some field information from each as they are pretty similar. So somehting like <% for model_association in project.risks %> <%= model_association.model_name %> <%= model_or_assocation.name %> <% end %> Each association to risk has a filed called name present which i would like displayed Is this possible or whats the best way to something...
2002 Jan 16
2
exhaustive permutations
...ivalent to determining all possible ways of assigning n samples to each of k groups = (kn)!/[(n!)^k*k!]. As a relative beginner at programming, I suspect that writing the code to determine (and list) these permutations is far beyond me. I am wondering, therefore, whether anyone out there has done somehting similar, or knows of any suitable routine to calculate these permutations that they would be willing to share with me. Thanks in advance. Nick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dr Nick Bond Department of Biological Sciences Monash University (Clayton Campus) Victoria, Australia, 380...
2006 Dec 13
7
Application Error
Hai All, I have got this problem. I dont know how to solve this problem. I am using Windows os, Error: Application error Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html Regards Selva -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this
2009 Oct 15
1
Problems with rJava and tm packages
...:menuInstallPkgs() Warning: package 'tm' is in use and will not be installed > speech <- tmMap(speech, stripWhitespace) Error: could not find function "tmMap" the package is installed correctly but its not able to pick it up in this version of R. Again, im not sure if its somehting with Vista or what. Thanks guys and gals Cheers, JR -- View this message in context: http://www.nabble.com/Problems-with-rJava-and-tm-packages-tp25913472p25913472.html Sent from the R help mailing list archive at Nabble.com.
2003 Nov 16
2
Can not add users to samba 3.0
...o add any users to samba. No matter if I use the CLI, the Webmin module or SWAT I always get this response when trying to add any user [root@matrix1 samba]# smbpasswd -m -a gerard Failed initialise SAM_ACCOUNT for user gerard$. Failed to modify password entry for user gerard$ I take it this has somehting to do with PAM & or shadow passwords, & I have been lookig for a about a week & the best that I can find anything related to this 'SAM_ACCOUNT' that resembles my problem, is that I need to make sure that ./configure (I have no idea which ./confiugure it is although I suspect tha...
2008 Aug 12
1
[LLVMdev] Using JIT to construct an invocation of a non-JIT function, or how do I interface to GCC exception handling
...s of functions. In other words I'm wanting to translate a scripting language into some executable assembler where each primitive of my scripting language is implemented with a "normal" function. That is, lets say I've got two primitives PUT and GET and my C++ interpretter goes somehting like int doPUT() { // Do the work of PUT } int doGET() { // Do the work of GET } int main() { // read in the script file and construct a Module containing a Function containing suitably ordered // CallInst objects that invoke doPUT and doGET } Can I do that? I can't figure out how to looki...
2005 Oct 14
6
Draggables onDragStart
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 1027 bytes Desc: image001.gif Url : http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20051014/b3c26edf/attachment.gif