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.

learn more… | top users | synonyms

-2
votes
2answers
61 views

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 = ...
0
votes
1answer
55 views

Intermittent Crash on KVO Notification

Here's what's going on: I've got a singleton monitoring the device's event store for changes. I have a property called events that I've wrapped in an eventsSignal RACSignal. _eventsSignal = ...
0
votes
3answers
40 views

C++ Lookup of i changed for ISO

I have the following code for a dictionary. void Dictionary::translate(char out_s[], const char s[]) { for (int i=0;i<numEntries;i++) { if (strcmp(englishWord[i], s)==0) break; } if ...
0
votes
1answer
24 views

Get an ISO 15924 script code for a given IETF Language tag (or ISO 639-ISO 3166-1 pair)

I'm integrating ICU into some in-house software. I'd like to be able to take a string such as "en_US" and get the script name "Latin" for it. (Though ultimately I actually want an ICU ScriptCode.) I ...
0
votes
2answers
35 views

Which standard/format does Locale class in Java return?

If you have the following code snippet and you set the format in the regional settings you sometimes get two letters before the underscore and sometimes you get three letters before the underscore. In ...
-1
votes
1answer
58 views

Make custom made windows 7 iso with installed application [closed]

I have a clean copy of windows 7 iso. I want to custom this iso, so when i will install windows 7 from this iso, my application will be installed. for ex, windows 7 with google chrome that already ...
-1
votes
0answers
32 views

ffmpeg screenshot ISO Files [closed]

Hi i try to make screenshot of DVD iso file with ffmpeg. With other file type, like avi or mkv, it work fine. I use ffmpeg with ubuntu 10.4 and I use this command: ffmpeg -ss 0:05:00 -i ...
2
votes
2answers
51 views

__isoc99_scanf and scanf

I was studying various compiler option in GCC and observing changes when I made changes in the standard to be used. $ gcc Q1.c -Wall -save-temps -o Q1 $ vi Q1.s I see one of the opcodes as call ...
0
votes
0answers
18 views

Is there a way to set AVD Default Language when creating on command line?

I setup a couple of robotium tests and stuff for our CI. Everthing works fine so far. I just cant figure out how i can define the Default Language for the AVD i creating. I read Managing AVD but ...
-1
votes
1answer
153 views

Using iPad as a monitor via HDMI [closed]

I'd like to find a way to wire my iPad into a DSLR camera so that I can use the iPad's screen as a monitor. My DSLR camera is a Canon 5d mk3 and has an HDMI output, and I have found lots of HDMI iPad ...
0
votes
0answers
21 views

How to make iso file bootable

How to make iso file to bootable I use xboot to create multi boot usb one.iso two.iso and three.iso download from official but four.iso, I make with PowerISO I can't boot four.iso
-1
votes
0answers
44 views

How to burn “Fedora 18 x86_64 DVD” iso file to a empty dvd [closed]

I bought a new laptop, so I wanted fedora to be installed in it ! I downloaded "fedora 18 x86_64 bit DVD" ISO file(approx 4.3GB) from fedoraproject site.. I tried to burn it to a dvd so I could ...
-1
votes
0answers
19 views

Burn remote data on to a disc [closed]

I have an image in another system which I need to burn on my system. I can copy that image to my system using SCP and then do burning. But I would like to know, whether I can directly burn the remote ...
0
votes
0answers
25 views

What is the iOS 6.0 user agent string?

Previous user-agent strings: iOS 5.1 - What is the iOS 5.1 user agent string? iOS 5.0 - What is the iOS 5.0 user agent string? iOS 4.0 - What is the iPhone 4 user-agent?
6
votes
4answers
74 views

How to covert country names to ISO 3166-1 alpha-2 values, using python

I have a list of countries like: countries=['American Samoa', 'Canada', 'France'...] I want to convert them like this: countries=['AS', 'CA', 'FR'...] Is there any module or any way to convert ...
0
votes
4answers
42 views

I can't declare a map

So in my cpp file I'm trying to declare a map as follows: map<string, vector<myStruct>> myMap; At the top of my file I have written using namespace std and I also have #include ...
1
vote
0answers
28 views

keeping ISO constant in iOS

Is there any way to keep ISO value constant? I am designing an app for image capture in iOS. I am changing exposure ratio by selecting different metering points, but it changes both exposure ratio and ...
0
votes
1answer
42 views

Data Member Validation - ISO 4217 (currency) and 639-1 (language)

So, I am looking to do some custom Data Field Validation on some models in the .NET project I am currently working on. These involve a Default Language and a Default Currency. In order to meet the ...
0
votes
0answers
62 views

How to boot VMware Player RHEL guest to ISO on Windows host OS

I have a Windows 7 host OS with VMware Player running a Red Hat Ent Linux guest. I also have a Fedora Live Desktop ISO file. I want to boot the guest in VMware Player to the ISO. In VMware Player's ...
0
votes
0answers
31 views

Rails 3 strftime week number not ISO 8601 compliant?

The API dock states: %U - Week number of the year. The week starts with Sunday. (00..53) %W - Week number of the year. The week starts with Monday. (00..53) ISO 8601 states that the first week of ...
0
votes
0answers
53 views

ios background task notification for BLE devices

I'm developing a "background task enabled" app that connects to a BLE (bluetooth low energy) device. The user opens the app and connects to the BLE while the app is in the foreground. Once the app ...
2
votes
2answers
90 views

Windows Phone character-encoding

My code is Encoding.GetEncoding("iso-8859-9"); in my Windows Phone project. But "iso-8859-9" is not supported on Windows Phone. How can I fix this problem? ...
0
votes
0answers
60 views

using wubi: could not retrieve the required disk image files

I tried 3 versions of ubuntu, 11.04-i386, 12.04-i386, 12.04-amd64, and disable the internet connetion while installing so it didn't have to download the pakage again. I encounter this problem ...
1
vote
1answer
51 views

What language standard should I use if I want to at least differentiate between UK english and American English?

As in the subject, i'm designing a system that will accept documents in various languages, submitters want to be able to say this was 'written in American English' or 'written in United Kingdom ...
3
votes
1answer
88 views

Cleaner way to check if a string is ISO country of ISO language in Java

Suppose to have a two-characters String, which should represent the ISO 639 country or language name. You know, Locale class has two functions getISOLanguages and getISOCountries that return an array ...
2
votes
2answers
62 views

ISO forbids declaration of “identifier” with no type.

Ok I know there are millions of variations of this particular problem, and I have tried (desperately) to go through them all and see if they apply, to no avail. Currently I'm trying to declare a ...
1
vote
1answer
85 views

Post more than 1 picture in a fb Post

This is my code , and work fine , but i can do only a post for every image : [params setObject:_selectedPhoto forKey:@"source"]; FBRequestConnection *connect = [[FBRequestConnection ...
0
votes
0answers
14 views

iPhone: Split View - List and Map

Does anyone know of a view controller implementation for an iPhone that has one half of the screen a map view, and the other a list view. Then when you swipe, it scrolls and has the ability to expand ...
0
votes
0answers
12 views

empirical assessing a scrum project from ISO15504(SPiCE) perspective

as an university assignment I am assigned to assess a project which uses scrum as development framework, and for this assessment I should use SPiCE standard. SPiCE has 200 practice basis (which also ...
0
votes
0answers
59 views

Windows 7/8 usb boot explained [closed]

How can windows 7/8 boot from usb flash if i only copy files from installation dvd iso to usb flash? When MBR is created and how? does it even use MBR? I guess it have to right? thanks for ...
0
votes
0answers
24 views

Mac ISO Simulator whole page screen capture

I using the Mac ISO Simulator to test sites. I know I can capture the screen with command+S, this captures the visible screen. Is it possible to capture the whole page. On a browser I use Screen ...
-1
votes
1answer
37 views

Java Operating System to .ISO [closed]

Alright, so for the past while I've been working on an Operating System style Java application. I've got everything loaded up within an undecorated JFrame, and now I'm ready to turn it into a .ISO or ...
0
votes
2answers
110 views

python datetime extract double digit month and day values [duplicate]

Is there a way to extract month and day using isoformats? Lets assume today's date is March 8, 2013. >>> d = datetime.date.today() >>> d.month 3 >>> d.day 8 I want: ...
2
votes
1answer
44 views

Do NodaTime constructors accept 24 in the Hours parameter

I am hoping to get a quick answer to one question about NodaTime before downloading it. So far, I am reading about NodaTime and its API and it seems very carefully thought out. I hope it might help ...
0
votes
1answer
103 views

Bootstrap Mobile View Not Loading

How come when I load my app via a mobile device the h1 is cut off - I am using the Twitter BS: HTML: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" ...
0
votes
1answer
65 views

Creating an 'image' of a disk with null files

I am attempting to create something like an iso of the hard drive of a computer in java, but with no data in the files. Like a file tree, but an iso. This happens on client A. The point of this is to ...
1
vote
0answers
118 views

implementation of Mifare card using Java [closed]

Everyone, I am going to develop a window application for recording the attendance of the student in a tutorial center using Mifare card and Mifare card reader. When considering the system architecture ...
2
votes
2answers
67 views

How to check for an NSNotification in an if statement

I'm trying to run the following code, unless a NSNotification is sent. I can't figure out how to put the NSNotification in the if statement: if (!self.subViewControllerProv) { ...
1
vote
1answer
61 views

standard function to translate iso-631 codes to language name?

I guess there should be some standard method for this, just to avoid everybody retyping dull constants for their applications. ;) I am looking for a function (usable in a php web app on linux) that ...
0
votes
2answers
49 views

How to remove a new line from an NSArray output

I'm trying to remove the new line return from an NSArray output. I first converted it to a NSString to remove the () but the new line still shows up NSString *myArrayString = [self.selectedStates ...
6
votes
2answers
150 views

Macro hell: Platform-independent pointer to setjmp/sigsetjmp

I am writing multiplatform code which needs to use a pointer to setjmp/sigsetjmp. Normally that would be as simple as doing #include <setjmp.h> void * sigsetjmp_p = sigsetjmp; However, ISO ...
1
vote
0answers
22 views

Is there a standard representation for “vanilla” numbers that is culture independent?

I'm writing a specification and need to specify the a culture neutral string representation of numeric values. Something like ISO-8601 for dates. Preferably I'd like my numeric values to be expressed ...
0
votes
0answers
48 views

Why can't I use using to disambiguate between base members variables?

In this simple class hierarchy I'm trying to get class C to disambiguate which x to use by telling it "using B::x" but this doesn't compile in G++ because it still can't figure out which x I mean in ...
0
votes
0answers
25 views

ISO - Two Primary Volume Descriptors [closed]

I have an Xubuntu ISO (12.04.2) and I am wanting to manually dump it, but I see that there are two primary volume descriptors at offsets 0x8000 and 0x10000. Looking at each path table I see that the ...
0
votes
0answers
55 views

HFS headers missing in HYBRID (HFS+ Joliet) ISO image created by geniso image

I created Hybrid ISO image with "genisoimage" with the following command. genisoimage -hfs -r -J -o hybrid.iso SRC_FOLDER But it appears to be that, genisoimage is not creating the HFS volume ...
0
votes
0answers
55 views

ISO file much smaller than extracted data [closed]

How come ISO file with installation of MSVS 2010 Express (All-in-one ISO) is 693MB compared to when I mount the ISO, copy all the contents to folder on disk and that folder is 1.6 GB? If zipped this ...
0
votes
3answers
54 views

Is there an iso standard for Currency Symbols?

I need to know the iso standard of Currency Symbols? iso-4217 seems not covering this point.
-1
votes
3answers
95 views

Initializing javascript Date with ISO 8601 date string produces date value -1 day

var date = new Date('2013-04-15'); console.log(date); Outputs: Sun Apr 14 2013 20:00:00 GMT-0400 (EDT) Which is -1 Day, why does Date have this behavior?
0
votes
0answers
68 views

Build bootable iso from kernel and winpe image

IS there any way to build bootable iso image from kernel image (bzImage)? I have kernel bzImage file with me which is custom built kernel using buildroot. It has inbuilt initrd too. I tried poking ...
0
votes
0answers
40 views

add to favorites ''button'' [closed]

I'm looking for a simple tutorial for TableView with many cells. When I click on a cell, it should show a tableviewcell with a favorite button at the top. When this button is pressed, it will move ...

1 2 3 4 5 8