The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
13 views

Check if point is inside a rotated rectangle (with different rectangle origins)

How can I check if a point is inside a rotaded rectangle when the rectangle can have different origins? This is basically what i'm using now: struct Point { float x; float y; }; struct ...
1
vote
3answers
64 views

XNA - Bounding Box Rotation Nightmare

I'm currently going throught kind of a nightmare right now by trying to find the right formula to obtain a bounding box that correspond to my sprite orientation. I KNOW ! There is a bunch of ...
0
votes
0answers
11 views

Finding origin of cloudfront files

On akamai, I can send certain headers to get cache keys back, or certain Chrome plugins do this for you anyway. The majority of the time, the cache key contains the origin. Therefore, you can ...
0
votes
0answers
13 views

Origin http://www.yoursite.com is not allowed by Access-Control-Allow-Origin.

I'm having some trouble with some pages on my website. When I try to use the ajax dropdown menu or shopping cart, the pages won't do anything and I get the Access-Control-Allow-Origin error. I've ...
0
votes
0answers
30 views

PhoneGap project links give error in app but work on web

i developed app with css,html and jquery mobile. in my app i load data to html page from .net service via ajax call . then using phoneGap and i built it and i downloaded IOS app to move my iphone... ...
0
votes
1answer
129 views

How to set the Origin (drag.origin) for drag behavior in d3 javascript library

I am trying to implement drag behavior for group consisting from HTML-text and background-rectangle using the d3 framework. I was able to get it working, although when not setting the drag.origin I ...
0
votes
1answer
17 views

Magmi - Country_of_origin not importing

we have recently started using Magmi and it's a great tool. we did notice, however, that country_of_manufacture field was not being imported properly. Is there a different column heading that we need ...
0
votes
0answers
87 views

echo lat_long to origin for directions on google map api

I am trying to pull the lat and long from the geolocation which i have accomplished. then i have it set in a form when clicked i want it to show up in the map with direction route and turn by turn ...
0
votes
1answer
32 views

Applying css3 rotation around center of group after previous local rotations around center of individual item

I have a div with many items that can be dragged around. I can select and group multiple items and then rotate them all together as a group. That works all well, but only if the individual items had ...
0
votes
0answers
28 views

How to center the origin of a multi-meshes pod object with cocos3d?

I have to load some pod files, i can't know how they have been builded, so i have no clue about the Meshes Node Names in these models. Another thing I have no clue about, is the Object Origin Axis. ...
1
vote
0answers
107 views

Two similar animations behave differently

I have a UIView configured through Storyboard. This view (self.view) has one child, a button (self.cartButton). Later in the code I add a subview to this view: [self.view addSubview:self.cart.view]; ...
0
votes
2answers
498 views

CSS3 transform rotate text, fixed position left and right, vertically centered

I'm trying to position one div to the left and one to the right of the browser window, both contains one ul with CSS transform rotate. I have managed to position .rotate-left and its ul to the left, ...
1
vote
1answer
117 views

Animation origin not working correctly Monogame 3.0

This has been driving me insane for the last 2 hours. I've been working on a new game, and I just put in my first animation, an explosion. The problem is this. The explosions spritesheet is ...
0
votes
0answers
39 views

SWT Capture origin changed of ScrolledComposite

I am using a ScrolledComposite to display a workspace. So I define a Workspace by extending the Composite and set the content of a ScrolledComposite is a Workspace object. ScrolledComposite ...
0
votes
0answers
193 views

Gauss Curve fitting Using Lavenberg algorithm to find best fit C#

I'm trying to get the Xc(mode of set of data X and Y) and W(width of the curve), I have to replicate the numbers that we get in origin, and this is the formula the they use this formula: ...
0
votes
1answer
141 views

Drawing 2D lines in XNA using rotations

I'm trying to draw a line from the player to a targets asteroid as a "Grapple" hook, i've found some examples for doing this in 2D in xna but my "Position" and "origin" vector2 seems to change ...
1
vote
1answer
108 views

Git Pull: EGit with GitHub

I followed the tutorial http://wiki.eclipse.org/EGit/User_Guide#GitHub_Tutorial to setup EGit with GitHub. When I want to pull I had the same problem described here: The current branch is not ...
0
votes
1answer
72 views

Why is Hello World used in programming examples? [duplicate]

Possible Duplicate: Where does ‘Hello world’ come from? Why are most all programming examples written to print the specific phrase Hello World? Sometimes you see derivatives like ohai world ...
0
votes
0answers
35 views

wix and origin policy getimagedata()

is there a way I can upload images into a images hosting website like "Imageshack" and then use the getimagedata() method to manipulate them into my html5 canvas without having origin policy ...
0
votes
1answer
113 views

Displace cube into origin with OpenGL

I'm drawing a bunch of points inside a 64x64x64 cube and can't figure out how to displace the origin so that rotations are done around the center of the cube. My vertex data is stored inside a 1D ...
0
votes
1answer
69 views

Serving Dynamic Data to a WebPage avoiding Cross Domain Warnings and Firewall blocks

I am designing a website that uses JavaScript Ajax XHR calls to retrieve dynamic data. I have two C++ based applications that serve data on their own ports, and I have control of the ports that ...
0
votes
3answers
91 views

Change origin in iPad landscape

In my iPad app I set the supported interface orientations only to both landscape modes. I have a UIView with the background color set to red and I initialise it with frame x:0 y:706 w:1024 h:60. The ...
0
votes
2answers
81 views

Header Origin vs Host

i have a question about origin and host i have a ajax page "Page A" which will call the ajax feed "Page B" i saw that the request header of "Page B" from the ajax call has origin ...
3
votes
1answer
80 views

can't use Frame.origin while setText

I'm using the next code to fadeout and scroll up my textfield but I just noticed that when I use something like [textField setText:@"something"]; or [textField resignFirstResponder]; I lose the ...
3
votes
1answer
132 views

Why frequency count in matlab octave origin awk get completely different result with the same dataset?

There is a dataset (just for test) as follow: 0.1 0.2 0.3 0.4 0.5 1.1 1.2 1.3 1.4 1.5 0.1 0.2 0.3 0.4 0.5 I'd like to get the frequency count between the minimum 0.1 and maximum 1.5 with the bin(step ...
0
votes
3answers
211 views

Github branch is ahead by 5 commits, how to fix?

Windows PowerShell Copyright (C) 2009 Microsoft Corporation. All rights reserved. C:\Users\Allen\Documents\GitHub\project2-pd7 [master]> git status # On branch master # Your branch is ahead of ...
0
votes
1answer
92 views

MapView annotation not pointing to correct location on app start up

I have a mkmapview that i create at run time. First i have to tell that my actual problem is on the ipad but not on the simulator. On view did load i am calling two functions. fillValues and ...
1
vote
2answers
204 views

git - local repository origin does not exist

Currently, git bash in windows pointing to vikas@VIKAS-PC /D/code/myrepo (master) I ran following git commands: $ git config --global user.name "Vikas Sharma" $ git config --global user.email ...
1
vote
1answer
96 views

Is origin at screen of all android devices at top left?

I am dealing with a general rotation function to use in my programs. I use atan2(y, x) function to get angles. Since the origin is at top left on my Nexus S, I actually use atan2(-y, x) to get correct ...
2
votes
1answer
263 views

Amazon Cloudfront - Pass CDN domain name to origin server

I was wondering if Amazon Cloudfront can pass to the origin server the CDN domain name the request is coming from. Let me explain. I have an external LAMP server, associated to an origin domain ...
4
votes
4answers
276 views

why is a kernel called a kernel?

So the title of this question pretty much sums up my question. To be clear, I understand what a kernel is and why we make them. I would like to know the origin of it's name. So far All my goggling ...
1
vote
1answer
188 views

iOS Truncated Views while rotating, have to reset view.bounds

I've been adding support for rotation for an app recently and it has been a pain. One thing I'm finding that's fairly consistently annoying is that one of my views shifts up by about 50 pixels or so ...
0
votes
1answer
498 views

Change the origin to the center of object in Google SketchUp(Free version)

As shown in the following, I am trying to move the origin to the center of the bounding box of this 3D object by using its Axes tool. At a result, it seems very hard to find that center because there ...
2
votes
1answer
97 views

Fortran 90 - Changing the Origin

Here’s what I want to do. I have a 100 x 100 grid of values, and my original origin is (0,0). This origin is at the center (hence my array boundaries being at -99:99, etc). At this origin, I ...
1
vote
1answer
192 views

How to translate a rectangle by its center in canvas?

I'm pretty new to the canvas element, and I want to learn more because I think it has potential. I have learned some openGL a few years ago (its a blur though), and I only remember few things. With ...
2
votes
0answers
129 views

Calculate X and Y position on a PNG Map from GPS Coordinate

I'm implementing a custom maps (image with size map_width and map_height) on an iPhone app and i try to show the current user position on this map (current_long and current_lat) I have 2 references ...
0
votes
1answer
231 views

rotation and origins building a path. XNA

I'm trying to build a path system involving the use of paths with waypoints. At the moment I'm trying to render the path to the screen. I'm getting some success. But, I have a problem being, between ...
0
votes
0answers
17 views

Is there a bullet prof solution to securing mp3 files on sever

I am getting the following errors Origin http://localhost:8888 is not allowed by Access-Control-Allow-Origin. When i look at my output in my network tab i can see the following Accept:*/* ...
1
vote
1answer
68 views

Hostname for origin policy

Does different host name with same domain name break origin policy? let me clarify my question, abc.xyz.net pqr.xyz.net these two host name with same domain will break origin policy? and one more ...
1
vote
3answers
298 views

How to get the page origin in razor (asp)?

I'm looking for the equivalent of this javascript window.location.origin but server side, while building mvc pages. For example, if you are here http://website.com/123, it would return ...
1
vote
1answer
92 views

How to change the fork that a repository is linked to

I have a repo called at MAIN/repo.git and I've forked it to FORK/repo.git. I have both of these repos cloned onto my computer for different purposes. Using Github for Windows, a bug seems to have ...
0
votes
0answers
128 views

Google Chrome fails on xmlHttpRequest.open() call to cross domain resource

In Google Chrome, my Javascript crashes on this line: xmlHttpRequest.open("GET", "http://L45723:1802", true, "server", "server123"); It seems by default I cannot even open to a CORS server. If I ...
0
votes
1answer
106 views

Get the origin x of the last UIButton in UIScrollView

I would like to know if it's possible to get the origin x of the last UIButton which is subview of an UIScrollView. I tried this code, but it's not working because if I NSLog its frame it returns 0: ...
0
votes
2answers
139 views

what is “upstream” in git push and pull command

I am working with github repsitories but have bit confusion in origin & upstream; and tell me if I am working in BRANCH_B then is there any need to add origin keyword to pull or push? $ git ...
0
votes
2answers
268 views

NASM 'org' directive with '-fobj'

Why doesn't NASM compile to an object file with the org directive? Here is my code ; File: OrgNoWorky.asm ; Purpose: For Stack Overflow on why 'org' does not work with object files in NASM ; Date: ...
0
votes
1answer
333 views

How browser zoom affect the iframe's position? when browser zoom, the iframe's origin moves

I have a iframe embedded, and when browser zoom in, i don't know what is the base center for zoom. i thought it should be the top right, but it doesn't. see this website, ...
1
vote
2answers
3k views

github issue -can't push, cant pull

When I try and pull error: cannot open .git/FETCH_HEAD: Permission denied When I try a push or a push -u origin master master -> master (non-fast-forward) error: failed to push some refs to ...
0
votes
1answer
109 views

NSMatrix in ScrollView; origin settings are locked. Why?

I have an NSMatrix, embedded within a scroll view (using IB). It works great, using the -sizeToCells method after changing the number of rows/columns. But I would like to move the initial matrix ...
0
votes
1answer
323 views

WPF double animation | how to specify origin

How to specify origin for storyboard based double animation. Following is the code <Storyboard x:Key="gridin"> <DoubleAnimation BeginTime="00:00:00" Duration="00:00:05" ...
0
votes
1answer
151 views

How can I show the css3 transform-origin property in percent?

I have get my transform-origin value: var anchor= $('#clone').css('-moz-transform-origin'); console.log(anchor); the answer is: 182.5px 156px but I want it show in percent,like the default ...

1 2 3