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

This is one of those things that should NEVER be done. Or taught. Why? Read from:
http://blog.moertel.com/posts/2006-12-15-never-store-passwords-in-a-database.html

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

There are at least six types of OLED displays noted at https://electronics.howstuffworks.com/oled3.htm but the pixels are being powered by row and column addressing which is why it does not take 3,020 external connections to the display panel.

Similar addresses and schemes were used in LCD displays and many get confused over a LED LCD display versus the OLED. One thing is not like the other as the saying goes.

Nether_1 commented: So each row is powered, unpowered, and then the next powered so quickly we think that it is being done smoothly? +1
rproffitt 2,701 https://5calls.org Moderator

Please supply exactly what is broken. Error messages along with what you expected to happen.

I get the feeling you expected this to help your SEO or rank but from what I know, this feature is not about that.

-> Write more. Tell the forum what you felt should happen.

xenexmedia commented: If you see the results as the attached links so you will find out what I am trying to say. Please visit the attached links of images. +0
rproffitt 2,701 https://5calls.org Moderator

It appears you didn't read the above replies. This area is well discussed and I see answers above and there are more on the web. I chimed in because I'm running into folk that never used a terminal so they never had to deal with character I/O and what terminals did back then.

Sure, echo out the Enter key. My bet is that it will do nothing visible. If you want the Enter key to do something, then code it to do what you needed.

Again. Enter does not equal \n (newline.)

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

@Sappie, so you indirectly told me you want a newline when the Enter is pressed. You'll have to code that to happen.

That is, \n is not the character generated by the enter key.

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

If a site did that, it would be breaking some fundamental rules about password management. User name, sure but password, never.

Reading for you (pick a few articles):
https://www.google.com/search?q=never+store+passwords+in+a+database

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

I worry here that you might think you would make money. https://crowdsourcer.io/profile/8qtQgOfH wrote:

I built Crowdsourcer.io. I'm originally a front-end mobile dev, but have since moved into project management, running a software development agency by day and Crowdsourcer.io by night

If it was a hit, I wouldn't be able able to write "Don't quit your day job."

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

I see that you posted widely so check your other posts. Also, https://i.imgur.com/YgrRPQN.png

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

Your post has a few issues.

  1. Use the forum code formatter.
  2. STATE what your questions are.
  3. If the code is failing, supply what line it is and the error output.
  4. Share how you debug your code. I find that I use my IDE to break on that line and look at the variables in the call. Can you do this?
    If not why not add a line of code to print out the values for you to check.
Reverend Jim commented: While you were commenting on the code formatting I was busy correcting it ;-P +15
rproffitt 2,701 https://5calls.org Moderator

I tend to use DSLREPORTS.com but you didn't reveal what makes "best." For some that's cost and speed and to others it's an ISP that will setup your home/business network since not all of us can play network god.

I'm in SoCal and with TWC aka Spectrum and have none of the trouble you read about.

That said there are "communities" that only allow AT&T here so unless you use a cellular connection, you get AT&T. Strange how that is since it seems to fly in the face of this usually consumer sided state.

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

Maybe it does. The Enter character code might be 10 (ASCII) is 10 or 0x0a hexadecimal. Or it could be EOF which might be -1.

Now see what happens when your putchar that to the screen. It may not be what you expect at all.

Maybe you wanted the cursor to move to the beginning of the line and drop down a line. THAT would depend on the terminal and OS. Remember this all began back in 1969 so many new programmers stumble around this because they don't know the history. Or what the enter key is returning.

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

Let's just write this here. Few forums will write your assignment for you. But if you are stuck on some line of code then all the forums I've seen help out.

Also, please answer questions put to you.

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

The times have really changed. I mean such an assignment back then would be given more than 3 days and usually would build on prior assignments.

Did you put this off or is this the new way of things?

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

https://forums.xamarin.com/discussion/122355/building-xamarin-forms-app-for-ios-on-windows and other discussions tell us a lot.

This sounds like just the question for the Xamarin Forums.

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

What good is this? Robots boosting your posts?

Best to do this with humans. Otherwise the boosted post is only what a robot wanted to promote.

Never do that.

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

The answer is to restore from your backups. There are spammers that will chime in but we will remove those as found.

Beware the fake support company spams. You are not dealing with legitimate support companies.

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

Welcome Ron to DANIWEB.

I get the feeling that you might have been tossed into the fight without training on these products. What I usually do is click on More to see what is offered. Share tends to always be the same thing where I can give access to the object to another Sharepoint users.

I worry a bit about your question since you claim to be a developer at some place. Are they offering training courses? Take them. If they don't, find Sharepoint training in your town and take a few.

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

Then it's a bum system that they have hung you out to dry. Ask for a refund and roll back to what worked until you find a new system.

The error is discussed on the web but it means you have to dive into the PHP code to find the error and fix it. But that's not why you are using MAMP. I take it you are not ready to dig into their product to fix it. I know I can't since I don't run MAMP and even if I did, this error would have me camping out at MAMP's support.

hapylfe commented: vb +0
rproffitt 2,701 https://5calls.org Moderator

At this point and with the story so far plus you did not answer my question I think it's best you ask (edited) MAMPRO directly. My bet is you didn't follow the directions, didn't know there were directions or "other."

https://www.mamp.info/en/support/ should be your next stop.

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

So the line number is not revealed.

Let's roll back to the top. I'm reading https://documentation.mamp.info/en/MAMP-PRO-Mac/Installation/MAMP-PRO-4xx-5xx-Upgrade/ and it calls out for you to issue a command. Or am I reading the wrong page?

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

Could the #1305 be the line number of the PHP code we need to examine?

I see the file "TableStructureController.php" mentioned but did you check it out? I can't since, not shared here.

https://www.google.com/search?q=mamp+upgrade+%22illegal+string+offset%22&gl=US seems to point to changes in PHP and strictness. My advice is to read a few of those then look at the php code in question.

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

@Michelle_15. You've posted a plea for help on page 9 of a 13 year old discussion. Do yourself a favor and make a new post with all the details since here, it's just like what a Vogon did with the intergalactic bypass plans.

ARTHUR DENT: Yes! I went round to find them yesterday afternoon. You’d hadn’t exactly gone out of your way to pull much attention to them have you? I mean, like actually telling anybody or anything.
leopard.jpg

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

so the question is just - do we need that library - cannot we just start without that

You can try your code without but my reply is if you call a function or feature in a library then you need that library

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

Why can't the restore fonts button/feature be used in Windows 8?
Why must it be done with regedit?

https://www.google.com/search?q=RESTORE+Windows+8+SYSTEM+FONTS&gl=US finds this is a built in repair feature and does not require me to load fonts or use regedit.

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

I just looked into the cheapest "turn things on and off" solution I could find. How about under 7USD? Here's my copy of my prior reply.

  1. You are a programmer. Just an entry level one will do here.
  2. You are an electronics tech or better.
  3. You know that if you could have a "WiFi activated push button" you could solve this.

That said, the unit at https://www.electrodragon.com/product/wifi-iot-relay-board-based-esp8266/ is under 10 bucks and looks like how I'd solve this one.

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

@Schematicsman.

You should create a discussion about that. This is a tutorial that does not lend itself to your new topic.

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

@Mamun+3, To change any Windows version from 32 to 64 bit requires a clean install. There are no supported other methods. The good news is that I've tested this to see if the product or CD KEY works in such an install (retail versions only) and it was all good news. There could be issues if the OS was an OEM version so my advice is to install a blank drive and test your install so you don't burn your bridges. That is, keep your current OS safe by not touching it.

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

https://twitter.com/DadroitGroup doesn't work either. Don't make threats, give us treats.

Update Aug 28 2019: The twitter account appears to be live again.

Walterion commented: What was the problem? Mac or Windows? +0
rproffitt 2,701 https://5calls.org Moderator

Small world. Reverend Jim recently posted a tutorial and I see it can solve as well.

Read https://www.daniweb.com/programming/software-development/tutorials/520379/how-to-write-a-sudoku-gui-in-python-wxpython

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

After looking over Genymotion's web pages it appears the free version isn't for developers. So they may have left out the code that connects it to the debug systems. Ask them directly as well.

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

Given your tagline, would you use that company if they can't google such things?

Not a good second showing.

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

For you to fix the errors would be specific to each app so there is no generic answer here other than to pester the app's author or company for better install options.

Here we don't allow at present less than 240GB SSD at the office because we have no reason to spend time on a 30 dollar drive replacement. That is, just last week we picked up the 240GB drive for 30USD and solved the low disk space issue. Now this does little for the poor soul that didn't know any better and bought one of those awful 32GB SSD laptops. My thought on those are these are how folk learn what doesn't work.

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

Sorry but this is where I'd use ImageMagick or another library. You left out the language tag and I don't know "code" as a language. I think you are using C# so here's the two googles I'd use to find a way to use ImageMagick.

  1. http://fileformats.archiveteam.org/wiki/ImageMagick
  2. https://www.google.com/search?q=using+imagemagick+in+C%23&gl=US
JamesCherrill commented: May not go down too well if this is (as appears) a homework assignment! +15
rproffitt 2,701 https://5calls.org Moderator

When I run into those things I'm off to caniuse.com to check out if it should or should not work.

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

I now have PCs with SSD (solid state drives.) Maybe this code is destined to fail in a lot of PCs today. May have to test this widely before you publish.

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

A few steps. First check your DANIWEB settings about emails. Once that is done you automatically get email when you create a new discussion or reply to an existing discussion.

To get a notification without posting a reply, click the Watch Topic icon.

watchtopic.PNG

PS. Adding note. This only gives you notifications of new replies to a topic that is open. To monitor for new discussions, you have to craft such with ideas from Dani.

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

To me it should appear to hang on line 57. Why? "The accept method waits until a client starts up and requests a connection on the host" is right out of the documentation. This app will sit there, waiting.

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

"Sources include solution files for Visual Studio 2002, 2003 and 2010." from its home page. This looks abandoned to me so if their examples are now failing you may want to try to contact the authors to ask if there is a mail list or forum just for Elmah but my short research finds it looks dated and abandoned. You may have to consider something else.

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

Given your tagline, would you use that company if they can't google such things?

Not a good first showing.

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

Fuzzy, unreadable graphic dumps? Both appear as if you could have used plain text and forum code formatting but did not.

Help others help you.

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

Delete appears to be with the virsh command. i.e. virsh snapshot-delete .

More documention is at https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1.pdf

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

What's changed since it worked?

Also it appears you have changed monitors and cables but not the PC. Do other PCs work fine? (Mine is fine here.)

You also didn't reveal how you setup the second monitor. Once in a while a new PC user with a 1366x768 laptop display will MIRROR the setup and it will look awful since you are sending a non-native resolution to the other monitors. DO NOT MIRROR. Extend.

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

Today I noticed most if not all posts (only checked out 10) today report an IP of 10.143.27.251

At first I thought we had a spammer but now it looks like a bug.

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

Anything? How about the US Government (Congress), US Immigration, Climate Change and US Health Care system? Can you fix those too? ;)

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

Just like your web site, your question has me ask what actions would you like them to take?

Some sites like Facebook want you to join.
Amazon has stuff for you to buy.
WebMd has information about your condition.
Wikipedia has information about well, everything.

Each one takes a different approach to offer the visitor choices on their next action but without you telling more my answer is to look at sites that offer what you offer for ideas. Who do you envy?

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

After decades of software development I start where I can. Agile seems to toss out the old ways of writing your software design specifications and more. You iterate and move to your goal without the docs. I have yet to see this when money is involved. They want docs, presentations before code.

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

I know folk hate to research such but I did read a few from https://www.google.com/search?q=Form+submit+with+AJAX+without+page+refresh&gl=US and don't see much new. As is, anything I can add to the prior solutions.

If you tried these and failed, post your code, where you got it from and why you think it failed.

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

This is great. As to practical use this saved hundreds of lives in 1864 when a pump handle was removed.
Today it is used to visualize answers to questions such as "nearest location for most customers" and more.

As it's one in your arsenal of graphical data presentation it's nice to see one with quite the history attached to it.
https://en.wikipedia.org/wiki/1854_Broad_Street_cholera_outbreak notes the "dot map" which is now known as a Voronoi diagram.

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

I'm going to write you really need to have the products folk want over this. Along with great service like you currently get from that company named after a river.

All your post neglect product and service over SEO. Why do you neglect the very thing that matters?