Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

34
votes
4answers
5k views

Definition of “downstream” and “upstream”

I've started playing with Git and have come across the terms "upstream" and "downstream". I've seen these before but never understand them fully. What do these terms mean in the context of SCMs and ...
16
votes
7answers
2k views

Definitions of sqrt, sin, cos, pow etc. in cmath, C/C++

Are there any definitions of functions like sqrt(), sin(), cos(), tan(), log(), exp() (those from math.h/cmath) available ? I just wanted to know how do they work.
10
votes
7answers
145 views

Suggested speed improvement when defining string with value immediately, instead of delaying

I'm currently reading in "The C++ Programming Language: Special Edition" by Bjarne Stroustrup and on page 133 it states the following: For user-defined types, postponing the definition of a ...
8
votes
6answers
674 views

Duck typing, must it be dynamic? [CW]

Wikipedia currently says about duck-typing: In computer programming with object-oriented programming languages, duck typing is a style of dynamic typing in which an object's current set of ...
4
votes
1answer
93 views

In Delphi, Problem using Type definitions across units

Using Delphi 2010... I have a set of binary properties I want to group together. I have defined it as such... type TTableAttributeType = ( tabROOT = 1, tabONLINE = 2, ...
3
votes
6answers
123 views

define variables in c++

I am always confused with the concept "define variable", what does this define mean? for example: void main { map<int,int> *infoMap; if() { //some check here,if it passes this check, then new ...
3
votes
1answer
859 views

SystemParametersInfo parameter definitions for C#

I want to make a call to SystemParametersInfo from C#. The first argument to this function is one of a large collection of possible values like SPI_GETACCESSTIMEOUT, which are listed in the ...
3
votes
3answers
581 views

Meaning of “Tertiary level” In New Zealand programmer job listings

What does the phrase "Be qualified at the Tertiary level" mean in the context of a New Zealand listing for programming jobs?
2
votes
1answer
28 views

Relative and absolute tolerance definitions in Matlab solver

I am trying to understand the following Matlab definitions for RelTol and AbsTol parameters: RelTol — This tolerance is a measure of the error relative to the size of each solution component. ...
2
votes
1answer
159 views

jQuery Cycle with defined pager links

I built a player using cycle that cycles through various promos but I want to define the specific descriptive pager links for each page (other than 1,2,3, etc.) I know this should be possible but ...
1
vote
0answers
34 views

CMake + Qt = carved in stone Qt definitions (aka. -DQT_…)?

First, let's look at the excerpt from my CMakeLists.txt: find_package(Qt4 4.8.0 COMPONENTS QtCore QtGui QtOpenGL REQUIRED) include(${QT_USE_FILE}) add_definitions(${QT_DEFINITIONS}) Therefore, by ...
1
vote
6answers
59 views

In object-oriented programming, is the object part of the method call? [closed]

For example, imagine I have an object defined like so: public class Example { public void doSomething() { // does something } } If I wanted to call doSomething, I'd need an instance ...
1
vote
3answers
55 views

SQL lookup and reference table definitions

I need some clarification. What is a lookup table and what is a reference table in SQL? I was under the impression that a lookup table is a table that has static data that hardly ever changes (e.g. a ...
1
vote
3answers
210 views

Hack Javascript Definitions for “undefined” objects

Hey, so I'm not entirely sure this is possible, but I am curious if it is possible to hack the definitions of "undefined" objects. Primarily, the purpose of this is to prevent errors from launching ...
1
vote
4answers
556 views

Java definitions: Label, Token

I wrote this: (fitness>g.fitness) ? return 1 : return -1; and received the following error: Syntax error on tokens, label expected instead. Can anyone explain what tokens and labels are in ...
0
votes
0answers
56 views

XML definition of Linux header files

For a project that I'm working on (a Linux from NetBSD) I need to have all of the structs & types that are defined in the header files in /usr/include (et. al). I need these struct definitions to ...
0
votes
1answer
220 views

Is it possible to Export TFS 2010 Build Definitions?

I'm cleaning up old build definitions and I want to back them up in case there is something I'm missing, is there a way to export the build definitions using Visual Studio 2010?
0
votes
4answers
346 views

Preserving preprocessor definitions

Say I have some code that uses the name BLAH for a variable. Suppose BLAH is a common preprocessor definition in many standard header files (defined as 10), so if my file is included after any of ...
0
votes
3answers
131 views

The Integrity of linked data entities on update

What is the best-practice for maintaining the integrity of linked data entities on update? My scenario I have two entities "Client and Invoice". [client is definition and Invoice is ...
0
votes
1answer
53 views

(X)HTML & CSS definitions description in computer-readable format

is there any set of HTML & CSS definitions, like list of (X)HTML tags & their available properties (both with descriptions) and so on, and CSS properties (descriptions, browsers supporting and ...
0
votes
1answer
163 views

MOSS Site Definitions, Features and the moving site collections

The general consensus is that devlopment of MOSS publishing sites, should be done using site definitions, Solutions, Features but due to project timescales we had to do all list/site column/content ...