Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
next-line
- Page 1
Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
… hand and using quotation marks (“) to indicate repetition from the
line
above —for example: John Miles “ Smith DiDi applies a similar…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
… call last): File "C:\Users\maxwi\client.py",
line
18, in <module> main() ~~~~^^ File "C:\Users…\maxwi\client.py",
line
6, in main client_socket.connect(('192.168.0.2', 9999…
Re: The Impact of User Research on UX Design
Digital Media
UI / UX Design
3 Weeks Ago
by john_111
… paid good money for to put an art museum on
line
so visitors could view the museum contents. It was a…
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
2 Weeks Ago
by graceweb
It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not …
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 …
McCharts - ArkTS
Programming
Software Development
1 Month Ago
by 杨_659
…as a whole is composed of the axis
line
, the dividing
line
, the scale
line
, and the text label. The four … includes four parts: text label, Y-axis
line
, dividing
line
, and scale
line
. Those who know canvas know that canvas painting…that the starting coordinates of the y-axis
line
, scale
line
, and dividing
line
all need to be calculated by adding …
ArkTS - McCharts
Programming
Software Development
1 Month Ago
by 杨_659
… future plans for ArkTS-related content. --- ### **Component Progress** - **Completed components**:
Line
charts, bar charts, pie charts, scatter plots. These are ready… in our community group. - **In development**: Radar charts, combined bar-
line
charts. Wait for the official release if you plan to…
Re: Buggy career talk :-P
Programming
1 Month Ago
by Reverend Jim
…I decided to improve the readability of the following
line
by inserting a space. In today's code … terminals and sequence numbers no longer made sense. The offending
line
was of the form: CALL MYFUNC(parm, parm, ... … where the rightmost comma was in column 72. The next
line
continued the previous statement. By pushing the comma into the…
Re: Hi everyone, I'm Jason_70
Community Center
Say Hello!
2 Months Ago
by Salem
> And of course the
line
"Would you like some toast?" -Talky Toaster, everyone's favorite breakfast companion. Aah, so you're a waffle man.
Re: Upgrade to Fiber internet
Hardware and Software
Networking
2 Months Ago
by rproffitt
… showed up and claimed they need to get a phone
line
working first and then DSL. I had ordered fiber but…
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by toneewa
… Checks-> Default Configuration Properties->C/C++->Command
Line
-> /AI"C:\Windows\Microsoft.NET\Framework64\v4.0…
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by toneewa
… Checks-> Default Configuration Properties->C/C++->Command
Line
-> /AI"C:\Windows\Microsoft.NET\Framework64\v4.0…
Re: What do you do for work?
Community Center
Geeks' Lounge
1 Month Ago
by rproffitt
… to stop this?**" My job is now the 2
line
items shared above.
Re: Buggy career talk :-P
Programming
1 Month Ago
by pritaeas
… correctly, was a software change to a gold-plating assembly
line
for computer chips. A mishap would have caused thousands of…
Re: Upgrade to Fiber internet
Hardware and Software
Networking
1 Month Ago
by Reverend Jim
… to fix a problem with major static on my phone
line
. Instead I switched to Shaw for internet, TV and phone…
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
1 Month Ago
by asadkhan12
Your post perfectly highlights the power of behavioral psychology in funnel optimization! The results speak for themselves—small yet strategic psychological tweaks can make a massive impact on conversions. Trust signals, emotional storytelling, and cognitive ease are often overlooked but make all the difference. The way you broke down each …
Re: Hi everyone, I'm AndreaSagramola
Community Center
Say Hello!
2 Months Ago
by pritaeas
Welcome.
Re: Are SaaS & Cloud Computing Interchangeable Terms?
Community Center
1 Month Ago
by peol
Cloud computing and SaaS (Software as a Service) are not interchangeable terms. Cloud computing includes IaaS, PaaS, and SaaS services that provide computing resources over the Internet. Essentially, SaaS is a subset of cloud computing where users access software applications online without managing infrastructure.
Re: line by line HTML detagger
Programming
Software Development
15 Years Ago
by Shraddha Kiran
…;)
line
=
line
.replace("\\'","") in1=
line
.find('>') in2=
line
.find('<') x=
line
[in1:in2+1]
line
=
line
.replace(x,"")
line
=
line
.replace…
Line intersection with circle
Programming
Software Development
14 Years Ago
by Valaraukar
… algorithm. These lines are actually made up of multiple
line
segments to create what looks like a single smooth curved…etc. but I can grab the points on the
line
once the
line
object has been created. These lines are inside a…. It is easy enough to single out the individual
line
segments which actually intersect with the radius of the cylinder…
Line Graph using array data
Programming
Software Development
14 Years Ago
by moose333
…++) { ar1.Add(
line
[i]); ar2.Add(
line
[i + 1]); ar3.Add(
line
[i + 2]); ar4.Add(
line
[i + 3]); ar5.Add(
line
[i + 4]); ar6…
Line number control for posted code?
Community Center
Meta DaniWeb
12 Years Ago
by bguild
…has posted. Either way it would be helpful if the
line
numbers could be made to match the original code even…more elegant that way. Often compiler error messages will include
line
numbers and that forces people to either post entire source…would be to add, but perhaps instead of a blank
line
before some code there could optionally be a notation that…
Line Clipping and Drawing
Programming
Software Development
15 Years Ago
by gotm
… two points. * * @param Point a * @param Point b */ public
Line
(Point a, Point b) { _a = a; _b = b; } /**…done = true; } else { //failed both tests, so calculate the
line
segment to clip //from an outside point to an intersection…
Line-by-line processing
Programming
Software Development
14 Years Ago
by Sandhya212
…able to write that
line
into a file. [CODE] for
line
in filein.readlines(): if
line
.startswith('@') or
line
.startswith('>'): continue else…: strline=str(
line
) if 'query' in …
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