python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to get time in current time zone from ISO 8601 strings?
In my sqlite database I have a table with a field created_at that stores time in ISO8601 as text. In the object corresponding to this table I have two fields String date, String time for the created_a...
learner
Votes: 0
Answers: 2
tagging 'plain-language' vs technical definition in a SKOS vocabulary
I am trying to implement a technical glossary in SKOS (which uses BCP47) that has both a 'technical' scientific definition as well as a more accessible 'plain-language' definition. I have not been ab...
alex_danielssen
Votes: 0
Answers: 1
Set CodeBlocks for ISO C99 mode only
How can I set my compiler to allow compiling only the code which was written in ISO C99 mode?
I have done the following:
Project -> Properties -> Project's build options -> Here I selected IS...
user17936437
Votes: 0
Answers: 3