Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by vortex_1 In my opinion, implementing a feature in a bouncing balls simulation where a new ball is created when two balls collide can add an interesting and dynamic element to the simulation. This feature can introduce a sense of complexity and unpredictability, making the simulation more engaging and challenging for users. It could also provide an … VB2010- why i get a different vertical size\color on RayCasting? Programming Software Development by cambalinho these is the VB6 function for RayCasting: Private Sub DrawRays() Dim StepX As Double Dim StepY As Double Dim VertX As Double Dim VertY As Double Dim HorizX As Double Dim HorizY As Double Dim MapX As Long Dim MapY As Long… Re: Improve HAVING BY performance Programming Databases by Biiim I realise this has been marked as solved, but I wanted to make it known that the HAVING clause runs on the returned result set of your query, which as you say has no indexes on it as it is just a temporarily created result set - but has the benefit of allowing you do do some simple post-processing on the result set. (This is for MariaDB at least)… Re: advantages of alias name Programming Databases by IIM alias name has several advantages. 1. The readability of a QUERY(MOSTLY USED WITH SELECT STATEMENT) can be improved by giving a table an alias, also known as a correlation name or range variable. A table alias can be assigned either with or without the AS keyword: * table_name AS table alias * table_name table_alias. 2. This can also be useful on … Javascript? c Programming Web Development by beattsme Mod please delete this duplicated thread :S Hi, not sure if this is the right area. I want to control where my visitors are coming from. So not visiting from google or their homepage etc etc. i want them to enter the site from one specific site. Thanks. Mod please delete this duplicated thread :S Help in C Programming Software Development by waseem3000 <<mod edit: threads merged>> I need to write a recursion function recursiveMinimum that takes an integer array and the array size as arguments and returns the element with the smallest value in the array. The function should stop processing and return control to the caller if it receives a one-element array. Any help would be great. Re: Help in C Programming Software Development by waseem3000 <<mod edit: threads merged>> I need to write a recursion function recursiveMinimum that takes an integer array and the array size as arguments and returns the element with the smallest value in the array. The function should stop processing and return control to the caller if it receives a one-element array. Any help would be great.… Re: Help in C Programming Software Development by Ancient Dragon <<mod edit: threads merged -- original context is now somewhat wacky>> why don't you get with Omher to solve your common assignment? Frequency Substitution Decryption Programming Software Development by dharm93 mod: see attachment for code Find and Replace text with @ symbol - MS Excel 2016 Hardware and Software Microsoft Windows by mattyd (Mod: if this is not the appropriate area for this post, please move. Thanks.) I am attempting to Find and Replace text in an Excel 2016 spreadsheet. For example, I'm searching for the following URL in the spreadsheet: https://sample.com/user Upon located this URL in the spreadsheet, I want to replace the following with the @ symbol:… Re: How to make conditional statement using XPATH Programming Software Development by Anish Vatsya <Alias name='Type'> <xsl:if test="{@subType=MEConsumed}"> variableName="CON"</xsl:if> <xsl:if test="{@subType=MEResource}" variableName="REF"</xsl> </Alias> on using this it throws an error:: The character '>' was expected. Error processing resource 'file://… Re: Hex search problem Programming Software Development by ChrisPadgham mod may be a reserved word try putting square brackets around it. [CODE]Set rc = db.OpenRecordset("select * from tablename where [mod] = '00B3C9'") [/CODE] Re: computer guess the number Programming Software Development by VernonDozier >> mod by 2 What's this mean? Be precise. I assume you mean you split the possible range in half, pick one side, then guess the midpoint of that side, then do it again and again till you find it. That's a binary search. That's fine, but you left something out of your problem statement. Presumably you get a hint as to whether you're … Re: Running Java Project outside of IDE Programming Software Development by ~s.o.s~ <mod-hat-off-mode> I am *really* concerned with this recent stance taken by the regulars when dealing with posts which given out wrong information. It feels really bad when I see replies/comments along the lines of: [quote]roseindia, are you kidding me???? One awful place they love to show-off most terrible solution[/quote] [QUOTE]… Re: Looping List? Programming Software Development by jrcagle "mod" is your friend. The idea behind mod n is that it simulates going around a clock with n hours. The arithmetic is simple: mod divides by n and takes the remainder: >>> 23 % 5 3 (because 23/5 is 4 remainder 3) Which is equivalent to saying, "On a five-hour clock, what time is 23 o'clock?" Answer: 3. … Re: Thread hijack solution Community Center Meta DaniWeb by happygeek Mod queues always sound a good idea, unless you are one of the mods who actually have to police the things. Speaking from experience, I can say that they create much more work than they save. They also penalise decent members who are looking for a quick answer to an urgent problem but find that the question does not even get published for 24 or 48 … Re: Sabrina is now a part of Daniweb! :) Community Center Say Hello! by BestJewSinceJC Alias? Re: xp pro activation Hardware and Software Microsoft Windows by adrianyu Mod Edit: we do not support piracy Re: Is this a security issue? Programming Web Development by Kendel Mod, did I post this thread in the wrong forum? Has anyone experienced this? PLease help! Re: Need help with some syntax errors Programming Software Development by rgbivens MOD - Please remove this thread. It is indexed on google and do not wish for it to be viewable any longer. Thank you, -Grant Re: Who can help me get this scripts???? Programming Web Development by cpickering MOD: Please delete this thread, as duplicated Re: Change-a-Letter-or-Two-Game Community Center Geeks' Lounge by christina>you mod Re: help with for loops, factors, and prime numbers Programming Software Development by Nemoticchigga mod (%) takes the division of 2 numbers and returns the remainder. For example: 5%3 = 2 10%5 = 0 ...and so on. Re: simple text editor Programming Software Development by Freaky_Chris Mod please close this thread. Re: [HELP] create vertical scrolling menu based on mouse movement Programming Web Development by swingingstars mod deleted my post.. first time in my life that's okay, i'll make a class for my own anyway Re: how to change the the value of src in <embed> using javascript Programming Web Development by Taywin Mod, delete this please... Necro post (old old)! Re: what exactly daniweb is ? Community Center Meta DaniWeb by Mike Askew Mod, by earning the management teams respect and trust, along with other factors most likely. Admin, can't say I know. Re: How to Write .htaccess Programming Web Development by adam.adamski.96155 [mod rewrite](http://www.sitepoint.com/guide-url-rewriting/) Re: Mp3 file works on local not on Server Programming Web Development by diafol mod-rewriting can cause internal links to misfire :) Try absolute referencing to see if that works (http://...) BTW - you know you can use ignore directory statements in your htaccess right? Re: Problem with abstract method Programming Software Development by Inimitable Mod, may proceed to closed or remove this thread thanks