Holgerwa
|
Registered User
|
|
|
Oct 14 |
answered | Is Installshield the only way to go for Delphi Installations? |
|
Sep 22 |
comment |
Are there any open source word processors made with Delphi? +1 for TRichView, great components and very good support from Sergey. |
|
Sep 11 |
asked | How to remove 1 revision of a folder in Subversion |
|
Sep 8 |
awarded | ● Yearling |
|
Aug 29 |
accepted | How to access a VCL-Control from another PHP script? |
|
Aug 29 |
comment |
Problem with updating blob, if blob contains specific data The problem was database related, thanks for all the suggestions that helped to get to the cause. |
|
Aug 28 |
answered | Problem with updating blob, if blob contains specific data |
|
Aug 25 |
comment |
Problem with updating blob, if blob contains specific data Please see Edit in question. |
|
Aug 25 |
comment |
Problem with updating blob, if blob contains specific data Please see Edit in question. |
|
Aug 25 |
revised |
Problem with updating blob, if blob contains specific data added 458 characters in body; edited tags |
|
Aug 24 |
comment |
Problem with updating blob, if blob contains specific data It's only Pascal strings and TParams, so there should not be a problem like this. If the way I'm doing this is correct, there might be another cause. I'm just not sure if I do anything bad here that I'm just not aware of. |
|
Aug 24 |
comment |
Problem with updating blob, if blob contains specific data Sorry, no to the database server changes, too. It's an embedded database engine, which makes it just my executable to depend on. |
|
Aug 24 |
comment |
Problem with updating blob, if blob contains specific data No, I just take the executable that was running for some time, and feed it with that particular binary data, and it comes back from the database changed. I tried with several version that were done during the past years, all behave the same. If it breaks with one set of data, it's generally broken. I am sure it's not the database itself, it should be something in my code, some of the conversions maybe. I just can't see it. |
|
Aug 24 |
answered | How to access a VCL-Control from another PHP script? |
|
Aug 23 |
asked | Problem with updating blob, if blob contains specific data |
|
Aug 12 |
comment |
Are default program icons protected by copyright? It is not about typing code, but it is relevant for program design, so I think it belongs here. |
|
Aug 12 |
asked | Are default program icons protected by copyright? |
|
Aug 8 |
comment |
How to create a branch of an old revision with TortoiseSVN? Thanks a lot, that is exactly what I need! |
|
Aug 8 |
answered | How to create a branch of an old revision with TortoiseSVN? |
|
Aug 7 |
comment |
How to create a branch of an old revision with TortoiseSVN? yes, it does. Was also created back in revision 1. |
|
Aug 7 |
asked | How to create a branch of an old revision with TortoiseSVN? |
|
Aug 7 |
answered | Recommended barcode type? |
|
Aug 5 |
awarded | ● Popular Question |
|
Aug 5 |
accepted | What is a correct way to move directories with TortoiseSVN? |
|
Aug 5 |
comment |
What is a correct way to move directories with TortoiseSVN? Looks interesting! But it doens't seem to be built into TortoiseSVN (yet). |
|
Aug 3 |
accepted | How to fix path-problem in Subversion |
|
Aug 3 |
answered | How to fix path-problem in Subversion |
|
Aug 3 |
revised |
What is a correct way to move directories with TortoiseSVN? deleted 604 characters in body |
|
Aug 3 |
answered | What is a correct way to move directories with TortoiseSVN? |
|
Aug 3 |
revised |
What is a correct way to move directories with TortoiseSVN? added 606 characters in body |
|
Aug 3 |
comment |
What is a correct way to move directories with TortoiseSVN? I added an example, please see above. |
|
Aug 3 |
revised |
What is a correct way to move directories with TortoiseSVN? added 564 characters in body |
|
Aug 3 |
revised |
What is a correct way to move directories with TortoiseSVN? added 4 characters in body |
|
Aug 3 |
comment |
What is a correct way to move directories with TortoiseSVN? please see my comment to Soviut's answer. |
|
Aug 3 |
comment |
What is a correct way to move directories with TortoiseSVN? please see my comment to Soviut's answer. |
|
Aug 3 |
comment |
What is a correct way to move directories with TortoiseSVN? Moving itself is easy, right. The problem is, that you cannot checkout revisions prior to the move anymore, because their url is now invalid. |
|
Aug 3 |
revised |
How to fix path-problem in Subversion added 274 characters in body |
|
Aug 3 |
asked | What is a correct way to move directories with TortoiseSVN? |
|
Aug 2 |
comment |
How to decide if the chosen password is correct? @Martin: Thanks a lot, very good explanations. Now that also means, that if you can get rid of the key distribution problem, you are all set. Specifically, if you don't want to encrypt for a transmission to someone else, but for keeping your own, personal or business information safe where you are the only one having the key. |
|
Jul 31 |
comment |
How to decide if the chosen password is correct? Yes, exactly! But that means if you don't know what you are looking for, because it is a file format you don't know, you have no chance of ever decrypting it. There must be a flaw here, it would be an unbreakable encryption; besides getting the key from someone who knows it. |
|
Jul 31 |
comment |
How to decide if the chosen password is correct? @jprete: I agree, if you can guess the file format for some reason, you are in a much better position. I was thinking more general like "here is a file, no idea where from, no idea what's the contents, but it is probably encrypted". |
|
Jul 31 |
comment |
How to decide if the chosen password is correct? @grobartn: I think it is very much related to programming. If I use encryption/decryption algorithms, the more you know about it, the better. Of course, that's the same for all subjects :) |
|
Jul 31 |
comment |
How to decide if the chosen password is correct? Correct, even if you know the algorithm, you would by using cryptanalysis only be able to find anything if the original data was a known file format for you. If this is the only chance for a decrypter, why would the person encrypting make such a mistake in chosing a known file format? |
|
Jul 31 |
comment |
How to decide if the chosen password is correct? But always under the assumption that the data you are trying to decrypt is in a format you know. Knowing this, wouldn't a person trying to keep a secret just for this reason make up his/her own file format? |
|
Jul 31 |
comment |
How to decide if the chosen password is correct? "When searching for an encryption key, you cannot know when you've found the right one." - doesn't this basically mean that trying to decrypt anything is senseless? I you cannot tell that you found what you were looking for, why even start? (I think of file formats you don't know, not plain text or anything usual) If I encrypt an already encrypted file, nobody could ever decrypt it if they would not get the key from me, because there would be no decrypting method. Sounds too safe to be true. |
|
Jul 31 |
asked | How to decide if the chosen password is correct? |
|
Jul 31 |
comment |
How to fix path-problem in Subversion please read Edit 3, there is another cause of my problem |
|
Jul 31 |
revised |
How to fix path-problem in Subversion added 484 characters in body |
|
Jul 31 |
revised |
How to fix path-problem in Subversion added 208 characters in body |
|
Jul 31 |
comment |
How to fix path-problem in Subversion @Christopher: That is my goal. I can check out let's say the head revision, but I get the error when I try to check out an older one. I would have thought too, that it shouldn't matter how stuff gets in there. Maybe, there's something wrong with my repository, but I am not an expert with Subversion, I just use it. |
