Densely packed decimal (DPD) is an 10-bit encoding for 3 decimal digits used by IEEE 754-2008 decimal floating point numbers
Questions tagged [dpd]
9 questions
9
votes
2 answers
Packing BCD to DPD: How to improve this amd64 assembly routine?
I'm writing a routine to convert between BCD (4 bits per decimal digit) and Densely Packed Decimal (DPD) (10 bits per 3 decimal digits). DPD is further documented (with the suggestion for software to use lookup-tables) on Mike Cowlishaw's web…

fuz
- 88,405
- 25
- 200
- 352
3
votes
1 answer
send soap request for dpd.com in php
I am trying to get the shipping label from dpd.com. For this, I need to use soap in order to do the task. I have completed the Login authentication and got the AuthToken.
Here's the code for that.

user3811159
- 63
- 1
- 5
1
vote
0 answers
DPD Api Label format
We are building a program to place shipping directly from our system to the DPD api. Everything works fine and we are getting the label in response.
I don't know what format it is. The documentation of the API is very poor. Does anybody has an idea…

Chris
- 111
- 5
1
vote
1 answer
What is the difference between Hold and Restart of DPD action in strongswan IPsec?
Question
When I tested IPsec DPD on Router, I found that both Hold and Restart reestablished VPN connection after dpdtimeout, so I didn't understand the difference between them
I found the relevant explanation in strongswan's document, but I…

TommyTW_Lu
- 13
- 4
0
votes
0 answers
Deployd dpd failed to start MongoDB $PATH problem despite having $PATH set; --mongod option also does nothing
so I have this problem where whenever I try to run any variation of dpd command such as "dpd -d" "dpd -d --mongod "C:\Program Files\MongoDB\Server\4.2\bin\mongod.exe" or "dpd -p 5500 app.dpd" I constantly get the error: (I am using Windows…

Hanna
- 1
- 2
0
votes
1 answer
Prevent access user collection in deployd js
Im using deployd js (http://deployd.com) as my backend api. I have created user collection and deployd automatically create REST API for me. I can access my user collection by http://localhost:8080/users URL. It returns all users as a JSON array.…

Nuwan.Niroshana
- 407
- 4
- 15
0
votes
1 answer
Turning off Deployd dashboard authentication
I have a Deployd application that uses the standard built-in authentication to access the "DEPLOYD DASHBOARD", the one where you enter the key that is revealed by dpd showkey.
The whole website is now secured with a username/password requirement to…

kris
- 11,868
- 9
- 88
- 110
0
votes
1 answer
DPD Predict service fields via Postmen label API
We're using Postmen to create shipping labels ( https://docs.postmen.com/dpd-uk.html#labels-create-a-label ) which all works perfectly fine, but the courier used is DPD who have a Predict service that basically sends out sms/email notifications to…

Ric
- 458
- 1
- 7
- 23
0
votes
1 answer
angular post method with deployd
$scope.addMedication = function(med) {
$http.post('/medications', {
name: med.name,
slug: med.slug,
description: med.description
}).success(function(medication) {
$scope.newMedicationTitle = '';
…

Olga K
- 91
- 8