iso Questions
3
Solved
I am trying to find what is the combination of gcc flags to use when testing strict C90 conformance. According to previous post: GCC options for strictest C code?, I should only need a --std=c90.
...
3
Solved
I am trying to parse out ISO/IEC 14496-12 based files (essentially MPEG-4 movies). There are a few boxes are not in the standards (or on the MP4 Registration Authority lists), but are in real-world...
Don asked 10/2, 2024 at 4:41
4
Solved
I'm wondering if the following date is ISO8601 compliant :
2012-03-02 14:57:05.456+0500
(for sure, 2012-03-02T14:57:05.456+0500 is compliant, but not that much human readable !)
IOW, is the T be...
Methodist asked 2/3, 2012 at 10:16
5
Solved
I have a an ISO 4217 numeric currency code: 840
I want to get the currency name: USD
I am trying to do this:
Currency curr1 = Currency.getInstance("840");
But I keep getting
java.lang.Ill...
3
Solved
It is well known that in each of the C and C++ standards there were "blind spots" that did not describe certain cases in well-formed programs. It is obvious that in non-formal description...
Harim asked 16/9, 2023 at 14:58
1
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 gc...
3
Solved
I apologize if this is a duplication.
What column standardization would you use for storing international country subdivision data?
For example, if it was just US and Canada I believe all subdivi...
4
Solved
Is there any way to Extract content of ISO file (all directories and files inside) to a give directory in a local path? Specifically using Java in windows environment.
is there any library you ma...
Semi asked 28/12, 2012 at 10:51
4
Does anyone know how to go from an ISO-8601-formatted date/time string to a time_t?
I am using C++ and it needs to work on Windows and Mac.
I have written the code but I am sure there is a version...
2
Solved
I have started learning C# and was looking for a standard specification, but found that C# versions greater than 2.0 were not standardized by ISO or ECMA (or so I gathered from Wikipedia). Is there...
2
Solved
I'm trying to serialize datetime in an API, but I don't want milliseconds. What I want is here: https://en.wikipedia.org/wiki/ISO_8601 - "2015-09-14T17:51:31+00:00"
tz = pytz.timezone('Asia/Taipei...
3
It seems to me that Date.parse assumes all months have 31 days. Including months with 30 days and including February(which should only ever have 28/29 days).
I checked this question 31 days in Feb...
Seigel asked 29/8, 2015 at 10:20
3
Solved
I'm looking for specification of SQL:2011 (ISO/IEC 9075:2011). Where can I find it?
(I could find only the older one: SQL 92)
3
I wanna create a docker image from an ISO file. and I meet the same question like this iso to docker file
I did same operations with him , and I know it's wrong now.
now what i have is:
an ISO ...
Silverts asked 22/2, 2017 at 7:47
4
Solved
This seems like a pretty simple question but I can't seem to get an answer for it. How can I convert an iso timestamp to display the date/time using JavaScript?
Example timestamp: 2012-04-15T18:06...
Alber asked 16/4, 2012 at 21:0
3
Solved
11
Solved
I think the question says it all. An example covering most standards from C89 to C11 would be helpful. I though of this one, but I guess it is just undefined behaviour:
#include <stdio.h>
i...
Bicorn asked 24/9, 2013 at 15:49
2
I'm trying to understand the difference between UTC and ISO formats and when to use what when transferring messages between servers. So When I try the following this is what I get
new Date().toISOS...
Mosa asked 14/11, 2019 at 0:58
1
I am using camera2 API to capture images with manual exposure and ISO. But sometimes the image captured has different values for ISO and exposure then the one I have specified.
Is there any way I...
Recipient asked 6/7, 2019 at 7:35
3
Solved
https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html :
Some users try to use -Wpedantic to check programs for strict ISO C conformance. They soon find that it does not do quite what they want: ...
Puffery asked 2/11, 2021 at 20:47
3
I have been trying to extract an ISO image through 7zip and WinRar.
Here is the command line that I used:
7z x -y "%Isocontents%\ISO.iso" -o%Newfolder%
WinRar.exe x -y -ow "%Isocont...
1
Solved
I have a datetime string like this: 2021-11-13T09:20:15.497Z, I'm just wondering how can I convert this into a datetime object?
I tried datetime.datetime.fromiso() but it told me that the for...
2
Solved
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.
Ho...
4
iso.org sells them, but it's $140 USD for just the ISO 639-1 codes. That's just absurd.
Also, wikipedia says that the ISO 639-1 code for brazilian portugues is 'pt-BR', yet ISO 693-1 standard...
Licence asked 10/10, 2013 at 6:2
2
Solved
What's the difference between this date format:
"2021-01-01T00:00:00.000Z"
and this one:
"2021-01-01T00:00:00+00:00"
Are they both valid ISO formats? When I call new Date().to...
Loella asked 21/6, 2021 at 15:36
1 Next >
© 2022 - 2025 — McMap. All rights reserved.