similar to: USPS AMS API anyone?

Displaying 20 results from an estimated 7000 matches similar to: "USPS AMS API anyone?"

2006 Jan 16
2
Problem with AJAX not working on IE
I''m having a problem making this code to work on IE: var Permit = { // Expand permit information onMore: function(id) { new Ajax.Updater(''pm-''+id+''-lg'', ''/employees/sign_permit_lg/''+id, {asynchronous:true, evalScripts:true, onLoading:function(request){
2011 Jul 05
0
USPS Labels from Webapp
Hey everyone, I have a requirement to integrate with the USPS to purchase shipping labels (priority mail and express mail). So, I have seen a few gems that deal with shipping but don''t have USPS support (shippinglogic) or have USPS support but just for rate calculation and tracking, not label creation (active_shipping). I did encounter a gem that is supposed to do what I need
2006 Mar 20
0
Re: Problem with AJAX not working on IE
I am running the simplest web2 demo from AWDWR (./example/index) on a slackware box running WEBrick on RadRails; with firefox and Konqueror (!) 3.4.2 anyway) everything fine; on laptop talking to my linux box, firefox does it instantaneously; but... IE DOES DO it, but takes a full 31 seconds!!! (The RadRails WEBrick console shows the POST immediately, but IE trundles for a full 31 seconds to
2011 Dec 24
1
Need help! Trying to install USPS Shipping Assistant in WINE
Hi All, I just learned how to use wine to install windows application two days ago. So far I still couldn't figure out how to get USPS shipping assistant works in Wine. I have Wine 1.3.28 installed in Linux Mint 12. I get mono 28, dotnet 2.0, ie7 and vc++ installed. When I run the USPS application I still got some errors like below. Could anyone point out which is missing here? I google the
2007 Sep 12
1
[PATCH] Fix errors in new Makefile.ams
Josh, The two Makefile.ams that you added recently: examples/c/decode/file/Makefile.am examples/cpp/decode/file/Makefile.am are generating errors like this: examples/c/decode/file/Makefile.am:22: blank line following trailing backslash examples/cpp/decode/file/Makefile.am:22: blank line following trailing backslash The attached patch fixes these. Erik --
2006 Jan 08
0
USPS Shipping API
I need to do USPS shipping from within my Rails app. Before I reinvent the wheel, is there anything out there already? I''m familiar with the Shipping gem that has support for Fedex and UPS so far, and came across a post on Robby on Rails'' blog that he might be adding USPS support to it back in April. Does anyone know if that or anything similar has ever came to fruition?
2007 Nov 19
2
Editorial in Notices of the AMS: Open Source Mathematical Software
Hi all, For those interested, while scanning /. tonight, I came across a posting which referred to a new editorial in the November 2007 Notices of the American Mathematical Society: Open Source Mathematical Software by David Joyner and William Stein http://www.ams.org/notices/200710/tx071001279p.pdf Although brief, it makes for interesting reading. Regards, Marc Schwartz
2006 Jul 14
14
[URGENT] Need help getting rails app back up desperately
I''m desperate. A few hours ago I was checking my server because we are running a survey for a new client and everything looked good for that app but I noticed another Rails app was quite large (twice as normal) so I decided it was time for a restart. Big mistake. Upon restart the application gave me a 500 error. Checking the logs I found a stack level too deep error that after hours I
2012 Feb 29
1
Re: Need help! Trying to install USPS Shipping Assistant in WINE
The bug report is at http://bugs.winehq.org/show_bug.cgi?id=29449
2002 Sep 17
1
Problems compiling patched bridge-utils
Hello, I''ve applied ``bridge-utils-0.9.5-ipmode-1.diff'''' to be able to use my shaper as bridge and don''t lose the netfilter capabilities, the patch applies with no error messages, which makes me supose everything is working fine. But when i try to recompile the bridge-utils utilities i get the message transcript below:
2020 Feb 28
1
[EXT] max number of connections per ip
Here is mine and I have no issue if they client is netted. Remo protocol imap { imap_client_workarounds = "delay-newmail" mail_plugins = $mail_plugins imap_quota mail_max_userip_connections = 50 } > On Feb 28, 2020, at 8:21 AM, Esteban L <esteban at little-beak.com> wrote: > > Ok. That is a nice command. > > I am able to see connections. It doesn't
2006 Jan 04
3
PDF Form Reader using rails/ruby
Can someone guide me the best possible way to read a PDF form fields. I have seen some references to the PDFWriter but not the reader. Any help appreciated. Thanks Silvy Mathews -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060104/641bd399/attachment.html
2004 Nov 22
0
DVD set anyone?
Has anybody created succesfully a bootable DVD with the full CentOS? Just wondering, it would be nice to carry one CD instead of three.... Thanks in advance, -- Adrian Madrid HyperX Inc. Mobile: 801.815.1870 Office: 801.566.0670 aemadrid at hyperxmedia.com www.hyperxmedia.com 9000 S. 45 W. Sandy, UT 84070
2020 Feb 28
0
[EXT] Re: max number of connections per ip
Ok. That is a nice command. I am able to see connections. It doesn't seem remotely close to 500, though. If I understand things correctly, dovecot makes connections PER folder, and keeps making more connections via IDLE (I am not entirely sure how idle works, other than it keeps sockets open)? For example, in my case, I have about a dozen users, which combined equals around 80 folders. If
2006 Dec 21
1
need some guidance with a test
This is part of a rails project. The following method is part of the Ams class (a rails model). I''m a bit unsure of the rspec/bdd way of testing this method. def persist_as_domains @current_domains.each do |d| dom = Domain.new dom.domain = d dom.source_id = 1 dom.at = Time.now dom.save end end The following is what came out when I tried to write my test. Notice
2020 Feb 27
0
max number of connections per ip
It's not behind a proxy (unless the router is acting as a proxy?). Could it be that my router is doing some Hairpin NAT tomfoolery? The router is generic, so I run into that from time to time with my webserver. I tried doveadm who, but didn't see anything too peculiar. There is the expect half dozen or so users on common IPs. On 27.02.20 21:49, Aki Tuomi wrote: > Is your server behind
2020 Feb 28
3
[EXT] Re: max number of connections per ip
You can usually see from doveadm who or logs if your router/whatever is doing NAT. Which would be the reason why 500 connections wouldn't be enough. Aki > On 27/02/2020 23:21 Esteban L <esteban at little-beak.com> wrote: > > > > It's not behind a proxy (unless the router is acting as a proxy?). Could it be that my router is doing some Hairpin NAT tomfoolery? The
2009 Jul 13
7
Samba on RHEL issue
Hi, I am trying to install samba on the RHEL. The installation completes but after that I get the smbd dead message upon checking the status: [root@usps-dc1-pc12 share]# [root@usps-dc1-pc12 share]# service smb status smbd dead but pid file exists nmbd (pid 8078) is running... [root@usps-dc1-pc12 share]# The version of RHEL and samba are as follows:
2006 Feb 21
26
Net::SMS::BulkSMS 0.1
This is the first release of a new Ruby library for the www.bulksms.co.ukAPI which should allow simple integration of SMS functionality into your Ruby or Rails apps. Sending a message is as simple as: @service = Service.new(''username'', ''password'') @service.send_message(''This is my message!'', ''4479123456789'') # whats my
2017 Mar 25
2
where to swap
It is good to see this ----- Forwarded message from syslinux-bot for Martin Str|mberg <ams at ludd.ltu.se> ----- Date: Sat, 25 Mar 2017 05:54:09 -0700 From: syslinux-bot for Martin Str|mberg <ams at ludd.ltu.se> To: Syslinux commits mailing list <syslinux-commits at zytor.com> Cc: ams at ludd.ltu.se Subject: [syslinux:master] mbr/isohdpfx.S: correct pointer for heads/sectors