Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
position
- Page 1
Re: Hi everyone, I'm David with SayItOnTheWeb
Community Center
Say Hello!
2 Days Ago
by Dani
… opposed to this javascript that has to continuously calculate the
position
and vectors of each of the individual particles and connections…
Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
…with respect to the previous one and stores only this
position
in the index. * With at most one single disk… the first differing bit between keys. It stores this
position
in a node, which also contains references to the …The first differing character (compared to “nothing”) is J at
position
1, so the index becomes 1J → record 1. If …
Re: Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by rproffitt
DiDi appears to be some China based UBER service but then again I can't find a question or much else to discuss here.
Re: Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
About DiDi DiDi (Differential Directory) was originally developed as part of my thesis project in the early 1990s. The name bears no relation to the more recent Chinese ride-sharing company. At the time, DiDi was a novel approach within its academic context, but a change in legislation unfortunately led to the closure of the school and the …
Re: Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
For example, as Donald Knuth points out in The Art of Computer Programming, the theoretical lower bound for comparison-based sorting algorithms is K × log₂(N). I developed a very simple method that matches this performance. However, DiDi goes far beyond: its performance is proportional to K × (maximum key length), regardless of the number of …
Re: Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
As an illustration, consider the theoretical lower bound for comparison-based sorting, as stated by Donald Knuth in The Art of Computer Programming: K × log₂(N). I developed a simple method that matches this limit. For example, to sort the list {2, 5, 7, 1, 4, 3, 8, 6}: Sort pairs: (2, 5) → [1] (1, 7) → [2] (3, 4) → [3] (6, 8) → [4] Merge…
Re: Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
"Just to clarify a previous mistake: the efficiency should be K × N × log₂(N), not K × log₂(N) as I initially wrote."
Re: Differential Directory, indexing method
Programming
Software Development
2 Weeks Ago
by xrjf
I've just made an update because some records weren't being added properly. The issue was that the form didn't take into account that the register field (in the call to DiDi) is passed by reference.
Re: Differential Directory, indexing method
Programming
Software Development
1 Week Ago
by xrjf
Just a quick update for anyone interested: I have revisited and significantly improved the code, aiming for a more professional structure and better performance. The updated version avoids freezing the UI during long operations and follows more robust programming practices. If you’d like to see DiDi in action, there is also a video …
Re: how to lock control in vb6 by given code
Programming
2 Months Ago
by rproffitt
Controls by default are locked in place (
position
) so that's a done deal. Explain further what you …
Re: Buggy career talk :-P
Programming
1 Month Ago
by Reverend Jim
… now all the parameters following that were off by one
position
. Apparently the function was not frequently used so it took…
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
2 Months Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
Re: position help
Digital Media
UI / UX Design
17 Years Ago
by autocrat
… want something "locked" into
position
, try using "
position
: absolute;". Please be warned...
position
: absolute will make itself "positioned… absolute or relative, then the chances are your UL will
position
itself in relation to the body of the page! Please…
position help
Digital Media
UI / UX Design
17 Years Ago
by kishou
… all messed up. this is the working code: [CODE]ul {
position
:fixed; left: 20%; list-style: none; } ul a { color: #FFF…
Re: Position Absolute.
Digital Media
UI / UX Design
9 Years Ago
by SimonIoa
…border:#b19b00 solid thin } #poster1 a:nth-child(1) {
position
:relative; bottom: -10px; left: 20px; } #poster1 a:nth… height:180px; width:180px } #poster { width:25%; height:25%;
position
:absolute; z-index:0; } #poster img { -moz-border-radius:…
Position Absolute.
Digital Media
UI / UX Design
9 Years Ago
by SimonIoa
… resolution here is the code #poster { width:25%; height:25%;
position
:absolute; z-index:0; } #poster img { -moz-border-radius: 50…:70px; border:#b19b00 solid thin } #poster a:nth-child(1) {
position
:relative; bottom: -75%; left: 35%; } #poster a:nth-child(2…
Position absolute but relative to parent BUT postion: fixed;
Digital Media
UI / UX Design
11 Years Ago
by RikTelner
… displaying well when it is set to `
position
: relative` and `
position
: fixed` does work correctly. DIV itself …parent there, I will care about children later. #div {
position
: relative; left: 0; top: 0; width: 15%; …set, but it does. If I change `
position
: relative` to `
position
: fixed` (what is actually what I need)…
Re: position specific sequence
Programming
Software Development
12 Years Ago
by 2teez
…intial_position, $final_position ) = split; push @{$seq_name_n_range}, { name => $name,
position
=> [ $intial_position, $final_position ], }; } { local $/ = "…input_has_ref->{'name'}, $input_has_ref->{'
position
'}[0], $input_has_ref->{'
position
'}[1]; push my @data_array,…
position datagridview to row using textbox
Programming
Software Development
16 Years Ago
by Bill Purkins
… a datagridview bound to a datasource and want to
position
to a row based on the value keyed by … code on the textbox changed event i.e.: Me.BindingSource.
Position
= Me.BindingSource.Find("ColumnName", TextBox1.Text) which…the first match found, i.e. "ABC " might
position
to "ABCDEFG" if it is the first record…
Re: position datagridview to row using textbox
Programming
Software Development
16 Years Ago
by Bill Purkins
…) <= CStr(UpperLimitString.ToString)) Then Me.DoctorsBindingSource.
Position
= Me.DoctorsBindingSource.Find("Doctor", cellvalue) …GoTo GotMyRecord End If Next i Me.DoctorsBindingSource.
Position
= Me.DoctorsBindingSource.Find("Doctor", cellvalue)…
Position of Cursor on Command Line
Programming
Software Development
15 Years Ago
by Samran
Hi all, I want to take the
position
of cursor from the command line and also want it …; "Hello World!"; pos = cout.tellp (); //to get the
position
of cursor cout << pos << endl; //this…;< "$" << endl; //and print $ at that
position
//but the cursor remains where it is and prints $ there…
Position absolute and overflow hidden
Programming
Web Development
12 Years Ago
by creativeideas
…200px; width:100%; background:red; overflow:hidden;
position
:relative"> <div class="actionlist…dott { list-style:none;} .dott li{ height:20px;
position
:relative} .dott li a { padding:2px 9px; color:#… > div.popup_div { display:block; } .popup_div{
position
:absolute; z-index:9999; background:#f5f6fb; width:140px;…
Re: Position absolute and overflow hidden
Programming
Web Development
12 Years Ago
by LastMitch
… forgot to put a **semi-colon** on **
position
:relative;** .dott li{ height:20px;
position
:relative} same as **.popup_div** you forgot to put… a **semi-colon** on **display:none;** .popup_div{
position
:absolute; z-index:9999; background:#f5f6fb; width:140px; border:1px…
Position of the div
Digital Media
UI / UX Design
12 Years Ago
by RinzLove
… to have the div (id=new, id=cd)
position
beside .navmenu instead of below .navmenu Please see the…gt; <table style="margin: auto; color:#006;
position
:inherit; font-weight:bold;"> <tr> …gt; <table style="margin: auto; color:#006;
position
:inherit; font-weight:bold;"> </table> …
Re: Position of Cursor on Command Line
Programming
Software Development
15 Years Ago
by William Hemsworth
… be confusing and it doesn't set the console cursor
position
. If you're using windows, you can write yourself a… of helper functions, here's one to set the cursor
position
. [CODE=CPLUSPLUS]void SetPos(int x, int y) { static HANDLE…
Re: Position of the div
Digital Media
UI / UX Design
12 Years Ago
by ansaripk
…;"> <table style="margin: auto; color:#006;
position
:inherit; font-weight:bold;"> <tr> <…:none'> <table style="margin: auto; color:#006;
position
:inherit; font-weight:bold;"> </table> <…
Re: Position of the div
Digital Media
UI / UX Design
12 Years Ago
by phfilly
You should try changing the
position
from inherit to absolute! Then you would have much more control over the div tag. Like for example: #cd,new{
position
:absolute; left: 15%; top: 20%; etc... } Hope this helps!
position of form after moving previous one
Programming
Software Development
19 Years Ago
by fieryidris
… form1 i need form2 to then appear in the same
position
as form1 has been moved to and so on throughout… the pages. i have tried doing it by having the
position
defined by using [COLOR=Blue]Private Sub[/COLOR] Form3_Shown([COLOR…
Position and Load an image when Clicked
Programming
Web Development
17 Years Ago
by scushkadee
… separate table. I need to be able to control the
position
of the main img that comes up. I've tried…, but to no success. Basically.. I need javascript to help
position
an image that comes up when a link is rolled…
Re: Position and Load an image when Clicked
Programming
Web Development
17 Years Ago
by DangerDev
you can use dom's style.left and style.top properties to
position
the img. if it is not working put img inside a div and use above property, with div .and also put style.
position
='absolute' to work with div.
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