Re: Trying to animate sprite using DirectX9 Programming Software Development by Pavel_11 … and changed it; if you want to make it more readable;do it yourselve; here is working code;caveman goes to… Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Dani Ugh, I'm so sorry that happened. I've had that happen with two different external hard drives over the years ... both were LaCie drives from a very long time ago. Unfortunately, I never took any steps to try to recover them, and lost the data on them at the time. I hope you're able to figure something out in this case. Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Ryan Morgan I was recommended to pull the disc out of the box and connect it directly through the SATA interface. Now I have this picture. ![1705410656369.png](https://static.daniweb.com/attachments/5/faf0387d6f2856e439aaa3f87fb6add2.png) Re: Problem with the external hard drive Hardware and Software Microsoft Windows by pritaeas I'd recommend to stop messing around and bring it to a specialized recovery shop, as rproffitt already mentioned. The more you tamper with it, the more chance you'll lose your data. Re: Problem with the external hard drive Hardware and Software Microsoft Windows by cored0mp Assuming you intend to ignore the sound advice of your compatriots here, I recommend having a look at a tool called Foremost. I'm a specialist and that's what I would use. Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Ryan Morgan I was able to solve this problem. First, I was able to make a copy of the disc using [Clonezilla](https://clonezilla.org/downloads.php). I came across this video tutorial. [Click Here](https://www.youtube.com/watch?v=0L2vCS-dV-M) True, it cost me $97.95, but that's nothing compared to taking the disc to a specialist. I risked … Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Dani I’m glad you were able to recover your important files. Re: Problem with the external hard drive Hardware and Software Microsoft Windows by mreza Have you tried connecting your external hard drive to another computer which running a different operating system? Re: Problem with the external hard drive Hardware and Software Microsoft Windows by Mikey37 Hi Ryan Morgan, I'm am glad your were successful in recovering your data. I have dealt with several similar situations. Some were with my computers, other times, friends and family members. As you, I bought data recovery software and dealt with the process myself. Making the decision whether to take it to a pro or do it myself, came down to … Re: The Perfect Website Digital Media UI / UX Design by jaepi readable font size and not so *eye blinding* font colors...a motif...well organized body of text...no typo errors, you don't want to end up reading this -> "I kill beers" or "I drink bears"...and oh, no viruses attached... Re: hi Programming Web Development by diafol Readable: [CODE]$first="rahul"; $second="shiva"; for($… Convert XML data into readable format using Xquery Programming Software Development by samsons17 … that suppose to convert this XML data into a readable string format. For example, let say XML file …function local:convertExpr($expr) { (: function to convert XML into a readable string format :) let $number := data($expr[1]) let $x … can connect these numbers to become one readable string. Please help. Thanks! :) Python Print NumPy 3d Array/Matrix in Readable "Tower" Form Programming Software Development by BustACode …. As I worked, I found that I desired a more readable form of 3d matrices. So I figured that writing one… that would print 3d NumPy matrices out in a more readable 'tower' form, but without altering the original matrix or duplicating… too desire to have 3d matrices displayed in a more readable form, then this should do the trick. Enjoy. Note: Yes… Re: Converting an XML file to readable info Programming Software Development by sknake You can't very well convert an XML document in to something "human readable" without knowing the structure of the document. Elements could contain any number of child elements, etc etc. XML by itself is fairly readable if you understand you're looking at related data in my opinion. Re: Hex Value to readable Programming Software Development by L7Sqr … not sure what you mean by [i]readable[/i] values. Certainly hex is readable. I suppose you would like the number in… Re: Hex Value to readable Programming Software Development by nijinjose123 …'m not sure what you mean by [i]readable[/i] values. Certainly hex is readable. I suppose you would like the number… OLE timestamp to a readable format Programming Software Development by tootypegs I was wondering if there is a way to convert an OLE date and time into a readable format using c++? I have looked at some of what time.h offers but cant find anything to convert OLE thanks TypeError: expected a readable buffer object Programming Software Development by drew7py … dtype wrong. I keep getting a TypeError: "expected a readable buffer object". Here is a sample of the infile… Converting an XML file to readable info Programming Software Development by papanyquiL … the info of an xml document and output it into readable info, however I have no idea where to begin... This… Re: Converting an XML file to readable info Programming Software Development by papanyquiL …] Do you know how I could output that as plain readable text? How can I open a file with xml extention in a readable format? Programming Software Development by dahagaku I requested a document from my insurance company and it was sent to me by email, as a xml file. I tried to open it by IE browser, MS Word, Excel, note pad, but it opens as codes. I need to print this document, is there any way to open it in a readable format? thank you for your time. Function to format bytes in human readable format Programming Web Development by jhbalaji I was digging through my old codes to get this, still could not find. Hence when I wrote it, just made a note here such that later it wont be difficult to find atleast for me. [B]Format filesize, php filesize human readable[/B] Display the number of Readable, Writable and executable files Programming Software Development by group256 Hi, I'm trying to write a shell script to show me the number of Readable, Writable and executable files in a directory. I have no idea how I can do that. Any help??? Thank you. Re: Display the number of Readable, Writable and executable files Programming Software Development by rch1231 Witch OS. If it is Linux the next question becomes readable, writeable and executable by whom (owner, group and/or world)? … Re: Display the number of Readable, Writable and executable files Programming Software Development by group256 Using Linux(Ubuntu) and find NUMBER of readable, writable, executable files in a directory by the current user (running the script). By the way, I mentioned that you are using command line argument in your script. How can I do that??? Re: Display the number of Readable, Writable and executable files Programming Software Development by rch1231 … of files do you need to know how many are readable as one output, then how many are writeable as a… Re: Display the number of Readable, Writable and executable files Programming Software Development by desertdenizen [QUOTE=group256;1330981]Using Linux(Ubuntu) and find NUMBER of readable, writable, executable files in a directory by the current user (… trnslating OIDs to human readable string Programming Software Development by novice20 Is there any method or library to translate pysnmp OIDs to human readable strings?? Creating a Binary file so it displays in Hex and readable text using Java Programming Software Development by Kprosser1029 … help creating a Binary file that displays in Hex and readable text! I have already completed the gui part I need… Hex Value to readable Programming Software Development by nijinjose123 Hi, I have a very basic knowledge in C/C++, I need help in converting HEX value to readable values. I hope some one would give me a clear answer and make it understandable also so that i could learn from it.. thanks