5,430 Posted Topics
Re: Is this about improving **Arhamsoft**? "Glassdoor review: "Good company with bad managers" May want to improve, remove bad managers! " Given your prior discussions, for that company you may have to start with the CEO and HR working to make a better workplace. | |
Re: The UBER app according to research was over a million bucks. It's not just the app that costs but building your entire company, backend and more. I've heard your question from others and wonder if you really need to invest that much. How many taxis are there and would said … | |
Re: If this was such a job the first move would be to meet and discuss changes to support multiple users, a web interface and more. No one today would write this in c++. | |
Re: So much left unsaid. The Javascript tag might tell us you want it on your web site. To write such from scratch would be something you attempt after a year of making easier projects but maybe you just want to add such to your web site (I checked your other … | |
Re: Just to see if this has been done I did a google of https://www.google.com/search?&q=c%2B%2B+resistor+decoder Sure enough this looks well done. Can you share what you need or what stopped you from writing your own solution? | |
Re: My last assembly language was on a MicroChip PIC and the output over RS232 to a terminal (PC running old Hyperterm.) While you didn't reveal which microprocessor was the target, today we have some hundred to choose from but why is the tag SQL selected? Be sure to show your … | |
Re: I'll have to know a little more. That is, is this a form of RAID? Recovering RAID data is a huge discussion area. Recovery varies on what system the RAID used. Software RAIDs are typically the worst followed by failed RAID controllers. Recovery is usually so time consuming (costly!) that … | |
Re: I used that tool to get the ISO. It does MORE than make the USB-stick. Folk often don't look at the options? | |
Re: Very little is told about the PC. The usual first test is to boot some other OS (I use Linux) from USB and see if that's it. If that works we discuss reloading the OS. But what OS? And maybe it's supposed to be Chinese? Again, so little is told … | |
Re: Have you used such tools before such as https://www.deepcode.ai ? | |
Re: The question "how to run a cronjob using PHP?" needs restatement. I can imagine managing cronjobs such as putting a job into the cron system, removal and such but run doesn't sound correct as the cron system will run the job for us, not PHP. There are tutorials to manage … | |
Re: Looks like you'll have to contract and pay them for your custom solution. I'm reading this from their site: "Your choice of sensors – for customized monitoring Evaluate all incoming data reliably – Server-Eye uses information from various sensors for server monitoring. But that’s not all: You can even configure … | |
Re: I'd get to where the home is for discussions on that project is. I could be wrong but it looks to be https://github.com/WordPress/gutenberg/discussions | |
Re: I've worked the embedded field for decades but would never make my own MDB board or software. I'd integrate such with say a hat for a Rasberry PI from http://www.waferlife.com/en/MDB2PC-PC2MDB.html Maybe you have a lot more time than most and want to do this from scratch? | |
Re: There's a lot of missing detail here. I can guess a little that it's on Windows but the firewall on the unknown version of Windows can block this. Also, the long discussion at https://wordpress.org/support/topic/the-requested-url-was-not-found-on-this-server-24/ may tell more but as presented, there's nothing to say where the issue is or what … | |
Re: Is flush an option? There's more about the limitations at https://www.php.net/manual/en/function.flush.php | |
Re: I am going to guess you want to limit users to just ONE LOGIN from ONE DEVICE. This fails when folk use a common house PC with multiple users. The device ID would be the same so this is a design flaw from the beginning. Maybe you should forget your … | |
Re: @Punit_2. Burying your request is a hijack among other problems. Your choices here mean not much may happen since you stumbled out of the gate. Try a new post all your own and show your work, explain what stopped you. If you need this done by others then put the … | |
Re: As I review what others write in what I find with https://www.google.com/search?&q=Intellisense+not+appearing+for+JavaScript+and+CSS+files+in+VS+2017 I find this will take a while to review what others have written to avoid duplication and disagreements. Crossposting is fine. Doing it widely is still not a good idea. I'll come back later as I have more … | |
Re: Seems someone has done this. I'm reading https://www.zerge.com/firework-screensaver/ My bet is there are others out there for other OSes. | |
Re: But what is this all supposed to do? I think of the blind men and the elephant applies here. Oh, I see someone noted that at https://stackoverflow.com/questions/71683062/store-several-strings-in-an-array-of-structures-c | |
Re: Try Bleepingcomputer.com but I'll write to do more than dump a log. Write a little why you think this log and investigation is necessary. Usually a scan with Malwarebytes and such is enough. However I am encountering folk that think their PC is infected and we find the PC has … | |
Re: Seems that was asked here a few years back. There are more here too. Just one at https://www.daniweb.com/programming/software-development/threads/516457/how-do-xamarin-forms-connect-to-sql-server | |
Re: All I can say is that is a fine example of why undocumented code is a sad thing or self documenting is a good thing. Who wrote this? Ask them because they wrote it. That is unless this is part of something out of a course's book then that book … | |
Re: So much omitted by you here. The compiler and environment is unknown but still there are known ways to handle divide by zero in C. Read http://technopark02.blogspot.com/2005/10/handling-sigfpe.html for example. As to your proposed solution, why not test those variables and not do the divide? | |
Re: I'd use https://www.phpmydirectory.com/support.html because, that's their answer for support. | |
Re: I have to ask for clarification. So you're telling me that from Windows File Explorer you double click on a PDF and Edge opens? Usually folk talk about the PDF viewer if you are on a web page. But for WFE the steps at https://helpx.adobe.com/acrobat/kb/not-default-pdf-owner-windows10.html work for me and on … | |
Re: Today the servers are switching from hard disk to SSD along with the usual bumps in CPU and RAM. I can't tell from your post if you are using a cloud or self hosting but MySQL is fairly common and about speed. A lot of speed is about your database … | |
Re: In the past if you issued code that was outside the scope of the app, you would be banned from contributing to the code base. I'll refrain from a long analysis here and say the contributor's rights should be lost. | |
Re: I've worked on Android apps and on a team making Android apps and you are right that from one phone to another, it does change. The only solution I can think of is going to challenge even the most advanced programmer. But hey, I'm going to agree you would have … | |
Re: What? No questions? Also, you can post code using the <Code Block> button. There is no question here so it's anyone's guess what the issue is here. | |
Re: While quite the undertaking, such has prior tutorials. Here's how I find them: https://www.google.com/search?q=xda+forums+how+to+build+os+for+android+site:forum.xda-developers.com | |
Re: For Mr.M. Now that you have the idea down pat what about ORDER? Maybe the ORDER can pop the row you want to the top. I don't see enough code and table information so I could be very far off base or my rocker. | |
Re: I've read such before and the person who asks is usually unaware that such projects are huge. So much so there are usually dozens of programmers working the project. For what you are asking the day when a lone programmer would create a Facebook or Reddit are long gone. Unless … | |
Re: https://www.php.net/manual/en/pdostatement.execute.php tells us this statement returns something of interest. | |
Re: Maybe you don't need programmers. Given the downsizing of the project why not a WordPress template? Examples are ready for you to see which comes close enough. Example search: https://www.google.com/search?&q=Social+Media+WordPress+Themes | |
Re: All the sites I've seen use Mediafire supply a link to the file and we end up on the Mediafire site to complete the download. Why this is, is likely because Mediafire is ad supported and more. I'm guessing you want to bypass all that and hide the URL of … | |
Re: Small world. I added bar code support to our apps long ago. The work wasn't all that hard. That is we picked up a few USB Bar Code readers which for all intent look like keyboard input. Then I printed out a few barcodes along with what the client provided. … | |
Re: See your other question. | |
Re: Without seeing your code this will be a possibly bad guess. I'd review my SQL and look at either the UNIQUE or LIMIT 1 options. | |
![]() | Re: I was left guessing here. That is, you didn't explain why we use MIPSMARK and more. Maybe this is some homework that I'd have to know which course and the book chapter or assignment to get a clear picture but as presented I don't see how I can pass this … ![]() |
Re: Why is the letter r in the line with pd.read_file()? | |
Re: How can someone write about foreign keys, relational databases and not have been exposed to SQL? My advice is to spend the time on the usual PHP MySQL Tutorials and get up to speed over the next month. | |
Re: I don't see any error message from that by you. So I'll guess that line 36 is where it fails. Remember that without error messages this is only a guess. Try the ideas at https://stackoverflow.com/questions/11786734/php-readfile-and-large-files | |
![]() | Re: This one is simple as checkch tells us you only consider aeiou to be characters. If you want to include all characters you don't need to call checkch at all. |
Re: As more years pass, the less I remember of VB6 and database work. You may have to outsource this one if research fails you. Try Upwork.com. | |
Re: Please add a tag indicating which computer language this is. I'll take it as Python but missing the right parens on a few lines. You didn't supply what output was expected so I'll pause here. | |
Re: I don't think it ever went away as I read https://en.wikipedia.org/wiki/Structured_programming | |
Re: Maybe they didn't cover why. I'm reading https://en.cppreference.com/w/c/language/struct#:~:text=Similar%20to%20union%2C%20an%20unnamed,or%20union%20is%20also%20anonymous. | |
Re: I looked at your profile to see if the bespoke web site was given but your profile didn't mention it. My advice is to add your website and such into your profile. I see you tagged this with php and sql so that's a start. |
The End.