Recover excel password Hardware and Software Microsoft Windows by diodepump Hello all How do I recover excel password protected spreadsheet Thanks Re: Recover excel password Hardware and Software Microsoft Windows by rproffitt I'd try the solution found on a Reddit. Example: https://www.reddit.com/r/excel/comments/17b9n4f/how_to_open_a_password_protected_excel_file_if_i/ Re: How can I log in? Community Center Meta DaniWeb by Dani … this, then you *are* logged in. You can reset your password [here](https://www.daniweb.com/connect/profile) and you can… logged in successfully and posted this now. Regarding the breached password, this is from our FAQ: > In late 2015, DaniWeb… Re: How can I log in? Community Center Meta DaniWeb by Dani Send me an email to dani@daniwebmail.com from the email address associated with your original account and I can help you out. What happens when you try to [reset your password](https://www.daniweb.com/connect/profile/password)? How can I log in? Community Center Meta DaniWeb by Peter_136 Daniweb showed up as having a breached password in Avast, but if I try to log in it claims my computer's time is wrong so it is obviously thinking I have moved to a different timezone. How can I get in and fix it? I assure you I am not a bot or AI and I have a cat in my lap that will back me up. Re: Hi everyone, I'm Ginny79 Community Center Say Hello! by Dani I suppose I'm confused why you can't just do a lost password reset? Re: How can I log in? Community Center Meta DaniWeb by Peter_136 From this I gather the real problem is that Daniweb was the source of the data leak, so I cannot access my original account at all, or even find out if someone is using it? Obviously I had to create another account to post this enquiry. Avast keeps throwing up notices and I finally got around to cleaning up the less important sites, but someone … Re: How can I log in? Community Center Meta DaniWeb by Dani > From this I gather the real problem is that Daniweb was the source of the data leak, so I cannot access my original account at all, or even find out if someone is using it? Sorry, I misunderstood you in my previous email. I didn't realize that you had another account and just created this one to post this question. Do you know the username … Re: Things I hate about TV shows Community Center Geeks' Lounge by Reverend Jim Why is it that when people in shows light a fire (like when setting a vehicle on fire) with a lighter, they always throw the lighter into the puddle of gasoline? Do they not realize that a lighter is reusable? On a related note, researchers tried hundreds of times to ignite a puddle of gasoline by throwing a burning cigarette into it. They were … Re: Things I hate about TV shows Community Center Geeks' Lounge by Dani > Do they not realize that a lighter is reusable? They do it to show how they live life on the edge by proving to the world (and the television audience) they won't have any more use for a lighter. > They were successful exactly zero times. Researchers, schmearchers. But has Myth Busters had a go of it? Re: Things I hate about TV shows Community Center Geeks' Lounge by Reverend Jim Actually, I think they did with the same results. Supposedly the temperature of the cigarette is below the flash point of gasoline. Did anyone else suffer through the final season of Star Trek: Discovery? How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 … tarfile # Create a password auth plugin auth = v3.Password(auth_url='https://cloud.company.…com:5000/v3/', username='myaccount', password='mypassword', user_domain_name='Default', project_name='myproject', … Using Natural Language to Query SQL Databases with Python LangChain Module Programming Computer Science by usmanmalik57 … as follows: ``` f"postgresql+psycopg2://postgres:<<password>>@<<server>>:<<port…quot; ``` In the above, replace values for `<<password>>`, `<<server>>`, `<<port…: ``` 'mysql+mysqlconnector://<<user>>:<<password>>@<<server>>:<<port… How Build Html form ? Programming Web Development by Kirubel_2 …-box"> <span class="text">Password</span> <input type="text" name…"> <span class="text">Confirm Password</span> <input type="text" name… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … forward only email addresses that don't have password). They also said that Port = 465. In…'david.tigner@RadiantNewHorizonHomes.com'; //SMTP username $mail->Password = '(password)'; //SMTP password $mail->Port = 465; //TCP port to … Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim …on a different domain, would have a different username and password (doesn't explain how to send more than 1 … though, including forward only email addresses that don't have password). They also said that Port = 465. In the code … you need to connect to it and logon with a password to an SMTP account, for instance your `radiantnewhorizonhomes.com` … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … = 'kaosfrenzy@aol.com'; //SMTP username $mail->Password = '(password)'; //SMTP password $mail->Port = 465; //TCP port to connect…Note: I used a new SMTPaccount username and password I then removed the coding that caused the crash… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim …->Username = 'kaosfrenzy@aol.com'; //SMTP username $mail->Password = '(password)'; //SMTP password $mail->Port = 465; //TCP port to connect to; use… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim …->Username = 'enquiry@example.com'; //SMTP username $mail->Password = '1234567890abcdefg!'; //SMTP password $mail->Port = 587; //TCP port to connect to… Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani … year or so to using XOAuth2 for authentication. A username + password in your config settings will no longer suffice to establish… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … connect to wifi was select my connection and enter my password. I can't see why that would change. Hwever, the… Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Salem First, let's prepare two tar files using different compression schemes for demo purposes. $ cat foo_1.txt This is file 1 $ cat foo_2.txt This is file 2 This is file two This is file too # Three tar files, two compressed and one uncompressed for reference $ tar -j -c -f foo.tar.bz2 foo_1.txt foo_2.txt… Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 Good day, Salem. My apologies for taking so long to reply to your suggestion. I refactored my code to read the contents of the tar.bz2 file and then pass them as a file-like object to the 'put_object' and also to change the content type for the file transfer to "application/octet-stream". The first was sent through to object storage … Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Salem I don't understand why you need to extract all the files from the compressed `tar.bz2` just to upload to a backup. Also, line 69 is now meaningless having just posted only a snippet of the code. Before the error, what was the last `logger.info` message? Re: Using Natural Language to Query SQL Databases with Python LangChain Module Programming Computer Science by aishamushtaq very helpful Re: How Build Html form ? Programming Web Development by Dani I'm not exactly understanding your question. I see you have an HTML form here in this HTML code. What is not working about it? You need to specify the action="#" to be a URL that will process the form. Re: Things I hate about TV shows Community Center Geeks' Lounge by Dani Currently the thing I hate most about TV shows is how much time elapses between seasons. I feel like I've been waiting for season 2 of Severance on AppleTV for *forever*! (It's been over 2 years already since season 1 debuted.) Speaking of that, is there ever going to be a second season for Squid Game? I can't imagine that Netflix wouldn’t invest … Re: Things I hate about TV shows Community Center Geeks' Lounge by Reverend Jim Fer sher. You pretty much have to watch the previous season again before you start the next one. I'm still waiting for season 2 of The Old Man (Jeff Bridges, John Lithgow). At my age sometimes I lose the thread if two weeks goes by between episodes. Sometimes I'll wait until the end of a season before I watch any of it. I especially hate it when a … Re: Things I hate about TV shows Community Center Geeks' Lounge by pritaeas > is there ever going to be a second season for Squid Game Yes, already announced, available soon. Re: Things I hate about TV shows Community Center Geeks' Lounge by Dani That's my point, though. Gone are the days when a show would break for a summer and the next season would start up again in the fall.