Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
gap
- Page 1
Re: Are Cross-Platform Apps Slower Than Native? Or Is That Just a Myth in 2025?
Hardware and Software
Cloud-based Apps
2 Weeks Ago
by asadalig
… Flutter, React Native, and Kotlin Multiplatform have closed the performance
gap
significantly. If developers optimize properly, most users won’t notice…
GAP Turns IT Off (for a while)
Community Center
19 Years Ago
by kc0arf
… owners of
Gap
.com and OldNavy.com closed down their websites last week … a week. Just doesn't seem right. I checked the
gap
.com website today before writing this article to see if…
Re: Gap Buffer How To
Programming
Software Development
12 Years Ago
by mike_2000_17
…then the cursor pointer is incremented, effectively shrinking the
gap
. Now, if the user realizes that there needs… memory to be copied from after the
gap
to before the
gap
: Hi y'all, myXXXX s e…c g Which makes the cursor and end-of-
gap
pointer coincident again, so, the capacity is increased …
Re: Gap Sort
Programming
Software Development
14 Years Ago
by pavigo
…; boolean exchanged; double SF = 1.3;
gap
= size; do { exchanged = false;
gap
= (int) (
gap
/ SF); if (
gap
== 0)
gap
= 1; for (index = 1; index <…;= size -
gap
; index++) { if (data [index].compareTo (data [index +
gap
]) >…
Re: Gap Buffer How To
Programming
Software Development
12 Years Ago
by mike_2000_17
…capacity]; std::copy(start_ptr, cursor_ptr, tmp_ptr); // copy the before-
gap
part. std::copy(gap_end_ptr, end_ptr, tmp_ptr + capacity - (end_ptr …- gap_end_ptr)); // copy the after-
gap
part. // update the pointers: cursor_ptr = tmp_ptr + (cursor_ptr - start_ptr);…
Re: Gap Buffer How To
Programming
Software Development
12 Years Ago
by mike_2000_17
… only have to very rarely (logN) increase the capacity. A
gap
buffer works the exact same way (the whole power-of… the end of the text), leaving a
gap
in-between. The size of the
gap
is just a matter of `(capacity - size… start of the array, one to the start of the
gap
(or end of first part of text), and one to…
Re: Gap Buffer How To
Programming
Software Development
12 Years Ago
by greatman05
…a line of text 16 characters long and a
gap
buffer 80 bytes (chars) in size. How would… you split that text since the
gap
is supposed to be 64 bytes (chars) long? …you just cut the text in half across the
gap
or something like that? In my implementation I …insertion would work in relation to the
gap
since the buffer is going to be huge.
Gap between menubar and banner
Programming
Web Development
15 Years Ago
by Eager_Beever
… 6 I am getting following problems: 1. There is a
gap
of around 25 px between the horizontal menu and the… banner. 2. In the
gap
, the last 2 characters of the the last menu item…
Gap Buffer How To
Programming
Software Development
12 Years Ago
by greatman05
… the buffer step. How do you decide where the
gap
starts in a
gap
buffer? I have searched online for ages but…
Re: Gap Buffer How To
Programming
Software Development
12 Years Ago
by Ancient Dragon
By
gap
buffer do you mean a character array that holds the … where the next character is to be stored. Where the
gap
starts? At the beginning. char buffer[255]; int nextChar = 0…
Re: Gap Buffer How To
Programming
Software Development
12 Years Ago
by greatman05
So the basic premise is that you start the
gap
at the beginning, and decrease it when inserting characters. When you move the cursor pointer, what happens to the
gap
? If we start from an empty array, how does the buffer get filled?
Re: Gap Buffer How To
Programming
Software Development
12 Years Ago
by greatman05
OK; now how do I determine the size of the
gap
?
Gap between div and table
Digital Media
UI / UX Design
18 Years Ago
by vexhawk
Does anyone know how to get rid of
gap
(seems to be 1px) between a the border of a table cell and the border of a div? I just want the border of the table to collapse into the border of the div. is border-collapse: collapse; the solution?
Gap Sort
Programming
Software Development
15 Years Ago
by laidback7
I'm trying to implement a
gap
sort which is a bubble sort that instead of comparing …
Gap Sort
Programming
Software Development
15 Years Ago
by laidback7
… but I'm still having problems trying to implement a
gap
sort which is a bubble sort that instead of comparing…
Re: Gap between div and table
Digital Media
UI / UX Design
13 Years Ago
by Quadzilla
… have a table in a div but there's a
gap
at the top of about 1px between the table's…
Gap at bottom of page where elements floated out of
Digital Media
UI / UX Design
11 Years Ago
by Tinnin
… down the page to where it began. Either way, the
gap
where the image started never decreases. I'm aiming for…
Re: Gap at bottom of page where elements floated out of
Digital Media
UI / UX Design
11 Years Ago
by Taywin
The reason the
gap
between your "about_content" and "about_image" will …
Re: GAP Turns IT Off (for a while)
Community Center
19 Years Ago
by rakoon13
there are a lot of thinks behind that. Yes, that happend before in many cases. dr Steven Dale oncologist www.cellforum.net
Re: Gap between div tags
Digital Media
UI / UX Design
15 Years Ago
by ko ko
…: 950px; background-color:#FFFFFF; } [/code] When I corrected this, the
gap
between and body and footer removed. But, there is a…
gap
between campaign div and body div. The easiest way is …
2 problems (GAP and HEIGHT)
Digital Media
UI / UX Design
18 Years Ago
by vexhawk
… stylesheet. However, AFTER that "|" there is a minature
gap
, that won't turn white when I hover. I removed… the border attribute, but the
gap
is still there. I dunno how to align it. Hope…
Need help with gap showing in IE
Digital Media
UI / UX Design
14 Years Ago
by Carian
… fashion for her with tables. In IE, there is a
gap
. I dont see it in chrome or FireFox. [url]http….com/birmankits.htm[/url] Can someone help me with this
gap
? I know nested tables are not the way to go…
Remove space gap between rows
Digital Media
UI / UX Design
12 Years Ago
by earlxph8
… rows, in its output: Goal: I want to reduce the
gap
, so it will show the normal format /* CSS */ .spantxt{ display…
HTML tables - getting rid of that gap between rowns
Digital Media
UI / UX Design
11 Years Ago
by crunkie
… have an email. I have a table. I have a
gap
between two rows that I can't get rid of…;td style="padding:0px;"`etc). Currently the biggest
gap
issue is between line 35 and 36 (though it's…
Re: HTML tables - getting rid of that gap between rowns
Digital Media
UI / UX Design
11 Years Ago
by Violet_82
Hi, the
gap
is there because both the `td` and the image have … would remove it completely from your html, resulting in the
gap
to disappear. Alternativey you could reduce both the height to…
How to remove gap between controls using GridBagConstraints
Programming
Software Development
10 Years Ago
by vishalonne
… do it, my code is giving output with a big
gap
between label and textfield & label and passwordfield. I want… some help on how can I remove this
gap
. Here is the code public login() { jPanelC=new JPanel(); jlabel1…
Re: Need help with gap showing in IE
Digital Media
UI / UX Design
14 Years Ago
by Carian
Hi - thank you for the reply. Where exactly would I put that? For the entire page, or just for the table cell that is giving me the
gap
? thanks!
Re: Remove space gap between rows
Digital Media
UI / UX Design
12 Years Ago
by JorgeM
The "
gap
" that you see is because you have a block …
Re: HTML tables - getting rid of that gap between rowns
Digital Media
UI / UX Design
11 Years Ago
by crunkie
… make it one table like, but was still having the
gap
, so tried with another nested table (which is the code…
Re: HTML tables - getting rid of that gap between rowns
Digital Media
UI / UX Design
11 Years Ago
by JorgeM
…:0 style to your image. It will remove that extra
gap
. <td> <img src="xxxxx" width…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC