Displaying 20 results from an estimated 6000 matches similar to: "May need ruby developer"
2023 Jul 05
1
textual analysis - transforming several pdf to txt - naming the files
I am taking my first steps in textual analysis with R.
I have pdf files consisting of company reports for several years (1 file corresponds to 1 company and 1 year).
My idea is to start by transforming all my pdf files into txt files for further treatment and analysis (this will allow me to group the files by company or by year, depending on the future analysis to be performed).
I do not have
2023 Jul 05
1
textual analysis - transforming several pdf to txt - naming the files
convertpdf2txt <- function(dirpath){
files <- list.files(dirpath, pattern = "Consoli.*\\.pdf$", full.names
= TRUE)
files <- chartr("\\", "/", files)
x <- lapply(files, function(x){
pdftools::pdf_text(x) %>%
paste0(collapse = " ") %>%
stringr::str_squish()
})
new_names <-
2008 Oct 24
1
Emerging dilema? DID forwarding meets SMS
We have a number of DID's that do the standard VoIP tricks: ringing
multiple locations, findme-followme etc. What is happening more and
more is that customers call those DID numbers, and draw the reasonable
conclusion that they are calling mobile numbers because they literally
can HEAR that the called party is on a mobile. Consequently many of
those customers draw the conclusion that they
2023 Jul 18
1
change language at console
On Wed, 1 Apr 2015, Prof Brian Ripley wrote: > I would start by trying LANGUAGE=en , e.g. More specifically, you can use en_US or en_GB. Rich [...]
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
2006 Feb 06
2
New GSM 1-8 ports Gateway / Terminal for sale (with SMS Feature and Many more) £99 per unit
The long waited Ultimate GSM Gateway is finally out. This time we have managed to source a new patch of brand NEW GSM Gateway at prices that is only 50% of what the market rate. And with the SMS Function and many more...
For purchase please email gsm AT cyper-telecom.net. We accept paypal and bank transfer.
Postage is not included.
Please notice we have also got the standard Dual Band GSM
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.
2007 Nov 11
1
Paypal Library - How to stop payments going to sandbox
I am using the Paypal Library for ruby
(http://dist.leetsoft.com/api/paypal/)
I have been testing it in development mode and the paypal sandbox site.
Now I have moved my application into production mode but the paypal url
still goes to the sandbox site:
https://www.sandbox.paypal.com/cgi-bin/webscr
How do I change the paypal URL?
--
Posted via http://www.ruby-forum.com/.
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
2006 Feb 07
21
Paypal and Rails
Hello everyone,
I am looking for a way to pass off a simple payment to paypal using our
own interface. I understand that this requires making full use of
Paypal''s API since we won''t be using their shopping cart or anything. I
found the article by Pranav Bihari on his site and in the Wiki on using
SOAP4R and the paypal WSDL file to interface with paypal web services,
but I
2006 Apr 21
10
Paypal payments and IPN
I have followed the instructions over at
http://dist.leetsoft.com/api/paypal/
In order I:
1. installed the money library with gem install --source
http://dist.leetsoft.com/api/paypal/ money
2. installed the paypal library with gem install --source
http://dist.leetsoft.com/api/paypal/ paypal
3. created a new app with rails NewApp
4. added the PaymentHelper module to the
2008 Jan 31
4
Subscriptions with paypal...how?
Hi, i''ve to do a little site which need the paypal''s subscription
feature. How can implement it with rails? is there any plugin to do
this? I need that every month the payment has been taken, tell the
system that has been successfully done and then do something else
depending on the payment.
I''ve seen active merchant which permit paypal payments, but what about
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 Dec 07
4
MassPay API with Ruby On Rails PayPal AARRRGH
Hey,
I''m trying to use Paypal to automatically pay customers, and I''ve heard
MassPay API is a good thing to use. But I cannot find any examples of
it for Ruby, nor do I know what steps to take to use it.
Does anyone have any information or experience with using MassPay API in
RoR? Any help is much appreciated
--
Posted via http://www.ruby-forum.com/.
2007 Aug 24
1
ActiveMerchant Paypal IPN and RESTful design
Hello,
I''m trying to go all REST of my application. But i''ve come to one problem.
How do i do payment, using IPN, in a RESTful way?
right now i have an Payments controller. With 2 actions.
action "new" shows a page with a paypal button.
action "paypal_ipn" is where paypal sends its notifications.
How would i go about doing this in a REST environment?
Thank
2006 Jun 14
3
Which Payment Gateway?
I am working on an application where users sign up for one of several
plans. Each plan has a different monthly fee. There is no long term
contract but I would like to bill the users automatically each month
unless service is canceled.
What credit card gateways would you recommend for use with a rails
application?
My criteria in order of importance are
1. API that will let me work in
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
2006 Aug 01
4
I need a favour
I have a fully developed e-commerce site with ruby on rails. it is in
sandbox mode with paypal and I want to make it live. unfortunately my
developer''s time on the project is up. i have the instructions to make
it live, but im not familiar with rails (YET!). I intend to be, but I''d
really like to get this live.
Can a trusted rails developer on this site do this simple thing
2008 Apr 26
8
Online credit card processing
What''s a good way to process credit cards from our Rails application?
I like PayPal because of it''s name recognition but I don''t like the fact
that the user must leave our site; we are hoping for a tightly
integrated look-and-feel. We might also offer both, PayPal and our own
major credit card processing (see attached example screen shot).
I''ve heard of other
2005 Sep 12
13
Skype purchased by Ebay 2.6 Billion
Good news for service providers in my opinion, Ebay will likely start
alienating Skype users like they did with Paypal users.
"SkypeSucks.com" domain already taken, shucks....
http://www.kesq.com/Global/story.asp?S=3837895
--
Cory J Andrews
Partner / Purchasing
+++++++++++++++
VOIPSupply.com - Everything you need for VOIP
454 Sonwil Drive
Buffalo, NY 14225
+++++++++++++++
tf voice
2017 Feb 09
3
Disallow CALLS without registry
HI ALL
got small question
i use call-limit=1 on peers
but call limit is not working if user is not registered on PBX and
making calls
so the main question is -- how to Disallow CALLS without registering on PBX
--
Best regards
Antony
tel. +380669197533
tel2. +380636564340
Paypal http://paypal.me/Satskiy