Questions tagged [iso]

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.

1064 questions
-2
votes
1 answer

How can I set shutter speed and iso settings in sony DSC qx10 lens style camera?

I have created a sample application and I am getting list of available apis from camera which include only getSupportedIsoSpeedRateand not setIsoSpeedRate,getAvailableIsoSpeedRate,getIsoSpeedRate. And when I send request for setIsoSpeedRate I am…
Viral Thakker
  • 547
  • 2
  • 10
-2
votes
1 answer

How to name a single function-parameter-pack?

The question is simple - I wasn't able to find a better example in the ISO C++ documentation then this: template void func(targs ... args); But even for it I wasn't able to find a satisfying explanation. And this is not what I'm…
AnArrayOfFunctions
  • 3,452
  • 2
  • 29
  • 66
-2
votes
2 answers

How to convert Unicode strings to ISO?

Help please, I have to print unicode strings caming from a database (oracle stored procedure => mapping into a java object) into a JSP page (with stuts1), I used this : String unicodeStr = myBean.getTitle();//return from database the unicode string…
Lotfiction
  • 349
  • 3
  • 14
-3
votes
1 answer

Special Characters in unicode bytes are longer than iso bytes?

Are Unicode bytes longer than ISO bytes? If yes, I am trying to convert Objective-C NSString to const Char UTF8 using [NSString UTF8String]. I am having an issue with Special char bytes. How can I solve this issue? I am using an API for TTS(Text to…
Omer Abbas
  • 205
  • 1
  • 4
  • 16
-3
votes
1 answer

How can I burn an ISO using C#

I have no experience in burning cd/dvd through code. could someone point me out where to start or give an example?
sparky
  • 375
  • 6
  • 22
-3
votes
2 answers

Do links with javascript slow down a page?

Due to an issue that came up with a website I have to use javascript for all of the links on the page. like so... Will having many links with javascript on the webpage…
Philip Kirkbride
  • 21,381
  • 38
  • 125
  • 225
-3
votes
1 answer

Legal characters in ISO sortable date format

What are the valid characters for an ISO date? I know of 0 through 9, -, :, T and Z. Are there any more? I obtain this sortable date format in .NET with .NET's XML serialization and like this: var stringDate = myDateTime.ToString("s");
Daniel A. White
  • 187,200
  • 47
  • 362
  • 445
-3
votes
1 answer

installing virtual Centos 6 iso on mac air

i am tring to install VM from centosenter image description here iso file , my pc is mac air , the installation failed with this error : i need help to pass this message , and why i am getting it , thanks
Amaal Zohny
  • 21
  • 1
  • 10
-4
votes
1 answer

Can I convert a date set with useState to ISOString?

I'm making a project with NextJs. Right now I'm making a page where the users are creating activities using useState and fetch POST. I think everything is working somewhat properly however I am having issues with the date. When I try to post I get…
Oskar
  • 37
  • 5
-4
votes
2 answers

ISO8583 - how to generate and assign STAN 11 field?

In ISO8583 there is STAN field 11 which is a continuously growing number that identifies transaction. How can I generate one in case of PSP? Should it be assigned per tid or mid and growing independently for each of them or globally per PSP? When…
krzykol
  • 25
  • 5
-4
votes
3 answers

PHP to show ISO DVD image on local server

is there any way I can show an ISO image (from a DVD movie I burned) on my local server. I want to watch my ISO images from my local server on any of my tablets and such. Any ideas on the best way to proceed?
simian
  • 116
  • 3
  • 14
-5
votes
1 answer

Find the middle element from a single link?

I have this problem: Find the middle element from a single link list without continuing the number of node (if number of node is odd then one middle element,if even then two middle element).
-7
votes
1 answer

Application-Based Operating System...?

So I wanted to create an operating system that was Purely for running a windows application. Is there any way to do this, and what is the name of an application-based operating system? This application doesn't import to any place like appdata,…
1 2 3
70
71