Displaying 20 results from an estimated 1000 matches similar to: "[JOBS] Integrating a payment gateway into my current website."
2010 Apr 05
1
[JOBS] Web Programmer at Reed College, Portland OR
Reed College is looking for a web programmer who''s interested in
working in an enterprise setting but doesn''t want to be told not to
bring your dog to the office. In the Web Support Services group, we
work on web apps that are part of our homegrown campus portal and
courseware systems. Most of our infrastructure is open source, but we
also use commercial software for some key
2002 Sep 10
3
print
Hi all,
Suppose I have a vector
Fruits <- c('Apple','Orange','Pear','Banana','Mango')
I want to print the statement
"The fruits in the basket are: Apple, Orange, Pear, Banana, Mango"
If I do:
print(paste('The fruits in the basket are:',Fruits))
The output is:
[1] "The fruits in the basket are: Apple" "The fruits in
2010 Jan 13
3
Live webcam stream with Theora
Hey all,
I've setup a simple page that just displays a live webcam stream of me
at work, and it supposedly falls back onto Cortado if your browser
doesn't support the <video> tag. The URL is here:
http://media.basilgohar.com/stream/
There's been a lot of talk about live streaming and low bitrate
streams. Here is my command line (I've posted this before):
time ffmpeg -f
2011 Sep 02
4
Puppet client dying without errors
Few of my puppet clients (puppet 0.24.8, ruby 1.8.5, facter 1.5.2) are
dying with out any error messages on on syslog. I cannot see much system
resource usage on these nodes.
What is the best way to troubleshoot the root cause of the problem?
-Basil
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email
2004 Jun 09
3
market-basket analysis in R
Hi there fellow R-users,
Does anyone know if there exists a package for associated rules data mining
(market basket analysis) in R.
I have tried searching CRAN but with no luck.
Regards
Wayne
KSS Ltd
Seventh Floor St James's Buildings 79 Oxford Street Manchester M1 6SS England
Company Registration Number 2800886
Tel: +44 (0) 161 228 0040 Fax: +44 (0) 161 236 6305
2006 May 09
1
$4529.72 spend received from blocked e-gold account #168571 - Please accept or refuse this payment
<p>Dear E-gold Customer, <br>
<br>
You have received a payment from <font color="#000000">blocked </font>e-gold
account <font color="#000000" face="Courier New, Courier, mono">#168571</font>
to the value of <font face="Courier New, Courier, mono">$4529.72</font>. Your
current account security
2009 Oct 15
7
Theora for webcam/conferencing use
Hey Theorans,
Yesterday and today I decided to try out broadcasting a video stream
using Theora from my computer's built-in webcam. I was pleasantly
surprised to find that, while maintaining a rate of less than 150kbps,
the stream was of quite a suitable quality sending 640x480 video at 15
frames per second. For now, this is video only, by the way, I did not
include any audio in the stream
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
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
2009 Feb 05
2
Amazon Flexible Payment System - micropayments finally cracked?
First posted at:
http://deancollinsblog.blogspot.com/2009/02/amazon-flexible-payment-syst
em.html
Amazon have just announced they are finally opening up their API's to
their credit card processing platform
https://payments-sandbox.amazon.com/sdui/sdui/business?sn=devfps/o
So does this mean that micropayments have finally been cracked?
It certainly helps out users because you can
2010 Nov 01
2
Best supported motherboard
Which among these three motherboard is the best supported in Linux
(Centos/Ubuntu) ?
Intel? Desktop Board DH55HC [ http://ark.intel.com/Product.aspx?id=42409 ]
Intel? Desktop Board DP55WG [ http://ark.intel.com/Product.aspx?id=40078 ]
Intel? Desktop Board DP55KG [
http://www.intel.com/products/desktop/motherboards/DP55KG/DP55KG-overview.htm]
Also which will be a good processor , for using
2007 Nov 26
6
Model setters, override attribute=(attribute)?
Hi,
I have a model similar Basket shown below. If customer_type is set
then it should also set customer to nil. Likewise, if I set customer,
it should inspect the customer_type attached to the customer and set
accordingly within Basket. However implementing it as below doesn''t
seem to work.
Am I missing a better way to achieve this? I had also considered using
a before_save
2009 Aug 28
2
Introduction
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello everyone!
My name is Basil Mohamed Gohar, and I'm an avid free software user &
advocate. I've been using Theora for years as I strongly believe
there is an urgent need for free-as-in-freedom multimedia codecs. The
recent improvements in Thusnelda encoder have encouraged me to become
more actively involved, so I've joined both
2012 Sep 11
3
R crashes when printing a named numeric vector of a specific class - Bug?
Dear useR's,
today I stumbled over an interesting phenomenon: First, I created a
named numeric vector with a certain class and several attributes via the
structure() function. After that, I implemented a simple print method
for this class. When calling this function it produces an endless loop
of print calls until R crashes. :/
What is going on here? Is this a bug or have I done something
2008 Jan 23
11
Rails 2.0.2 + RJS
Hi
I had ajax commenting on my app, which worked perfectly on Rails
v1.2.6, but does not work the same in Rails 2.02. Basically the
comment gets added, but the visual effects do not work (ie lines 2 + 3
of create.rjs)
create.js
page.insert_html :bottom, ''comments'', :partial => ''comment''
page.visual_effect :appear, "comment_#{@comment.id}"
2009 Aug 27
8
Adding New Column
I added a new column using a migration. Once I updated the
new.html.erb, edit.html.erb, show.html.erb, and the index.html.erb I
brought up my web pages. There was a field to update show. I tried the
update and the it was successful but the update did not show up in any
of the other pages. What did I miss? I am using 2.3.3 of ror.
2007 Sep 13
7
Namespacing Models
Hello everyone,
Do you feel it? The little shiver down your spine when you think of
"namespacing" in rails? To some thats a common feeling, to people like
myself who enforce absolute organization have already thought about
the need for namespaces in rails.
Now I do understand this is an ongoing effort... to some degree.
Controllers and routes, from my experiences work well, that being,
2010 Sep 17
3
Sangoma A108 PCIe V2.0
Hi
Does Sangoma 8-port card A108 support PCIe version 2.0 ?
The card is here
http://www.sangoma.com/products/hardware_products/digital_voice_and_data_networking/a108.html
And we want to use 3 such cards in this motherboard because it has 3 PCIe
slots of version 2.0
http://www.intel.com/products/desktop/motherboards/DX58SO/DX58SO-overview.htm
Is this a good idea ? Do you have any experience
2005 Aug 04
7
Frames within rails
What is the best way to create frames in rails?
thanks
fp
2017 Aug 14
3
weight in lm
Dear friends - I hope you will accept a naive question on lm: R version
3.4.1, Windows 10
I have 204 "baskets" of three types corresponding to factor F, each of
size from 2 to 33 containing measurements, and need to know if the
standard deviation on the measurements in each basket,sdd, is different
across types, F. Plotting the observed sdd versus the sizes from 2 to
33, called