Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
single
- Page 1
Re: Convert jQuery to native Javascript
Programming
Web Development
3 Weeks Ago
by rproffitt
[This tool or system at Github](https://github.com/sachinchoolur/jquery-to-javascript-converter) might be useful. If I were to try this, it would be on a
single
page to see how well it works for you.
Re: Securing Customer Data: An Essential Cybersecurity Handbook
Hardware and Software
Information Security
1 Week Ago
by graceweb
… is especially important. Even with the best technical safeguards, a
single
phishing click can cause major issues. Curious if you have…
Differential Directory, indexing method
Programming
Software Development
1 Month Ago
by xrjf
… only this position in the index. * With at most one
single
disk read, assuming the index is in memory, it determines… sorted, and only a maximum of 3 nodes and a
single
disk read are required per insertion.
Re: Differential Directory, indexing method
Programming
Software Development
1 Month Ago
by xrjf
… 3 comparisons → Total so far: 10 comparisons Merge into a
single
group of eight: (1, 2, 5, 7) + (3, 4, 6…
Buggy career talk :-P
Programming
2 Months Ago
by Dani
…/540571/mysql-packets-out-of-order). As far as the
single
biggest threat to my career from a technical perspective, I…
Re: Multiple MySQL connections + transactions
Programming
Databases
2 Months Ago
by toneewa
… qualified table names, and write to multiple databases on a
single
connection. Otherwise, just use separate connections for transactions. A database…
Re: Multiple MySQL connections + transactions
Programming
Databases
2 Months Ago
by Dani
> If the databases are on the same server and use InnoDB, you can use fully qualified table names, and write to multiple databases on a
single
connection. That's what I ultimately started doing instead! Thank you so much for a definitive answer to my question.
Re: The Impact of User Research on UX Design
Digital Media
UI / UX Design
1 Month Ago
by john_111
… page links was to move the mouse cursor over every
single
word!
Re: Differential Directory, indexing method
Programming
Software Development
1 Month 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
1 Month 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
1 Month 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
1 Month 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
1 Month 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 Month 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: Buggy career talk :-P
Programming
2 Months Ago
by Reverend Jim
The most challenging bug was one I introduced myself. While making a miniscule code change I decided to improve the readability of the following line by inserting a space. In today's code that would not be a problem, however, most of our code (AGC/SCADA) was written in FORTRAN. Those of you who made your bones in the punch card era, or know a …
Re: Buggy career talk :-P
Programming
2 Months Ago
by pritaeas
The one with the most impact was a Firebird library update, which appeared low to no impact. After deploying at a customer, the library soon showed a complete disregard for database transactions. This mangled the client's database completely and caused us to retrace all changes by hand to undo the damage done. Several weeks worth of misery... …
Re: Buggy career talk :-P
Programming
2 Months Ago
by Salem
This https://en.wikipedia.org/wiki/Peterson%27s_algorithm Plus two different kinds of processors. Plus an error rate of less than once a week. After many months, the cause was eventually captured on a bus analyser. After which, the solution was obvious after a bit of RTFM. Turned out that one of the processors had the then awesome new …
Re: Single 512mb sdram stick possible?
Hardware and Software
Hardware
18 Years Ago
by DMR
Single
512MB memory modules [I]didn't exist[/I] when mobos of that vintage were released. :eek: I would stick (no pun intended) with what the manual specifies. Win 2K will actually run pretty well on the machine if you populate it with two 256MB modules.
Re: single and multidimensional array
Programming
Software Development
14 Years Ago
by Ancient Dragon
single
[icode]int array[10];[/icode] multidimensional: [icode]int array[10][3];[/icode] This is more like a spreadsheet where it has 10 rows and 3 columns per row.
single Datagridview - show/insert/update/delete [Multiple tables]
Programming
Software Development
13 Years Ago
by thenndral
…2008 DB - oracle11G Below I coded for
Single
table - [Insert/update/delete] for
Single
datagridview. [CODE] private void Form1_Load(object…/update/delete[B] 2 or more tables in a
single
datagridview. I can write code join sql query and… show the two or more data in a
single
datagirdview. But how to insert/update/delete? [/B]…
Single Argument Constructors
Programming
Software Development
12 Years Ago
by challarao
… constructor: "In recognition of this intent, a
single
-argument constructor in C++ is called a copy constructor…quoted above...I think we cannot state that every
single
-argument constructor is a copy constructor....If I'…foo& object); Normal
single
argument constructor: foo:foo(int a); Both are
single
argument constructors but only the…
single sign on software for all application?
Programming
Web Development
17 Years Ago
by hamarsheh
Hi everbody! i need
single
sign on software for our php website , For all application, … php, and another things so we need software to do
single
sign on , that the user logs once to his page… , but till now i found software under the name sso (
single
sign on) , but it does not do that for me…
Single Dropdown for Multiple Fields
Programming
Web Development
16 Years Ago
by gruve
Hi I'm trying to create a
single
dropdown menu for a search that will post results from … City and Park. Cities contain multiple parks. So in a
single
drop down i'd like to have something like -City1… only by city. I need to expand this into the
single
dropdown to reflect the parks. [code=php]$city = @$_GET['city…
single statement to choose a random number from a given sest of numbers?
Programming
Software Development
13 Years Ago
by Muhammad Anas
Question: Write a
single
statement that chooses a random number from each of the … how to choose random numbers from these sets using a
single
statement?? I was able to do this using a switch…
Re: Single Argument Constructors
Programming
Software Development
12 Years Ago
by mike_2000_17
> "In recognition of this intent, a
single
-argument constructor in C++ is called a copy constructor." ….6). Then, all constructors that can be called with a
single
argument are called *(explicit) converting constructors* ("explicit" only…
Re: single sign on software for all application?
Programming
Web Development
17 Years Ago
by Puckdropper
… environment), perhaps you can tie your various programs into a
single
database. Your programs would then be able to store the… information how they like, and you'd have a
single
point of log in.
Re: Single Argument Constructors
Programming
Software Development
12 Years Ago
by NathanOliver
… as an example std::string foo("foobar"); //uses
single
argument constructor std::string bar(foo); // uses the copy constructor…
Single Left clicking on a desktop icon tries to send ot to Recycling Bin?
Hardware and Software
Microsoft Windows
20 Years Ago
by robavery
… before, and was supposedly fixed. It seems that just a
single
left click of the mouse on any desktop icon causes… doesn't even get a chance to happen before the
single
click causes this error. Using the touch pad or a…
Re: Single brace use?
Programming
Software Development
20 Years Ago
by Stack Overflow
…b]. If we want the statement to be a
single
instruction we do not need to enclose it between curly…If we want the statement to be more than a
single
instruction we must enclose them between curly brackets ([b…] i, j, k=0; [color=#008800]/* ** Nested loop **
Single
instruction per computation */[/color] [color=blue]for[/color] (i = 0…
Re: single sign on software for all application?
Programming
Web Development
17 Years Ago
by Puckdropper
MSN was supposed to be an example of such an idea. The idea never really caught on, mainly because the
single
login exposed too much. A thought just occured to me... You can transfer cookies. They're just text files, after all.
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