-
Replied To a Post in How to remove Black-listed problem from website?
To OP. That link is one of the usual fake Microsoft support sites. It tries to rope folk in and don't play dumb what is going on here. It's going … -
Began Watching How to remove Black-listed problem from website?
Hi- How to remove Black-listed problem from website? -
Gave Reputation to Gribouillis in Conversion code from Python to C#
@alc6379 The code reads a list of file names in an excel (xlsx) file. The image files (.jpg) are displayed in a resizable window and the video files (mp4) are … -
Replied To a Post in Toshiba Satellite Notebook RTC Battery
I wonder about that RTC battery. Remember I'm an electronics designer among other things so I went looking for why a 3V cmos battery would be over a dollar. https://www.google.com/search?q=P000563990&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjyk7CnqaLVAhWFllQKHQo4AGAQ_AUIDCgD&biw=1536&bih=731 … -
Gave Reputation to diafol in Looking For Web Proxy Hosts
Just confuses me why waste time trolling forums? You have a product. You may have backers. So what are you doing here? -
Replied To a Post in Office 2007
That's easy. Get a backup copy. Beware those file repair spam replies. Few work and all cost you money. If you decide to buy, get a money back or better … -
Began Watching Office 2007
How to restore the corrupted *.xlsx file? At me installed Office 2007. I created the file in Excel. And then saved its as usually. Everything was normal, but now the … -
Replied To a Post in print out a db array
I'm going to write in general here that for each line you want a preceding line break. Now on some systems that's a carriage return and some require a line … -
Began Watching print out a db array
He , how do i print multibel line's i use de .inc from mikeos but don't knows how to loop like this: .message db 'hallo 1',0 db 'hallo 2',0 db … -
Replied To a Post in Toshiba Satellite Notebook RTC Battery
My thought here is to replace what's broken. Getting an answer from the maker to "what happens when the cable is broke to the NFC?" is unlikely. I don't want … -
Began Watching Toshiba Satellite Notebook RTC Battery
Hi all. I have a Toshiba Satellite Notebook U920T PSUL1A-01Y001 While I had the laptop opened up to replace some parts, I accidentally pulled the delicate hard connection off the … -
Gave Reputation to pty in Looking For Web Proxy Hosts
> Because, when I mentioned my browser somewhere (that revolves around my big ideas), one of the major international advertising company (from where the money would be coming from to … -
Gave Reputation to JamesCherrill in Looking For Web Proxy Hosts
TL;DR: -
Replied To a Post in Built a computer and no picture on tv
@j, it's odd that you are trying to boot an OS just yet. When you start with a new build you try to get the BIOS to show. If the … -
Replied To a Post in Resulting Print String Issue
I suggest you read this first. https://wiki.python.org/moin/WhileLoop So tossing what is above why not do a while instead? n = raw_input("Please enter 'hello':") while len(n.strip()) < 3 : n = … -
Began Watching Resulting Print String Issue
If the user enters only one character, I want it to prompt for the name again; otherwise print the persons name in ASCII. Instead what is happening is it's printing … -
Began Watching Swift Desktop GUI Visual Bugs
Hello, I am working on a simple timer toolbar app in swift for macOS and I am experiencing a visual bug. Basically, I should be able to add any number … -
Replied To a Post in Job seems to change CPU core while is executed in a multi core system
I'd have to know a lot more about the app. Many batch jobs are run as scripts and for each line in the script, the task scheduler should start a … -
Began Watching Job seems to change CPU core while is executed in a multi core system
Hello , I am not Linux and Unix expert so maybe this is a simple question to be answered , I am just not sure. I have a sever with … -
Replied To a Post in Compute running time 5 minute after rester
What is rester? Also, a "compute" can take a very long time. Example? > The Almighty Answer to the Meaning of Life, the Universe, and Everything. It was calculated by … -
Began Watching Compute running time 5 minute after rester
please sutotion .....................? -
Replied To a Post in Installation
Hi Howard. Installing can vary as laptops could be running a number of OSes from Linux, Windows, BSD, ChromeOS, Android and what else? For some OSes folk install an Antivirus … -
Began Watching Installation
How to install pygame on Python? pygame is on my laptop ,I try the script setup, install pip, What am I missing?? -
Replied To a Post in Monitor goes straight into sleep mode when powered
@j Long ago ATI cards had a boot resolution setting that created problems like this. I read your claims that other displays are fine but I don't read that the … -
Began Watching Monitor goes straight into sleep mode when powered
Hello, I do not know a lot about computers, so I know this is a long shot. However I really need advice! I have just got a new computer tower … -
Gave Reputation to Stefce in php arrays - Matching td's with database rows
I dont have answer, but thumbs UP for **Dick** hahahaha :D -
Gave Reputation to Stefce in Windows 7 Network Adapter (Cannot connect to the Internet)
Problem is solved with this solution but i was searching the easier way. - Thank you -
Gave Reputation to dwlamb in php arrays - Matching td's with database rows
diafol, My profound apologies for my earlier reply and thanks for your solution. The first reply to you regarding this answer was before a few cups of tea to get … -
Replied To a Post in mysql opening
Let's hear more. No result? You mean no error messages at all? -
Began Watching mysql opening
I don't have such problems as mentioned. Yesterday MySQL 5.5 couldn't open database. I repeated an effort, but with no result. I have to open database in 3 days up … -
Gave Reputation to diafol in PHP - MYSQLi results how do I group them and make them collapsable
>I have tried lots but nothing seems to work please help. How about posting to the appropriate forum? BTW `$grouped` is just an empty array. What is it supposed to … -
Gave Reputation to JamesCherrill in What To Download Today From Youtube ?
fpru: Forensic Psychiatric Rehabilitation Unit, according to Google. Appropriate? -
Replied To a Post in Macro Excel copy the second sheet value into first sheet value
I pondered this one and don't see any macro to work this since you wrote "copy" since the value 945.07 is not in the second sheet. That means you want … -
Began Watching Macro Excel copy the second sheet value into first sheet value
I have 2 sheets in same Excel. First excel sheet contains the following fields No Material 10th july 11th july 1 DATUM DCP ESD Black 2 DATUM DCP ESD Blue … -
Gave Reputation to UI in Recommend Me Some Tutorials On How To Build My Own Proxy
rprofitt, I was asking for tutorial link recommendations and you have complicated a simple subject by going all weirdly philosophical. I don't understand your last 2 posts. -
Replied To a Post in PHP - MYSQLi results how do I group them and make them collapsable
Just some thoughts. 1. Right off the top an easy change would be to sort by the job number so what belongs together is together. No, does not address your … -
Began Watching PHP - MYSQLi results how do I group them and make them collapsable
I am querying a MYSQL database and would like to return the results so that all of the job numbers that are the same are grouped together and expandable when … -
Gave Reputation to UI in What To Download Today From Youtube ?
Vim Pty, I don't build fpru, spam bots. I'm not a bot posting in forums. -
Gave Reputation to Gribouillis in Thread and queue problem in call function and blocking code in python
No, no, you don't have to play with the select function's arguments. These must be lists of python files, or linux file descriptors. To make things simpler, I wrapped the … -
Replied To a Post in Internet Marketing Advice
Here (USA) I'd suggest you get your products up on Amazon as well. In the UK I don't know if it's as big a deal but folk I know don't … -
Began Watching Internet Marketing Advice
Hello all, I'm new to the forums but fairly savvy on internet marketing. Just wanted some advice on where to go next. I recently launched an online affiliate-based shopping website, … -
-
Gave Reputation to rubberman in Find traces in PC of files only used with a USB stick
It is also possible that backup versions of the file stay on said PC, depending upon how the OS and/or Word are configured. -
Replied To a Post in Cant get windows IIS server to act right with my intranet asp.net app
Minor mispellings and typos mean I might not get what is happening here. One of the Microsoft "things" also known as an overriding concept (some will write it's overreaching) is … -
Began Watching Cant get windows IIS server to act right with my intranet asp.net app
I haver an IIS server with an mvc 5 app im developing and i have had no luck so far getting the windows authentication working with my app, i have … -
Replied To a Post in Shaders Not Applying in OpenGL C++
First I can't duplicate your app but have worked with coders that burn out on OpenGL issues like this. For example "This worked fine on NVidia cards but bugged out … -
Began Watching Shaders Not Applying in OpenGL C++
I'm coding a program to learn OpenGL in C++ (based off of The Benny Boxes tutorials) and I've run into a snag where I don't get any errors, but my … -
Replied To a Post in I can't seem to get traffic to my website. What is the problem?
Just thoughts. 1. Watch https://en.wikipedia.org/wiki/Nosedive Some folk are already there. 2. If you are competing with Imgur and Reddit, you have to find a way to be different. 3. I … -
Gave Reputation to xrjf in Cant print using PrinttoPrinter command
Searching seems as there is an issue in CrystalReports. Can't you divide, as a workaround, the report in two or three so each one has less than 2^15=32768 pages? -
Replied To a Post in Built a computer and no picture on tv
You asked 2 questions. 1. What do I need for cable? The same as what we need in a case. Maybe a few less connections. Hookup varies a little from …
The End.