The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
34 views

CUDA Space-filling curves and dividing work between processors

I've modified a CUDA app which operates on large 2D and 3D arrays to use a linear Z-curve scheme to improve cache utilization. (The problem in question updates each element in an array based on ...
0
votes
0answers
5 views

Geoip as geographical boundaries for sessions to detect stolen cookies

I've been building a login system and session handling. Reading up a bit on XSS and CSRF and looking at the existing standards like OAuth and OpenId Connect, I started thinking about how one could ...
1
vote
1answer
23 views

matlab histogram bin include is lower boundary

I know that matlab hist "Input values that fall on the border between two bins are placed into the lower valued bin; that is, each bin includes its upper boundary." ...
0
votes
2answers
48 views

HTML5 Canvas - Add Editable boundries

I want to design tshirt designer application. When I put any tshirt on canvas then I want to restrict user to Edit some part of tshirt by adding Text and all. Please see screen shot and provide me ...
0
votes
0answers
95 views

GIT_DISCOVERY_ACROSS_FILESYSTEM not set

I have searched and read few post but my problem is not the same as descirbed. So here's the issue: using git clone into folder under external partition of the disk works fine but all git commands ...
0
votes
1answer
34 views

Boundary Detection

I am working on a project in OpenGL 2.0. I load objects from a file, that file contains information about object names, its position, scale and rotation. I got all these information in code, now I ...
-1
votes
0answers
17 views

How to determine the boundary condition when subjected to convection and insulation? [closed]

Please refer to the above image. There are 3 sides of the plate which are insulated. Left and right side is subjected to convection. Bottom side is of uniform temperature which is 100. How to ...
0
votes
0answers
34 views

Form boundaries and writing php://input to a file in php

So I want users to be able to upload big files without having to worry about the post max size values. The alternative is using PUT and send a file as raw data. When using jquery I can do this: var ...
0
votes
1answer
96 views

How to get parcel or zipcode boundaries for display in map?

I want to add a boundary to a specified parcel of land so that it stands out in the map with a colored outline/border. In google maps, this is done using the polygon functionality if you know that ...
0
votes
1answer
15 views

Astar boundary checking

So I have my Astar program running and it runs 4 outta 6 times, however it gives two different array out of bound errors at times. I think its an issue of boundary checking, however I think I have my ...
0
votes
2answers
27 views

Why for boundary analysis, the least unit should be specified?

The book Guide to advanced software testing mentiones that the smallest increment for BVA should always be known. But I do not see why: 10 - 20 Boundary values 9,10 and 20,21. 10.0 - 20.0 Boundary ...
0
votes
0answers
32 views

Scrolling boundary for non rectangular map

I've implemented a scrolling feature for my app, where you can scroll around on a finite map to view different parts of it. Now I'm trying to restrict the user from scrolling too far off the map. The ...
0
votes
1answer
90 views

How to plot two 1-dimensional Gaussian distributions together with the classification boundary [Matlab]?

I have two classes(normally distributed), C1 and C2, each defined by their mean and standard deviation. I want to be able to visualize the pdf plot of a normal distributions and the classification ...
0
votes
1answer
65 views

Image masking boundary with matlab

I have for example, an input grayscale image (say 65 X 65 pixels). I am trying to applying a self defined, 3X3 mask, for e.g: M = [1 2 3; 4 5 6; 7 8 9] and I want it to trace the mask throughout ...
1
vote
1answer
79 views

Boundary for canvas game in Javascript

I have to make a game for school with html5 canvas Javascript. I am new to javascript and still learning but i really need some help with this issue that i have and would appreciate it if someone ...
0
votes
0answers
522 views

PHP Mail() Attachment

I have a problem... Problem 1: If I attach any file to the email then nevertheless php sends three attachments(empty Textfiles) with the email. Problem 2: If i attach only one file to the email then ...
0
votes
1answer
95 views

HTML5 canvas how to give it a boundary?

for a school assignment i am making a kite game.. i am a total javascript noob and i really need some help. so i am at the point that i have an image moving by pressing the arrow buttons. the ...
0
votes
1answer
486 views

PHP Curl File Upload Multipart Boundary

Writing an application that proxies a file upload. I'm using CURL to post the file but having a few problems. Posting to the script is ok, its posting from the script to the next server which is the ...
0
votes
1answer
133 views

MIME php mail only showing text/plain version [closed]

I try to send a multipart/alternative email so i send a text version and a html version in a single mail. My problem is that the mail only contains this plain text: The mail is here: Multipart ...
2
votes
1answer
1k views

d3.js scatter plot - zoom/drag boundaries, zoom buttons, reset zoom, calculate median

I've built a d3.js scatter plot with zoom/pan functionality. You can see the full thing here (click 'Open in a new window' to see the whole thing): http://bl.ocks.org/129f64bfa2b0d48d27c9 There are a ...
1
vote
1answer
129 views

Boundary value analysis in C++ with CppUnit

I'm trying to implement boundary tests in CppUnit. I want to check the limit value itself as well as the boundaries around this limit. For the upper boundary I wanted to add the smallest inkrement ...
0
votes
0answers
88 views

How does the XNA window boundaries work?

I'm trying to make it so that my character won't surpass the boundaries of the window and be able to walk endlessly into the x-y abyss. So the thing is, I saw on this toturial i'm following to use ...
1
vote
1answer
251 views

KML Boundary data, tools to create / merge polygons [duplicate]

I there This has been marked as a duplicate question, though there are no correctly checked answeres in fact only one answer, and its a bit ambiguous as to how to exactly merge the polygons, using ...
0
votes
1answer
421 views

How to set my own boundary on multipart/form-data using XMLHttpRequest and FormData object

I have been trying to find out a way to set my own boundary on an XMLHttpRequest object when using the FormData object to append files to a request. I've seen multiple posts on this and everyone says ...
0
votes
0answers
62 views

Boundary Value Analysis On String Values and Date

I have a problem on finding boundary values for the text boxs that accept string. Example: For the card ID that accepts only ten numbers boundary value is: Negative: 9 & 11 Positive: 10 Now the ...
3
votes
1answer
130 views

How can I assign values to a surface in matlab?

I am trying to build a 3D CFD pipe flow model using MATLAB, and I am hoping to assign values (boundary conditions) on the pipe wall. I've tried building a pipe using the cylinder function: [X Y Z] = ...
1
vote
1answer
79 views

Table cells scroll past table boundaries iphone ipad

I have searched all over but have not found any answers or even a question like this. I have a UITableView. When I load the table everything seems ok. However, when I start scrolling vertically the ...
2
votes
2answers
165 views

HTML5 Game - Walking Boundary Issue

I'm working on a top down shooter, and basically the character starts in the middle of the screen, inside a rect (Safe Zone). The character isn't static, the scene is. He can walk around, inside the ...
1
vote
2answers
133 views

Size and position of one image in another via PHP

I have two images(small and big). Big one contains a small one. Like if the small one is a photo and a big one is a page from the photo album. How do I get coordinates of that small image in the big ...
0
votes
0answers
76 views

Removing MIME Boundary from uploaded file using Jersey

I am successfully uploading a file to a service using a Jersey POST method. However, when I attempt to save (or do anything with the file) it saves it with the POSTed MIME boundary, making the file ...
0
votes
1answer
59 views

Regular Expression regexp - Character Range, word boundary, assertions

A very quick question. Here is the expression: /[a-zA-Z]{1,}/ I want this expression to match only those letters. But it also seems to match "=" (equals sign). Am I doing something wrong? For ...
0
votes
0answers
26 views

Google Map US City & Neighorhoods higlighting

I am planning to implement highlighting of US City & Neighbourhood in either Google map or leaflet map, that are showing in my site for displaying real estate agents. So user can select one city ...
3
votes
2answers
232 views

Boundaries in Java Gaming, How do “professionals” do it?

How do professionals do boundaries in a 2D game? The way I do is say I don't want the sprite to move into a certain area: //Example if ((playerPosX >= 825) && (playerPosX <= ...
2
votes
1answer
445 views

plot decision boundary using libsvm

I want to plot decision boundary for classification of iris data.Since the decision boundaries are hyper plans in 4D space, plotting the decision boundaries are not straightforward. According to ...
1
vote
1answer
115 views

boundary codes - Java [closed]

Im working on a code for a game and what i need help on is that I put objects on the map and am trying to make it so that the Player can not walk through the object.n The problem is that the x ...
3
votes
3answers
122 views

Get the indexes of the boundary cells of a subset of a matrix. Matlab

Given a matrix where 1 is the current subset test = 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 ...
1
vote
1answer
132 views

filter convolution reflection boundary

i got big problem how to set the boundarys when i make convolution. We got this part of code, i already implemented the zero padding, but now i have to reflect the pixel values to the boundary. bool ...
0
votes
1answer
120 views

CGAL: extend segment until the polygon boundary

If I have a segment between 2 vertices of a polygon, is there a way to extend this segment until it reaches the polygon boundary, using CGAL? (this can happen if at least one of the vertices is a ...
1
vote
0answers
39 views

Boundaries connectivity

I would appreciate it if you could help me with the following. I have a set of images (I cannot send an attachment with a small sample of those images). They are flowing marbles. I need to get the ...
1
vote
1answer
48 views

IDE plugin to check method boundaries, does it exist?

Suppose you're concerned with clarity of your code and would like to make sure users of your api are crystal clear as to how objects are created. You make them do things like new MomentInTime(new ...
0
votes
1answer
72 views

Fixing boundary issue in C

I'm writing an image smoothing program that uses mean filters, but I can't seem to fix the last couple boundary issues. I'm using integers instead of an image. I've for the 1 left hand corners return ...
3
votes
1answer
77 views

Placing a boundary around a series of points in ggplot2

I have a series of points that I want to place a boundary around. How can I go about this? These are my points: I tried geom_line but that was obviously wrong since it produced this! Thanks
0
votes
2answers
69 views

why do the circles disappear from the screen?

Processing code as below, one quick question: why do the circles disappear from the screen when my mouse is playing with them? i've already add the boundary check however it does not seem to work. ...
3
votes
1answer
356 views

Matlab interpolate (interpn) ignore dimensions with NaN [duplicate]

Possible Duplicate: MATLAB: Using interpolation to replace missing values (NaN) I would like to interpolate data in multiple dimensions using the interpn command. The problem is that the ...
0
votes
0answers
69 views

Survey Boundary in Civil 3D

Hi, I am trying to draw a survey boundary in Autocad Civil 3D. As i am new to Autocad Civil 3D, i need some help on drawing boundary survey. I found my way to key in the degrees, minutes, seconds, ...
0
votes
0answers
112 views

Making the window draggable outside the boundary [closed]

ExtJS 4 I have a desktop layout structure for my ExtJS webpage. The page is not scrollable. We have icons to be clicked which opens different Ext.Windows. The problem comes when I drag the window ...
1
vote
3answers
824 views

How to check if an element is overlapping other elements?

I have two div elements. Each of them have 450px width and height. How do I check if the first div is overlapping the second div? I've tried to use javascript hittest, but it's a little bit ...
1
vote
1answer
406 views

How do you generate Boundary In PHP?

I'm using Curl library to simulate "multipart-form-data" submission, then I noticed that I need to generate a unique string, but I have no idea how to do that. For example: Content-Type: ...
1
vote
2answers
479 views

Python/Django mime multipart email using boundary

In Django(with python), how can I build an email that looks as follows: What I need is an e-mail that starts with: Content-Type: multipart/alternative; boundary="=_5f8686714d769f9476ce778798b84ff4" ...
0
votes
2answers
69 views

Sentence with specific size AND boundaries detection

This is my problem: I have a big string (near 8000 chars) and i want 2 things: Detect sentence boundaries like '.' AND Have sentences that have no more than 600 chars I know that in some cases it ...

1 2 3