5,430 Posted Topics

Member Avatar for Ahmed Raza_1

This is so close to what is known as the Caesar Cipher that well, let's find 140+ samples to start with. Read https://rosettacode.org/wiki/Caesar_cipher Given this is so well done and you only added one slight change, this should be enough for now.

Member Avatar for rproffitt
0
36
Member Avatar for ianhaneybs

That line 258 may need something like https://newbedev.com/how-to-convert-mysql-timestamp-to-date-time-in-php As I don't know what your MySQL data looks like all I can do is guess that you'll have to keep $row->exstdate . ' ' . $row->exstime but put that into the example at link. Maybe? `$new_datetime = DateTime::createFromFormat ( "Y-m-d H:i:s", …

Member Avatar for lps
0
193
Member Avatar for Hayic

Didn't anyone tell you to never store passwords in the clear like that? More at https://www.google.com/search?&q=never+store+passwords+in+a+database Also, with so many login, password examples on the web, why did you decide to create yet another one?

Member Avatar for Dani
0
100
Member Avatar for iamsaadmasood8

This looks like homework as few of my work projects demanded the UML diagram. Let's discuss what's stopping you from doing this homework.

Member Avatar for rproffitt
0
53
Member Avatar for Hayic

I don't have your database to test against so for now drop some debug echo or prints on those lines 11, 13 and after 15 to show where in your code it stopped. example: 11 print "Now at line 11" 13 print "Now at line 13." Spiffy up for formatting …

Member Avatar for rproffitt
0
30
Member Avatar for I_GEVO

While you did not share the contents of run.bat my guess is the current directory does not have dw.exe. Maybe the simplest fix is to add the CD command to your run.bat to change to the folder with dw.exe.

Member Avatar for rproffitt
0
113
Member Avatar for Lynn_10

The list of "What could cause this?" can be long. You mention cloud, API upload so my first thoughts which are guesses since I see no code or much details are: 1. The DNS lookup could fail since what they used and what you use can differ. 2. Your ISP …

Member Avatar for Lynn_10
0
69
Member Avatar for Elmanfalout

This would be a very bad thing. Authors that don't release their works into the public domain would be deprived of income and more. -> **No one needs this.**

Member Avatar for Dani
0
166
Member Avatar for Verlaine

Are you sure you can't use Microsoft's supplied text to speech system? Noted at https://en.wikipedia.org/wiki/Microsoft_Speech_API

Member Avatar for Dani
0
65
Member Avatar for Sofia_7

No Apple Company folk here. Just a note, BEWARE the FAKE SUPPORT SCAMS going on. These folk are out for not only your money but are known to take over your Apple and other accounts.

Member Avatar for jwenting
0
400
Member Avatar for complete

I can't guess the host OS, configuration and more but for us we would just FTP the files out to a new location, email them or something else. I can't guess what the server is here so it's unlikely I'll know how it's done for this server. Since you need …

Member Avatar for rproffitt
0
25
Member Avatar for kok_187

Since you mention cooperate, I take it this is an agreed upon data share so no programmer would be required. If this is to get data without the operator's consent then this thread dies right here. -> If you need a programmer to use said data, there are plenty of …

Member Avatar for Dani
-2
34
Member Avatar for Ethan_16

I ran W2000 SP4 for close to a decade so I'll share that as new hardware came out with USB keyboards I had to test it with USB Keyboard Legacy (can be any name like that) on and off. -> Your PC details are nil so I can't guess if …

Member Avatar for thewizardofahhs
0
103
Member Avatar for jonnieblaylock

That's good it can do 7 or fewer addresses which proved the code is close to working. Now you need to talk to your email provider about how they throttle email sending. Remember this is NOT BROKEN but by design to halt spammers. Also, you neglected to reveal all the …

Member Avatar for rproffitt
0
14
Member Avatar for ianhaneybs

I see you used the UNION so that would be my first thought. Now you have that, maybe you only need to add a LIMIT. Tutorial Links follow: https://www.tutorialspoint.com/sql/sql-unions-clause.htm https://www.tutorialspoint.com/sql/sql-top-clause.htm

Member Avatar for le5691
0
69
Member Avatar for DONUT LORD

1. In Windows, which keyboard layout are you using? 2. What is the make and model of the keyboard? All skill levels arrive here so here's a tutorial about changing the region and keyboard layout for Windows 10: See "Change your region in Windows" @ https://support.microsoft.com/en-us/account-billing/change-your-country-or-region-in-microsoft-store-5895e006-34f4-10f7-16b1-999e40adb048

Member Avatar for mikef76205
0
81
Member Avatar for nalb4242_

I don't see why this should work at all given the error output. You need to resolve the errors given such as "CodeTaskFactory." YOU get to fix that and the other errors. Sometimes folk think this is a simple fix, sometimes it is but right there in the error is …

Member Avatar for rproffitt
0
42
Member Avatar for faithcr4

Just a thought. Why is ob_start(); in what looks like line 1? I'm reading https://www.php.net/manual/en/function.header.php

Member Avatar for rproffitt
0
34
Member Avatar for Liam_12

Given the name of the object in line 48, wouldn't we use the following example line to pause? # pausing the video player.set_pause(1) Sadly I can't find a good set of docs on this.

Member Avatar for Reverend Jim
1
959
Member Avatar for Logic_Brown

I see so many possible points of failure that I'll just write "found code" is usually not the code you are looking for. It may give you a possible view of the steps you'll need when you write your code but such an import is rarely done more than one …

Member Avatar for SoftBa
0
633
Member Avatar for forgot

If this was mine I'd log or echo $expiry on line 20 to make sure this variable is what it seems.

Member Avatar for rproffitt
0
25
Member Avatar for wes.e.gifford

We ended support 2 years ago on such an app. Even so the issue I see in your post is you "copied" the app.exe. That never worked. Use the app's setup.exe installer to get all the components to install. This may or may not fix it but copying the app.exe …

Member Avatar for wes.e.gifford
0
206
Member Avatar for Suraj_45

Let's check out line 10. It looks like you not doing a comparison but an assignment. The old single vs. comparison operator issue? Read https://www.php.net/manual/en/language.operators.comparison.php

Member Avatar for Dani
0
122
Member Avatar for CMAlister

Welcome. Weren't No Credit Check Loans considered a bad idea recently? I guess they're back (insert Johnny Meme here.)

Member Avatar for rproffitt
0
9
Member Avatar for Becky_4
Member Avatar for rproffitt
0
26
Member Avatar for Ricky_4

Here's the rig I use. Compiles are well under a minute. -> Acer Predator with i7, 16GB RAM. SSD drives and some GTX 1060 GPU. Your machine most likely could be vastly improved by replacing the HDD with a SSD.

Member Avatar for jwenting
1
139
Member Avatar for Caitlyn_1

I think if you can track where the account was created from, that's a good report. Why? I'm reading https://en.wikipedia.org/wiki/Internet_Research_Agency

Member Avatar for Rythorian
0
103
Member Avatar for Nissim
Member Avatar for Chris Nicola

The thing is that I did check https://www.google.com/search?&q=Right+Click+Eject+Missing and see this has thousands of prior discussions. We need to always try to fix such ourselves before we start a new discussion. Some get upset about that.

Member Avatar for rproffitt
0
245
Member Avatar for nalb4242

Small world. Long ago I used a barcode font. So for the report I only had to change fonts, then output my data and then change the font back. I don't see your code so I'll want for more detail and maybe the code in question from you.

Member Avatar for rproffitt
0
105
Member Avatar for ajmeel

That's the paradox of choice. https://en.wikipedia.org/wiki/The_Paradox_of_Choice Since he's a younger person I'd stick to the 15 inch models. About 1300USD gets you a nice enough gamer. Don't think about 4K gaming. Let's go 1080p and maybe over 60Hz display. https://www.amazon.com/i7-8750H-Processor-GeForce-Gigabit-Windows/dp/B07F6K21HJ Not that big on games? Drop to the 1050 Ti …

Member Avatar for Antone_1
3
4K
Member Avatar for aphry1303

> The conversion between radians and degrees is: degrees = radians * 180 / pi . You should be able to do this when the need arises.

Member Avatar for yqqwe123
0
319
Member Avatar for sushmaja.arumalla.9

I see no code to examine BUT your claim you reused the code most likely means that each tab is not unique and may in fact be why they all change or show the same date/data. Any chance we can see that code?

Member Avatar for rproffitt
0
25
Member Avatar for Xozz

The more I look into this, it appears it matters if you are in the EU and if you have 10,000 or more followers. And just like that I understood why people buy followers.

Member Avatar for pradeepmadgaonk
0
132
Member Avatar for rproffitt

Firefox seems to work fine so what should I be looking for when Chrome and Opera show The End with a circle loading graphic that never ends? Did I find The End of the latest posts? (Nah, it's something but I don't know what to check.)

Member Avatar for rproffitt
0
95
Member Avatar for Stephen_46

I'm reading https://bbs.archlinux.org/viewtopic.php?id=236715 which appears to be the solution. Remember that I'm not able to duplicate your issue because I chose to fix broken things. For specific Arch Linux issues my choice would be to ask in Arch Linux forums but hopefully this prior discussion will fix it for you. …

Member Avatar for rproffitt
0
212
Member Avatar for Andrew_R

Welcome. Thanks for sharing your work load as I was just discussing with someone else that the phone systems were part of many company's IT assignments. I fear the days of when it was it's own little phone company are over.

Member Avatar for Dani
1
33
Member Avatar for Essam_4
Member Avatar for A JAydee-like

Given little detail on said PC the cheapest fix is to: 1. Buy the usual 20ish dollar USB WiFi and Bluetooth dongle and plug that in. In many PCs that's it and don't have to find drivers. This is a good fix since a trip to the repair counter here …

Member Avatar for rproffitt
0
27
Member Avatar for shane1961

Can you clarify your question? What is this Status Bar? -> https://en.wikipedia.org/wiki/Taskbar

Member Avatar for rproffitt
0
63
Member Avatar for John Michael_2

Please tell more what this "dpskdops" is. You may have badly mispelled "desktops" but the mispelling is too far off for me to think you meant desktop. Even if you meant desktop, the make, model, what version OS and maybe deeper details are required. Windows is well known for "driver …

Member Avatar for Schol-R-LEA
0
98
Member Avatar for iscjm

You must explain what you are doing here. https://www.google.com/search?&q=browser+minimization didn't tell me and I can't guess exactly what you want to do here. If I take your last discussion as part of the goal this starts to sound like the rather awful advertisement schemes with hidden browser windows, popups or …

Member Avatar for rproffitt
0
97
Member Avatar for iscjm
Member Avatar for SKCOMPUTERS

In the past, we would save what we had to a text file or some whale.c file (name should be what we can remember. Then in the old Turbo C++ I recall we could open the whale.c file and use Turbo C++'s own editor to copy and paste into another …

Member Avatar for rproffitt
1
193
Member Avatar for BHAGYASHREE78

I'm more of Tom Peter's fan. https://tompeters.com/writing/manifestos/ has a new entry for 2020. Edit: Adding what Tom Peter is saying about speed and Excellence: > The bottom line re 'Speed Trap' is that I think in this age of 'speed, speed, more speed,' it is in fact the case that …

Member Avatar for The_826
2
1K
Member Avatar for Belajar

I read your post multiple times and it's unclear what you are asking for. Also, what do you mean by "easily appear"? I see the combo box which is "A combo box is a commonly used graphical user interface widget (or control). Traditionally, it is a combination of a drop-down …

Member Avatar for rproffitt
0
114
Member Avatar for solarcatfive

3 posts and 2 are spam. I'll infract one to avoid a ban but please be more careful in the future. Also, complete your member profile soon.

Member Avatar for rproffitt
0
18
Member Avatar for Catharina

This system is not one I've encountered. I had hope some other member would pile in with ideas but no one showed up. If this was my task I'd look for prior examples as well as place debug output where I suspect the code is failing.

Member Avatar for rproffitt
0
91
Member Avatar for Ziaulislam

Welcome. Take a moment to fill in your profile. Are you with In22 labs?

Member Avatar for rproffitt
0
15
Member Avatar for The Real Cedric

For many years I've seen trouble in development like this. Often the person who wants the app or script didn't provide what we used to call a SDD. https://en.wikipedia.org/wiki/Software_design_description details it in full. Yes, often the client wants to bypass such documents but without them we don't know what they …

Member Avatar for rproffitt
1
228

The End.