Displaying 20 results from an estimated 10000 matches similar to: "Business development Query and Quote"
2010 Oct 12
6
Rpart query
Hi,
Being a novice this is my first usage of R.
I am trying to use rpart for building a decision tree in R. And I have the
following dataframe
Outlook Temp Humidity Windy Class
Sunny 75 70 Yes Play
Sunny 80 90 Yes Don't Play
Sunny 85 85 No Don't Play
Sunny 72 95 No Don't Play
Sunny 69 70 No Play
Overcast 72 90 Yes Play
Overcast 83 78 No Play
Overcast 64 65 Yes Play
Overcast 81 75
2004 Nov 23
5
Fw: Gift for Mark Spencer
Why does this person have my e-mail address ?
----- Original Message -----
From: <markogift@astriholics.org>
To: <hackerwacker@cybermesa.com>
Sent: Tuesday, November 23, 2004 1:13 PM
Subject: Gift for Mark Spencer
> Hello everyone!
>
> We have been thinking about something that we could do for Mark
> Spencer as a holiday gift. We have decided to try to orgranize a
2006 Aug 02
0
Update to e-commerce e-book
I have just released the first revision since the initial release of
The Money Train, Building e-commerce sites using Ruby on Rails. It
is available for purchase now at http://www.agilewebdevelopment.com/
book.
Here''s a list of major changes since the initial release:
- Added content to Gift Certificates chapter about legal and
accounting details.
- Added product options section.
2008 Jan 30
0
Re: Paypal and subscriptions
Richard,
My name is Ron Coleman, a business development manager at EC Suite. We
specialize in on-line transaction processing and provide an an inclusive
e-commerce toolset designed to reduce the cost of processing and marketing
while you focus the managing of your business. Our subscription billing
service allows for flexible pricing options and multiple payment types. You
can create, cancel, and
2006 Feb 10
2
Paypal and subscriptions
Does anyone have any experience with subscriptions and PayPal?
I''m currently weighing up the options of what payment system to use for
an upcoming project which is subscription based and am not sure if
PayPal is capable of doing what I want and if I need to setup a merchant
account instead.
Basically it''s the same kind of payment structure as BaseCamp. 3 or 4
accounts which
2009 Aug 31
3
How to deal with PayPal frauds?
I charge my customers through PayPal, but recently faced a fraud which
previously had only heard about. Somebody registered a few accounts, paid
online with paypal (as my service is only prepaid) and started making
expensive long distance calls. In fact the IP registering the accounts was
from Florida, and IPs making calls were from Africa. After about 20 minutes
the first payment was reversed.
2008 Nov 23
3
Trouble Donating on centos.org
Hello,
I tried making a donation via the centos.org website but was blocked by
PayPal. I tried today and a few weeks ago.
The error I got in both instances was:
"The card you entered cannot be used for this payment. Please enter a
different credit or debit card number."
This strikes me as a strange response. It didn't say the card was
declined; it said it "cannot be
2006 Jul 01
0
Paypal IPN Gem
Having some problems. Using instant rails 1.3 updated with to rails
1.1.4. Gem Paypal and Money gems are installed. Also installed the
plugin paypal, I see it in /vendor/plugins/paypal and restarted the
server. I posted my error at the bottom. Any Ideas?
Thanks Kindly
-Ryan
# I have a controller called byc, in it I have this action.
def create
@registrant =
2006 Jul 25
7
Paypal - Instant Payment Notifications
Has anyone any experience of getting the Paypal plug in to work?
I''ve set myself up on the Paypal sandbox, I''ve setup my sending and
receiving accounts, i''ve got the Paypal button on my view, I can go and
make payments ok, but I can''t get the Instant Payment Notification part
to work. At the end of the payment process the user is left in a paypal
screen
2004 Jan 11
1
Re: Asterisk-Users digest, Vol 1 #2448 - 10 msgs
John,
Pounds
Sterling
Screw You (purely optional :-)
Your Call Is Being Connected
Please Wait
Sorry, Your Call Will Be Answered Soon
Your Call Is Important. (That is why we have not yet bothered to answer
it, instead dancing around the office high on tip-ex.)
And for the girlfriend filter:
Sorry, that number has not been recognized. Please hangup and try again.
or
This number is no longer in
2006 Jul 26
0
Has anyone managed to get the Paypal plugin to work?
Is there anyone out there who has managed to get Paypal immediate
payment notificiations to work with the Paypal plugin?
I can get as far as making the payment in the sandbox, but can''t get any
acknowledgement back to confirm the payment was made.
I''m confised as to how Paypal will know where to send the
acknowledgement as I''ve not supplied my IP address or anything
2013 May 10
2
paypal-express gem
Hello everyone
I am using paypal-express gem for Payapl payment.
I am using reference transaction method to get money from Paypal.
But i am getting IPN i.e payment notification,
I mentioned like
payment_request = Paypal::Payment::Request.new(
:currency_code => :USD,
:amount => 10.00,
:billing_type => :MerchantInitiatedBilling,
2004 Jan 11
24
More words for Allison
Here's the latest batch of words to get shipped out to Allison Smith.
Please submit reasonably small changes to me by tomorrow 10:00 AM
Eastern time, and I'll add them.
As usual, donations to what will be a ~$110 USD expense would be
appreciated, as I am paying for this round out of my pocket. Please
send to paypal address "jtodd@loligo.com". I did not include all
2006 Jan 09
5
Paypal IPN - unable to access breakpoint during POST?
Hi all,
I''m trying to debug some code in my paypal instant payment notification
action.
Why can I not access the breakpoint placed inside the action that paypal
POSTs to? It just doesn''t find the server, but it works fine when placed
inside other actions.
I''ve appended the code to the end of this post.
Thanks everyone!
Tom
--
def paypal_ipn
notify =
2006 Apr 22
0
available: lib for Paypal''s Payment data transfer
Hi,
following the discussion about Paypal''s IPN usage with leetsoft''s
paypal library, I''ve posted an addition to that library so you can use
Paypal''s Payment Data Transfer.
It''s largely inspired by, with some chinks even simply copied from,
the IPN code.
Downloadable at http://www.myowndb.com/files/payment_data.rb
I blogged about it at
2006 Jun 26
6
paypal ipn from leetsoft
Has anyone had any luck with the paypal gem from leetsoft (Tobias
Luetke)?
I''m successfully sending off and making payments, but the ipn doesn''t
send back to my site. I have the notify_url set in the form, have a
action set for the ipn postbacks, but all I get from my sandbox after
payment is a "view shops" page from paypal after payment is made.
--
Posted via
2011 Jan 03
0
paypal chained payment
Hi
I want to implement paypal chained payment with adaptive payments API.
I am totally new to paypal. Kindly guide me to start with. I have heard
of gem active merchant. Can I use that for the purpose? Or any other
gems? Also please point me to any examples describing adaptive payment
with chained payment using rails. My rails version is 2.3.8
Thanks in advance
--
Posted via
2007 Jul 04
0
ANNOUNCEMENT : A2Billing (Asterisk2Billing) - V1.3.0 STABLE (Yellowjacket)
I am pleased to announce the new version of Asterisk2Billing, V1.3.0
STABLE (Yellowjacket)
PROJECT URL : http://trac.asterisk2billing.org
A2Billing has completely re-written some its modules such as :
Invoicing, template management with Smarty, the call-back, added new
methods of online payment integration with Moneybookers and
Authorize.net in addition to Paypal. A2Billing have also improved the
2005 Mar 01
2
Important :: Please support the development of a new Jitterbuffer for SIP
Steve Kann has developed a new jitterbuffer for IAX2, that hopefully
will be integrated into Asterisk v1.1 soon, to be part of the 1.2 stable
relase.
Zoa and his bulgarian team is porting this buffer to SIP/RTP, but needs
support in the form of funding in order to take the time to test this
out and complete it in time.
Please paypal your contribution to sponsor@astertest.com today. Every
2006 Apr 17
0
Problem getting R's decision tree for Quinlan's golf exam ple data [Broadcast]
See ?rpart.control. I get:
> golf.rp = rpart(Outlook ~ ., golf, control=rpart.control(minsplit=1))
> golf.rp
n= 14
node), split, n, loss, yval, (yprob)
* denotes terminal node
1) root 14 9 rain (0.2857143 0.3571429 0.3571429)
2) Temperature< 71.5 6 2 rain (0.1666667 0.6666667 0.1666667)
4) Temperature< 64.5 1 0 overcast (1.0000000 0.0000000 0.0000000) *
5)