search for: amol

Displaying 17 results from an estimated 17 matches for "amol".

Did you mean: aml
2005 Dec 28
6
Custom tooltip component?
...by nature of "tool tip", don''t display if the mouse moves out during that interval. etc) Any suggestions? Could prototype / script.aculo.us be leveraged in any way to simplify the implementation of this functionality? (Or is there a trick that''s even simpler?) Thanks, Amol _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2011 Aug 20
2
hetlp_type text doen't work on Ubuntu
Hi, I' using Ubuntu 10.10/11.04 and on both of the systems help doesn't work unless I set options(help_type="html"). I hate to change context and help_type='html' distracts me. I want text based help inside console. Where should I look to fix this problem? -- Amol
2011 Jun 21
1
Looking for Sipura-2000 Latest Firmware
...ays I have been searching for its latest firmware for upgrade. Googling tells me that Cisco has stopped the support for this device and I dont have definite idea on where would I be able to find the firmware to upgrade my device. Any help in regards to getting the firmware will be helpful. Regards, Amol -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110621/0ba52630/attachment.htm>
2010 Nov 20
1
Vectorizing a function that needs to access previous elements of a row
...ve to that element? My problem: I want to calculate something like x[i] = x[i] / x[i - 1] for each element of a vector x: ex. x <- data.frame(a = c(1:10)) # incorrect foo = function(y) { y[n] <- y[n] / y[n-1] } div <- lapply(x, foo) Any help would be greatly appreciated. Regards, -Amol Shelat [[alternative HTML version deleted]]
2005 Dec 17
17
problems with quotes and escaping
First of all I''d like to say thanks for all the great work everyone has put into scriptaculous, I''m having a lot of fun playing with the framework, and easily moving into Web 2.0 territory. I''ve just hit a snag on my project though. So here''s my code: ... var newEvent= "<div
2005 Dec 13
2
Ajax.Request onComplete
Hello, I have a small class where i want to use attributes of the instance when an ajax call returns, so I wrote: *var* MyClass = Class.create(); MyClass.prototype = { initialize: *function*(form_id, rendered_id) { this.form_id = form_id; *var* edit_form = $(form_id); *var* rendered_node = $(rendered_id); *if* (!edit_form || !rendered_node) { this.enabled = *false*;
2001 May 26
3
OpenSSH ports and crypto issues
...don't think generating a random number involves encryption, but I have !clue about such things.) I'd very much like to make this available without treading on anyone's GPLed toes or having the NSA hunt me down, so please let me know what the best route to proceed would be. thanks, -amol
2005 Oct 05
1
whether rsync supports resource fork or any alternative
Respected Sir I want to know whther rsync supports resource fork on mac os x. If it doesnt is there any alternative to handle resource fork while doing remote replication between mac and other platforms. Amol Gajewar SPSOFT TECH India
2005 Nov 09
1
Element.removeClassName(..) - bug or incorrect usage?
...unction(classNameToRemove) { if (!this.include(classNameToRemove)) return; this.set(this.select(function(className) { return className != classNameToRemove; }).join('' '')); }, it seems to work as expected. Apologies if this has already been addressed. Thanks, Amol Katdare
2005 Jun 20
2
does fsck.ext3 read data blocks?
hi, I am working on a file system related project. I want to know whether the fsck utility for ext3 reads data blocks (storing user files,etc) at any stage? thankin you, amol __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2005 Dec 05
3
Effect.Highlight on Ajax.Updater
Hello to all list members... Exchuse for my bad english, I don''t write english very well. I''m searching for a solution to hilight a div when his value change. The value in these div is take from Ajax.Updater . the code is: new Ajax.Updater(''acc'',''tools/head_info.php'',{asynchronous:true}); and have a settimeout to recall it every 5 seconds.
2017 Nov 14
0
Doubt about replacing alt storage disks
...? Can end user mail deletion cause deletion of m.* files ? 2. I'm worried about commonly occuring problems with such movement : duplicate mail download in pop / resync in imap / index corruption. Is there any way to check integrity of data before switching to the new disk ? Thanks in advance, Amol.
2006 May 26
0
Migration of solaris instances
...t; <file> Copy this file to another xen enabled machine and xm restore <file> where the <dom> is running solaris. If yes, what would that give me ? Will it start all processes from where they were frozen at the time of save ? thanks -- -------------------------------------- Amol Chiplunkar _______________________________________________ xen-discuss mailing list xen-discuss@opensolaris.org
2009 Jul 17
1
OT - Sensa Fuze
Anyone have experience with using a Sensa Fuze mp3/ogg player on CentOS 5.x? I'm looking for a player that plays vorbis and isn't a M$/DRM/Apple slave and this one looks like a good one to buy. Thanks for any help!
2005 Dec 18
3
JavaScript question
Hi guys, I know this is not the perfect place to ask this question, but I''m struggling with object-oriented javascript and event-handlers and you guys are probably the only ones adept enough to help me out with this. I have this calendar code I hate (and still have to maintain ;) and wanted to change it to use object-orientation. So I have written a JavaScript-class called
2005 May 16
0
access violation error when installing cafesuite timer
hello. i installed wine and i have access violation when installing cafesuite timer..
2009 Mar 18
1
Ajax file upload with remote_form_tag
when I tried below, it worked <form target="upload_iframe" action="/profile/validate_charts_file" id="upload_charts" method="post" enctype="multipart/form-data"> <input type="file" name="charts_file" id="filename" /> <input type="button" name="submit"