search for: funcationalities

Displaying 16 results from an estimated 16 matches for "funcationalities".

2008 Feb 07
3
Sharing Sessions between Ruby on Rails and PHP
Hi there, I have a RoR app but for one of the funcationality (photo uploads) I am using PHP. I need to know how I can share/access session information from RoR in PHP since the PHP also updates the database and the entry information is contained in the RoR sessions. Please advice. Thanks in advance. Adil --~--~---------~--~----~------------~-------~--~----~ You received this message because
2004 Feb 21
2
reduce the size of samba 3.0 binary
I installed samba 3.0. It works. But the only problem is that the whole binary package is > 800MB (Solaris 2.8) It's a big package to fit in a 2g of / partition. Is there way we can reduce the size of the binary by select function/local/etc? I don't need all the funcations it supports. Only support UNIX nfs data to PC. thanks, Jeffrey
2004 May 19
2
[LLVMdev] Question about insert function or instruction.
Hi llvmer, I am trying to learn how to use llvm. My question is described as the following, there has already a testcase code, and I get bytecode by using llvmgcc. What I want to do is to insert a call funcation into each basic block, which is for statistic some information. 1) I implement call function in another c/cpp file and can I insert the external call function to existed bytecode ? if it
2004 May 21
1
[LLVMdev] Re: LLVMdev digest, Vol 1 #292 - 4 msgs
Hi, Thank Brian Gaeke so much. Following TraceBasicBlocks.cpp, I modified the code as below and could insert instruction or function I need into anywhere in Module. But it works well without BB->getInstList().push_back(InstrCall), and if I add the BB->getInstList().push_back() following new CallInst(), I got error information when runing opt. What is the reason for it? And is it necessary
2010 Nov 19
2
libvirtd & dnsmasq
libvirtd is starting dnsmasq! This is on RHEL5.5 I don't see it mentioned in /etc/init.d/libvirtd or /etc/libvirt/* or /etc/sysconfig/libvirtd 4337 ? S 0:00 /usr/sbin/dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/default.pid --conf-file= --listen-address 192.168.122.1 --except-interface lo --dhcp-range 192.168.122.2,192.168.122.254
2005 May 25
2
Budgetone 102 and voicemail problem
Hi, Just playing with a couple of Budgetone 102 phones and they are pretty good for the price. The only problem i'm having at the moment is when I get a voicemail on the Asterisk box the LCD flashes. Dialing *98 goes to the VoiceMail Manager, and asks for mailbox, I enter 201, then asks for password, enter my voicemail password set in the Extensions -> webadmin, then hit the
2004 Dec 04
1
[LLVMdev] Question about writing a pass
Hi , I got a few for writing a pass. 1) Is it possible to use input parameters in command line ? For example, we got our own pass, ie. HELLO opt -load ../../Debug/lib/libHELLO.so -HELLO < hello.bc From the above command line, could we use some input parameter and we can read those parameter in Pass routine? 2) For splitting BB, the way what I did is to pick up instruction
2013 Jun 23
1
2SLS / TSLS / SEM non-linear
Dear all, I try to conduct a SEM / two stage least squares regression with the following equations: First: X ~ IV1 + IV2 * Y Second: Y ~ a + b X therein, IV1 and IV2 are the two instruments I would like to use. the structure I would like to maintain as the model is derived from economic theory. My problem here is that I have trouble solving the equations to get the reduced form so I can run
2006 Jan 29
0
Networking: Simple steps
I am new to XEN and have been successful in getting up a guest domain. Can some point me to some simple instructions to get my guest domain to network? Domain0 is funcationing and I am able to surf the web. It is not clear to me how to setup the vif. Any information is greatly appreciated Thanks Samui Systems, Inc. 5954B Bartonsville Road Frederick, MD 21701 PHONE: +1(301)
2006 Aug 08
1
Call for Beta Testers: R+ (read R plus) for Solaris and Linux:
Code-named R+Team, our commercially supported R group is looking for beta testers for R+ on Solaris and R+ on Linux. We'd love to get your feedback for our R+Professional version that has additional funcationalities for enterprise support. The sooner we get your feedback and inputs, the faster we'll make changes for the final release! To participate in our beta test program, please email dsmith at xlsolutions-corp.com or go online www.xlsolutions-corp.com/contact.htm The windows (Vista) version of R+ is...
2004 May 19
0
[LLVMdev] Question about insert function or instruction.
> What I want to do is to insert a call funcation into each basic > block, which is for statistic some information. I recommend that you look at the various pieces of code under llvm/lib/Transforms/Instrumentation, e.g. BlockProfiling.cpp and TraceBasicBlocks.cpp. They do essentially the same thing as you are trying to do. > 1) I implement call function in another c/cpp file and >
2006 Feb 16
4
how to clear screen in R-console?
HI all, How to clear the screen in R-console? Thanks a lot@! [[alternative HTML version deleted]]
2006 Feb 02
1
RE: Re: No VMX-guests on Intel Xeon/VT
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > Thorolf Godawa > Sent: 02 February 2006 02:30 > To: xen-devel@lists.xensource.com > Cc: xen-users@lists.xensource.com > Subject: [Xen-users] Re: No VMX-guests on Intel Xeon/VT > > Hi all, > > OK, I''ve installed
2006 Feb 02
1
RE: Re: No VMX-guests on Intel Xeon/VT
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > Thorolf Godawa > Sent: 02 February 2006 02:30 > To: xen-devel@lists.xensource.com > Cc: xen-users@lists.xensource.com > Subject: [Xen-users] Re: No VMX-guests on Intel Xeon/VT > > Hi all, > > OK, I''ve installed
2003 Jan 08
0
print issue with 2.2.4a on FreeBSD
I have installed samba 2.2.7 on freebsd from the ports collections. I had a previous installation of samba 2.0 and I used my old smb.conf file to duplicate the funcationality I had. Trouble is, printing from winNT/2K clients doesn't work. Printing from win9x machines still does. I've been through the docs on samba.org and looked in chap6 of HOWTO collection on printing and the
2012 Feb 29
15
[RFC] [PATCH] Add btrfs autosnap feature
From: anand jain <anand.jain@oracle.com> Anand Jain (1): [RFC] Add btrfs autosnap feature Makefile | 6 +- autosnap.c | 1553 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ autosnap.h | 81 +++ btrfs-list.c | 140 +++++- btrfs.c | 46 ++- btrfs_cmds.c | 186 +++++++- btrfs_cmds.h | 3 +- scrub.c | 1 + 8 files changed, 1982 insertions(+), 34