search for: vinod

Displaying 20 results from an estimated 156 matches for "vinod".

2008 Jul 29
2
Hi I am vinod, I want to set up simple Samba PDC using tdbsam password backend. samba is installed on fedora 8 GNU/Linux. my network is about 30 windowsXP Pro. SP-2 static IP addressed machines. total no users about : 40 my network is : 192.168.1. sa
Hi I am vinod, I want to set up simple Samba PDC using tdbsam password backend. samba is installed on fedora 8 GNU/Linux. my network is about 30 windowsXP Pro. SP-2 static IP addressed machines. total no users about : *40* my network is : *192.168.1.* samba server is *: 192.168.1.10* windowsXP Pro. SP-...
2006 Jul 24
6
error_messages_for not working
I have the following code and I am not able to get it working. The error message is not coming on the top, it is just getting displayed on a different page if I dont have the rescue block commented at the bottom. Model: user.rb require "digest/sha1" class User < ActiveRecord::Base validates_presence_of :eaddress, :fname, :passwd, :pcode, :country, :day, :year, :month, :gender,
2011 Oct 27
7
Sangoma Card with 16E1 SS7 signaling
Hi Team, i have been facing issues with sangoma card with 16 E1. used LibSS7 asterisk 1.6 with 8 E1 the links are stable , but moment i add another card of 8 E1 for to support 16 E1. link keeps fluctuating any idea why ? Please help Thanks Vinod Dharashive -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111027/be6c3d84/attachment.htm>
2002 Jan 18
2
32 bit error compiling R on sparc-sun-solaris (PR#1273)
Full_Name: vinod rajakumar Version: R-1.4.0 OS: Solaris 5.8 Submission from: (NULL) (66.9.157.2) my machine looks like: SunOS 5.8 Generic_108528-07 sun4u sparc SUNW,Sun-Blade-1000 (64-bit) I downloaded the zipped R-1.4.0 files into $HOME/dwnlds, unzipped, un-tar-ed, and ran the following: export MAKE=gmake ex...
2006 Sep 26
9
Encrypt URL Params, such as the id
Is there any easy way to encrypt the URL params that is seen in the URL. I dont feel comfortable exposing the id of the models to the external user. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2006 Aug 25
3
RJS Error: Element.update is not a function
Hi, I have implemented some RJS code and I have the same exact code in 2 different places. In one place I get the error "Element.update is not a function" and the other place works fine. Any idea why this error is coming? Breaking my head. -Vinod --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2011 Jul 08
2
Playing captured speex frames
...the raw payload to a file. This file only has the speex frames (no udp+rtp headers). speexdec still complains about it not being a valid speex file presumably because the file is missing the header. Apart from manually constructing a header and prefixing it to the file, any other ideas? Regards, Vinod.
2009 May 28
6
[LLVMdev] mov instruction in LLVM IR
...tual to another. Though these are not like memory but I could represent them as local variables and do loads and stores; so I dont know how to represent it in C except as local variables. On Thu, May 28, 2009 at 4:06 PM, Mike Stump <mrs at apple.com> wrote: > On May 28, 2009, at 3:46 PM, Vinod Grover wrote: > > We are working on a new front-end for LLVM IR for a low level > > language; The input has mov from one scalar to another and we would > > like to represent these in LLVM IR. being new to LLVM I am not sure > > if there is a way to represent this since I cou...
2005 Jun 09
3
Understanding of HTB classes
...ceil setting of 1000kbps, I presume it means that the class can have bandwidth upto 1000kbps, provided the bandwidth is unused, if not it is assured a bandwidth of 250kbps. Is my understanding correct in this regards when it comes to unbounded classes? Please let me know, Thanks and Regards, Vinod C
2011 Jul 07
2
Playing captured speex frames
...the RTP payloads into a file but unfortunately, the speexdec utility seems to be wanting a valid header at the start of the file without which it reports an error. Is there any app that will let me play the speex frames? Have even tried Cain & Abel but that's not working either. Regards, Vinod.
2011 Sep 07
4
(no subject)
..._X.,5,Set(TIMEOUT(absolute)=10)??????? ; set time in? milliseconds exten => _X.,6,Playback(/var/callagent/prompts/monitor/thanks) exten => _X.,7,Dial(DAHDI/7/ 09501032209,10,S(60)) exten => _X.,8,Noop(${DIALEDTIME}) exten =>_X.,9,Goto(TB,_X.,1) exten =>_X.,n,Hangup() Thanks Vinod Dharashive Sent from BlackBerry? on Airtel
2013 Feb 23
2
[LLVMdev] mem2reg for non entry blocks?
...al data structures like linked list (and so on make it unsafe), and for that the existing conditions in IsAllocaPromotable (i.e. the alloca pointer cannot escape or be stored or cast etc) should guard against that, regardless of the position of the alloca. right? Is there a reason for this? Thanks Vinod -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130222/b1b2fbad/attachment.html>
2011 Jul 11
0
Playing captured speex frames
...---------------------------------------------------------------------- Message: 1 Date: Sat, 9 Jul 2011 07:19:10 +0530 From: Ashhar Farhan <farhan at phonestack.com> Subject: Re: [Speex-dev] Playing captured speex frames To: "Shridhar, Vasant" <vasant.shridhar at harman.com>, Vinod Panicker <vinod.p at gmail.com>, "speex-dev at xiph.org" <speex-dev at xiph.org> Message-ID: <CACUhZhWhg9+37Utmj4ioazHiSckZTdj00ZsQbkFE9kEDggDTXw at mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Adding ogg header won't do. The ogg is an envelope, n...
2009 Jul 14
2
[LLVMdev] types allowed for intrinsics?
I was looking at the LLVM IR documentation and was wondering if it is possible to define LLVM intrinsics which might be a pointer to some pre-defined struct or opaque types?If that is possible how would one go about doing that ? Thanks Vinod -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090713/31f3b122/attachment.html>
2005 Sep 18
1
trimmed mean in R seems to round the trimming fraction
...82,92,98) > mean(z, trim=0.10) [1] 59.875 > mean(z, trim=0.13) # wrong result is 59.875 [1] 59.875 > mean(z, trim=0.15) [1] 59.875 > mean(z, trim=0.18) [1] 59.875 > mean(z, trim=0.1999999) [1] 59.875 > mean(z, trim=0.20) [1] 57.83333 > mean(z, trim=0.40) [1] 53 Hrishikesh D. Vinod Professor of Economics, Fordham University E-Mail: Vinod at fordham.edu Tel 718-817-4065, Secretary 718-817-4048, Fax 718-817-3518 Web page: http://www.fordham.edu/economics/vinod
2012 Mar 27
2
Constructing Distance matrix for hclust
Hi, I have similarity value between string pairs in a mysql database. I need to construct the distance matrix which hclust can take and cluster the strings. Most of the examples I came across show how to construct the distance matrix using dist function. How can I code to construct distance matrix using the data in mysql db. Thanks a lot for any help. [[alternative HTML version deleted]]
2005 Dec 21
1
Limit for prio value
...c classification. Is there a limit to the value prio can take cos when I give the following command . tc class add dev eth2 classid 1:22 parent 1:2 htb rate 500Kbit ceil 1000Kbit prio 8 and then check the output, I find that the prio of 1:22 is 7, same case for other values above 7. Thanks, Vinod C
2013 Feb 26
0
[LLVMdev] mem2reg for non entry blocks?
Hi Vinod, On 23/02/13 02:20, Vinod Grover wrote: > Sorry if this has been discussed before, but I would appreciate any pointers. > I am trying to understand why mem2reg only looks at allocas in entry blocks, and > not for any allocas in a function. One case where allocas could be used to build &gt...
2006 May 30
11
Problems with Routing and Masquerading
...68.20.25 is WAN2 gateway, as we see the packets are going out through WAN2 , but the masquerading has happened to the WAN1 IP address. It seems to me that the root of the problem is the creation of the two cache entries. Any idea why this happens, and how it can be avoided. Thanks and Regards, Vinod C
2009 Jul 14
2
[LLVMdev] types allowed for intrinsics?
...te the correct instruction selection rule, or so I think. An alternative might be to not use intrinsic for this purpose and use the proper signature for this function whose definition (to the right instruction) is supplied by custom lowering of a predefined external function. Can this work? Thanks Vinod On Mon, Jul 13, 2009 at 8:57 PM, Chris Lattner <clattner at apple.com> wrote: > > On Jul 13, 2009, at 8:41 PM, Vinod Grover wrote: > > > I was looking at the LLVM IR documentation and was wondering if it > > is possible to define LLVM intrinsics which might be a point...