|
Earlier, GT translated Norwegian "postoppkrav" (English: charge on delivery) to Swedish "TORSK" (English: codfish). Note that Norwegian and Swedish are quite similar languages, with common grammar and a lot of common vocabulary - more like two distant dialects of the same base language - so translation ought to be quite simple and reliable.
Several similar mis-translations had made me suspect that the US and the English language it the center of the World, that every human and every language must relate to, always. So I tried out: Norwegian "postoppkrav" to English returned "C.O.D." (note uppercasing). English "C.O.D." to Swedish: "TORSK" (note uppercasing retained). Voila! (which translates from French to English as 'so' ...)
In the early days of machine translation services, there were quite a few of them out there. A common pastime, in particular among students, was to compete to find sentences in language 1, translated to language 2, 3, 4, ... and back to 1, returning the exact opposite of the original message content. There were web services to help you: You could set up the original message and the sequence of translators and target languages to run through, and the web service ran them one by one, as a script interpreter, and presented all the intermediate steps. If you mastered the intermediate languages, you might be able to spot where the meaning flipped over; that was a great help to generate new such sentences. I don't think any of those script services exist any more. The translation services have as well disappeared one by one, which is a pity. GT really could benefit from some competition!
|
|
|
|
|
HI Team
When i try to create new Artciles in SHarepoint using Page option, for some articles i get RollUp image option in the page menu next to Page details button which allows me to upload image but for other articles, i donot get this rollup image option.DO you know what could be the reason
|
|
|
|
|
Write a MIPS code for the following high level code
------
Please enter the first number
a= x;
Please enter the second number
b=y;
if (x==y)
then
print<< " The two numbers are equal"
else
print<< " The two numbers are not equal"
|
|
|
|
|
What have you written so far? What code are you stuck on?
We can't see your code so we can't help you fix it.
|
|
|
|
|
What CRM software would you recommend for a small business?
Microsoft Dynamics? ZenDesk? etc...?
thanks for your feedback.
|
|
|
|
|
Obviously it depends on what you are trying to keep track of. I would suggest googling because there are lots of sites that make comparisons of the various options.
|
|
|
|
|
|
|
|
|
Greetings to everyone. On my Windows 10 PC, I use Avast AV for an extra layer of protection on Windows Defender. But with the installation of Avast AV, the Avast Secure browser was installed. I don't really use it, so if I uninstall Avast Secure Browser, will it cause any problems with Avast AV on my PC? Please, give me some suggestions about this. Any kind of reply would be greatly appreciated.
|
|
|
|
|
Talk to Avast - they will have a much better idea than we would!
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Uninstall it, delete related files and delete registry. That's the best 💖
|
|
|
|
|
It isn't required to clean up the registry. Avast and its acquired org AVG also does the same thing. They have a Chromium based browser along with the antivirus products.
In the installation screen, the checkbox to unselect the browser is not intuitively represented and hence tricking most users to get this bloatware on their computers.
|
|
|
|
|
Hi I am trying to compare two PDF files using pdfutil in Java. I was able to compare the document using boolean approch and get the value but when using visual approch I am not able to get the result file which is set in the (setImagedestinationpath) there is no errors
PDFUtil pdfUtil = new PDFUtil();
String file1="c:/files/doc1.pdf";
String file2="c:/files/doc2.pdf";
pdfUtil.setCompareMode(CompareMode.VISUAL_MODE);
pdfUtil.highlightPdfDifference(true);
pdfUtil.setImageDestinationPath("c:/imgpath");
pdfUtil.compare(file1, file2);
modified 12-Feb-21 5:55am.
|
|
|
|
|
Don't use the root of C: to create or store files, use your Documents folder.
|
|
|
|
|
i tried that as well but not working
|
|
|
|
|
Member 13938502 wrote: but not working
I have no idea what that is supposed to mean. Please edit your question and provide proper details of your problem, including the exact text of any error messages.
|
|
|
|
|
Hi I am trying to compare two PDF files using pdfutil in Java. I was able to compare the document using boolean approch and get the value but when using visual approch I am not able to get the result file which is set in the (setImagedestinationpath) there is no errors
|
|
|
|
|
|
Hey, I am new to the development world, I have also tried to compare two pdf files in my coding but not get the proper results. I am confused about the situation and came here for the solution. Please help me if there any solution. Thank you
modified 20-Apr-21 17:54pm.
|
|
|
|
|
jeffG2021 wrote: I have also tried to compare two pdf files in my coding but not get the proper results. Sorry, but no one can possibly help you without proper details of your problem. Saying things like, "it doesn't work", "I get errors", "I don't get the correct results", etc., is about as useful as telling us that it is dark where you live.
|
|
|
|
|
|
Unfortunately I answered the question before going to S&A.
|
|
|
|
|
Can you help us with the error message that you are confronting so that we can assist you further?
|
|
|
|