The overlapping tag has no wiki summary.
6
votes
2answers
300 views
How to make python regex which matches multiple patterns to same index
Is it possible to get all overlapping matches, which starts from the same index, but are from different matching group?
e.g. when I look for pattern "(A)|(AB)" from "ABC" regex should return ...
5
votes
2answers
645 views
how to make an image large enough to avoid tick label overlapping?
Assume that the data X has size 1000 *1000. X is displayed using the command:
imagesc(X);
and all the rows are labeld using:
set(gca, 'YTickLabel', somelabels);
Although the data X are properly ...
5
votes
1answer
224 views
Data.Vector.Binary overlaps Binary [a] instance
In my application I need to serialize a vector containing an arbitrary datatype, in this case is a list of Doubles. For serializing the vector I'm importing Data.Vector.Binary.
When loading the ...
4
votes
2answers
690 views
Python regex find all overlapping matches?
I'm trying to find every 10 digit series of numbers within a larger series of numbers using re in Python 2.6.
I'm easily able to grab no overlapping matches, but I want every match in the number ...
3
votes
4answers
50 views
How to calculate overlapping subscription days from orders with sql-server
I have an ordertable with orders. I want to calculate the amount of subscriptiondays for each user (preffered in a set-based way) for a specific day.
create table #orders (orderid int, userid int, ...
3
votes
4answers
141 views
Merging intervals in one pass in SQL
Let's say I have a table with two columns: start and end, both integers, and the table is ordered by the first, then second column. Each row represents an interval.
What I need is the table of ...
3
votes
1answer
229 views
web page elements overlapping each other even when using percentage values in css
i have a page with structure like this. i want to divide the page into 6 sections so i have made 6 outer divs.
<div id="header">
<img />
</div>
<div id="pageTitle">
title ...
2
votes
1answer
59 views
Div content overlapping
I've got the following markup and styling: http://cssdesk.com/dtYQc.
My problem is that when I zoom page smaller in Mozilla Firefox/IE content of .employee-card overlaps div borders at the bottom. And ...
2
votes
3answers
46 views
Overlapping divs gives a lot of unwanted space
I have a situation where I have two elements, which are as follows in the bottom of this post.
I want my FrontPageMenu to overlap, so it is on overlapping my map, so it works as a menu. You can see ...
2
votes
1answer
59 views
Merging intervals with MySQL
I need some help with merging of overlapping intervals.
I have this table:
id start end
1 15:30:00 16:20:00
2 10:00:00 13:00:00
3 15:00:00 16:09:00
4 11:00:00 14:00:00
5 ...
2
votes
1answer
117 views
Find overlapping intervals
Context: As far as I can see, R lacks consistent functions which facilitate the data preparation in the context of survival/event history analysis, e.g. episode-splitting to include time-varying ...
2
votes
1answer
100 views
Javascript : Prevent overlapping on images that are sized randomly
I have a gallery in which images endure a rough treatment: they are sized and positioned randomly in a container. Also they are rounded and change size over a mouseclick.. be reassured, it's actually ...
2
votes
1answer
77 views
Fanned out cards in WPF- performance issues
In my WPF app I have a control representing a pack of 20 cards (each about 150x80 px) that fan out in an arc, so they're all slightly overlapping in the centre of the arc. When the control is added ...
2
votes
1answer
117 views
Overlapping source and destination blocks in memcpy with boost
Can anyone explain me why on that c++ simple code valgrind returns this.
First problem is with boost:regex. When i use subpattern with a question mark (for optional matching) valgrind will return:
...
2
votes
1answer
268 views
CSS classes overlapping?
this is the basics I know, but I can't seem to solve this. this is the code (snippet)
ul#storage_list, ul.sub_folder{
margin:0;
padding:0;
list-style:none;
...
2
votes
3answers
2k views
footer on bottom of viewport without overlaping with content
What I need is a very basic layout with only 2 main parts: content and footer.
The footer should always be on bottom of viewport.
So I have:
Content (position:relative)
Footer (position: fixed; ...
2
votes
1answer
1k views
overlap views in android?
i have a linearlayout which have a textbox(multiline,nearly 5 lines) and image view. is it possible to draw a image on textview(overlapping)??
Note: i have to specific the coordinates of the ...
2
votes
1answer
473 views
Is it possible to place one view over another in android?
Can we place a small view over another large view? For example, i have a VideoView which is playing a file in the background. Over this, somewhere in the middle/corner, I want to place another ...
1
vote
1answer
23 views
overlapping variables and performance
Sorry in advance if I have some of this wrong. I may edit to correct later if it's not too disruptive.
When multiple variables are declared in adjacent memory, as I understand it, on a very low ...
1
vote
1answer
68 views
Bodies overlapping in 2D Physics simulation (Java)
I made a program in Java where circles can bounce into each other and gravitate towards each other.
For the most part (few circles on the screen), there are no noticeable bugs. The problem starts to ...
1
vote
3answers
53 views
Overlapping AWT lines and Swing JLabels
I have a problem in my application using line primitives and JLables. I try to explain it:
I have to draw a vehicle route using lines to represent roads and JLabels to represent cities. I need the ...
1
vote
1answer
91 views
How to change touch priority on overlapping sprites
Is there any way to change the touch priority for cocos2d iOS sprites? What I have are multiple cards on the screen and they are arrayed in an arc, just like it would when you hold them in your hands. ...
1
vote
0answers
42 views
Samsung Galaxy Tab - Softkeyboard makes the controls overlapping each other
I have a peculiar problem with Samsung Galaxy Tab GT-P7500 (with Android 3.1)
When I clicked on any of the editable control in my web page, soft keyboard comes and its disturbs the alignment & ...
1
vote
2answers
65 views
How to make column heights expand in css using 960
Good Day.
I am using a 960 grid layout and two divs are created to serve as a background wrapper that is beyond the 960 width, and secondly to use as a content for 3 columns consisting of texts and ...
1
vote
3answers
1k views
text wrapping issue in pdf export in Ireport 4.0.2
I have an issue related to wrapping of text in pdf format. For all the formats like xls,rtf, and pptx the report works fine,however in pdf some text gets wrapped i.e. some letters of the text ...
1
vote
2answers
148 views
Android: Multiple active overlapping surface views supported?
I am currently working on an Android App that needs several surface views in one screen and those surfaceviews are overlapping.
Right now I have two active overlapping surfaceviews, one connected to ...
1
vote
0answers
111 views
Android - Overlapping Adjacent LinearLayouts, Overlaying LinearLayouts
I am porting an iOS application so the design is pretty much out of my hand. What I have is two LinearLayouts, one with what is basically a bump (shown in pictures) that I want to overlap the second ...
1
vote
1answer
110 views
draw qt widget bigger as the mouse hovers over it (overlapping of widgets)
I would like to create a simple effect with my qt gui, but i have no idea how to achieve this.
I have several widgets, that i implemented as subclasses of qwidget. These are part of another widget ...
1
vote
0answers
146 views
Android: Layout for overlapping events in calendar
I'm currently working on a calendar app. When the user selects the Day View, he needs to get a view similar to this example:
http://postimage.org/image/2sboxa22s/
I'm not really sure how to do this ...
1
vote
3answers
101 views
Refreshing TR after TD is modified
I have a table tag having trs and tds. At runtime I am adding an image to one of the tds and simultaneously moving it to overlap the old data in the td. This shows the image overlay nicely but the ...
1
vote
1answer
178 views
How can I use UIScrollView for overlapped images iphone
Hi, I have a big image and small image over it at a specific location...
I added them all under ScrollView, but it didn't work properly?
I want to zoom in, all together each in its place
Here is ...
1
vote
1answer
87 views
TEI critical apparatus, double-end-point attached; How to handle with XSL generating HTML
i have to process the follwing XML structure:
<p>[1] Intencio <emph rend="italic">nostra</emph>
<anchor xml:id="AJH-L.1.1"/>de<anchor xml:id="AJH-L.1.2"/> some more ...
1
vote
4answers
156 views
MySQL overlapping dates, none conflicting
I've seen lots of threads about date ranges in MySQL but I still don't seem to be able to find an answer for what I'm looking for so any help will be greatly received.
I have a MySQL table with 3 ...
1
vote
2answers
590 views
Overlapping elements - HTML, CSS, and jQuery
I have elements which are overlapping and I would like to prevent this. Here is a picture: http://grab.by/cB7t
Also, here is the CSS for those elements:
.navigationItem {
background: #808080;
...
1
vote
1answer
487 views
IIS application pool recycling and “shutdown time limit” role in overlapping
When recycling happens, I want to move all new request to new w3wp (this is done automatically) and leave the previous w3wp to exit when it gets idle (whatever time it takes).
There's a shutdown time ...
1
vote
1answer
306 views
mark overlapping events in fullcalender with cell background color
I'm using fullcalendar to show different dates of different tours as an event.
At some point people have the choice of joining a different tour, because the location of the event is overlapping for ...
1
vote
0answers
238 views
Overlapping events in a week view calendar
I'm searching for an efficient algorithm to display overlapping date events (start time -> end time) in a week view calendar. I looked at google calendar and how it manages overlapping events and it ...
1
vote
1answer
105 views
range splitting problem
folks,
have heard of this problem quite some time back. thought of posting it, to get some views of doing this like using some construct or other efficient means(specialized trees may be)
Given a ...
1
vote
1answer
74 views
Remove overlapping arrays in php
I've made a function (posted at the bottom), which will look at a multi-dimensional array, and remove "partly duplicates". What I mean by this is:
Array
(
[0] => Array(5,10)
[1] => ...
1
vote
1answer
326 views
Avoid overlapping events with EventQuery by Google Calendar API
Maybe the answer is simple, but I have not found any hint pointing in the right direction:
EventQuery calQuery = new EventQuery(_calendarFeedString);
calQuery.StartTime = ...
1
vote
1answer
114 views
How to play infinitely overlapping sounds?
I have a button that triggers a sound on an iphone. I am using AudioUnits to minimize the latency.
Right now, if the user taps the button twice, the sound do not overlap and the first triggered sound ...
1
vote
1answer
715 views
status bar and Navigation bar problem after dismissed modal view
the apps launched the mailcomposer modal view (MFMailComposeViewController) when the Contact Us button is pressed.
but once the modal view is loaded, the status bar is hidden automatically.
I ...
1
vote
3answers
138 views
built in function to combine overlapping string sequences in php?
Is there a built in function in PHP that would combine 2 strings into 1?
Example:
$string1 = 'abcde';
$string2 = 'cdefg';
Combine to get: abcdefg.
If the exact overlapping sequence and the ...
0
votes
1answer
12 views
selecting an asset/ui element hidden behind another in action script 3
I have two or more graphic elements (bitmap, control) on stage. All of them are listening to mouse events. Some times they can be overlapped by other elements completely or partially. (think of ...
0
votes
1answer
14 views
Android fragments overlapping after screen rotation
This app is a learning exercise for me using fragments, among other things. It has a single activity that manages some different fragments. The first is a ListFragment (A), which shows when the app ...
0
votes
0answers
20 views
Mysql, How to find intersaction of rectangular bounds
I have saved bounds in my database table coming from google maps. Now i have to show these entries based on matching the bounds.
For example, I have a table for dashboard entries that are based on ...
0
votes
1answer
49 views
jquery - scattering images within a defined space so they don't overlap
Hello to all coders of quality and others!
I am using a jquery script (Author: Marco Kuiper - www.marcofolio.net) that randomly places images within a defined space. Using a mouse the images can be ...
0
votes
0answers
28 views
Remove Overlapping in Draggable element in JQuery
how in html we can make html elements draggable and non overlapped in particular area?
I have make Elements Draggable,but they are overlapping i want to remove that overlapping.
0
votes
1answer
39 views
Is there a way to get a box_shadow effect to overlap ALL nearby elements?
I've created collapsible links for navigating my page. All menu items in my navigation bar (vertical, nav div left floated) are also their own div (necessary for collapsing). Each div is styled as a ...
0
votes
1answer
76 views
Jquery Dropdown Menu: Menu lays BELOW div (can't 'mouse on top')
I'm using drop down menu with structure such as below, with combination of CSS and jQuery to hide/display the Sub Items.
<li class="dropdown"><a href="#"><span>Folder ...