Back to The tech awesomeness
Table of contents
Non-functional-chapters

The article for today.

There are at least 3 types of cycles.

An defined endless cycle.


    for(int = 1; i < forExample10; i++)
        /*...*/

An undefined endless(in definition) cycle.


    while(some condition is true which is always true)

And periodic cycle.

For example, as it is in some of the programs, codes with inclusion of some of the previous cycles running at some server or serverless environment and which can have a period for such running.

Some of such codes, programs can include the handling of the responses and requests.

I was confused in what is more difficult when looking at 2+2=4 whether it is to ask or to answer when looking at it right to left and left to right. So that was what was two plus two and what could constitute 4 of.

So whether the request is easier to construct than the response and so vice versa whether the response is easier to construct than the request.

When the hackers attack the server with the request, the requests they can handle the response as an assumption. And with no such assumption still the server can calculate with input the criteria for an attack such as for example multiple requests and answer that one differently. Because the script which recovers the server automatically is another option. Certainly it is with dependence on few factors.

The update from 2020-12-09.

At least two of this cycles are extandable.

Три види циклів.

The article for today.

Оновлення від 2020-12-09.

Щонайменш два з цих трьох типів циклів є розширюємими.

The update from 2022-05-06.

Оновлення від 2022-05-06.

Чи такий.


    for() {//cycle
        //
        for() {//cycle
            //..
        }
        //
    }

Але у джава за замовчанням є while та for, але також щодо застосунка чи додатка чи залежності який використовуючи їх можливості надає інщі типи особливо якщо це поєднано з класом Умови від 2021-02-10 у http://thetechawesomeness.ideasmatter.info/triggeral-system.html класом для stringifiedCondition від 2022-04-28 у http://thetechawesomeness.ideasmatter.info/summation.html якщо такі присутні.