Re: how to create a simple elevator simulation? Programming Software Development by trueframe To make a basic elevator simulation, first, identify the floors and the elevator's capacity. Then, use loops and conditionals in programming to mimic its movement. Include buttons for users to call the elevator and select floors. Test thoroughly for accuracy. VB2010- why i get a different vertical size\color on RayCasting? Programming Software Development by cambalinho … Dim HorizDist As Double Dim VertDist As Double Dim WallDistance As Double Dim RayHeight As Double Dim RayRadians As Double Dim RadiansSteps As Double Dim RayCount… Re: Improve HAVING BY performance Programming Databases by toneewa … name = result1->getString(&quot;ProductName&quot;); double avgPrice = result1->getDouble(&quot;AvgPrice&quot;); cout << name << &quot; &quot; << avgPrice <… Re: Improve HAVING BY performance Programming Databases by Biiim ….idx AND tbl2.abc = 2` Then you could add a double index on tbl2 for columns idx, abc so it can… Re: Improve HAVING BY performance Programming Databases by Dani … was noticible but I doubt anyone could seriously comment, &quot;I think this page rendered 50ms faster than it used…almighty SEO. Every website has a certain amount of &quot;crawl budget&quot; that is allocated to the domain based on its…page download time down from 100ms to 50ms, you can *double* the number of pages of your website that Google is… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … to the point where I was asked &quot;where do you want to install it&quot; as it did not recognize my… Re: ASUS Laptops - my experience Hardware and Software by toneewa If the power connector was replaced with the motherboard, then your charging cord is suspect. If they setup your PC with Windows 11, there's a good chance a GPT partition was used instead of NTFS (outdated). Imaging back to this would fail. Always check in your BIOS to see if your drives shows up there. If you're setup in UEFI mode, instead of … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim When I got it back they had replaced both the motherboard and the power supply and I checked in the store to verify there were no power issues. I suspect you are correct about them not reconnecting the touchpad as that was not working in Linux either. As for GPT vs NTFS, I have never formatted to anything but NTFS, and when I originally got the … Re: ASUS Laptops - my experience Hardware and Software by rproffitt … NTFS then boot back into my Windows 11 install USB.&quot; That can derail the usual Windows install. On today's… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim Likewise... Whenever I reinstall Windows, other than the times I've reset to factory, when it gets to the &quot;where do you want to install to&quot; I always get the installer to delete, then recreate the partition. Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … the next screen and eventually Windows came back up with &quot;Jim&quot; as the user. I explained that this was not… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim >Sounds like a very bad recovery image Possibly. But why didn't this show up when they did the reset prior to returning the laptop? Imagine that you just bought a car (should be pretty easy for you). You and your wife take a drive in the countryside and at some point you drive over a nail and get a flat tire. No problem because you have a … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim Got a call from Best Buy at 6:30 pm the same day. He informed me that the Windows system that the tech installed was not the OEM version for my machine. I asked why this should matter since I requested a reset to factory from the recovery partition. He said they couldn't do that because the recovery partition had been corrupted. So that's two … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim >At some point you are stuck with a clean install I'm using my father-in-law's old laptop in the interim. When I inherited it I took out the old drive and put in a spare SSD. I didn't bother restoring the diagnostic or recovery partitions. It's quite peppy now. It's also an ASUS, but purchased before they started making crap. At some point, … Re: ASUS Laptops - my experience Hardware and Software by toneewa I wouldn't worry about not having any ASUS utilities. You can always download them later, [here](https://www.asus.com/support/download-center/). I consider them all bloatware. Having the partition as an MBR and then installing a Windows image as GPT, is like going to replace your spare tire and finding out it has a different lug nut bolt pattern… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … one back is a fresh install from USB but selecting &quot;World&quot; as my region. I read somewhere a while back… Re: ASUS Laptops - my experience Hardware and Software by toneewa …, so I could read a CD. I wrote on them, &quot;BAD&quot; if ever had that problem. > I actually tried… Re: ASUS Laptops - my experience Hardware and Software by toneewa > rproffitt commented: BTW, recovery drive failed me so many times that I carry no less than 2 bootable Linux sticks in my PC rescue bag. I've seen in the past failures due to having more than 1 drive installed. Disconnect all other drives and devices. I too, have used Linux live bootable CD's to get files off a broken Windows. It was way … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim >I too, have used Linux live bootable CD's to get files off a broken Windows. I'm assuming the drive wasn't bitlockered? Re: ASUS Laptops - my experience Hardware and Software by toneewa > I'm assuming the drive wasn't bitlockered? Nope, I don't use that feature. In my opinion, it's equivalent to using ransomware on your own stuff. Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim I always disable it as well. That's yet another thing I have to remember to undo when I get it back. Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim …gave him the thumbs up. Before I left he said &quot;I didn't realize what you meant by factory reset…step context menus that present only some options with &quot;see more options&quot; at the bottom. Or downloading Winaero tweaker so… that in the background someone had said &quot;shit. The download is broken&quot; and fixed it while I was chatting… Re: ASUS Laptops - my experience Hardware and Software by toneewa Sounds like you got it all squared away. One reason I don't want to ever do a Windows reinstall is the compilers, libraries, and other software configurations. I've done 1 since 2015 for myself, with Windows 10. I also expect since, NAND flash SSDs wear out, it'll happen sooner or later. Only 37% life of drive remaining. Best of luck! VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho Double Dim StepX As Double Dim StepY As Double Dim VertX As Double Dim VertY As Double Dim HorizX As Double Dim HorizY As Double…amp; vbTab & &quot; Draw Horizontal&quot; & vbTab & VertDist & vbTab & &quot;vertical line&quot; End If WallDistance = … Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho Double Dim StepX As Double Dim StepY As Double Dim VertX As Double Dim VertY As Double Dim HorizX As Double Dim HorizY As Double…Me.Caption = &quot;X: &quot; + Str(Player.MapX) + &quot; Y: &quot; + Str(Player.MapY) + &quot; FPS: &quot; + Str(FramePerSecond) + &quot;Player Radians: &quot; + Str(… Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho … As Double 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… Re: VB6 - RayCasting: why my Vertical intersection is so big? Programming Software Development by cambalinho … As Integer, Shift As Integer) Const Speed As Double = 4.2 Const Radians As Double = 0.1 If (KeyCode = vbKeyEscape) Then…End If Me.Caption = &quot;X: &quot; + Str(Player.MapX) + &quot; Y: &quot; + Str(Player.MapY) + &quot; FPS: &quot; + Str(FramePerSecond) + &quot;Player Radians: &quot; + Str(Player.Radians… C++ programming error Programming by sammieb … line is as follows: cout << 'furey, edward &quot;sphere calculator&quot; at https://www.calculatorsoup.com/calculators/geometry-solids/sphere… string. But when I replace them with double quotes, I get the &quot;not expected&quot; error. Any help would be greatly appreciated… ASUS Laptops - my experience Hardware and Software by Reverend Jim … SSD and an empty internal bay for a 2.5&quot; drive. I didn't install a second drive until October… was shipped back within four days with a note stating &quot;the customer's problem has been resolved. I am skeptical… makes sense. Since USB ports are powered, why not do double duty and use them for power/charging. In a pinch… A module that comes with Python, doesn´t register? Programming Web Development by Audun …' Traceback (most recent call last): File &quot;C:\Users\Audun Nilsen\open cv - tot.py&quot;, line 1, in <module>…; import cv2 # OpenCV for image processing ModuleNotFoundError: No module named 'cv2' I double-checked…