Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

74
votes
5answers
9k views

What is the difference between Θ(n) and O(n)?

Sometimes I see Θ(n) with the strange Θ symbol with something in the middle of it, and sometimes just O(n). Is it just laziness of typing because nobody knows how to type this symbol, or does it mean ...
33
votes
4answers
7k views

Ruby: what does %w(array) mean?

I'm looking at the documentation for FileUtils. I'm confused by the following line: FileUtils.cp %w(cgi.rb complex.rb date.rb), '/usr/lib/ruby/1.6' What does the %w mean? Can you point me to the ...
32
votes
5answers
1k views

Why is the dereference operator (*) also used to declare a pointer?

I'm not sure if this is a proper programming question, but it's something that has always bothered me, and I wonder if I'm the only one. When initially learning C++, I understood the concept of ...
15
votes
4answers
753 views

Syntax for documenting JSON structure

So I'm trying to document the format of the json returned by an api I am writing against and I'd like to know if there is any popular format for the documentation of json structure. Note I'm not ...
14
votes
8answers
668 views

Historic reason for using periods in version numbers?

Is there a historic reason that periods are used instead of any other separator for software versions? One of our products was previously version 3.5, and now it's 3.08 -- I'm sure this was ...
11
votes
3answers
339 views

Notation as a tool of thought - how far have we come?

Recently I was comparing an old Windows DOS command for deleting all the files in a directory with a scripted equivalent - I noticed the "modernised" version required typing 50 times more keystrokes ...
10
votes
3answers
285 views

What does “options = options || {}” mean in Javascript?

I came over a snippet of code the other day that I got curious about, but I'm not really sure what it actually does; options = options || {}; My thought so far; sets variable options to value ...
7
votes
3answers
151 views

Why is this code considered O(N^6) in Big Oh notation?

I was just reading another question and this code intrigued me: for(i = 0; i < n; i++) { for(j = 0; j < i*i; j++) { for(k = 0; k < i*j; k++) { ...
7
votes
6answers
5k views

JavaScript dot notation

The following line is apparently written best in dot notation. I am trying to clean my JavaScript code to make it strict. What does it mean? if (ie||ns6) { var tipobj=document.all? ...
7
votes
1answer
3k views

Comma notation in jQuery?

I've taken a look at some comma notation in the tutorial Coda Popup Bubbles that is using jQuery. After looking at all the selectors on the jQuery site, I can't seem to find out what the ', this' ...
6
votes
3answers
369 views

Mathematica Notation and syntax mods

I am experimenting with syntax mods in Mathematica, using the Notation package. I am not interested in mathematical notation for a specific field, but general purpose syntax modifications and ...
6
votes
2answers
169 views

How to add “Arabian” or “Microtone” or “Quarter-tone” support to jMusic?

I have been working lately on a program that transcribes WAV files having a single and monophonic instrument, more likely this instrument is Vocal. This program converts the given WAV file into Sheet ...
6
votes
2answers
671 views

Muscial notation on the iPhone. Any suggestions for example code?

I'm writing an iPhone app where I'd like to display some simple musical notation (just a chord or two). This question is a call for suggestions on the quickest way to go about it. For instance: Is ...
5
votes
5answers
396 views

define double constant as hexadecimal?

I would like to have the closest number below 1.0 as a floating point. By reading wikipedia's article on IEEE-745 I have managed to find out that the binary representation for 1.0 is 3FF0000000000000, ...
5
votes
5answers
299 views

javascript ? : notation

I found this snippet of code in my travels in researching JSON: var array = typeof objArray != 'object' ? JSON.parse(objArray) : objArray; I'm seeing more and more of the ? and : notation. I don't ...
5
votes
1answer
254 views

Ways to work around Mathematica Notation bug?

Mathematica offers the Notation package to define custom notation, and it seems to work great until I save a notebook with custom notation as a package and try to use Needs["..."] to import the new ...
4
votes
7answers
164 views

Java what is the double underscore notation for?

I was browsing the web and found this example. Within the public static void main method is this line syntax which I have never seen before __main: As in: public class Klass { public static void ...
4
votes
3answers
80 views

Shorter notation for getting an object field

I'm wondering if there's a short notation in PHP for getting an object field when creating an object. For example, in Java, I don't have to put a newly created object in a variable in order to get ...
4
votes
1answer
90 views

How do I make 2 characters overlap each other in an Android EditText

I am making a music notation app for Android for one of my school projects. In this app, I don't have a music notation rendering mechanism. Instead, I use a font, which has all different notes in ...
4
votes
4answers
213 views

Could python have suffix-based number notation for engineering purposes?

As an electrical engineer I (we?) use python for helping out with calculation/automation/etc. When dealing with calculations using some real-world numbers it is VERY common to think in -nano, -pico, ...
4
votes
1answer
175 views

custom postfix notation, Apply / Function

I would like to set up the following custom notation in Mathematica 7. This notation is not particularly useful in itself, so please do not suggest existing alternatives, or point out that this only ...
4
votes
4answers
162 views

Should Javascript still be “hidden” in HTML comment tags?

I have recently inherited some web code and found that all the Java Script scripts are contained within HTML comment tags For example: <script type="text/javascript" ...
4
votes
4answers
519 views

Why isn't “0f” treated as a floating point literal in C++?

Why isn't 0f treated as a floating point literal in C++? #include <iostream> using namespace std; int main(){ cout << 0f << endl; return 0; } Compiling the above gives me ...
4
votes
3answers
1k views

Scala - Prefix Unary Operators

I've recently given Scala a second chance, and started with the project I always implement (in functional or pseudo-functional languages): an automated reasoner for propositional logic (and later ...
4
votes
2answers
100 views

What is the name of such notation?

JSON web site uses very clear notation to describe JSON's syntax: What is the name of such notation? Is this is just a graphical presentation of BNF or it has it's own name?
4
votes
3answers
191 views

Is there an existing algorithm for this notation translation/conversion?

A system has a notation that would require writing an expression like (A+B)*C as #MUL(#ADD(A,B),C). Is there already an algorithm to do this kind of notation conversion so users can enter in a more ...
4
votes
1answer
832 views

Bang Notation and Dot Notation in VBA and MS-Access

While perusing an application that I'm documenting, I've run across some examples of bang notation in accessing object properties/methods, etc. and in other places they use dot notation for what seems ...
4
votes
4answers
519 views

Mathematical notation in algorithms

I am currently reading the Algorithm Design Manual, but my mathematical notation has become a little rusty. What does mean?
4
votes
4answers
3k views

IP Subnet Notation

I am taking an IT class that is a bit over my head, but trying hard to keep up. On a lab to regarding network topology using port scanners, I am instructed to "to develop a network inventory and ...
4
votes
4answers
668 views

Art of Computer programming notation question

I'm just starting to read TAOCP Volume 1 and I'm having trouble understanding the style. Knuth mentions a computational method to be a quadruple (Q,I, Omega, f) -- but I am having trouble ...
4
votes
1answer
528 views

Scala syntax - pass string to object

While playing around with regexps in Scala I wrote something like this: scala> val y = "Foo" y: java.lang.String = Foo scala> y "Bar" scala> As you can see, the second statement is just ...
3
votes
3answers
154 views

Haskell >.> notation

In the book "The Craft of Function Programming" the symbol '>.>' joins functions together, opposite the direction of '.'. But when I implemented it using ghci, it shows the error '>.>' out of scope. ...
3
votes
1answer
57 views

PHP - Get rid of notation

I have a very large number here but I cannot get rid of the notation. I want it to display only numbers instead of "4.8357032784585E+24 - 77" I tried (int)$variable but it didn't help. Suggestions?
3
votes
2answers
137 views

Representing the strings we use in programming in math notation

Now I'm a programmer who's recently discovered how bad he is when it comes to mathematics and decided to focus a bit on it from that point forward, so I apologize if my question insults your ...
3
votes
2answers
162 views

Schedule notation (time ranges)

I have some code which needs to do things based on a schedule: e.g. during business hours do X, after hours do Y. The schedule will be defined by our customer's so I need a notation which can be ...
3
votes
1answer
323 views

Automatically format a measurement into engineering units in Java

I'm trying to find a way to automatically format a measurement and unit into a String in engineering notation. This is a special case of scientific notation, in that the exponent is always a multiple ...
3
votes
1answer
899 views

matlab matrix scientific notation

I've wondered about this for a while now. When Matlab prints the matrix A, for instance, with A it sometimes appears in scientific notation such as A = 1.0e+03 * 0 0 0.0070 ...
3
votes
4answers
585 views

Haskell - Redefining (hiding) arithmetic operators

I want to redefine several arithmetic operators in Haskell in order to make them more extensible and generic. E.g. class Mul a b c | a b -> c where (*) :: a -> b -> c This seems to ...
3
votes
3answers
293 views

Coloring notes in Lilypond by pitch

lilypond can color notes in a arbitrary way using \override NoteHead #'color = #red c with the default color is black. But I like to color all notes by pitch, so that my kids can more easily learn ...
3
votes
2answers
3k views

Anyone have an ERD symbols quick reference?

I'm looking for a one-page quick-reference or cheatsheet (preferably in PDF) to the meanings of the various ERD symbols in Crowsfoot/Martin notation. I've done a lot of googling, but have not found a ...
3
votes
6answers
249 views

Why can't I write @F[1..-1] to get elements 1..last?

In Perl, the array index -1 means the last element: @F=(1,2,3); print $F[-1]; # result: 3 You can also use the $# notation instead, here $#F: @F=(1,2,3); print $F[$#F]; # result: 3 So why don't ...
3
votes
5answers
1k views

A productive alternative to UML

I find UML hard to create quickly. I'd like to put my ideas more quickly, especially for small open sourced projects. If it was big enough I'd bother with UML but the project is too small for this ...
3
votes
2answers
1k views

Compact MATLAB matrix indexing notation

I've got an n-by-k sized matrix, containing k numbers per row. I want to use these k numbers as indexes into a k-dimensional matrix. Is there any compact way of doing so in MATLAB or must I use a for ...
3
votes
4answers
1k views

About Trees and Prefix (Polish) Notation?

My MIPS Assembly class required me to read in an expression of unknown size into a Parse Tree. I've never had to deal with trees, so this is how I went around storing values: Lets say the user ...
3
votes
4answers
207 views

How should complex numbers be rendered?

Mathematics naive question: What is the "canonical" way to represent 14+1i? 14+i1 or 14+i Similarly, is it likely, in the 'real world', that scientific notation is going to creep into a ...
2
votes
3answers
67 views

Is there any difference between `:key => “value”` and `key: “value”` assignments?

Is there any difference between :key => "value" and key: "value" assignments? If not, then I would like to use `key: "value" notation. Is there a gem that helps me to convert from :x => to x: ...
2
votes
2answers
96 views

PowerShell: Difference between array notation?

Is there a difference between these two array creation statements? So, is '@' sign optional when creating arrays? $a = "This", "Is", "a", "cat" $a.GetType() $a | gm $a = @("This", "Is", "a", "cat") ...
2
votes
5answers
70 views

Is there a %w{ }--like way to create array of fixnums in Ruby?

Is there a way to create an array of Fixnums using ruby's % notation? It's obviously quite trivial to write, for example [edit: changed example to nonconsecutive digits] digits = %w{4 8 15 16 23 ...
2
votes
4answers
86 views

Why is it possible to access a field without a getter?

I have the following example: package cage; import java.util.HashSet; import java.util.Set; import animals.Animal; public class Cage<T extends Animal> { //A cage for some types of animals ...
2
votes
4answers
377 views

iOS First Application “self.userName = textField.text” question. When to use self

Here is a code snippet from Apple's "Your First iOS Application" document. - (IBAction)changeGreeting:(id)sender { self.userName = textField.text; NSString *nameString = self.userName; if ...

1 2 3