Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Mary_51 I'm really sorry to hear about your external hard drive issue. First and foremost, do not format the drive, as that could erase your important files. Try connecting the drive to a different computer or using a different USB port to see if it's just a connectivity issue. If that doesn't work, you can use data recovery software like Recuva, EaseUS … Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Camila_6 You should use a disk management tool to fix the hard drive. There might be a USB port connection issue as well. Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Reverend Jim >You should use a disk management tool There are hundreds of them out there. Care to recommend one or two with an explanation as to why you picked them? Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Ali_204 Hello, I'm sorry to hear about your external hard drive issues. Here are a few steps you can take to try to recover your important files: Do Not Format the Drive: Formatting the drive will erase all the data on it. Avoid this step unless it’s absolutely necessary and you’ve exhausted all other recovery options. Check the Connection: … Re: Problem with the external hard drive Hardware and Software Microsoft Windows by alx181 Try programs like Recuva, EaseUS, or Disk Drill to recover your files. Re: This Halloween: Are You Brave Enough to Face Roko's Basilisk? Community Center by soly_1 Although superintelligence and God are both considered "mighty entities," the devil is in the details. A superintelligence merely needs code; unlike supernatural beings, it doesn't require faith. The proof isn't found in antiquated literature, but rather in the quick developments in AI and machine learning. Though, in my opinion, the … Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Lethabo If your external hard drive is unreadable and you need to recover important files, avoid formatting it. Try using data recovery software like Recuva or EaseUS Data Recovery Wizard, or seek professional data recovery services if necessary. Re: This Halloween: Are You Brave Enough to Face Roko's Basilisk? Community Center by olivia_24 It also assumes that said AI will be vindictive (like the gods). If the theory is correct, why would a sentient AI need to be vengeful once it has been created? In any case, there is still no evidence that machine consciousness it attainable. At least one engineer involved in the development of OpenAI has made claims about consciousness, but those … Re: DomContentLoaded vs jQuery Ready fn Programming Web Development by toneewa …running consistently. jQuery simulates the non-existent DOMContentLoaded event on obsolete browsers like Internet Explorer, using deferred …execution, that fires later than the real event in other browsers, making sure it doesn't… run too early. DOMContentLoaded event fires synchronously, when the initial HTML document has … Re: DomContentLoaded vs jQuery Ready fn Programming Web Development by jkon …// Catch cases where $(document).ready() is called // after the browser event has already occurred. // Support: IE <=9 - 10 only …window.setTimeout( jQuery.ready ); } else { // Use the handy event callback document.addEventListener( "DOMContentLoaded", completed ); // A fallback… Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by jprog1000 …( 500, 500 ); frame.setVisible( true ); } } import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import javax.swing.JPanel; import javax.swing… Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by toneewa … <= radius * radius; } } BallPanel.java: import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import javax.swing.JPanel; import javax.swing… Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by toneewa …().intersects(b.getBounds()); } } BallPanel.java: import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import javax.swing.JPanel; import javax.swing… DomContentLoaded vs jQuery Ready fn Programming Web Development by Dani I think that I understand the difference between: document.addEventListener('DOMContentLoaded', callback_fn); and: window.addEventListener('load', (event) => { ... }); However, as a jQuery user, what is the difference between DOMContentLoaded and the jQuery ready fn? Re: ASUS Laptops - my experience Hardware and Software by toneewa …-windows-11-pc-factory-settings) is under Settings -> Recovery. Event Viewer might be able to give you some insight, what… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … to be able to do a basic reset in the event that Windows won't boot. I had to go to… Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by jprog1000 Thank you so much for your reply and additions! It is certainly working as I wanted. I will read through the code you have added and ask you any questions I might have. I hope you don't mind. Regards Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by Dani I’ll mark this question solved :) Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by Dani … oh, sorry, missed the bit about you still needing clarifications. Feel feee to ask :) I’ll now unmark this topic as solved. /facepalm Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by jprog1000 Hello, Thank you again so much! All your additions are clear, but it seems like whenever two balls collide, more than one ball is added to the arraylist and painted. Any way to have just one ball added to the panel for every collision? Have some kind of a toggle flag in paintcomponent? Regards Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by toneewa Yes, this is true. Overlapping ball spawns can do that causing a chain reaction. Something like that could be done. How you handle the spawning of the new ball is what I played with a bit before. You will see better collision detection changing to: g.fillOval(ball.getX(), ball.getY(), 1 * ball.getRadius(), 1 * ball.getRadius()); Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by jprog1000 Got it. Thank you so much! Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by aishamushtaq Hi, Its helpful for me. I got my answer. Re: DomContentLoaded vs jQuery Ready fn Programming Web Development by pritaeas > However, as a jQuery user, what is the difference between DOMContentLoaded and the jQuery ready fn? No difference really, although some sources state that the ready function might fire "a little" later (because it is wrapper code). Re: Problem with the external hard drive Hardware and Software Microsoft Windows by lucytaylor01 If your external hard drive becomes corrupted. I would suggest you to try and use windows repair tool. Using this tool you can repair the faulty sectors. Re: Event handler for dynamically created panel Programming Software Development by maglarp Event handler never get trigged. Code for the moment is only **beep;** Event Handler Tutorial Programming Software Development by Geekitygeek … First lets look at how an event and its event handler works: Each event is a piece of application-level … the FormLoad), you can manually bind an event handler to an event using [icode]button1.Click+=new EventHandler(button1_Click…button1_Click() should be called. If you create your event handlers manually you must ensure that the method has… Event/Time/Date Project Programming Software Development by DaniwebOS …lt; "0"; cout << minute; } Event::Event(string name, int hour, int minute, int month, int day…) // member initialization list { eventName = name; } void Event::setEventData(string name, int hr, int min, int mon, int… is declared inside the Time class } int main() { Event event("New Year's Day", 0, 1, 1… Event Simulation Programming Software Development by guitarrick …= 88; tA[9][1] = 3; } Event getNextIn() { Event e; e.time = tA[nextIn][0]; e…li.remove(1,s); //q.displaylist(); } else { Event eA = getNextIn(); li.insert(2, eA, s);… Event code runs twice Programming Web Development by mairtinomarta …addEvent('keydown', function(event) { var event = new Event(event); if (event.key == 'f' && event.control && event.shift) { //… $('round1').focus(); } } } }; if (event.key == 'n' && event.control && event.shift) { $('sub_crumbs').toggleClass('active'); if ($('sub_crumbs').…