The International Organization for Standardization is a union of national standardization organizations out of more than 150 countries elaborating standards in nearly all sectors excepted electrics and telecommunications.
Questions tagged [iso]
1064 questions
6
votes
1 answer
Using an iso to create a VMware vmdk
Can anyone point me to some documentation about how I can use an Iso to create a Vmware environment.
For instance, there's this guy who made his own version of Ubuntu, with loads of extra programs added. Before I try this, I'm gonna test it using…

KdgDev
- 14,299
- 46
- 120
- 156
6
votes
3 answers
Supporting Spanish as spoken in Latin America/Caribbean
We have an .NET Web application that specifically targets users in South America and the Carribbean. We're localizing it into Spanish but this is going to be Spanish as spoken in Latin America rather than Spanish as spoken in Spain.
Which language…

Clafou
- 15,250
- 7
- 58
- 89
6
votes
1 answer
Why is `timespec_get()` not supported by MinGW gcc 8.2.0 `-std=c11`?
Referring to the N1570 Committee Draft of the ISO/IEC 9899:201x Programming languages - C which dates back to April 12, 2011, there should be a function timespec_get() (see 7.27.2.5).
But MinGW gcc version 8.2.0 returns warning: implicit declaration…

Max Herrmann
- 305
- 2
- 15
6
votes
2 answers
PHP GD - Transparent areas goes black
I am trying to make very simple ISO engine in PHP, my attempts to render in correct place, order etc are succeding however the images drawn, for some reason are black where it should be transparent. PNG files have transparency channel and I am using…

Sebi
- 1,390
- 1
- 13
- 22
6
votes
1 answer
Visual Studio 2015 full completely offline distributive
I'm wondering is there a way to download all external components of VS 2015 (Apache Cordova, Android SDK, Python tools, lots of JS libs etc) to create a complete and offline installer? Preferably I want to find a way to create such "distro"…

vlad2135
- 1,556
- 12
- 14
6
votes
0 answers
Python datetime.strptime with ISO 8601
Suppose I have the following datetime object:
>>> dt
datetime.datetime(2015, 5, 13, 18, 5, 55, 320000, tzinfo=datetime.timezone(datetime.timedelta(-1, 61200)))
I can print that object in ISO 8601 format like so:
>>>…
user688635
6
votes
1 answer
How to convert iso-8601 duration to seconds using moment?
I have an iso-8601 duration which is as follows:
PT15M51S
I want to convert the duration into seconds so that I can store it in the db and order by duration etc.
Here is what I tried so far:
var moment = require('moment');
var duration =…

Angular noob
- 437
- 4
- 11
6
votes
3 answers
Converting language names to ISO 639 language codes
I need to convert language names like 'Hungarian', 'English' to ISO 639 codes. ISO 639-6 would be the best but ISO 639-2 is good enough. What's the best way to achieve this?
I should convert the English to locale and get the language with…

Lakatos Gyula
- 3,949
- 7
- 35
- 56
6
votes
2 answers
Create ISO image from folder
I wrote a script which creates and ISO image from a folder, but when the folder contains spaces, I get an error message. Can somebody please help me? I'm working with Mac OSX Mavericks and Terminal.
Thanks in advance.
Script:
#!/bin/sh
cd…

moses19850
- 73
- 1
- 6
6
votes
2 answers
import com.google.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder class not found
Probably missing something dumb, I'm guessing I need to add some code. But I added the following jar file to my project. The user enters a phone number and I'm able to retrieve the country phone code, but I want to retrieve the country name as well…

Diego
- 4,011
- 10
- 50
- 76
6
votes
1 answer
How should jPOS be configured/used in a prod environment?
At my current company we are considering using jPOS to do our ISO 8583 integration with other systems. I've been reading the free documentation for a while, but I still have a lot of gaps.
For instance:
How is jPOS supposed to work in prod? Should…

neilson
- 401
- 1
- 4
- 13
6
votes
2 answers
How to send response APDU containing return data AND status word other than 0x9000?
I would like to send a response APDU containing a response data field as well as a status word that is not 0x9000. Considering my understanding of ISO 7816-4 this should be possible in general.
However, whenever I specify return data and try to send…

Thomas Lieven
- 371
- 4
- 14
6
votes
1 answer
Max length of ISO7816 APDU and addressing offsets?
I'm interested in ISO7816-4 compliant first interindustry APDUs.
What is the maximum length such an APDU can/is allowed to have?
The longest APDU I can think of should be an extended length ISO case 4 APDU. This means we have 4 Bytes of header, 3…

Thomas Lieven
- 371
- 4
- 14
6
votes
3 answers
Pig UDF for iso to yyyy-mm-dd hh:mm:ss.000
Iam looking to convert the ISO time format to yyyy-mm-dd hh:mm:ss.SSS. However Im not able achive the conversion. Iam new to pig and im trying to write a udf to handle the conversion from ISO format to yyyy-mm-dd hh:mm:ss.SSS.
Kindly guide me I…

user2667326
- 505
- 1
- 5
- 7
6
votes
2 answers
Why cexp(+infinity+I*infinity)=+/-infinity+I*NaN in the C langage?
If we look at the comittee draft of the C langage : n1570
and particularly to the Annex G concerning the behaviour of the complex mathematical functions, we can see that the complex exponential has the following behaviour at…

Vincent
- 57,703
- 61
- 205
- 388