Tagged Questions
The overlap tag has no wiki summary.
39
votes
17answers
24k views
Determine if two rectangles overlap each other?
I am trying to write a C++ program that takes the following inputs from the user to construct rectangles (between 2 and 5): height, width, x-pos, y-pos. All of these rectangles will exist parallel to ...
21
votes
7answers
213 views
Slow cronjobs on Cent OS 5
I have 1 cronjob that runs every 60 minutes but for some reason, recently, it is running slow.
Env: centos5 + apache2 + mysql5.5 + php 5.3.3 / raid 10/10k HDD / 16gig ram / 4 xeon processor
Here's ...
13
votes
3answers
1k views
How can you detect if two regular expressions overlap in the strings they can match?
I have a container of regular expressions. I'd like to analyze them to determine if it's possible to generate a string that matches more than 1 of them. Short of writing my own regex engine with this ...
13
votes
5answers
66k views
How would you make two <div>s overlap?
I need two divs to look a bit like this:
| |
---| LOGO |------------------------
| |_______________| LINKS |
| CONTENT ...
9
votes
4answers
2k views
making a java panel fullscreen
how would you make a JComponent (panel, frame, window, etc.) fullscreen so that it also overlaps everything on the screen including the windows startbar?
i dont want to change the resolution or ...
9
votes
3answers
2k views
Overlapping matches in Regex
I can't seem to find an answer to this problem, and I'm wondering if one exists. Simplified example:
Consider a string "nnnn", where I want to find all matches of "nn" - but also those that overlap ...
8
votes
1answer
671 views
Understanding Overlap and Add for Filtering
I am trying to implement the overlap and add method in oder to apply a filter in a real time context. However, it seems that there is something I am doing wrong, as the resulting output has a larger ...
6
votes
2answers
196 views
Checking a table for time overlap?
I've spent quite some time scouring the internet for an answer to my question, but the things I have found don't really do what I need.
I have a MySQL table with the following fields:
-name
...
6
votes
7answers
258 views
Subtract Overlaps Between Two Ranges Without Sets
NO SETS!
I can't use Sets because the ranges will be too long. They will take up too much memory and the creation of the sets themselves will take too long.
Using only the endpoints of the of the ...
6
votes
8answers
413 views
Algorithm required to determine if a rectangle is completely covered by another set of rectangles
I am searching for an algorithm that will determine if a new rectangle is completely covered by a set of existing rectangles. Another way of putting the question, is does the new rectangle exist ...
6
votes
3answers
261 views
Where do two 2-D arrays begin to overlap each other?
I'm working with model output at the moment, and I can't seem to come up with a nice way of combining two arrays of data. Arrays A and B store different data, and the entries in each correspond to ...
5
votes
4answers
138 views
Detect overlapping of rectangular prisms
I was wondering given a 3D coordinate system, where i have rectangular prisms with a non-negative starting point and a non-negative size (e.g. starts at (0, 2, 5) and has a size of (9, 20, 5)): how ...
5
votes
4answers
521 views
Fastest way to split overlapping date ranges
I have date range data in SQL DB table that has these three (only relevant) columns:
ID (int identity)
RangeFrom (date only)
RangeTo (date only)
For any given date range, there may be an arbitrary ...
5
votes
4answers
551 views
HTML, CSS: overbar matching square root symbol
Is there a way in HTML4 and/or CSS to do the following, but then correctly:
√¯¯¯¯¯¯φ·(2π−γ)
...
4
votes
5answers
107 views
Javascript simultaneous object and array creation
Why does javascript allow me to do the following.
a = {two : 'World'};
a[1] = 'Hello';
console.log(a[1]);
console.log(a.two);
the output is
Hello
World
Shouldn't it complain that I am trying to ...
4
votes
2answers
3k views
Finding the overlapping area of two rectangles (in C#)
Edit:
Simple code I used to solve the problem in case anyone is interested (thanks to Fredrik):
int windowOverlap(Rectangle rect1, Rectangle rect2)
{
if (rect1.IntersectsWith(rect2))
...
3
votes
3answers
135 views
Android - LazyAdapter overlapping views
I am doing lazyloading to display images and text. I have got everything up and now, trying to add a textview in the view. However, my adapter is overlapping my view. Simpler terms is that, the ...
3
votes
1answer
189 views
How to get a table to overlap an image?
Here is a small snippet of my HTML:
<img src="http://hss.fullerton.edu/philosophy/Red%20Square.gif" id="test1" />
<table id="test2">
<tr><td>Test</td></tr>
...
3
votes
6answers
124 views
HTML/CSS - Why does float:left render as 'invisible'?
If you have two divs contained within a div:
<div style="border:1px;">
<div style="float:left;background-color:red;width:20px;height:20px;">
<div ...
3
votes
2answers
418 views
Problem with overlapping divs - CSS
html, body {margin: 0px; padding: 0px;}
#pageContainer{ margin: auto; padding: auto;}
#contentContainer{ margin:150px; width:1100px; height: 100%; overflow: hidden; }
#leftContainer{ width: 80%; ...
3
votes
1answer
3k views
View overlapping with RelativeLayout on Android 1.5
I am having a problem with views overlapping in a RelativeLayout on Android 1.5... Everything is working fine on Android 1.6 and above.
I do understand that Android 1.5 has some issues with ...
3
votes
2answers
626 views
How does one overcome overlapping points without jitter or transparency in ggplot2
I am starting to use ggplot2. I have some small n (about 30 or so) granular data with lots of overlap. Neither jitter nor alpha (transparency) are suitable. Instead a stripchart with stack and offset ...
3
votes
1answer
61 views
Limiting ASP.Net cookies to application
I have two applications on my webserver.
myserver.com/ApplicationA
myserver.com/ApplicationB
Both applications are using similar codebases and so there are several overlaps in their cookie names, ...
3
votes
5answers
148 views
What are the differences and similarities between the .NET languages?
I'm trying to figure out how much overlap there is between the different languages of the .NET framework, and what the real differences are. Is there an overlap of libraries/methods/functions...? If ...
3
votes
7answers
9k views
Need generic div css that does not overlap (like a table)
I'm trying to use divs instead of tables to style boxes around my content. The content can be any size and needs to allow the browser to be resized to any degree. Need the background color and ...
3
votes
4answers
828 views
How do I compare overlapping values within a row?
I seem to have a problem with this SQL query:
SELECT * FROM appts
WHERE timeStart >='$timeStart'
AND timeEnd <='$timeEnd'
AND dayappt='$boatdate'
The time is formatted as military time. ...
2
votes
1answer
40 views
How can I make two floated <divs> not overlap?
I'm designing a website that has banners that are floated left and right. When I make the window very narrow, the banner on the right begins to cover the banner on the left. How can I stop the ...
2
votes
1answer
65 views
Position relative overlaps float-left
for a back-end solution of a CMS exclusively, i wanted to enable the user to switch any CMS element to float:left on purpose. However, i had to find that as all my container elements also use relative ...
2
votes
5answers
261 views
How to Prevent Floating Content in Two Divs from Overlapping?
In a FAQ page I'm trying to make I have a page with this structure:
<section id="container">
<div id="faq_primary"></div>
<div id="faq_sidebar"></div>
...
2
votes
3answers
163 views
How to hide a div if it overlaps another div
Is this CSS or javascript? I just need the div to change to display:none if it comes within say 20px of another div. Thanks
2
votes
1answer
166 views
Machine Vision problem - Photo matching. Is a solution possible / known, using OpenCV?
Having searched around on SO, and also checked on OpenCV list but not having found an answer, posting my query here.
Problem: Match 2 photos of the same scene, shot from 2 slightly different camera ...
2
votes
1answer
108 views
Eclipse CDT, cmake, overlapping subproject
I have a CMakeLists.txt that I use to generate Eclipse CDT project files for my project. Now I added a dependencie to my project that has its own CMakeLists.txt. In my own list file I added ...
2
votes
0answers
208 views
GLSurfaceView overlaps other views
I've got a programmatically-created layout, where when my app gets ads, it'll show an admob view, pushing my existing GLView down and resizing it.
However, although it initially seems to be pushing ...
2
votes
1answer
114 views
How to handle overlapping dates in MySQL?
Im attempting to build a reservation system with items (ie Beamers), now I want to check with AJAX wheter the given item_id is available during the users given start and enddate
edit: was a bit ...
2
votes
2answers
283 views
Stacking two DIVs with float: right
Hihi, I am trying to create a slide down menu using DIV, but hit a problem that I can't really figure out how to overcome. Let's take a look at the code below:
<!DOCTYPE html PUBLIC "-//W3C//DTD ...
2
votes
1answer
101 views
Accruing over time (non-overlapping) - technique?
I'm trying to find a better way of doing a Crystal Report (Someone Else's)... Add up non-overlapping time in groups.
This is evidently an age-old problem...
Is there a technique of getting
Adjusted ...
2
votes
3answers
164 views
Why is this listview positioned above the previous <p>?
I'm creating a page with jQuery Mobile and I have the following HTML:
<div data-role="page" id="page1">
<div data-role="header">
<h1>Page 1</h1>
</div>
...
2
votes
1answer
619 views
Tabwidget overlaps with my activity content
after spending 2 solid days searching for an answer, I would like to ask for help about the following behaviour.
I'm trying to code a simple tabhost application on Android, with a layout per ...
2
votes
1answer
639 views
overlap divs with relative positioning?
Is it possible to overlap divs with CSS without using absolute coordinates -- that is, with relative positioning?
I have a background image I split into 3 vertical pieces,
1st one is left-aligned, ...
2
votes
2answers
386 views
Avoid text overlap in MATLAB figures
When inserting text into MATLAB figures programmatically using text(x,y,'label'), I often find that the text blocks overlap, making them unreadable. I was wondering if there was any automated way to ...
2
votes
6answers
545 views
Making JButtons overlap
I'm creating a virtual piano type program in Java Swing. My area for the piano keys right now is a JPanel with a horizontal BoxLayout containing white JButtons as white keys. I want to add black ...
2
votes
2answers
2k views
Overlapping TextView items in RelativeLayout in 2.2; no problem in 1.6
I have a problem with a RelativeLayout containing two TextViews and a ImageView, that I use for displaying items in a ListView. The items are correctly displayed on Android 1.6, but on Android 2.2 the ...
2
votes
1answer
445 views
Python: Dynamic interval data structure
I am looking for some python code to efficiently compute interval overlaps.
I've used the interval tree of the bx-python package before, but now need to delete intervals from the tree (or better yet, ...
2
votes
2answers
896 views
How to prevent edges in graphviz to overlap each other
I have a graph I,ve created in graphviz, but the problem is that edges overlap each other (I have 5-7 nodes in each row), so it is hard to tell for each node which are the nodes it connects.
How can ...
2
votes
4answers
296 views
Making hovor state of hidden list visible when page is active
One day I hope to not be such a newbie on this stuff, but some of this feels so insurmountable sometimes!
OK. I have a nav bar with hidden li items that are visible when hovered over.
Here's the ...
2
votes
2answers
250 views
Automatic Adjusting Range Table
I have a table with a start date range, an end date range, and a few other additional columns. On input of a new record, I want to automatically adjust any overlapping date ranges (shrinking them, ...
2
votes
1answer
735 views
Random position without overlapping
How to stop MCs from overlapping each other?
private function loadWishes():void {
for (i; i<myXMLList.length(); i++) {
cBox=new MovieClip();
checkOverlap(cBox);
addChild(cBox);
...
2
votes
1answer
1k views
Calculate overlap between two rectangles on x/y grid?
I need to calculate the overlap (amount or yes/no) that two rectangles make on a special x/y grid. The grid is 500x500 but the sides and corners connect (are continuous). So the next point after 499 ...
2
votes
5answers
4k views
CSS Float border overlap issues
I'm trying to float a menu to the left of the page, and when it gets large enough to reach the content below, Firefox bumps the content over exactly as it should... except for the border.
Here is a ...
1
vote
0answers
12 views
Where to find a list of rectangle data to test intersections
Is there a list somewhere containing pairs of test (positions and dimensions of) rectangles and whether they are overlapping?
Even better if they cover every case of rectangle-rectangle ...