Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
matches
- Page 1
Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
… insert "John Miles", we read 1J, confirm it
matches
at position 1, and read record 1. The index is…, so we follow the pointer to record 2. If it
matches
, we insert a new node 6e between records 1 and…
Re: Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
… K × log₂(N). I developed a very simple method that
matches
this performance. However, DiDi goes far beyond: its performance is…
Re: Differential Directory, indexing method
Programming
Software Development
3 Weeks Ago
by xrjf
… Programming: K × log₂(N). I developed a simple method that
matches
this limit. For example, to sort the list {2, 5…
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
"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
3 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
2 Weeks 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: Best way to find a segment of code that matches a given input segment?
Programming
Software Development
2 Months Ago
by Dani
… even prompt the LLM to look for to consider the
matches
similar? I asked ChatGPT: What is pseudocode for an algorithm…
Best way to find a segment of code that matches a given input segment?
Programming
Software Development
2 Months Ago
by mark_hahn
I need to develop an application where I give an llm a piece of code, like maybe a function, and then the llm finds the closest match that does the same thing. It would look in one or more source files. The thing found may be worded differently. If the search finds the identical code then it should consider that the match. I assume the llm …
Re: Best way to find a segment of code that matches a given input segment?
Programming
Software Development
2 Months Ago
by rproffitt
I'm going to start with a joke: Q. How do I get to Carnegie Hall? A. Practice, practice, practice. You won't be doing what you ask without building up your skillset and learning how to create "things". Now if you need this today you outsource the work. I know folk underestimate projects all the time so I'll share that the smallest …
Re: Best way to find a segment of code that matches a given input segment?
Programming
Software Development
2 Months Ago
by Salem
What's the use-case? "Black Duck" is an existing application for scanning your in-house proprietary software to make sure it doesn't get tainted with open source software with vague/incompatible licence terms.
Re: How Does Google's BERT Algorithm Affect Modern SEO Practices?
Digital Media
Digital Marketing
Search Engine Strategies
1 Month Ago
by tudgedigital
Nothing should change from your strategy due to BERT which is an old update anyway. Focus on providing exceptional quality content that
matches
the search intent and building relevant backlinks through Digital PR.
Bejeweled Style Matches
Programming
Software Development
11 Years Ago
by Badgeking
…total number of cells. `board` -- list of cells. `
matches
` -- list of
matches
, each being a list of exploding cells. `refill` -- … match self.score = self.score + 1 return list(
matches
()) def update_matches(self, image): """ Replace…
Re: only one item as 1st arg of matches() error
Programming
Software Development
14 Years Ago
by iceandrews
…pretty self explanatory. The
matches
functions takes a single supplied STRING and tests if it
matches
a certain regex format…. anytime you call the
matches
() functions you can only put… a single string in the input. "
matches
(//body, $date_regex)" it's VERY unlikely that there…
Export Regex Matches
Programming
Software Development
16 Years Ago
by orwell84
…'m just wondering how you would go about exporting the
matches
that regex finds. For example, if I were to have… the following code, which
matches
all the digits in a string and (supposedly) reads them…; [/CODE] how would I make the array hold all those
matches
? Right now, it just sets each array to a value…
only one item as 1st arg of matches() error
Programming
Software Development
14 Years Ago
by weloki
…35 EST] (SaxonTranslator#429473) improper java log:
matches
() ("<!--//<![CDATA[ var m...",…one item is not allowed as the first argument of
matches
() ("<!-- google_ad_client = "ca-...",…xsl:choose> <xsl:when test="
matches
(//body, $date_regex)"> <!-- Sometimes …
Re: only one item as 1st arg of matches() error
Programming
Software Development
14 Years Ago
by weloki
… the xpath expression was returning multiple elements which breaks the
matches
() function. It's just a matter of getting the right… was making the following change: <xsl:when test="
matches
(/body[1], $date_regex)">
Finding possible matches
Programming
Databases
16 Years Ago
by MaMaMiYa
… rows? E.g. IDs 1, 2 & 3 are possible
matches
of one another and IDs 5, 6 & 7 are… possible
matches
of one another. ID 4 will not be displayed in…
soccer - joining matches to a season
Programming
Databases
15 Years Ago
by limericklad1974
… update rows in the match table but restrict it to
matches
played in a certain season. How do I modify the… following code to just update
matches
from a certain season? update match set date= cast(Year…
Find matches in two text files, output them into a third text file
Programming
Software Development
15 Years Ago
by zmjman08
… to take two text files, compare them, then output the
matches
into a new text file. I've read the thread… started by the1last, but that's outputting differences, not
matches
. I just started learning about python a couple days ago…
Python regex - multiple matches in line
Programming
Software Development
15 Years Ago
by voolvif
…;+FREESERVE_IE4) bhCookie=1;+ASPSESSIONIDGGGGGRDN=PPLCJMKDDJBMPIMEAEDPIJGF -[/CODE] my regular expression only
matches
the first ip address but not the second one. How… should I modify my regex so that it
matches
multiple occurences of the same pattern in a single line…
New Java user. Matches, Regex Assistance needed
Programming
Software Development
14 Years Ago
by Kerrai
… include" but not sure how to translate that to
matches
/regex. The first and second line may contain letters, spaces… possible to do? or am i trying to hard with
matches
and regex and should maybe take some easier road that…
how to compare multiple columns from two seperate files and identify matches
Programming
Software Development
14 Years Ago
by bio-grad
… want to do is: 1) find ever occurrence where [0m]
matches
[2h] AND [1m] falls between [5h] and [6h]. 2) If… to the scaffold names in the mature data to identify
matches
#then compare my ($hscaffold,$hlocatn,$hfamily,$mscaffold,$mlocatn,$mfamily); foreach…
no operator "=" matches these operends
Programming
Software Development
12 Years Ago
by kshahnazari
… no operator">>"
matches
these operends and also no operator"="
matches
these operends . its just after if…
Add a column in mysql if rows value matches
Programming
Web Development
11 Years Ago
by hemanshurpatel
… interest. I want to final output like, if two columns
matches
(of different rows) then third columns should be sum of… two rows, row 1 and 4 whose first two column
matches
, then their column3 is added to generate final value. What…
find the matches data from database
Programming
Software Development
10 Years Ago
by mark103
… the list of programs in the same rows as the
matches
7 channels so i can print the list of programs… find the programs from the sqlite3 database where it will
matches
the 7 channels using the index so I would not…
The name 'matches' does not exist in the current context
Programming
Software Development
10 Years Ago
by ddanbe
…;fox"; Regex rgx = new Regex(pat, RegexOptions.IgnoreCase); Match
matches
= rgx.Match(str); Console.ReadKey(); } } } It compiles and runs …at Console.ReadKey(), because I wanted to inspect the variable
matches
. But I got the strange error message I put in…
Re: Python regex - multiple matches in line
Programming
Software Development
15 Years Ago
by d5e5
… instead of [ICODE]search[/ICODE] to get an array of
matches
. [CODE]def matchmyip(line): if ippattern.search(line): print ippattern…
Re: how to compare multiple columns from two seperate files and identify matches
Programming
Software Development
14 Years Ago
by bio-grad
… were previously identified. Every scaffold contains data. Where the data
matches
the biologically relevant sequences, I get a hit. Because I…
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