rproffitt 2,701 https://5calls.org Moderator

I gave this a medium depth reading to see what easily could be reduced. Line count reduction in both HTML and JS was noted above. Any more and you would have to possibly start from scratch. But my bet is it would be not any faster or smaller.

rproffitt 2,701 https://5calls.org Moderator

I have to ask. Why tie your hands like that? Is this a coding challenge you entered or IRL?

rproffitt 2,701 https://5calls.org Moderator

That's asking others to write your app for you. Unless you are hiring, I think if you want to scrape links, why not use what others did in the past? Example: https://www.google.com/search?q=SCRAPE+ALL+SERP+LINKS

rproffitt 2,701 https://5calls.org Moderator

Look at the datatype you used for name. It's char. That's no moon (or string.)

rproffitt 2,701 https://5calls.org Moderator

I recall this model to have issues like that. Your choice to google it up and find out what folk did before. If this hit our shop counter the estimate could send the owner away crying.

rproffitt 2,701 https://5calls.org Moderator

I see a huge issue with this. I haven't seen a parallel port in over a decade. What class would assign such given it's ancient lore now?

rproffitt 2,701 https://5calls.org Moderator

I'd avoid a mess (?) and just toss the comments or make the comment a single line so that isn't sent.

As to the repeating calls with apparent parameter changes, I guess we could roll those into a for loop but as I noted, there are debates about rolling or unrolling loops.

rproffitt 2,701 https://5calls.org Moderator
rproffitt 2,701 https://5calls.org Moderator
rproffitt 2,701 https://5calls.org Moderator

I looked at the HTML and maybe some comments can be tossed. Why send that to the client?

As to the javascript I see a passage where a programmer could roll up what looks like a near repeating line of code inside a for loop but there are tomes about flattening a loop or rolling code up into a loop. I feel that once my code works, I may clean it lightly then close that chapter.

rproffitt 2,701 https://5calls.org Moderator

I think your software design spec needs work. I would be guessing if this is to find the 2 numbers in the number set or in each row.

Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then update what your software is supposed to do along with your thoughts on why it works or not.

rproffitt 2,701 https://5calls.org Moderator

I take difference to your claim about previous PHP versions. https://www.tutorialspoint.com/php7/php7_introduction.htm writes:

"Learn PHP 7
Absolute Beginners."

Also "Audience

This tutorial has been prepared for PHP developers from a beginner’s point of view. After completing this tutorial, you will find yourself at a moderate level of expertise in the knowledge of PHP from where you can take yourself to next levels."

Yes they write "We assume that you already know about the older versions of PHP and now you can start learning the new features of PHP 7." but I looked over the tutorial and it doesn't seem to lean on taking prior tutorials. But why not take the PHP prior version tutorial if you feel overwhelmed?

rproffitt 2,701 https://5calls.org Moderator

Seems a long roundabout method but Microsoft has a VM ready dev kit at
https://developer.microsoft.com/en-us/windows/downloads/virtual-machines

PS!!!
" Windows 10 Enterprise (Evaluation - Build 201612) 20 GB download

This VM will expire on 04/08/2017.
(Supported platforms)
VMWare
Hyper-V
VirtualBox
Parallels "

rproffitt 2,701 https://5calls.org Moderator

OK then what about https://github.com/yasinkuyu/NetDash and it's disk usage seems to match your example log?
The source is there to tinker.

Remember this issue is rather well done. I've solved it on many systems with the usual ideas so I'll pause here since the question is how to get reports and not about the usual fixes.

rproffitt 2,701 https://5calls.org Moderator

What about auditing in Windows? http://blogs.splunk.com/2013/07/08/audit-file-access-and-change-in-windows/ is one of many priors about this.

No extra software but these logs get quite long so you may have to tweak and filter the results.

That out of the way, I don't see this issue now that my work machines are on SSD. My guess is the seek time on HDDs really piles up and no one at Microsoft ever thought of implementing Novell's elevator drive access ideas. Or that was patented.

rproffitt 2,701 https://5calls.org Moderator

You're not crazy. https://www.google.com/search?q=clear+favicons+from+chrome finds that Chrome is different.

Its a Chrome thing.

rproffitt 2,701 https://5calls.org Moderator

I'd use Reverend Jim's example to see what you are trying to insert in this Access table. We don't know your table design and if the item is blank then Access could cough up that error. Your choice to change the Access table to have default values.

rproffitt 2,701 https://5calls.org Moderator

Hey Lew, can you find the user manual for me to check out?

rproffitt 2,701 https://5calls.org Moderator

I have another thought on this. I don't see your database schema so What if? What if there's an @name column and it's value has no default? Then adding records missing that value may fail.

rproffitt 2,701 https://5calls.org Moderator

Sorry Ryantroop.

Neither Edge or IE11 worked and I declined to alter my IE11 to fix the missing scroll bar.

Sorry but the issue does seem to be there, Microsoft knows about it, you're not seeing things.

rproffitt 2,701 https://5calls.org Moderator

OK, time to talk/write to the author of NSTask.h.

rproffitt 2,701 https://5calls.org Moderator

The old disappearing right scroll bar. Still bugged and there are prior discussions.

Microsoft got reports in 2015 so they know. I bet they don't care.
Or read http://i.imgur.com/9TxWoa9.png

I wish you had found a new bug here.

PS. Broke in IE11 too. Did not try this fix (scroll down at link to follow,
https://answers.microsoft.com/en-us/windows/forum/windows_10-networking/dissapearing-vertical-scroll-bar-on-ie11/760ed327-aab9-4a14-8363-9bfd793d3482

rproffitt 2,701 https://5calls.org Moderator

Thanks AndrisP. I was under the impression Ubuntu, even in it's phone version had and allowed other browsers.

That's sad news. Adding with edit. The news was worse than I expected.
https://www.reddit.com/r/Ubuntu/comments/42r68y/the_ubuntu_phone_is_dead/

On top of stopping development they killed off the app portal. This explains so much.

This is what you see with BlackBerrry phones and their browser issues. Since the user base is so small, it's hard to get support from anyone.

Second PS. The more I read about this phone the more it became clear I'd be installing Android.

rproffitt 2,701 https://5calls.org Moderator

I can't tell which browser was used. Try the other web browsers. I often find when on bleeding edge platforms that can help.

rproffitt 2,701 https://5calls.org Moderator

I think you're trying to find code rather than design and write code. That's going to be trouble for you as I rarely see members here write apps for others (unless well paid.)

So, with that out of the way, it's time to head back to school on PHP. https://www.phpschool.io/ has been noted by many here.

rproffitt 2,701 https://5calls.org Moderator

To saqib_3. If you need something urgently, why bury it in a 12 year old discussion?

rproffitt 2,701 https://5calls.org Moderator

No need to install either version I noted. It's not hard to use, it's what I use to check out hardware on the cheap without disturbing a client's installed OS.

Read http://tips.oncomputers.info/archives2004/0401/2004-Jan-11.htm

PS. What bluetooth? http://www.chiligreen.com/shop/configurator.asp?action=change&config=310671708

rproffitt 2,701 https://5calls.org Moderator

At this point there is some hardware failure since you've repeated what worked before.

Try a Linux OS to see if the hardware works in that OS. Get a current distro. Get 2. Try Ubuntu and Linux Mint.

rproffitt 2,701 https://5calls.org Moderator

I'll write no to the robots.tx file.

As to .htaccess, I quickly read http://www.htaccess-guide.com/ and the answer is not yes or no.
No it appears not to apply to the initial first error.
Yes as the error screen that appears after the first error seems to show that the error documents ( http://www.htaccess-guide.com/error-documents/ ) looks to be not setup.

Here's what http://stunneroftheday.com/images/featured/header/xenia1.jpg coughs up. Remember that link is what was in the HTML code from your site.

Not Found

The requested URL /images/featured/header/xenia1.jpg was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at stunneroftheday.com Port 80

rproffitt 2,701 https://5calls.org Moderator

It's very odd to have non-disclosure inside a company. Usually companies want to reduce development costs, not duplicate and increase cost.

rproffitt 2,701 https://5calls.org Moderator

Sorry but as I don't run this site all I can do is share what HTML it gave to the browser then the test image that coughed up an error that you would find out why that happened.

That is, you would grab your laptop or phone to get out of the office to a hotspot so you can see the error yourself.

rproffitt 2,701 https://5calls.org Moderator

Remember I didn't duplicate any google research on this. Just writing something I ran into with a fellow that wanted to write an uninstaller for iOS. They went down in flames.

As to your company not sharing the code, wow. How rude.

rproffitt 2,701 https://5calls.org Moderator

As I don't admin your server all I can do is share the error. How you configure the server and where you put files (images) is up to you (if you run this server.)

rproffitt 2,701 https://5calls.org Moderator

The HTML code was where I got the link and it bombed.

In other words, I used view source and tested. Which failed.

rproffitt 2,701 https://5calls.org Moderator

Looks borked. http://stunneroftheday.com/images/featured/header/xenia1.jpg coughs up internal server error. Looks like your hardcoding of the image paths is off or the server doesn't allow access to or have the image there.

rproffitt 2,701 https://5calls.org Moderator

I've seen this happen when the keyboard had a stuck key.

Also, be sure all USB ports have nothing in them.

rproffitt 2,701 https://5calls.org Moderator

That's something I never saw. Doesn't mean it didn't exist. I thought the only USB adapter was Apple's card.
https://support.apple.com/kb/DL1238?locale=en_US&viewlocale=en_US has some details.

That's USB 1 speed and my bet is only small drives will work.

rproffitt 2,701 https://5calls.org Moderator

Your requirements may be at odds with Apple's iOS rules. I am not an expert in the Apple iOS rules but this seems to violate a rule I've read.

Instead have the app pop up and show it has expired and how to correct.

rproffitt 2,701 https://5calls.org Moderator

Sorry but all skill levels arrive here. So there is a specific ping that gets replies from all on the LAN. Do you remember your IP networking class on that?

Also, what's wrong with looping?

And why not have the router's own log do this for us?

rproffitt 2,701 https://5calls.org Moderator

I feel you are working too hard. I recall doing this with PING and ARP (see google if you forgot how.) And maybe NIRSOFT has an app as noted at http://www.howtogeek.com/tips/how-to-quickly-get-the-mac-address-of-any-windows-pc-on-your-network/

The reason you most likely failed is that computers on your network don't send you traffic. That is, your switch doesn't show you all traffic so you can't pick the information off that way. You'll have to ping machines and hopefully the ARP cache will fill or you can use arp directly.

Sorry no, not an offer to write a tutorial on IP commands.

rproffitt 2,701 https://5calls.org Moderator

I see no code so I'll share a workaround I used years ago when I had no time to find what was up.

In psuedo code;

PrintingFactive = false

in the onactivate test that variable and exit/return unless you set the value to true.

rproffitt 2,701 https://5calls.org Moderator

While the picture is interesting I didn't find a match. Try the other way of finding Waldo. Use tools like HIJACKTHIS and read each line. KNOW what each line does in your PC.

rproffitt 2,701 https://5calls.org Moderator
rproffitt 2,701 https://5calls.org Moderator

Connect to the port that has the b/w image then somewhere in the TV menus there's a component/composite setting. You want composite, it is currently set to component.

rproffitt 2,701 https://5calls.org Moderator

Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question first.

Unlike some sites here you have to show your work.

My comment is that VB6 is outdated. If you wish to pick up VB go get the newest free version of VB.net. No employer here considers VB6 as a skill today.

rproffitt 2,701 https://5calls.org Moderator

I advise you expand beyond python. If a programmer was the best python programmer in the world and didn't have skills in what the job called for then they would not get the job.

Finish any degree in programming, learn the basics of all the languages used at your workplace or prospective employer is my advice.

rproffitt 2,701 https://5calls.org Moderator

I'd cheat. Since the report is in some size I could use a PDF printout and change the paper size. The content would remain the same per page.

If you need to re-pageinate then you'll have to re-code the report or write an app to read, parse and re-report the content. There is no single solution or magic here. Just a few cheats and then work.

rproffitt 2,701 https://5calls.org Moderator

I had to read the Kivy web site then found https://kivy.org/docs/installation/installation.html
After reading through the install for Windows I can see where you might miss a step or install the wrong version of something. Go over the install notes and if they are faulty tell them about it.

rproffitt 2,701 https://5calls.org Moderator

Forgot to add this.

I continue to encounter folk that install the WIndows OS and blow the driver install routine. You claim to know but didn't share enough for me to point out what's missing. Tell me every driver you install after the OS.

rproffitt 2,701 https://5calls.org Moderator

To me this tells me the hardware is now suspect. Do try a few Linux distros to see if it works there.

And if that works, order the Windows restore media for this PC.