A specification (often abbreviated as spec) is an explicit set of requirements to be satisfied by a material, product, or service.[wikipedia]
-5
votes
1answer
54 views
Don't allow a specific use of characters
I bumped into a problem, i hope someone can help me out :)
I got a TextBox, and i want to limit users, so that they can't write multiple \ one after another.
I'm using it for folders. For instance: ...
0
votes
0answers
8 views
Practise implementing Use Cases and UML specifications [closed]
I'd like to practise coding implementing use cases and UML diagram of a small or midium size application. I had a look at gajim but they say "This is NOT complete at all and quite ugly. It is to give ...
-2
votes
0answers
50 views
Where is the/a/any Objective-C specification? [duplicate]
Although I can find some very thorough tutorials on Objective-C, all I really want is an authoritative statement of what's present in the language and how it's defined.
I don't need an explanation ...
1
vote
2answers
61 views
Is there a program that executes correctly as a parallel program but not as a sequential program? [closed]
This question is out of plain curiosity.
The OpenMP spec says the following in the "Execution Model" section:
"... it is possible and permitted to develop a program that executes correctly
as a ...
1
vote
0answers
31 views
What kind of debugging is this? Semantic Debugging with Visualizations?
So, I'm writing a program to filter some input based on some coefficients that I've calculated. I have test cases in front of me right now (hand tracking data). So now I just need to pick the right ...
1
vote
1answer
16 views
Are [object Null] & [object Undefined] yet to be implemented?
While reading MDN here, I came across
Starting in JavaScript 1.8.5 toString() called on null returns [object
Null], and undefined returns [object Undefined], as defined in the 5th
Edition of ...
0
votes
0answers
23 views
What are profiles in context of Java EE specification?
I am studying the Java EE specification 6.0. In that specification there in a section about Profiles as below:
“A Specification that references one of the Platform Edition Specifications and zero or ...
0
votes
0answers
14 views
ATDD scenarios detailing level
I would like to get a bit of your experience writing ATDD stories. We've just started writing the stories and came to a problem of how detailed should the scenarios be.
The main question is, for ...
0
votes
0answers
27 views
Understanding the “additionalProperties” keyword in JSON Schema draft version 4
Link to the specification: http://json-schema.org/latest/json-schema-validation.html#anchor64
Section 5.4.4.2 states:
Successful validation of an object instance against these three keywords ...
0
votes
1answer
78 views
Why is the dollar sign no longer “intended for use only in mechanically generated code?”
In ECMA-262, 3rd edition[PDF], under section 7.6 ("Identifiers," page 26), we see the following note:
The dollar sign is intended for use only in mechanically generated code.
That seems ...
2
votes
0answers
40 views
What is the correct usage of HTML table-related elements? [closed]
There are many ways to build tables in HTML, but I wonder: what is officially correct?
List of all the elements:
<table>
<caption>
<colgroup>
<col>
<thead>
...
0
votes
0answers
49 views
Formal specification language for communication protocol [closed]
In software systems with components residing on a network, protocols has to be defined specifying the interaction between the different components. Say a toy example:
Process A sends message 'Helo' ...
0
votes
0answers
44 views
Z Notation for Tiled Game Board
I have an assignment to create a Z specification for the game tic-tac-toe and Draughts/Checkers. I have completed the tic-tac-toe specification which was fairly simple given the amount of help ...
0
votes
0answers
44 views
usecase how to extend not all the main flow events
I have a use case Main usecasewhich has in its main flow 4 steps:
First Step.
Second Step.
Third Step.
Fourth Step.
Now I have another use case second usecase which extends the main use. the ...
2
votes
2answers
35 views
Cannot use invoke magic method within another object
I have experienced something that I think it's a bug, but I'm not sure. So I come here to ask to the people who know more about this than me, is this a PHP bug? Look at the following lines:
...
0
votes
1answer
38 views
what is the differences between class and classifier in UML
When i read through UML specification there is two words i am not sure if both are the same or not
those words are:
class and classifier
What is the differences between
class and classifier?
1
vote
2answers
55 views
Are URIs case-insensitive?
When comparing two URIs to decide if they match or not, a client
SHOULD use a case-sensitive octet-by-octet comparison of the entire
URIs, with these exceptions:
I read above Sentence in ...
1
vote
1answer
36 views
What considerations must I make to a potentially really busy web service?
As per title, assume I have a WCF web service that, at specific times of the day, will encounter huge amounts of traffic/calls. Each call to the web service will invoke a write to a database and a ...
2
votes
1answer
260 views
localStorage getters/setters for key “getItem”: bug, spec inconsistency or something else?
This code sums up my question:
localStorage.setItem('getItem', 4)
undefined
localStorage.getItem
function getItem() { [native code] }
localStorage['getItem'] = 'user'
"user"
localStorage.getItem
...
2
votes
1answer
68 views
Is __enter__ and __exit__ behaviour for connection objects specified in the Python database API?
Background
I recently discovered the Python with keyword and started seeing its potential usefulness for more prettily handling some scenarios where I'd previously have used try: ... finally: ... ...
5
votes
3answers
127 views
Can beforeunload be used to send XmlHttpRequests reliably
recently, I had the urgent requirement to give my server a notice, that a specific page of my webapp is about to get closed. "Easy peasy" I thought, beforeunload is available for quite a while. The ...
17
votes
5answers
671 views
Java boolean |= operator
Recently I saw a code using this:
boolean val = something();
val |= somethingElse();
Interesting part is |= (binary like) operator made on boolean primitive type.
It surprised me that |= exist for ...
-1
votes
1answer
28 views
Requirements that base on alrady existing requirements
Let's assume that there is a working system with planty of functions and the system is now going to be adjust for another country. Some functions stay as they are, some are going to be adjust and some ...
4
votes
1answer
64 views
What's the MAPP protocol to fetch a posted transaction?
I've got some 15-year-old code that does MAPP (MasterCard Automated Point of sale Program) credit card transactions over POTS and a modem, with Host Data Capture (as opposed to Terminal Data Capture). ...
1
vote
2answers
71 views
Proper usage of OpenGL method glTexImage2D()?
The specification for the OpenGL method glTexImage2D() gives a large table of accepted internalFormat parameters. I'm wondering though, if it really matters what I set this parameter as, since the doc ...
2
votes
2answers
139 views
CLS in .Net Framwork
I'm confused about the purpose of the CLS (Common Language Specification) in the .Net Framwork.
I think with .Net we can write a library with one language and use it in another language and to do ...
0
votes
1answer
55 views
Android specifications for middleware developers?
Is there any specification document provided by Android for Hardware vendors. my question is
for example if I have have my own Bluetooth device and stack, how my bt stack can be hookup to android ...
0
votes
1answer
54 views
Spec Explorer - Abstract specification of behaviour
I am currently evaluating Spec Explorer, but I am stuck with a problem concerning abstract specifications of function behaviour.
I have something like :
...
1
vote
1answer
92 views
Reading Sequence Diagram with some conditions
I have the following sequence diagram that consists of four lifelines exchanging a set of messages.
My question is:
How can i read the stuffs surrounded by red rectangle in this diagram?
This is ...
1
vote
1answer
63 views
std::iterator_traits for integral types in Microsoft standard library
I have a template function, that needs to be specialized for iterators. So what I did was along the lines of:
template <typename T>
void function2(T whatever, typename ...
0
votes
2answers
172 views
Java EE - searching for web.xml general specification
I'm a Java EE newbie. I found out that web.xml is a standard file (deployment descriptor) used by many servlet containers/application servers like tomcat, glassfish, etc. In many tutorials I can find ...
3
votes
2answers
163 views
in,out,inout,return parameter direction in UML
As i read the following concepts through UML specification promoted by OMG 2.5 (Beta) as:
in: Indicates that Parameter values are passed in by the
caller.
inout:Indicates that Parameter ...
8
votes
2answers
133 views
Does the JDBC spec prevent '?' from being used as an operator (outside of quotes)?
From Sam Macbeth's question:
Is there anything in the JDBC spec which allows a ? to be escaped and be anything other than a parameter placeholder?
For example, Postgres allows you to use ? as an ...
-3
votes
1answer
509 views
Wordpress Advanced Search Plugin
I want to design a Wordpress site that contains all of the usual Wordpress components (blog, contact us, image gallery, etc). I want to have a separate section of the site for "Books" and "Articles".
...
3
votes
1answer
200 views
unified process (UP) versus unified modeling language(UML)
what is the differences between unified process (UP) and unified modeling language(UML)?
does there is difference? or using each one of them is the same?
2
votes
1answer
125 views
Specification pattern and Entity Framework
public interface IEntite
{
int Id { get; set; }
string NomEntite { get; }
}
public class SpecIdEntite<TEntite> : CompositeSpecification<TEntite> where TEntite : IEntite
{
private ...
0
votes
2answers
62 views
Are all CMIS operations required to be synchronous?
The CMIS protocol specification does not even contain the words "synchronous" or "asynchronous".
I guess that implicitely, every server-side operation is synchronous?
Are there counter-examples?
...
5
votes
1answer
221 views
Active class versus passive class
In UML specification superstructure 2.5(still Beta, page 203)
A Class may be designated by setting isActive to true as active (i.e.,
each of its instances is an active object). When isActive is ...
5
votes
3answers
122 views
Specification and source code linking
I'm trying to find some solution which would provide some type of linking between software documentation and source code. I mean that it's quite difficult to maintain some old software solution which ...
0
votes
1answer
118 views
Why does the JSON spec demand that strings be delimited by double-quotation marks? [closed]
Another question has asked why JSON strings must be quoted - this doesn't confuse me.
What I am curious about is whether there's any rationale behind demanding that strings be delimited by ...
2
votes
3answers
347 views
Is there a specification of x86 I/O port assignment?
I found some information on the web as follows, but incomplete.
http://en.wikipedia.org/wiki/Input/output_base_address
http://wiki.osdev.org/I/O_Ports
Where to download the specification?
Thanks.
8
votes
2answers
179 views
Result of adding an int32 to a 64-bit native int?
When adding an int32 to a 64-bit native int, does the CLR sign-extend or zero-extend the 32-bit integer? And most importantly: based on what information does it make this choice?
I am writing a ...
0
votes
0answers
117 views
Specs for Microsoft Xinput USB devices (Xbox controllers)?
Has anybody found the specifications for the USB protocol used by the Xbox controllers? All I can find is the API documentation of Microsoft's implementation (Xinput). I'm trying to write a driver for ...
2
votes
2answers
198 views
PDF specifications for coders: Adobe or ISO?
I want to code an application that can read and decode a pdf document; now where I'm supposed to get the specs for this fileformat ? The PDF format is standardized from the ISO group but it's not ...
0
votes
3answers
79 views
Reading Managed PE DLLs
I want my application, written in ocaml, to read a managed DLL and retrieve the class definitions contained therein. Where can I find the public documentation / example code on how to do it?
[edit:
...
0
votes
1answer
146 views
Parse dynamic parameters from url in action
In test project I try to learn specification pattern and how use it in online store. Products specifications grouped by category e.g.: Color(blue, withe, etc), Height(100cm, 200cm, etc). ...
1
vote
1answer
72 views
What's the correct way to make an Index (Table of contents) in HTML
You can use <h1> to <h6> to structure your text. But:
What's the correct / best way, to make a separate Index (Table of Contents) to the text? (on the same page as the text)
Usually, I ...
1
vote
1answer
50 views
Spec Explorer: False tests
At the moment, I'm evaluating Spec Explorer 2010 by Microsoft Research. I'm a bit wondered how test cases are generated.
I'm playing around with the test sample model (Accumulator) generated by SE. ...
0
votes
0answers
45 views
Server general specs for a specific type of usage
I'm planning to create one app for mobiles very similar to a chat app with media exchange capability (images etc.). I need general advice in terms of HD, RAM and processor in servers.
My app would be ...
0
votes
2answers
81 views
Code Contracts: Ensure unproven on string method
I'm playing around with code contracts and got a simple method inserting a given count of space characters between each character.
e.g.
Hello -> H e l l o
World -> W o r l d
The ...



