5,430 Posted Topics

Member Avatar for Heyitscat

What proxy? Most folk don't use a proxy. Also, Norton is known to block the web when it expires. Maybe other AV suites have copied Norton's lead.

Member Avatar for rubberman
0
136
Member Avatar for Mushy-pea

http://cpuboss.com/cpu/AMD-FX-6100 notes it's Turbo Clock Speed. http://www.tomshardware.com/forum/337545-28-6100-turbo asks a few more questions. To your last question. Yes.

Member Avatar for rproffitt
0
275
Member Avatar for zachattack05

For me it's up to the client. But that's not telling me enough. For example, the problem I had with WinForms is what happens when you move from say an old 640x480 VGA screen to an portrait view on a 1080p display and all those screens inbetween. WPF tries to …

Member Avatar for zachattack05
0
221
Member Avatar for Eti_1

I see this question kicking around since about 2011 but no clear answer. However as I read https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode I don't see an event for the keycode you are sending. If you wanted to learn what Mozilla is listening for you might have to get into the source but the big …

Member Avatar for rproffitt
0
2K
Member Avatar for thedonedeal

Here's the deal. Since I can't guess what control you picked to use I can't comment much beyond there are examples for VB.NET http://www.dreamincode.net/forums/topic/40173-embedding-a-flash-player-control/ for example has play, goto frame and maybe more. BUT again, these controls vary with what control you happen to find or pick.

Member Avatar for rproffitt
0
2K
Member Avatar for ParPau

This may or may not apply. I built a demo app years ago that worked to capture on the fly hand or print information to categorize images. While I can't tell all I did use Tesseract and Netpbm to dig through images for the information I was looking for. It …

Member Avatar for ParPau
0
253
Member Avatar for a_mohsen_t

For reference http://www.microsoft.com/en-us/server-cloud/cloud-os/ Windows 10 is the GUI OS for the masses. It does not seem to have the underpinnings for running the cloud noted at link.

Member Avatar for rproffitt
0
115
Member Avatar for DenisOxon

That's a fair start but without knowing the device well, where to go next? As to USB 1,2,3 as long as the device driver works, all good. About the only trouble could be if you happen to get a customer with some USB 1.0 on Windows 95 to ME machine. …

Member Avatar for rproffitt
0
269
Member Avatar for Iamateur

Is the inetmgr.exe file in C:\Windows\System32\inetsrv ? Does your PATH include that folder? I'll pause here since checking folders and pathes are skills you should have already.

Member Avatar for rproffitt
0
240
Member Avatar for new_developer

This sounds like the old almost-but-not-quite zero number discussion. You can learn a lot more about floating point or just use prior ideas from prior almost-but-not-quite zero number discussions. Example: http://stackoverflow.com/questions/9542391/float-double-equality-with-exact-zero

Member Avatar for rubberman
0
12K
Member Avatar for SDiBen

That tool here is a batch file. Almost every update has a commandline quietinstall option. So it should be easy to collect the updates on a stick and write a batch file to run each update. As to the script it's batch 101 as in very easy so why would …

Member Avatar for Bilal_3
0
309
Member Avatar for best4earn

I agree about being on an older PHP. As I read http://www.php.net/ChangeLog-5.php#5.6.13 I find myself saying, I want that fix.

Member Avatar for diafol
0
240
Member Avatar for Hamza_9

Small world. I needed a way to make this and other diagrams that anybody on the team could view, edit, create and more. Here's what I ended up with -> UMLET. You can find it and see examples at https://www.google.com/#q=umlet+class+diagram

Member Avatar for rproffitt
0
164
Member Avatar for christian_5

Daniweb kicked that around before at https://www.daniweb.com/programming/software-development/threads/239570/lotto-array-program-with-void-function I see other ideas out there on the web. Hopefully this gets you started.

Member Avatar for rproffitt
0
63
Member Avatar for SimonIoa

The answer to your question is yes. Folk have done such. Can you ask a deeper question like "How does Ionic Creator handle my dozen different platforms and screen rotation?" My look into this one found it lacking. Not bad for a quick thing but for a quality app, I'm …

Member Avatar for rproffitt
0
226
Member Avatar for iharrythomas

Let's hope you do better at other than app sales. Why? Read the sobering story at http://blog.soff.es/redacted-for-mac-launch It hit #1 and you can see how it didn't come close to paying off his investment of an Apple machine, education and pizza. I don't know what you are selling so let's …

Member Avatar for rproffitt
0
258
Member Avatar for Goldfinch

Is this the M9177LL/A ? If so DVI-D to VGA would be more than a few dollars. I continue to find folk trying 5, 10 buck adapters and that's a dead end. Sometimes they want a technical reason why it doesn't work. That's on the web. Let's here more about …

Member Avatar for rproffitt
0
242
Member Avatar for Deva Kaur

Small world. OK, I never had to install ANY tools to receive codes from the barcode reader. All our barcode readers looked like keyboard input. Which is a GRREAT THING since if the barcode reader is dead or can't read they can type in the code. So with that out …

Member Avatar for pritaeas
0
346
Member Avatar for SimonVic

Given there are free versions of VB .NET I can't imagine dragging out VB6 for a new app today. Do a little time travel to 2015 today. We're waiting.

Member Avatar for rproffitt
0
231
Member Avatar for SDiBen

It's been over a decade since I saw my last Novell server. But as to the resources I fear it's not a lack of resources on the web today but you may be overwhelmed by all that is out there. I'd start with https://www.google.com/#q=active+directory+tutorial or maybe take a class on …

Member Avatar for SDiBen
0
257
Member Avatar for vb.n

There's a few videos on how to do that. Example: https://www.youtube.com/watch?v=SLJiSG5aQ3g&feature=fvwrel

Member Avatar for rproffitt
0
84
Member Avatar for Simon180

Why does this look so much like http://stackoverflow.com/questions/7052219/php-to-delphi-and-back-encryption-decryption-using-rijndael Is this a common homework assignment? And skip down to the code "The PHP and Delphi functions now give me the same answer."

Member Avatar for Simon180
0
1K
Member Avatar for scottab123

Just checking. Is yours like the one in this 10YO discussion? Probably not. I'm sure you googled and found a lot of dead NV53a's on the web so one last hurrah. Unplug the charger. Remove the battery. Press and hold the power button for 60 seconds. Release, plug in the …

Member Avatar for rproffitt
-2
1K
Member Avatar for cambalinho

This looks too similar to http://www.cplusplus.com/forum/windows/10731/ Try their code as-is then modify it to your needs.

Member Avatar for rproffitt
0
2K
Member Avatar for new_developer

So, yes. There are only so many decimal digits in various floating point reprentations. http://stackoverflow.com/questions/13931062/double-10-decimal-point-precision kicks it around a little so why not use the type that fits your needs?

Member Avatar for rproffitt
0
325
Member Avatar for SimonIoa

I haven't used this but Fancybox looks to let you put HTML code in that popup. Said HTML could have an image from the looks of things.

Member Avatar for SimonIoa
0
250
Member Avatar for Trisha_1
Member Avatar for Buppy

Sure. When it does come up, look in the bios for a power resume on loss mode. Turn that off. Such a PC has priors and tracked to heat, PSU, motherboard and other parts. The first time of the day points me more to the old BAD CAPS PLAGUE (see …

Member Avatar for rproffitt
0
281
Member Avatar for Kenneth_4

Since you have only one user, then by design you are not logging what each user is doing and audit logs may not be very useful. MySQL now has audit logging ( https://www.google.com/#q=mysql+audit+log ) so my advice is it's time to up your game (improve your design.) You can take …

Member Avatar for rproffitt
0
576
Member Avatar for erniestl

Tell more. The usual LAN and such can support about 254 IP addresses. What is "running out of IP" since it can't be addresses unless there are config errors there or you really do have 250 clients.

Member Avatar for rubberman
0
232
Member Avatar for berserk

I do not have this setup to test. But the first thing I heard about was an uploadlimit in IIS 8.5. I'd check into that. https://www.google.com/search?q=IIS+8.5&ie=utf-8&oe=utf-8#q=IIS+8.5+upload+limit

Member Avatar for rproffitt
0
382
Member Avatar for chenchih

I've seen this and the causes are all over the map. While you think you clearly showed the effect, the cause can be so many that no one might guess. But don't give up. It's not like there are no prior discussions about this but too many. Then you run …

Member Avatar for rproffitt
0
160
Member Avatar for katie6580
Member Avatar for andrian.mutua.7

Tell more. https://www.google.com/#q=mysql+to+sms finds gateways and video examples but you may have left out a lot of detail. No one can guess it all. But past that, more forums don't write code or databases for you. To me this doesn't sound like MySQL will do it all. You have to …

Member Avatar for rproffitt
0
333
Member Avatar for south51

Here you go. Read http://ss64.com/nt/syntax-variables.html to learn what most are. My bet you don't need all of those and let's see if you read it. That is, I see how to set them permantly (until you change or delete) but some folk don't read articles they just want it fixed …

Member Avatar for rproffitt
0
448
Member Avatar for tony75

While it's far from bulletproof, why not the old rot13() on the strings to make them not so easy to read plaintext?

Member Avatar for Slavi
0
3K
Member Avatar for Latrell_vie

I have it on my old Dell i15r with an old first gen i5 460m but 6GB RAM. It doesn't seem too harsh here. What is slow is the emulator. Even on my i7 4th gen laptop with 16GB RAM I had to switch to Intel's Android speed 'em ups …

Member Avatar for peter_budo
0
503
Member Avatar for DS9596
Re: C++

Try putting main() at the end or use prototypes. http://stackoverflow.com/questions/3763960/purpose-of-c-c-prototypes for example.

Member Avatar for David W
0
458
Member Avatar for rka123

Just a simple check. In the past Coldfusion didn't log on a stock install. Did you enable logging? Remember I'm outdated as it's been a long time since any client ran that.

Member Avatar for rproffitt
0
212
Member Avatar for jkon

My story is about helping someone change a tire. I grew up where folk pitch in and help so out on the country road someone with a flat. It's slow going so they waved and we pulled over. Now I don't mind helping but once they showed where the tire, …

Member Avatar for rproffitt
5
353
Member Avatar for wngladue67

That sounds like the BIOS password. Removal is done in the BIOS but 2 things. 1. No full model number so I can't see if it's documented. 2. Sometimes there is no document so you explore all the BIOS pages.

Member Avatar for cis7850
0
172
Member Avatar for berserk

I'm not an Access VBA expert but what if the field at the time was hidden. Maybe you can yield to the CPU with a DoEvents to let the form update prior to access to the item on the form. There's also a note about use of the ! versus …

Member Avatar for rproffitt
0
663
Member Avatar for vinnoangel

I have to ask this. With all the web today at your disposal, why not start there. That is, why would you start from scratch when there are many sources like Faint and JavaFaces are ready for you to explore and build on?

Member Avatar for rproffitt
0
43
Member Avatar for mmonclair

2 thoughts here. I've lost count of apps that rely on timezones. Lucky me I was exposed early to that trouble with UNIX (yes, UNIX, not Linux) long ago so GMT was always the choice with the TZ adjusted for each user and interface/app. But where's the code that is …

Member Avatar for rproffitt
0
875
Member Avatar for Sapir

Hmm. Cross posting? http://www.mathworks.com/matlabcentral/answers/248036-how-to-identify-black-dots-on-dice-via-image-processing-matlab It seems to be a question asked a lot (I googled it) with some ideas like http://www.mathworks.com/matlabcentral/answers/131033-identifying-number-on-dice I think you should share your code and approach so folk can comment.

Member Avatar for rproffitt
0
843
Member Avatar for Munchii_2014

How does this differ from https://www.daniweb.com/programming/databases/threads/493151/database-scenario-normalization-er-diagram Is this some copy/paste from some assignment?

Member Avatar for rproffitt
-2
183
Member Avatar for Strawberryfm

This sounds like the old Yoda problem where you do or not do. For me it's just a matter of getting the sensor counting on something like an Arduino then a link to my app to query the current count. https://www.google.com/#q=arduino+sensors finds many. Some may be overwhelmed at the choices …

Member Avatar for rproffitt
0
36
Member Avatar for alaad

I'd clarify that a little. Are you intending to setup your app, or are you intending to setup their Linux, Apple, Windows and other computers with the JAVA runtime as needed plus your app? Let me share I've found JAVARA to help me dust off old JAVA, install the new …

Member Avatar for alaad
0
319
Member Avatar for Saumi

That's the example command and not the one you would really use. The <filename.asm> is not literal. You replace that with your text file.asm you want to assemble. Same goes for the -o output name. Find a helloworld.asm to start with. Like with https://www.google.com/#q=nasm+hello+world+linux+64

Member Avatar for rproffitt
0
245
Member Avatar for SpHawk - Destiny videos

Here's a recent thing I tried. Since 10 is now OK to run on that PC I don't have to do much to install it. I used a 2009 Sony Vaio that we plain as laptop go. The HDD had failed so I slipped in the new blank HDD. On …

Member Avatar for jwenting
0
269

The End.