Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

180
votes
31answers
48k views

Why are variables “i” and “j” used for counters? [closed]

Possible Duplicate: Why are we using i as a counter in loops I know this might seem like an absolutely silly question to ask, yet I am too curious not to ask... Why did "i" and "j" become ...
5
votes
1answer
44 views

Is “master” a standard branch name in git, or is it just the standard practice?

I noticed the names "master" and "origin" being used a lot in git. What's the difference between these, and are either standard in git, or are they just common practice? Which would be the root ...
5
votes
2answers
1k views

ld: Using -rpath,$ORIGIN inside a shared library (recursive)

I just made a basic example of using ld's -rpath option with $ORIGIN here (see 2nd response for a working version). I'm trying to create an example where main.run links to foo.so, which in turn links ...
4
votes
1answer
78 views

what does this message mean? more than one branch.<name>.remote

In the output from git remote show origin, I see this message: warning: more than one branch.main_int.remote What does this mean? Is it bad, and how do I fix it, if it is bad? Thanks.
4
votes
1answer
84 views

How to change the point to slide a (cocoa) custom sheet?

I would like to use in my Mac App a mainwindow with a title bar with custom height (like sparrow, twitter app, reader for mac and others). I´m using https://github.com/indragiek/INAppStoreWindow for ...
4
votes
3answers
170 views

Is it possible to modify the origin of a display? (win32)

I have a number of applications which I cannot modify(no source), they are hard coded to draw at 0,0. Normally this is not a problem however a new project(kiosk) has come along where I need to draw a ...
4
votes
2answers
2k views

How to rotate about the center of screen using quaternions in opengl?

I am trying implement arcball/trackball rotation but I have a problem with the center of rotation. I want the center to be the center of my screen no matter what. Let me explain what I have done so ...
3
votes
3answers
55 views

CSS3 Transforms: Multiple Origins?

Is it possible to specify an origin at the top left (0%, 0%) for scaling, and a different origin (center) for rotation in CSS3? I am only working with webkit, if that helps. I am currently using a ...
3
votes
3answers
1k views

How do I check in files for building with git?

I'm using git to manage a grails project I have.I set up a git repository on a remote server and what I want to do is when I have code working locally, I want to commit it and push to the remote ...
2
votes
4answers
52 views

How to determine master, origin, head

I find myself getting lost in git branches. How can I determine what my origin/master/head is if I'm in an arbitrary git branch? This way I can predict the effects of commands such as those shown ...
2
votes
3answers
453 views

git checkout branch from outside

Problem: I need somehow to checkout an existing branch of a project that is already cloned locally on my file system without being in that particular folder of this project. Solution: I'm trying to ...
2
votes
1answer
153 views

Where does git store information about the origin of a repository

I have a repository that I cloned from someplace a few months back and I'd really like to know where it came from. A 'git pull' returns successfully and tells me everything is up to date, but I'd ...
2
votes
3answers
137 views

github “origin” deletion

im trying to delete this "origin" thing so i can actually run the tutorial code from this website http://www.railstutorial.org/book#sec:github this is the code im trying to run $ git remote add ...
2
votes
2answers
298 views

Is the Git remote name origin only applied to one created by git clone?

Does Git only use the remote name origin for a repository which was created by cloning? eg, say I create a repository, place it on a remote, and try to clone it again into the same directory, which ...
2
votes
3answers
180 views

Multiple Origins - Multiple Destinations

I either have a blonde moment or am attempting something a bit out of my league, but here it goes ;) I have an optimization question. It is only somewhat traveling-salesman-ish. Lets say I have a ...
1
vote
1answer
25 views

how to translate external mouse clicks in matplotlib

In one computer I generate a plot using matplotlib. Once the plot is generated is then saved into a file. The file is used by another application external to matplotlib. The generated PNG file is ...
1
vote
2answers
59 views

Git push everything to new origin

I deleted my previous git origin, and created a new one. I did git add . and git commit. But it will update changes, how do i push everything into the new origin
1
vote
1answer
59 views

Where is the origin in a sprite?

Where are the origin (x,y) coordinates on a sprite? Is it at the top left? Is it different in cocos2d? Thanks!
1
vote
2answers
250 views

Building a simple (hello-world-esque) example of using ld's option -rpath with $ORIGIN

Note: Full working example now below. Original question follows: I'm having problems using ld's -rpath parameter with $ORIGIN. As I couldn't find a complete example, I thought I'd try to write one ...
1
vote
1answer
108 views

Displaying an inverted vertical date axis

The chart I'm trying to make is a 2D-array with date as its vertical dimension. By convention, the dates should increase from the top down. Displaying the date the other way around works fine with ...
1
vote
4answers
216 views

Git: What does HEAD point to?

I want to compare my local master branch with the remote origin/master branch. I know how to do git pull --rebase; git diff origin/master from my local master branch to detect the line-by-line ...
1
vote
1answer
212 views

How to get consistent gradient fill in GDI+ when using a rotated LinearGradientBrush?

I'm using GDI+ in my application, and I need to use a rotated LinearGradientBrush to paint several rects in the exact same way. However, although I'm calling the same code to fill each rect, the ...
1
vote
2answers
104 views

Why does my git origin want to remove all my pushed changes?

After thinking that I finally figured git out, I'm now finding myself super-confused about a git behavior I'm seeing -- whenever I push changes made and committed to my local machine up to my origin ...
1
vote
1answer
272 views

C# directx sprite origin

i have this problem when my Sprite rotation origin is fixed at top left corner of window (same with sprite.Draw and sprite.Draw2D) Either way if i change rotation center it's still at top left. I need ...
1
vote
3answers
130 views

Find out where a function comes from?

From time to time, I'm handed bloated, undocumented, buggy PHP code to fix. I have several tools I use to fix such code as quickly as possible. One thing I'm not sure how to do that occasionally ...
1
vote
3answers
131 views

What is the origin / meaning of these variable naming conventions?

What is the general meaning and where did it start to have variables with leading or trailing underscores? ex: _varName and varName_ I have always thought a leading underscore indicated the variable ...
1
vote
3answers
206 views

How do I do git pull so that it will update the files in the working

When I do git pull origin master, it does not seem to update the files in the folder of the git repository.
1
vote
4answers
1k views

iPhone > Set position of an control

I'm currenly learning Obj-C and try to find the easiest way to set a position of an control. So this works to set the object +100px: [panel setFrame:CGRectMake( panel.frame.origin.x, ...
1
vote
2answers
1k views

Matplotlib coord. sys origin to top left

How can I flip the origin of a matplotlib plot to be in the upper-left corner - as opposed to the default lower-left? I'm using matplotlib.pylab.plot to produce the plot (though if there is another ...
0
votes
0answers
9 views

Iframe content is cached

I created a webpage with two views (iFrame): Master and Detail. When I select a row on the first view the detail should be shown in the second view (iFrame). Iframes were created statically through ...
0
votes
1answer
52 views

How to Change the Position of a Canvas'es Origin Point

I'm working on a project that allows users to drawing something, and save it in the database. Basically, the user draws on a canvas, the canvas is 5 time bigger than the screen size, and the canvas ...
0
votes
1answer
21 views

RenderTransfromOrigin vs RotateTransfrom Center Point

I was wondering what is the difference between RenderTransformOrigin and the center property of the RotateTransfrom. If you apply set a RotateTransform as RenderTransfrom with some value for ...
0
votes
0answers
51 views

How are the coordinates in an Android onTouchEvent MotionEvent based?

I'm wondering what are the origin point, i.e. (0, 0), of the coordinates in a MotionEvent when you touch or move across the screen in Android? I know getRawX() and getRawY() get the overall screen ...
0
votes
1answer
68 views

When would a UIView's bounds.origin not be (0, 0)?

When would an UIView's bounds.origin not be (0, 0)? This post was helpful to me: IMPORTANT!! Bounds X and Y, the origin, are for moving inside the View. For eample X+5, moving 5pix to the ...
0
votes
1answer
35 views

Controls Origin Change

Does anyone know: Why the origin in some controls is at Center of the Bounds,in some at TopRight corner and in some at TopRight - 10px? How to change the origin of a Control in WPF? Methods tried: ...
0
votes
1answer
58 views

Change Screen Origin Of PrintEventArgs.Graphics in C#

I been messing around with drawing 3D Objects in C# using PaintEventArgs.Graphics and the following code public void findPoints() { xp1 = (p1x * 1000) / (p1z + 1000); xp2 = (p2x * 1000) / ...
0
votes
1answer
91 views

Qt QGraphicsView use topleft as scale origin

How would I take the topleft corner as seen through the QGraphicsView and keep it the topleft while scaling? So if I happen to have the symbol 'A' in the topleft corner while scaling, the A will stay ...
0
votes
1answer
55 views

Lvalue error when attempting to change webview.bounds.origin.x/y

So basically, I'm trying to create an NSTimer which will scroll through a UIWebView (here named _webView). The timer is firing correctly, but the other lines are giving me an "Lvalue required as left ...
0
votes
1answer
327 views

Problem in configuring GIT with HUDSON

I am naive to HUDSON and GIT, i followed some tutorials and tried to configure hudson and git. Settings that i have done till now, Set the path to git executable created a empty local repository ...
0
votes
2answers
600 views

Origin is not allowed by Access-Control-Allow-Origin

Hi all i keep getting this error 1Resource interpreted as Script but transferred with MIME type application/json. i am trying to use jquery query to grab my json form a php file on a separate domain ...
0
votes
2answers
103 views

Setting movieclip origin with AS3

I have a spotlight that moves on a stage. Now I rotate the spotlight but its not rotating on the correct point/origin. I am trying to do something like myOject.setOrigin = {x , y}; //and then ...
0
votes
2answers
130 views

What is an origin header and where do I insert Access-Control-Allow-Origin? [closed]

Possible Duplicate: How do I use Access-Control-Allow-Origin? Does it just go in between the html head tags? I'm trying to allow cross domain requests, but I don't know where to put ...
0
votes
1answer
547 views

Safari complains: Origin file:// is not allowed by Access-Control-Allow-Origin

My JavaScript Ajax program works fine with FireFox. It even works OK on iPad! But when I run it on Safari on Windows 7 - I get the above error. I am attaching the HttpRequest header and respond. ...
0
votes
0answers
79 views

MarkerImage Origin Document Problem [closed]

origin Point The position of the image within a sprite, if any. By default, the origin is located at the top left corner of the image (0, 0). [ ...
0
votes
1answer
190 views

C++: Lookup failure when linking using -rpath and $ORIGIN

I'm trying to learn how to use the -rpath option in GCC's linker (ld) with $ORIGIN. I'm trying the simplest example I can think of (see below), and all the links I read seem to say I'm doing it ...
0
votes
2answers
965 views

Multiple Origin Zip Codes in Magento Checkout

I'm working on a Magento storefront for a client. They use dropshippers, so a single zip code doesn't do us much help. We do have it set for the most common zip code from which the client ships, so, ...
0
votes
1answer
157 views

ipad onscreen keyboard origin

hi all i want to know what exactly origin of onscreen keyboard on ipad is it dynamically change depend on the language we use, or not? i try to get this value to make a frame for UITextview in my ...
0
votes
1answer
102 views

Change Origin of Coordinates in Javascript

How can I possibly change Javascript's origin? For example, if I were to call offsetTop on a div, it's really tell me how far it is from the origin. Javascript's origin is at the top left of the ...
0
votes
1answer
181 views

Blackberry XYEdges class explanation

Ok, I've read through the documentation at http://www.blackberry.com/developers/docs/4.2api/net/rim/device/api/ui/XYEdges.html for information concerning how the XYEdges class works, but I seem to ...
0
votes
2answers
428 views

Get origin of Android Market link after install

Is there any way to get the origin of a link to an app on Android Market after the app is installed? Let's say I have three different web pages that link to the same Android Market app, can I get the ...

1 2