Tagged Questions
The boundary tag has no wiki summary.
10
votes
1answer
294 views
SVG draws outside canvas boundary in Internet Explorer 9
I am using the Raphael Javascript library to do some rudimentary drawing for a web page. I am just drawing some lines that radiate out from a point. In Chrome, Firefox, and Opera, these lines are ...
4
votes
2answers
2k views
What are valid characters for creating a multipart form boundary?
In an HTML form post what are valid characters for creating a multipart boundary?
3
votes
3answers
41 views
Efficient segment boundary marking after segmentation of an image
One can mark the boundary of a binary image by bwboundaries function of MATLAB.
What should be done for obtaining boundaries of all segments as a binary image?
I have segmented an image and want to ...
3
votes
2answers
227 views
Emacs regex word boundary (specifically concerning underscores)
I am trying to replace all occurrences of a whole word on emacs (say foo) using M-x replace-regexp.
The problem is that I don't want to replace occurrences of foo in underscored words such as ...
3
votes
1answer
2k views
Using view.bounds to make boundaries
I'm working on a few basic apps/utilities/games with the iPhone to get a better grip on it.
I currently have a setup where a CGRect moves wherever the finger moves, however I don't want the CGRect to ...
2
votes
2answers
187 views
AS3 Character only stops at walls in one direction
I tried almost everything to make my character stop when it detects a wall.
It only works for UP and RIGHT or DOWN and LEFT but not all 4 directions, so only one y movement and one x movement.
So I ...
2
votes
2answers
42 views
Is \bword\b and \<word\> equivalent in GREP and what usage of \<, \>?
Is \bword\b and \<word\> equivalent in GREP and what usage of \<, \> ?
2
votes
2answers
104 views
Fast algorithm for boundary value problem
I am looking for the fastest way to solve the following problem:
Given some volume of lattice points in a 3D grid, some points b_i (the boundary) satisfy f(b_i)=0, while another point a_0 satisfies ...
2
votes
2answers
279 views
what rule for creating an MIME boundary (for Mail attachments)
i'm using the PHP mail() function to send mails with attachment.
Therefore the PHP source contents an boundary to define where the attachment begins and ends.
So the question is: are there any ruels ...
2
votes
2answers
1k views
Approximating a shape boundary using Fourier descriptors
I am trying to approximate shape boundaries by using Fourier descriptors. I know this can be done because I've learned about it in class and read about it in several sources.
To obtain the Fourier ...
1
vote
1answer
88 views
Free boundary conditions in MATHEMATICA - is this right? Second opinion
I'm trying to prescribe free boundary conditions for a non-linear evolution equation in mathematica and I wanted as second opinion on whether or not what I am doing is right.
The boundary conditions ...
1
vote
1answer
51 views
using hitTestPoint() with stage object to create object boundaries
I'm trying to create a boundary for a player object, controlled with arrow keys, in my game using the main stage's height and width. For example, one test point is at the top edge of the player ...
1
vote
1answer
62 views
Way to round up number to an int size boundary number of bytes
The following code rounds up the argument to an int size boundary number of bytes.
#define _INTSIZE(n) ((sizeof(n) + sizeof(int) - 1) & ~(sizeof(int) - 1))
On my machine int is 4 bytes, so -- ...
1
vote
1answer
46 views
Making an Image a “boundary”
I am working on a game in which you are a simple circle that fires bullets and its multiplayer and so on. Well, I am trying to make boundaries sort of like a maze type thing that u have to go through ...
1
vote
1answer
274 views
Picturebox Panning Boundary inside Panel
My image is inside the panel, I set up a if-statement for the boundary which it can only be moved. When I tried to run it, it looks crappy when the mouse has panned it outside the boundary. Here is my ...
1
vote
1answer
369 views
Repeat shapes with boundary detection - html5, canvas, javascript
I am wanting to create a simple abstract pattern using the html5 canvas tag and javascript. I have worked out the guts of what I want it to do using some variables, functions and objects, but with the ...
1
vote
2answers
362 views
HTTP File upload boundary choice
So I am currently studying HTTP file uploads (in the context of using a HttpWebRequest to upload some files to an external API) and generally I see a few dozen dashes being used as the boundary. ...
1
vote
3answers
283 views
Moving objects getting stuck in a corner
I am working on a program which simulates objects moving in a field. The field has a boundary of 1024x1024. The object cannot go below 0 in terms of x,y coordinate and it cannot go above 1024. I have ...
0
votes
3answers
32 views
Does PHP's GeoIP class's methods always come true?
I want to implement a country-based web-page. If incoming request is from USA, I want my script to redirect the user to usa.html; if it is from Argentina, then to arg.html and so on. But I want it to ...
0
votes
0answers
73 views
Can you draw custom search boundaries in google map?
/hotpads.com/search#lat=39.58972463230041&lon=-119.83701646327972&zoom=18&listingTypes=rental,sublet,room,corporate&includeVaguePricing=false&loan=30,0.0525,0&resultsPerQuad=24
...
0
votes
1answer
46 views
is there a function similar to matlab bwboundaries in opencv?
I need to find the boundaries of a binary image in opencv, but I can't find any picture to the matlab bwboundaries.
does it exist such a function?
thank you
0
votes
1answer
32 views
Navigational Visibility between various Controller Classes, Entities & DAO's
A quick search for the Boundary Control Entity Pattern gives this
So I suppose Controllers can "talk" with other entities. But can controllers talk to each other? Or other DAO's? Is the below ...
0
votes
1answer
45 views
Inputs (arguments) & Outputs (return) of a Boundary Class of Web App
In a web application, am I right to say inputs to the boundary class will be HTTPRequest which encapsulates user inputs in GET/POST arrays?
Then output will be a HTTPResponse or HTML string?
I ask ...
0
votes
1answer
22 views
Boundary Class for each Function/Form or Group of Forms
I saw some examples giving boundary class like LoginForm etc. That sounds correct at first glance. But in a real app where I have CRUD (4 functions at min) for each Model/Entity, isit more correct to ...
0
votes
1answer
65 views
how can I draw marker on google maps in specified boundary?
I want to draw marker on google maps. The marker data is from JSON.(from json file, not from database) and all data have a geometry (latitude, longitude)
An important thing is when I drag google ...
0
votes
3answers
120 views
xcode stop a sprite from going off screen cocos2d
im using the below code but that doesnt seem to be stopping the sprite from going off screen even though the code builds. can anyone tell me how it needs to be changed so that when the sprite gets to ...
0
votes
1answer
108 views
Using Cocos2d i need to set a sprite boundaries so it cant go off screen, how do I do this?
im using cocos2d to create a game and i want to set my sprite a boundary so that it cannot go off the screen on the line of x. What code can i use to do this. I dont want the sprite to be bounced back ...
0
votes
1answer
416 views
log4net.Config.XmlConfigurator.Configure() gives - “FileNotFoundException crossed a native/managed boundary”
This is only the 2nd time I've tried to use log4net. This is a Windows form app and I thought things are set up OK but I was not getting any logfile created. I found some advice about needing to ...
0
votes
1answer
286 views
What is different between system boundary and automation boundary in uml?
I'm really hard to understand about the differences
between system boundary and automation boundary in UML.
I google it, but on exactly same picutre,
someone call system boundary,
the other call ...
0
votes
0answers
34 views
Best way to get number of padding bytes in 32 bit word
I receive some data over a network protocol. The first parameter is the name of the user sending the request and the second parameter is a number that I need.
However the username part is aligned to ...
0
votes
1answer
123 views
QGIS - creating vector layer which contain boundary of each raster cell
I would like to show a raster layer and beyond it another layer which contain lines (polylines) which is boundary of cells in other raster layer
I think about split each cell into new raster file and ...
0
votes
2answers
131 views
Boundary Case Testing in Java
Are there any tools for JUnit or Java practises that allow for boundary case tests like "less than" and "greater than" to be accurately tested?
For example, rounding monetary values half-up to ...
0
votes
1answer
264 views
Entity Control Boundary and CEC Patterns
i have reading this article http://www.oracle.com/technetwork/issue-archive/2011/11-jan/o11java-195110.html
which mentioned about Entity Control Boundary and CEC patterns.
AFAIK, the boundary is a ...
0
votes
2answers
173 views
How to detect the boundary of an uiimage
In my application i want to detect the boundaries of an uiimage. I'm having an flower image has many parts like,(lief,sticky bulb etc..)as a single image.If i'm touch the particular lief means it find ...
0
votes
0answers
123 views
coloring the clickable part of an image in iphone
I'm assigned with new task for detecting the boundaries of an uiimage.That is, i want detect the boundary of an uiimage for coloring the particular part of an uiimage(for,part by part coloring).
My ...
0
votes
2answers
349 views
Occasional “no boundary” error with NSMutableURLRequest
I'm using NSMutableURLRequest to upload an image to a web server. I thought my code was stable as it works for the majority of users, but some users simply cannot upload any images. Looking at my ...
0
votes
1answer
376 views
What are non-word boundary in regex (\B), compared to word-boundary?
What are non-word boundary in regex (\B), compared to word-boundary?
0
votes
1answer
216 views
Does JavaScript prototype works between parent/iframe's contexts?
I'm building a web-based code editor and ran into trouble handling focus.
It's obvious that I need to move into iframe for every editor instance.
However, I'm not sure if it's possible to use ...
0
votes
5answers
190 views
Can a contiguous allocation boundary be forced in a C++ template?
Simple example:
template <class P> class MyT
{
struct Item
{
public:
Item() {}
P *pData;
Item *next;
};
Item *head;
public:
...adding etc..
...
0
votes
2answers
525 views
How to boundary check in gcc / mingw?
Having tried this
int main(void) {
int a[10];
a[20]=5;
}
gcc -Wall -O2 main.c
It gives me no warning...
It's gcc within windows (mingw) and I am not able to detect this kind of ...
0
votes
1answer
1k views
Boundary fill problem
Im stuck in this bunch of codes...i cant get the pixel to fill up the circle??...any help
#include<iostream>
#include<glut.h>
struct Color{
float red, green, blue;
};
Color ...
0
votes
3answers
167 views
MySQL field values, can a float be defined beyond digit count?
Three questions, all basically the same:
So my table has a field, and it's data type is float. There are only 64 possible values, however, ranging from 0.25 to 16.0 (increments of 0.25), and I'd like ...
0
votes
5answers
743 views
PHP Regular Expressions (REGEX) Multipart MIME (NOT-EMAIL)
I'm trying to do a "preg match all" on the response below to get all the binary data. I've tried just about everything imaginable and for the life of me, can't get anything.
I was hoping it'd be as ...
0
votes
2answers
67 views
Resources for text boundary analysis
I need to do "text boundary analysis" in my project.
I remember there is a resource from google might be a help for doing this job, but I don't quite remember the name or where to download.
I ...
0
votes
3answers
317 views
How to get Words length and height, when drawing the images on a canvas in GDI+
I draw a string on a canvas, using GDI+ in C++.
Is there any API to get the out layer (width, height ) of a string in a certain font?
Thanks very much!
Many thanks to Windows programmer's solution.
I ...
-1
votes
1answer
50 views
how is the message boundary on node.js?
How can i detect message boundary on node.js?
The client sends messages with their length. lenght + data
socket.on data receives all data on line.
But i need to receive only 2 bytes first then x ...