Tagged Questions
The square tag has no wiki summary.
13
votes
1answer
115 views
algorithm to find square chained permutations
A permutation is square chained if the sum of consecutive numbers is always a perfect square. For example,
8 1 15 10 6 3 13 12 4 5 11 14 2 7 9 16
is a squared chain permutation of the numbers 1 to ...
7
votes
1answer
182 views
What's difference between Math.pow(9, 18) and 9^18
when I use Math.pow(9, 18) =150094635296999136
when I use web Calculator 9^18 = 150094635296999121 (http://web2.0calc.com/)
when I use goggle calculator 9^18 = 1.50094635 × 10^17
why it is ...
4
votes
2answers
685 views
How does Square's CardCase App Do This?
Square's new card case iOS app has a "Create Account" feature. Tap it and it shows a form PREPOPULATED with the user's entry from the Address book.
How is this possible? Anyone know? I thought this ...
3
votes
1answer
87 views
Does anyone know how Square implemented?
some days ago i saw a interesting device for iphone, square, here: https://squareup.com/
you can plug it into iphone's earphone socket, and it can transfer data to iphone. A running App on iphone can ...
3
votes
5answers
796 views
Brute force magic squares
Basically I have a 3 x 3 grid that is filled with two digit numbers 00 - 99. Some of the numbers are given as input the rest are unknown. What are some suggestions on how to solve such a problem with ...
3
votes
8answers
753 views
Estimating the square root
I am writing an iPhone app that needs to calculate the square root of a number about 2000 times every 1/30th of a second. sqrt() works fine on a computer, but the frame rate drops to around 10 FPS on ...
2
votes
3answers
60 views
Precise Square Roots in Java
What is the best way to store irrational numbers like square roots in Java? I need a great deal of precision (over 100 digits), so float and double won't be good. Is it BigDecimal? I was using that ...
2
votes
0answers
47 views
Check square in perspective projection
I'm writing an application which detect squares. I wrote algorithm of quad detection and now I must select squares of this quads list. How can I do this in perspective projection? Can I transform this ...
2
votes
3answers
371 views
Add kilometers to a map point
Good morning.
I would like to know how do I add kilometers to a map point (latitude / longitude).
For example: The city Jaraguá do Sul is in latitude -26.462049, longitude -49.059448. I want to add ...
2
votes
9answers
6k views
How could I check if a number is a perfect square?
I'm pretty stumped with this one guys. I'm trying to toy with Python (as you can see with my previous questions) so I'd really love some help here. :P
Speeds is of no concern for now, just working.
...
2
votes
3answers
2k views
Detect if line segment intersects square
Anyone have a simple algorithm for this? No need for rotation or anything. Just finding if a line segment made from two points intersects a square
2
votes
4answers
2k views
Split square into small squares
I have big square. And I would like to split this square into small squares. I need all possible combinations. I know that there are infinity count of combinations but I have one limitation. I have ...
1
vote
1answer
154 views
generating random colored squares using opengl
how would you generate random coloured square in open-gl? the output of the programme should look something like the pic
1
vote
1answer
104 views
Check if iphone has Square app installed - open or install
In my code, I need to determine if an app has been installed on the iphone device or not (the app I need to check is Square). If the app isn't installed, I would to open the app directly to Square, ...
1
vote
1answer
88 views
Does the Square app have a custom URL scheme?
In my iOS app, as part of the mobile payments options, I'd like to direct users who have the Square app installed on their device to use this as a payment option.
Is there a custom URL scheme that ...
1
vote
1answer
267 views
Problem with Diamond-Square algorithm in C#
I am using the diamond-square algorithm to generate random terrain.
It works fine except I get these large cone shapes either sticking out of or into the terrain.
The problem seems to be that every ...
1
vote
2answers
152 views
Find content inside square brackets with PHP and replace (regex?)
I need to convert this: [video=http://www.site.com/video.flv] into this <a href="http://www.mywebsite.com/myVideo.flv" id="player"></a>
using PHP - probably regex. A string can contain ...
1
vote
1answer
369 views
How to calculate number of rectangles in rectangular grid?
I want to calculate number of rectangles in a rectangles.It can be done using formula
(x^2+x)(y^2+y)/4
but it also includes perfect squares like 1*1,2*2,3*3 etc.I dont want to include that in my ...
1
vote
3answers
60 views
x*x versus table_of_sqr[x] = no difference?
I'm writing heavy image processing algorithms for iPhone using Xcode4 and official SDK. I need to compute squares a lot of times in my code, always for unsigned char x. So, to make it faster I ...
1
vote
2answers
1k views
ImageMagick - Resize image to square
I have just started doing some ImageMagick work. I am currently trying to convert an image from a file size that is almost square (1411 x 1486) or similar sizes to a square shape, like 1024x1024 ...
1
vote
3answers
1k views
Matplotlib square boxplot
I have a plot of two boxplots in the same figure. Due to style reasons, the axis should have the same length, so that the graphic box is squared.
I tried to use the set_aspect method, but the axis are ...
1
vote
1answer
415 views
Power in sparql and other math functions
I am trying to write a sparql query where I want to filter on the square of something, but I am simply unable to figure out how to square a number (x^2) (except by multiplying it with itself of ...
0
votes
3answers
55 views
Rotate square on its axis in HTML5 Canvas?
I want to create a function that rotates a square on its axis.
var halfWidth = canvas.width/2;
var halfHeight = canvas.height/2;
var x = halfWidth-10;
var y = halfHeight-10;
var w = 20;
var h = 20;
...
0
votes
0answers
12 views
Zapp from Square build failure
I am trying to run Zapp from github, but it fails with multiple compile errors. But the compile errors are for pretty basic stuff, like the rowForView method cannot be found in a tableView object. I ...
0
votes
2answers
52 views
Plotting a grid of squares in MATLAB
I would like to plot a square in a 2D cartesian coordinate system with its corners at (±1,±1). I would like to further divide it to 400 smaller and equal squares each with an edge length of 0.1.
How ...
0
votes
1answer
24 views
Least Squared constrained for Rototranslation
I want to detect the best rototraslation matrix between two set of points.
The second set of points is the same of the first, but rotated, traslated and affecteb by noise.
I tried to use least squared ...
0
votes
2answers
76 views
Python value/reference/I don't even know [closed]
I've tried to implement the diamond-square algorithm in python, but I seem to be bogged down in the workings of the language... I have a 'quad' class that has 9 2D (custom) points inside it:
top ...
0
votes
0answers
34 views
How Add superscripts charcter to string in plist?
I have a maths formula String in plist. i have to add cubes in that formula like E=MC2(i want 2 as superscript). how can i do it???
Thank you in Advance
,Sandy
0
votes
2answers
65 views
Magic Square Function Matlab
For a project i am supposed to write my own function that will do the same thing as the magic function in matlab. I am obviously not asking anyone to write out my problem but if somebody could give me ...
0
votes
0answers
87 views
Android - GridView hosting TextView adapters should be layout out in square
I would like to have a 3x3 GridView holding TextView adapters to appear as squares on the screen centered and the TextViews occupying the most space available for them within the square.
I have ...
0
votes
1answer
60 views
OpenGL drawing squares in a for loop
I am trying to draw what is in the picture. So I can draw the random colored square but I am having trouble getting the for loop to draw squares in the patter like the image.
Code:
for (int i =0; i ...
0
votes
2answers
90 views
Creating black/white squares using matlab
I'have to create these three simple squares in Matlab:
http://i.stack.imgur.com/uSF6q.png
(im not allowed to post images, so there's the link)
Can anyone give me a hand? I know how to use images by ...
0
votes
1answer
57 views
Square bullet required [closed]
Hi I am working on an app where i need to display a few points on the pop up depending on a few conditions. So the number of points are dynamic.
I need SQUARE bullets which preceed these points.
Any ...
0
votes
2answers
324 views
Creating a Triangle wave from a Sine wave in C++
I am having trouble finding out how to form a triangle (not sawtooth) wave from a sine wave.
I understand how to create it for a Square wave:
if( sineValue >= 0 )
value = amp;
else
...
0
votes
4answers
201 views
How can I create a perfectly square DIV where height is equal to viewport?
I need to create a DIV where width=height, and height=100% of the viewport (which, obviously, is variable). In other words, a perfectly square DIV that calculates it's dimensions based on the height ...
0
votes
1answer
264 views
Problem drawing squares when GLSurface is TRANSLUCENT. Square gets drawn twice
I'm doing my first steps in OpenGL for Android, for developing Augmented Reality apps and I'm having a bad time integrating OpenGL shapes in front of the camera image. The program is supposed to draw ...
0
votes
0answers
157 views
How to get the user checkins from four Square API
I have implemented four square API in my application.I can easily get the near by locations using
NSMutableString *venuesURL = [[NSMutableString alloc] ...
0
votes
1answer
231 views
Xcode Using Exponents
This is probably a simple question, but I a variable "side" to be divided by the square of the variable "curNum". Currently, my code for this looks like
side = inputNum/(curNum^2);
However, this ...
0
votes
1answer
37 views
0
votes
3answers
336 views
having trouble with square root loop using python
i have a user input 'n' and i am finding the square root. Which i know is math.sqrt(n), but i need to make the program continue find the square root until it is less than 2. also return to the user ...
0
votes
1answer
474 views
Identify Shapes with Matlab
I created some MATLAB code, that find somes shapes in an image
using regionpros and bwbounaries functions.
I have:
STATS = regionprops(L, 'all');
and ...
0
votes
2answers
474 views
How do I write a program that reads a square array of integers and determines whether or not it is a Magic square on not? [closed]
This is the class square and the main function.
const int max_size = 9;
class Square {
public:
void read(); //the square data is read
bool is_magic(); // determin if the given ...
0
votes
2answers
83 views
Making squares disappear - iOS
I am planing to make an app for iPhone
I want to include some squares and assign a number to each square.
when a user taps on a square, it should disappear along with some other squares, for ...
0
votes
0answers
68 views
Square numbers with all the digits [closed]
There is one set of 87 squares having like digit. All squares in this set contain all ten digits from 0 to 9 (unrepeated).
Can someone provide me the link of the relevant webpage of World of Numbers ...
0
votes
2answers
803 views
Intersection of line and square in JAVA
JAVA:
I'm working on a grid where the centre point of each square is an integer co-ordinate and I'm drawing a line between two integers and need to check whether it goes through a specific grid ...
0
votes
1answer
329 views
Intersection algorythm
I have two objects in a CSharp project, which presents rectangles. Now I want to calculate if one object intersects another one. The objects cannot rotate.
I've got the following methods:
getX();
...
0
votes
4answers
327 views
How do you square an uploaded photo without padding with white space, in C#?
In my site, users can upload photos. I currently compress and resize the photo to make sure they aren't huge files. But this creates photos that are of varying dimensions... which makes the site a bit ...
0
votes
3answers
613 views
square-root and square of vector doubles in C++
I'd like to calculate the square and square-root of a vector of doubles. For example given:
vector<double> Array1(10,2.0);
vector<double> Array2(10,2.0);
for(unsigned int i=0; ...
0
votes
1answer
1k views
How do I recognize squares in this image?
So I'm using openCV to do square recognition on this image. I compiled the squares.c file on an image that I took and here are the results:
http://www.learntobe.org/urs/index1.php
The image on ...
0
votes
2answers
273 views
Take input through Buttons in java
I understand that the title might not be descriptive enough, but I'm making a magic square game in Java and basically, I'm trying to replicate user input as found in the sudoku game here: ...