Search found 2689 matches

by admin
Mon Sep 06, 2021 7:00 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

to shed light on, throw light on, or cast light on something
------------------------------------------------------------------------
Means to make it easier to understand, because more information is known about it. A new approach offers an answer, and may shed light on an even bigger question.
by admin
Sun Sep 05, 2021 1:32 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

you can't teach an old dog new tricks
--------------------------------------------------------------
People who have long been used to doing things in a particular way will not abandon their habits.
by admin
Sat Sep 04, 2021 12:46 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

spill beans
--------------------------------------------------
Disclose a secret or reveal something prematurely, to spill the beans about the surprise.
by admin
Fri Sep 03, 2021 1:36 am
Forum: Algorithms and Assembly, C++ programming languages
Topic: Lesson 1
Replies: 1
Views: 1087

Lesson 1

asm1.png
asm1.png (1.38 KiB) Viewed 529 times
cpp-logo1.png
cpp-logo1.png (2.45 KiB) Viewed 531 times
A simulator for Assembly language
Assembly
A simulator for C++ programming language
C++
by admin
Fri Sep 03, 2021 1:26 am
Forum: JavaScript programming
Topic: Lesson 1
Replies: 3
Views: 1605

Re: Lesson 1

Code: Select all

<!DOCTYPE html>
<html>
<head>
<script language="JavaScript">
document.write('<br>');
document.write("hello");
</script>
</head>
<body>

</body>
</html>
by admin
Fri Sep 03, 2021 12:17 am
Forum: JavaScript programming
Topic: Lesson 2
Replies: 3
Views: 932

Re: Lesson 2

The output of the program is a flying ball.
Ballistic
by admin
Fri Sep 03, 2021 12:13 am
Forum: JavaScript programming
Topic: Lesson 2
Replies: 3
Views: 932

Re: Lesson 2

<!DOCTYPE html> <html> <head> <title>Ballistic</title> <script type="text/javascript" src="./libs/three.js"></script> <script type="text/javascript" src="./libs/stats.js"></script> <style> body { /* set margin to 0 and overflow to hidden, to go fullscreen */ ...
by admin
Thu Sep 02, 2021 11:57 pm
Forum: JavaScript programming
Topic: Lesson 2
Replies: 3
Views: 932

Re: Lesson 2

<!DOCTYPE html> <html> <head> <title>Ballistic</title> <script type="text/javascript" src="./libs/three.js"></script> <script type="text/javascript" src="./libs/stats.js"></script> <style> body { /* set margin to 0 and overflow to hidden, to go fullscreen */ ...
by admin
Thu Sep 02, 2021 11:51 pm
Forum: JavaScript programming
Topic: Lesson 2
Replies: 3
Views: 932

Lesson 2

Create a .html file ballistic.html.
Download and extract libs.zip to the same folder as your .html file.
https://easy-english-study.com/java-script/libs.zip
by admin
Thu Aug 26, 2021 3:32 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

shooting in the dark
---------------------------------
An opinion or judgment based on little or no evidence
by admin
Thu Aug 26, 2021 12:10 am
Forum: webdeveloping
Topic: improvements
Replies: 2
Views: 1630

Re: improvements

2.To use offline speech recognition I have own webserver at home with ubuntu 20 server version installed. I think to use vosk server A.They have already made speech recognition server A speech recognition server listen 2700 port, when there is voice it recognizes it Source code here https://github....
by admin
Wed Aug 25, 2021 10:31 pm
Forum: webdeveloping
Topic: improvements
Replies: 2
Views: 1630

Re: improvements

Speech recognition. I want something like on this website https://speechling.com/ I made a first simple prototype on my own, you can see how it may look like. Mic A text is shown. A user pronounce it, speech recognition convert it into text. Then he clicks Next to get a new phrase. =================...
by admin
Wed Aug 25, 2021 10:10 pm
Forum: webdeveloping
Topic: improvements
Replies: 2
Views: 1630

improvements

I'll post everything related to website building and improvements here.
by admin
Wed Aug 25, 2021 9:18 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

If wishes were fishes
---------------------------------------------------
Used to express the impossibility to make a wish come true.
by admin
Mon Aug 23, 2021 12:35 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

An oink is the sound a pig makes. The sound that a horse makes is called a neigh. A sound of a wolf hollowing is owooooo, Oooooooooooooooowhoo. A sound of a duck is quack. A meow is a vocalization of cats. Woof is a typical playful barks of dogs. Moo is the sound of a cow. The sound a chicken makes ...
by admin
Mon Aug 23, 2021 12:27 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

nose in the air
-----------------------------------------------
Used to describe the way someone behaves when they think they are better than other people and do not want to speak to them:
by admin
Mon Aug 23, 2021 12:26 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

head in the clouds
-----------------------------------------
Spending too much time thinking about love or about ideas that are not practical
by admin
Mon Aug 23, 2021 12:24 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

down to earth
-----------------------------------------
Down to earth means being open and honest. He or she accepts other people as equals. A down to earth person is the opposite of someone who acts important or proud.
by admin
Mon Aug 23, 2021 12:21 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

grass is always greener on the other side of the fence
-----------------------------------------------------------------------
Other people's circumstances or belongings always seem more desirable than one's own.
by admin
Thu Jul 22, 2021 12:47 pm
Forum: JavaScript programming
Topic: Lesson 1
Replies: 3
Views: 1605

Re: Lesson 1

Download and install this free html and JavaScript editor for Windows "CoffeeCup Free HTML Editor" https://www.coffeecup.com/free-editor/ Click "Download our Free Html Editor" Download and install "HTMLEditor-free-win-en-...exe" You can use a free version of CoffeeCup E...
by admin
Thu Jul 22, 2021 12:22 pm
Forum: Information technology
Topic: Numerical analysis
Replies: 1
Views: 759

Numerical analysis

Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most...
by admin
Sat Jul 17, 2021 8:09 pm
Forum: Physics
Topic: Astronomy
Replies: 2
Views: 1126

Re: Astronomy

Try to post in English what do you see through telescopes right now.
by admin
Sat Jul 17, 2021 8:05 pm
Forum: Physics
Topic: How Far Radio Signals Traveled From Earth
Replies: 0
Views: 1394

How Far Radio Signals Traveled From Earth

While it’s interesting to imagine how far our radio signals have traveled into space, it’s extremely unlikely that an alien civilization will be able to catch the latest episode of our sitcoms. This is thanks to the inverse square law. It’s a form of signal degradation. As radio signals leave earth,...
by admin
Sat Jul 17, 2021 10:22 am
Forum: Physics
Topic: Astronomy
Replies: 2
Views: 1126

Re: Astronomy

by admin
Sat Jul 17, 2021 10:19 am
Forum: Physics
Topic: Astronomy
Replies: 2
Views: 1126

Astronomy

Astronomy for students.
by admin
Sat Jul 10, 2021 2:26 pm
Forum: Study English by doing Programming
Topic: Study English by doing Programming
Replies: 0
Views: 1596

Study English by doing Programming

You can study English by doing programming for free. Register in the website and get tasks to solve from a teacher of the website. Discuss programming in Chats with a teacher and other members for free. You don't need any prerequisites. No matter if you are going to be a programmer or not, programmi...
by admin
Sat Jul 10, 2021 1:39 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

wrap your head around something
----------------------------------------------
Understand something complicated
by admin
Sat Jul 10, 2021 1:38 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

the best of both worlds
---------------------------------------
An ideal situation
by admin
Sat Jul 10, 2021 1:37 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

pull yourself together
-----------------------------------------------------
Calm down
by admin
Sat Jul 10, 2021 1:31 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

don't cry over spilt milk
-------------------------------------
There's no reason to complain about something that can't be fixed
by admin
Sat Jul 10, 2021 1:30 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

once in a blue moon
----------------------------------------------
Do things rarely
by admin
Sat Jul 10, 2021 1:29 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

kill two birds with one stone
-------------------------------------------
Get two things done with a single action
by admin
Sat Jul 10, 2021 1:29 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

don't put all your eggs in one basket
------------------------------------------------------------
What you're doing is too risky
by admin
Sat Jul 10, 2021 1:14 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

when pigs have wings
---------------------------------------------
The idiom is traditionally used to mean that the specified event will never occur.
by admin
Sat Jul 10, 2021 1:09 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

handshake
------------------------------------------
An act of shaking a person's hand with one's own, used as a greeting or to finalize an agreement.
by admin
Sat Jul 10, 2021 1:07 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

high five
------------------------------
A greeting or an expression of admiration in which two people each raise a hand above their shoulder and bring the fronts of their hands together with force.
by admin
Thu Jul 08, 2021 8:00 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

gtg
---------------------------------------
got to go
by admin
Thu Jul 08, 2021 7:59 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

ty
---------------------------------------
thank you
by admin
Thu Jul 08, 2021 7:58 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

armchair expert
-----------------------------------------
Someone who claims to know all the answers to a problem, situation or scenario but has little or no experience or real understanding of it.
by admin
Thu Jul 08, 2021 7:56 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

eat like a horse
-----------------------------------
If someone eats like a horse, they eat a lot because they have a large appetite.
by admin
Thu Jul 08, 2021 7:55 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

someone's word is law
-----------------------------------------
Said to mean that everyone in an organization or group has to obey someone, even if this is unreasonable.
by admin
Sat Jul 03, 2021 6:57 pm
Forum: Grammar exercises
Topic: Grammar exercises
Replies: 6
Views: 33381

Re: Grammar exercises

by admin
Fri Jul 02, 2021 6:59 am
Forum: Student Lobby
Topic: Student Dulansa's corner
Replies: 9
Views: 2567

Re: Student Dulansa's corner

Many people do not even assume they already know a large number of English words, without even learning the language. Here is the link to the well-known English words that are presented and ingrained in almost every language in the world. https://easy-english-study.com/forum/learning-english-togethe...
by admin
Fri Jul 02, 2021 6:58 am
Forum: Student Lobby
Topic: Student Dulansa's corner
Replies: 9
Views: 2567

Re: Student Dulansa's corner

So here is the plan for 2-3 weeks
1.Grammar tests
2.Reading
(3.Flashcards)
(4.I can give some tasks to improve your writing skills time to time)
by admin
Fri Jul 02, 2021 6:47 am
Forum: Student Lobby
Topic: Student Dulansa's corner
Replies: 9
Views: 2567

Re: Student Dulansa's corner

Read this English Diary (at least 1-5 posts everyday) and mention reading in your posts. If you don't understand some sentences you may post them here. I'll try to explain them. English Diary If you have a free time you can take flashcards. [On the Flascards webpage you get a sound of a word. Try to...
by admin
Fri Jul 02, 2021 5:26 am
Forum: Student Lobby
Topic: Student Dulansa's corner
Replies: 9
Views: 2567

Re: Student Dulansa's corner

You should try the next tests. Try to do at least 1-5 grammar exercises from every link and post your marks to own diary during two weeks. ======================================================================= BE, HAVE, DO, DID, WAS... Tenses ========================================================...
by admin
Fri Jul 02, 2021 5:26 am
Forum: Student Lobby
Topic: Student Dulansa's corner
Replies: 9
Views: 2567

Re: Student Dulansa's corner

Bookmarks this webpage, it's your own corner to study English online. Press Ctrl+D to bookmark. What does it mean to bookmark a webpage and how do I do it I recommend you to switch to Firefox web browser then you get more options for addons (you may find an addon that translate English to Sinhala) h...
by admin
Fri Jul 02, 2021 5:24 am
Forum: Student Lobby
Topic: Student Dulansa's corner
Replies: 9
Views: 2567

Re: Student Dulansa's corner

Hi. I noticed you try to make complex sentences and mix up Tenses very often. Try to make more shorter and more simpler sentences. Start from Present Indefinite Tense. This Tense is used to describe daily things (I go to school/work everyday, I do exercises everyday).
by admin
Wed Jun 30, 2021 11:10 am
Forum: Student Lobby
Topic: Student Dulansa's corner
Replies: 9
Views: 2567

Student Dulansa's corner

Have a good day! I want you to post a short essay about yourself and your aims here. It will help us to pick up an individual plan for you. I'd like to see answers to the next questions in your essay. You can answer whatever you want (it's just an example of an essay, you may not follow it strictly)...
by admin
Mon Jun 21, 2021 12:27 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

a bird in the hand is worth two in the bush
-----------------------------------------------------
The proverb 'A bird in the hand is worth two in the bush' means that it's better to hold onto something you have rather than take the risk of getting something better which may come to nothing.
by admin
Mon Jun 21, 2021 12:04 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

the lesser of two evils
--------------------------------------------------
Something that is bad, but not as bad as something else.
by admin
Tue May 25, 2021 6:59 pm
Forum: Learning English together
Topic: Games
Replies: 0
Views: 1624

Games

AI makes adventures
https://play.aidungeon.io/
by admin
Tue May 11, 2021 1:37 pm
Forum: Information technology
Topic: Learn English by doing programming tasks
Replies: 0
Views: 1417

Learn English by doing programming tasks

We can teach you programming in English.
by admin
Sun May 09, 2021 9:02 am
Forum: Religion
Topic: Christian books
Replies: 6
Views: 1437

Re: Christian books

by admin
Fri May 07, 2021 11:18 pm
Forum: Religion
Topic: Christian books
Replies: 6
Views: 1437

Re: Christian books

by admin
Fri Apr 30, 2021 4:31 pm
Forum: English language studying techniques
Topic: Matrix method of Nikolay Zamyatkin
Replies: 2
Views: 1264

Re: Matrix method of Nikolay Zamyatkin

The pros of the method: 1.You study language naturally. 2.You don't need a teacher. 3.You can do it anywhere. The cons of the method: 1.You have to listen to the same dialog during 3 hours at least 7 days. 2.Matrix method is only for the initial stage of learning English. After the initial stage you...
by admin
Fri Apr 30, 2021 4:14 pm
Forum: English language studying techniques
Topic: Matrix method of Nikolay Zamyatkin
Replies: 2
Views: 1264

Re: Matrix method of Nikolay Zamyatkin

Here are the main ideas of the method. At the beginning of the training you create a matrix of 9 dialogues, lasting 1–1.5 minutes. Dialogues are "live", taken from everyday speech. It's a "grid" of dialogs with dimension 3x3. A student has to listen to a dialogue, then declaim it...
by admin
Fri Apr 30, 2021 4:02 pm
Forum: English language studying techniques
Topic: Matrix method of Nikolay Zamyatkin
Replies: 2
Views: 1264

Matrix method of Nikolay Zamyatkin

"why you cannot be taught a foreign language?"
This is the name of the book of Nikolay Zamyatkin.
Why you cannot be taught a foreign language
by admin
Wed Apr 28, 2021 5:47 pm
Forum: Grammar exercises
Topic: Student's marks and Difficult sentences
Replies: 1
Views: 1004

Re: Student's marks and Difficult sentences

I have no money left.
by admin
Tue Apr 27, 2021 2:32 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

a wolf in sheep's clothing
-----------------------------------------------
A wolf in sheep's clothing means someone who hides malicious intent under the guise of kindliness.
by admin
Tue Apr 27, 2021 2:30 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

cash cow
----------------------------
Cash cow, in business jargon, is a venture that generates a steady return of profits that far exceed the outlay of cash required to acquire or start it.
by admin
Tue Apr 27, 2021 2:14 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

where the rubber meets road
----------------------------------------------------------
Where the important facts or realities lie;
Where theory is put into practice.
by admin
Mon Apr 19, 2021 3:23 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

two sides of the same coin
---------------------------------------------
Every coin has two sides–heads and tails. “Two sides of the same coin” means to see two people or things with opposing views. While they are closely related, they still seem very different.
by admin
Mon Apr 19, 2021 2:57 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

hand over heart
---------------------------------------------------
A sign of respect.
by admin
Mon Apr 19, 2021 2:46 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

put in my two cents
---------------------------------
A phrase used to preface an opinion on an issue. The longer phrase “put my 2 cents in” is taken from the English idiom “to put in my two-penny worth.”
by admin
Mon Apr 19, 2021 2:43 pm
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

too many cooks spoil the broth
--------------------------------------------------
If too many people are involved in a task or activity, it will not be done well.
by admin
Fri Apr 16, 2021 1:10 am
Forum: English grammar
Topic: Idioms
Replies: 179
Views: 18622

Re: Idioms

all roads lead to Rome
------------------------------------------------------------------
All paths or activities lead to the center of things.
by admin
Wed Apr 14, 2021 1:46 pm
Forum: JavaScript programming
Topic: Lesson 1
Replies: 3
Views: 1605

Lesson 1

Run your code in an online sandbox on our website.
Study JavaScript
by admin
Mon Apr 12, 2021 6:07 pm
Forum: JavaScript programming
Topic: Lesson 1
Replies: 3
Views: 1605

Re: Lesson 1

javascript1.png
javascript1.png (2.4 KiB) Viewed 717 times
Study JavaScript on our website by solving programming tasks.
by admin
Sat Mar 27, 2021 8:05 am
Forum: Diário portuguese 2
Topic: Day 34
Replies: 19
Views: 3991

Re: Day 34

We look like a lot of colored persons.
by admin
Sat Mar 27, 2021 8:04 am
Forum: Diário portuguese 2
Topic: Day 34
Replies: 19
Views: 3991

Re: Day 34

We have not received any soap since we came here.
by admin
Sat Mar 27, 2021 8:04 am
Forum: Diário portuguese 2
Topic: Day 34
Replies: 19
Views: 3991

Re: Day 34

we have to wait our turn for the axe, there being only three on the Island.
by admin
Sat Mar 27, 2021 8:04 am
Forum: Diário portuguese 2
Topic: Day 34
Replies: 19
Views: 3991

Re: Day 34

I forgot to mention that we are divided into squads of twenty, and one man goes outside prison lines with the guard and brings in three sticks cord wood for the twenty men, and after that is divided up,
by admin
Sat Mar 27, 2021 8:04 am
Forum: Diário portuguese 2
Topic: Day 34
Replies: 19
Views: 3991

Re: Day 34

Some of the new prisoners have plenty of money and keep up a general trading with the guards, buying butter, eggs and wheat bread.
by admin
Sat Mar 27, 2021 8:04 am
Forum: Diário portuguese 2
Topic: Day 34
Replies: 19
Views: 3991

Re: Day 34

I must keep the tea and coffee for ourselves in case of sickness.
by admin
Sat Mar 27, 2021 8:04 am
Forum: Diário portuguese 2
Topic: Day 34
Replies: 19
Views: 3991

Re: Day 34

Walter Webb, my comrade, was very sick this morning; made him a little tea.
by admin
Sat Mar 27, 2021 8:03 am
Forum: Diário portuguese 2
Topic: Day 34
Replies: 19
Views: 3991

Re: Day 34

There were about four hundred letters for the boys.
by admin
Sat Mar 27, 2021 8:03 am
Forum: Diário portuguese 2
Topic: Day 34
Replies: 19
Views: 3991

Re: Day 34

It was dated Bristol, Nov. 15111, 1863.
by admin
Sat Mar 27, 2021 8:03 am
Forum: Diário portuguese 2
Topic: Day 34
Replies: 19
Views: 3991

Day 34

3d. Received a Ietter from my mother this morning.