english

What "in-house application"means ? Problem with translating

I have problem with translating this sentence: "Running in-house systems means that you can leverage your existing security system for purposes of authentication, authorization, and so forth" - from Pro C# 2010 and the .NET 4 Platform Google translate doesn't help me with this. I don't want to translate it to my language, but I want ...

English list...

I have a scenario where I need to supply users a message. The message can be in the following forms: "John likes to eat < b>squirrel< /b>." "John likes to eat < b>squirrel< /b> and < b>gator< /b>." "John likes to eat < b>squirrel< /b>, < b>gator< /b> and < b>birdpoop< /b>." "John likes to eat < b>squirrel< /b>, < b>gator< /b>, < b>bir...

How good I need to know english to work for international IT company?

English isn't my native language but my dream is to work for international company as a PHP (ZF) programmer. Please tell me, how good I need to know English to work without any communication problems? ...

Does .Net / Visual Studio support foreign language keywords for non English speaking cultures?

I was wondering whether the majority of non English speaking cultures, especially in Europe, tend to develop their .Net code in their native language or in English? My personal assumption is that there would be a tendency to keep the code in English in order to ensure maintenance is possible across teams operating in different cultures...

how to automate creation of vocabulary questions

We would like to prepare a quiz which will improve the vocabulary of the students. What does pittance mean? a) tiny, inadequate amount of payment b) to feel pity or remorse c) to go against, rebuttal an argument d) regret, wishing you could take back what has been done or said The answer to the above question is (a). So in order to c...

Help with English

I need to define an element from linkedList in a object:     A   /    \ X     Y How could I name the entire object and its components in English? à la: Hand-Body-Leg object named Body. or maybe somthing like queue kernel hand treeObject? Ok, let's show you the example of a railway: NodeStation => Station => Station => ...

What's a good way to make a type a plural when writing comments?

When writing comments, I sometimes find myself needing to talk about a type (class, struct, etc.) in plural when writing comments, such as: /* * getThings * Get a list of --> Things <-- from somewhere. */ Thing *getThings(void); The problem is, the type name is singular (namely, Thing), but I want to talk about them in plural in...

what does the phrase "Go Tiger" mean?

I am learning the Java struts 2 by reading a book titled "struts 2 in action", I encountered a phrase "Go Tiger", I can't figure out what it means,Can anybody give me the answer? ...

Changing the words keeping its meaning intact...

Hi We have a requirement in which we need to change change the words or phrases in the sentence while keeping its meaning intact. This application is going to provide suggestions to users who are involved in copy-writing. I don't know where should I start... we have not yet finalized the technology but would like to do it in a Python o...

How to change language of visual web developer 2010 express from german to english

Because all error messages are in german and google doesnt help me to find solutions for german error messages I want to change the language of visual web developer to english. This shouldnt be too hard, but I just cant find a way to configurate the language. Google didnt help me either. I would very much appreciate some help. ...

Want top frequent words in english

Hi, I want most frequent words in english. Basically, I am processing wikipedia text and am stuck with lot of words even after removing stop words. I tried googling for frequent words, but got the below link. http://en.wiktionary.org/wiki/Wiktionary:Frequency_lists#English I have to manually scrape the data from these link. Is there a...

java android. How show English transcription

Hi all, I have a txt file in UTF8 format: æ β ç ð ə ħ ŋ ø θ œ χ n d ŋ b a t d s t b a t d t d t d t ẽ u e ë l n e e m n l e β e e e ĕ e é ē è ȅ I need to show it in Android, but some symbol show not correct. How to show all symbol correct? Thanks ...

Regexp for Tokenizing English Text

What would be the best regular expression for tokenizing an English text? By an English token, I mean an atom consisting of maximum number of characters that can be meaningfully used for NLP purposes. An analogy is a "token" in any programming language (e.g. in C, '{', '[', 'hello', '&', etc. can be tokens). There is one restriction: Th...

iTunes Connect Primary Language English or UK English

Sorry this is not specifically programming based but I thought you guys would be the type of people to know this stuff... I'm about to sign up in iTunes Connect to add my first application, and it's asking the permanent unchangeable questions 'Primary Language' and Company / Developer name. For the Primary Language you can select from ...

Tell me the online communities about java and other programming languages.

I am a Chinese Java programmer and I want to improve my English. Of course, java is my job. I am also interested in ruby, lisp and others... I want to create a blog in English and a forum to exchange with other programmers. Can you give me some suggestions? Thank you. ...

Could you recommend a best book for writing document for software engineers?

I'd like to write a document for example) deploy prosedure software structure DB structure but I'am not a native speaker in English. so I'd like to brush up my english for writing documents Could you recommend a best book for writing document for software engineers? ...

Language converter in C++ (from japanese to english)

Hi All, Once again i need ur help, i have a file in japanese language and i want to convert that file into english using C++, since i dont think that i can use any API's of google in c++, so any general idea can prove helpful for me, Please suggest something. Thanks a lot Owais Masood ...

Download an English dictionary

Hello, I wondered if anyone could point me in the direction of a English dictionary download (free). I do NOT want: Spelling check dictionaries Links to websites that don't provide me with an actual dictionary Dictionaries in some weird format I want something like a notepad or SQL script that has the following simple format: Hat...

Value assigned to variable or variable assigned to name

This always confuses me. I hope for help from native English speakers who mind their language. Let's say I have: x := 5 I can say "x is assigned 5". Fine. But then I bring in a preposition. Which of the following expresses what happens: "5 is assigned to x" or "x is assigned to 5"? I can get one intuition by drawing an analogy to "th...

Parsing with MaltParser engmalt

Hi, I'm trying to use the pretrained parsing model engmalt, available at "http://maltparser.org/mco/english_parser/engmalt.html". I downloaded it, I unpacked it in the directory where I downloaded the MaltParser, and I wrote in the Prompt "java -Xmx1024m -jar malt.jar -c engmalt.poly -i infile.conll -o outfile.conll -m parse", as suggest...