-
Replied To a Post in CUDA GPU Programming on AMD/Radeon
>APL with CUDA support Well, of course. It only makes sense. APL was designed to operate on sets of data. It's only natural to actually do the operations in parallel. … -
Replied To a Post in CUDA GPU Programming on AMD/Radeon
@rproffitt - That link looks like gold. From what I can tell, ArrayFire will use CUDA or OpenCL (whichever is available/installed) and if neither, it will drop back and just … -
Replied To a Post in CUDA GPU Programming on AMD/Radeon
\#1 Son just started a research position in Cambridge, UK and the group is interested in getting into GPU programming. Since my son's PhD was in computational biophysics, he is … -
Replied To a Post in CUDA GPU Programming on AMD/Radeon
[OpenCL](https://www.amd.com/en-us/solutions/professional/hpc/opencl) comes close. It supports AMD/Radeon but not my particular hardware. I'll have to look into [CUDA-waste](https://code.google.com/archive/p/cuda-waste/). -
Created CUDA GPU Programming on AMD/Radeon
There are a number of very old threads on CUDA so I'm starting a new one rather than resurrecting an old one. Does anyone here have any experience setting up … -
Gave Reputation to vasdrakken in Recovering a text file
might have been when open office and one drive where fighting over the doc extension and they would both try to over write the files at the same time. If … -
Replied To a Post in Young women are OK with porn, evil Internet to blame
And the evidence for this is....? -
Gave Reputation to pty in Select from multiple tables
The fact this post hasn't just been deleted is a bad sign. Burn it with fire. -
Replied To a Post in Recovering a text file
And if you can't remove the drive and have to run a recovery program, run it from some other media like a USB stick. -
Edited search and store a value from linux command output in to variable python
Hi I am a python bigginer, I have a scenario where I need to search and select a particular value from linux command "df -h". dumpe2fs 1.42.13.x5 (23-Mar-2017) Inode count: … -
Replied To a Post in I failed this code challenge design
Perhaps the challenge was to see how the applicant deals with an incomplete spec. I don't consider that a waste of time at all. -
Replied To a Post in search and store a value from linux command output in to variable python
You don't need a regex for that. Just take any line starting with `Inode count`, split on blanks, then take the last element. Or, if you pipe the output from … -
Replied To a Post in Using the internet without WiFi signals
>You do realise that WHO (and countless other bodies) have found no link between WiFi signals and bad effects on health Could it be that the wifi is possibly interfering … -
Replied To a Post in I failed this code challenge design
And clarity has been completely sacrificed. -
Replied To a Post in I failed this code challenge design
>It's what I asked for but it's not what I want. Typical user response upon receiving software. -
Replied To a Post in I failed this code challenge design
Let's look at the specifications: 1. output the number and “FOO” only when the integer is divisible by 3 Clear and concise. 2. output the number and “BAR” only when … -
Replied To a Post in Excel already open
Beware of the double-dot problem. This occurs when using an Excel object from within another application. Instantiate intermediate objects before you use them. For example, use a local variable for … -
Replied To a Post in Assignment Help || AllassignmentHelp
The nice thing is we can infract/ban and still leave the post visible as a warning to others. For those people who don't see the harm in having someone else … -
Edited Assignment Help || AllassignmentHelp
Allassignmenthelp have well educated experts for writing assignment.Our assignment experts works hard to live up to the expectations and provide total peace of mind.We provide best [assignment help]().If you want … -
Replied To a Post in I failed this code challenge design
This is a standard homework problem and we don't do homework. -
Replied To a Post in C++ prog
A c++ program that prompts the user to input "I want someone else to do my homework for me with absolutely no effort on my part". If the person inputs … -
Replied To a Post in Can we use bing instead of Google?
>not sure what's happening at your end Rev  -
Replied To a Post in Can we use bing instead of Google?
If you go to bing and search for `goggles` the first hit on the list is `google`. That ought to tell you something. -
Replied To a Post in Pascal loops
And lose the GOTO. There are times when a GOTO is acceptable, even preferable, to the structured equivalent. This is not one of them. -
Replied To a Post in Hello everybody
Greetings and felicitations. -
Edited Services like bitrix24 to manage projects
Recently I decided to start using something to manage my tasks. At first when I googled few names that I had heard, I was excited hoping that there are too … -
Edited Python Library from C++ Library: Linking issues with Boost Python
Hello, Daniweb -- I have a C++ library, for which I am trying to make a Python interface. I have come across a linking issue which I haven't been able … -
Replied To a Post in Help please
I suggest using a bitwise AND to test if the rightmost bit is a 0 or 1. -
Replied To a Post in Why do folk push back on easy cheap possible fixes? Example. CMOS batteries
RE: tire analogy, I can see whan a tire is flat. I can't see when a CMOS battery is dead. Also, CMOS batteries last for years so I would imagine … -
Replied To a Post in C#
For future reference, please read [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question), particularly the part about picking a descriptive thread title. -
Edited Warning: mysqli_connect(): (HY000/1045): Access denied for user 'root'@'lo
hi can any one help me i search for a solution for about one weak and i can't find it : <?php $dbhandle = mysqli_connect('localhost', 'root', 'toor', 'helmi'); mysqli_query($dbhandle,"SET character_set_results … -
Replied To a Post in What do the "00" in binary files represent?
Technically every file is a binary file. I interpreted "binary file" from the OP as a non-text file even though the example was clearly a text file. Straight ASCII (non-unicode) … -
Replied To a Post in Generate a 2D Maze Recursively
If anyone is wondering, "why vbscript?", the answer is 1. everyone running Windows has access to it (included with Windows) 1. the code is (I hope) simple and easy to … -
Replied To a Post in What do the "00" in binary files represent?
The simplest explanation would be that they are arrays that are initialized to zero. For example, if you declare an integer array of size 100 and whatever language was used … -
Created Generate a 2D Maze Recursively
This code generates an ascii maze of up to size 30x30. If you try to generate a larger maze then you will likely run out of stack space. There is … -
Replied To a Post in make scanner device connect with vb.net
Are you still looking for the code for accessing a scanner? I had to do the same thing. I was tired of having to go through multiple forms and third … -
Edited SEO techniques
which SEO techniques suits best for my acting auditions sites? -
Gave Reputation to Dani in Where is the section to post code snippets?
Goodness, it's not *that* complicated!! * Click the Contribute link to start a new thread (e.g. https://www.daniweb.com/programming/4/contribute) * Click the link right below the header that says "You are starting … -
Replied To a Post in DOS command for password protecting Files and Folders
He hasn't been on Daniweb for four years. Please do not revive old threads. Start a new thread with your question. -
Replied To a Post in shell script to remove controlM character from all the files in a directory
Unfortunately there is no easy way to read binary in vbScript. Too bad because I like to use vbScript for prototyping. -
Replied To a Post in Newbie..!
Welcome to Daniweb -
Replied To a Post in shell script to remove controlM character from all the files in a directory
Also note that if you run stripcr against an exe you WILL destroy it. -
Replied To a Post in shell script to remove controlM character from all the files in a directory
In that case you can run the following script on Windows. Copy the code into a file, `stripcr.vbs`. Run it in the current folder by specifying the file extensions that … -
Replied To a Post in shell script to remove controlM character from all the files in a directory
Forgot to ask. Is this for Windows or for linux? I would imagine linux or there would be no need to strip cr but you never know. -
Replied To a Post in shell script to remove controlM character from all the files in a directory
Easily done, but what do you do if the folder contains an executable or an image file?You don't want to delete ^M in those. -
Edited Fetch two tables with JavaScript AJAX and PHP with multiple data
I want to fetch invoice data from two tables table a is in single row and table b data should be multiple rows single data is fetching correctly but facing … -
Replied To a Post in how to add check mate in my code.
>I do not know that there are rules here. Were you not presented with the rules/TOS or a link to them when you signed up/posted? And did you decide to … -
Replied To a Post in Writing a program with an array that averages 10 numbers
If you want help I have a few suggestions: 1. Read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) 1. Read [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question). Pay particular attention to the sections about hijacking old … -
Replied To a Post in How to convert python codes into a software...
You start by learning python. Based on the minimal information you gave, what kind of an answer were you expecting? -
Replied To a Post in Help with program that's supposed to give back change
Your approach is completely wrong. You should be creating an array of denominations from largest to smallest, then using a loop to remove multiples of each decreasing denomination. Once you …
The End.