The attributes tag should be used for any issues relating to a property of an object, element, or file, etc.
Learning ruby. I'm under the impression that boolean attributes should be named as follows: my_boolean_attribute? However, I get …
ruby attributes conventions boolean-expressionWhen I extract files from a ZIP file created with the Python zipfile module, all the files are not writable, …
python attributes zip file-permissions zipfileI have a class with numerous Nullable<T> properties which I want to be serializable to XML as …
c# .net attributes nullable xmlserializerHow I can do custom Java annotation with no attribute name inside parentheses? I don't want this: @annotation_name(att=…
java attributes annotations default parenthesesI have read W3C's page on this, but it is still vague to me. Is the role attribute's purpose …
javascript html attributes xhtmlI have inherited a project with many large classes constituent of nothing but class objects (integers, strings, etc). I'd like …
python syntax attributes static-methods loopsHow can you see what the attribute rel contains when it is transferred by POST? I transfer a variable by …
jquery post attributes relI want to remove spaces from all attributes in my xmls using xslt. I used strip-space, but that removes the …
xslt attributes xslt-1.0 removing-whitespaceIs it possible to create an attribute for a class that is an array? I tried reading this but I …
ruby database-design attributes migration ruby-on-rails-3.1I am using Ubuntu 12.04. I recently installed OpenCV 3.0 from https://github.com/Itseez/opencv/archive/3.0.0-alpha.zip. I want to …
opencv attributes matching sift