search for: simillarity

Displaying 20 results from an estimated 39 matches for "simillarity".

Did you mean: similarity
2009 Jul 15
5
Grouping data in dataframe
Hello, I have a dataframe (obtained from read.table()) which looks like ExpA ExpB ExpC Size 1 12 23 33 1 2 12 24 29 1 3 10 22 34 1 4 25 50 60 2 5 24 53 62 2 6 21 49 61 2 now I want to take all rows that have the same value in the "Size" column and apply a function to the
2013 Dec 22
0
Generic UPS driver
On 21/12/13 21:31, Ariel Wainer wrote: > > Ok, I did this, here is how it went (approximately): > t=0 power on the UPS, with some load. > t=2 min unplug the UPS from mains, alarm goes off. > t=33 min low battery alarm goes off. > t=35 min ups powers down. > Ok, trying to make sense of the capture (again: it's all guessing, I have no experience with usb protocol): Up
2023 Jan 05
3
Directly setting unicodePwd - better type of hash?
Hi, we sync our password from other system by directly setting unicodePwd in samba database file. We would like to drop the insecure hash stored in other system and replace it with something newer and more robust. Documentation on page https://samba.tranquil.it/doc/en/samba_fundamentals/about_password_hash.html#propagating-a-password-change-from-samba-ad-to-an-openldap says "It is now
2006 Mar 05
1
Can log into the mailbox from Soft-phone , but not from Hardware Phone
Hi I am using asterisk 1.4 on RHEL4 I am sending this mail to the mailing list , to enquire wheter any one had faced simillar problem which I am facing now I am facing a problem which is not able to solve or understand , the problem is that I cannot log into the mailbox from a VoIP hardware phone , while I am able to login to the mail box using soft-phone for the same users
2001 Jan 09
1
Corrupted Files
Hi, recently I recognized, that some of the files of my laptop (mostly binary-files, StarCalc, PDF, ...) are corrupted. The files couldn't be viewed or opened (with SO) anymore. The files from older backups, before I used ext3-0.0.5 in ordered mode work still pretty well. I had no fatal crash or something simillar between these dates (OK, I had two times a powerloss of my laptop), but nothing
2003 Feb 12
1
Confussion in mirroring
Hi all I want some information regarding mirroring. When mirroring from a rsync enabled site what internally happend?. mirroring is simillar to backup?. I want to know what is the difference between mirroring the batabase and backup the databse. plz help me regarding that. Thanx in advance. Regards Srinivasa Rao NatureSoft Pvt. Ltd. 11-20, 2nd Lane, Appu street, Mylapore,
2008 Nov 28
1
Regarding posting a package to R-forge (with one of the dependent packages not in CRAN)
Hi Guys, Recently I wrote a package for dealing with Markov Switching Regressions in R and it is included in the Rmetrics project. https://r-forge.r-project.org/projects/rmetrics/ Everything works fine when I use it in computer. But, the package depends on the use of optimization functions from the package Rdonlp2, which is not available on CRAN. So, if I have Rdonlp2 in my laptop (or any
2023 Jan 05
1
Directly setting unicodePwd - better type of hash?
On 05/01/2023 10:13, Edward Graham via samba wrote: > Hi, > > we sync our password from other system by directly setting unicodePwd in samba database file. We would like to drop the insecure hash stored in other system and replace it with something newer and more robust. > > Documentation on page
2009 Sep 14
2
Is there an equivalent of "echo"
Sorry I'm having one of those moments where I can't find the answer but I bet its obvious... I'm outputting my results to a file using sink() Is there a command simillar to php's echo command that would allow me to add some text to that file ie: dataFr$a = 1:10 dataFr$b = 2*1:10 sink ("filepath/filename.txt", split=T) #Show number of entries in vector a table
2006 Jun 28
7
caching objects
Hi, i just wanted to say my sorries in advance (sorrie/sorry/sorri)...i have just started learning about the subject of caching, but unfortunately haven''t effictively managed to implement what i had learned. obviously it''s possible to cache a whole page, or action with the caches_page :x or caches_action :y methods, but for some reason it hasn''t really worked with
2013 Dec 22
2
Generic UPS driver
On Dec 21, 2013, at 11:36 PM, Ariel Wainer wrote: > On 21/12/13 21:31, Ariel Wainer wrote: >> >> Ok, I did this, here is how it went (approximately): >> t=0 power on the UPS, with some load. >> t=2 min unplug the UPS from mains, alarm goes off. >> t=33 min low battery alarm goes off. >> t=35 min ups powers down. >> > > Ok, trying to make
2013 Dec 22
2
Generic UPS driver
On 20/12/13 21:22, Charles Lepple wrote: > > Maybe Dan, the maintainer of the nutdrv_qx driver, has better insight on this, but my uneducated guess is that I don't think it is Megatec/Qx. The logs don't show any commands going down to the UPS, just Interrupt Read requests to EP1IN. > > It definitely won't be covered by stock usbhid-ups either, although it does implement the
2005 Sep 22
4
Questions about R
Sep, 22nd,2005 Dear Authors, Thanks for reading this email. I'm a graduate student from China (PRC) and learning the R at present. Now I have some questions to ask you as I have met some strange problems during installing and running the R environment, which can not be found in the "R FAQ" document (or just I can not find them). It might be useful that I gived you the information
2004 Aug 13
3
External MW Lamp On/Off
One of the connections my asterisk PBX has is an analog extension from a Comdial hybrid. On the Comdial system, message waiting is turned on by dialing *3 and then the station number. It is turned off by dialing #3 and the station number. I was wanting to have Asterisk (or Comedian mail) set the message lamp in the Comdial system when a new message arrives for a user, and extinguish the lamp
2007 May 30
2
Depot - empty_cart with ajax
First of all id like to say hi to everyone from Argentina, im yet another Depot first-timer. Going through the example, i got to the point where my cart finally runs Ajax-based. And there is a line where Dave says, after all the job is done "You should see the cart in the sidebar update. And you shouldn''t see your browser show any indication of reloading the page. You''ve
2011 Dec 08
5
Master repeatedly killing workers due to timeouts
Hi, We''re using unicorn as a Rails server on Solaris, and it''s been running great for several months. We''ve recently been having a few problems and I''m at a loss what might cause it. A number of times in the past few days, our unicorn slaves keep timing out & the master keeps restarting them. unicorn.log looks something like : E,
2006 Mar 16
6
Newbie question - Rails without database
Hello to all, I am entirely new to Ruby and also to Ruby on Rails. As far as I understand, Rails builds its model according to the a specified table structuree in in the database. However, most of my applications, are for the most part (except some backend CRUD stuff) not database centric. They do a lot of calculation for the user. So, how can I create a model, when no database is needed,
2013 Dec 27
0
Generic UPS driver
On 22/12/13 16:48, Charles Lepple wrote: > > Also, there is an Interrupt Out transfer at #4115/2154 (repeated at #4117) that sends a 0x01 down to the UPS. I assume it turns off at that point, or shortly thereafter? Sorry for the the delay, If I remember correctly, that's what happened. >> It looks simillar to the UPS implementation example from >>
2023 Jan 05
1
Directly setting unicodePwd - better type of hash?
It works for us without problems. We would like to improve security though, so I'm looking for information whether it's possible to use different hash in samba. ________________________________ Od: samba <samba-bounces at lists.samba.org> za u?ivatele Rowland Penny via samba <samba at lists.samba.org> Odesl?no: ?tvrtek 5. ledna 2023 12:15 Komu: samba at lists.samba.org
2005 Feb 14
1
trouble installing CentOS
greetings, We are a couple of new CentOS users here. We have previous experience with RH and FC installations. Now we'd like to move up in the world to CentOS. We successfully installed the 3-CD set of CentOS-3 on a laptop this weekend. When the script instructed us to remove the installation media and reboot, we did that and then the system hung after text was displayed showing the stopping