Глоссарий





Новости переводов

19 апреля, 2024

Translations in furniture production

07 февраля, 2024

Ghostwriting vs. Copywriting

30 января, 2024

Preparing a scientific article for publication in an electronic (online) journal

20 декабря, 2023

Translation and editing of drawings in CAD systems

10 декабря, 2023

About automatic speech recognition

30 ноября, 2023

Translation services for tunneling shields and tunnel construction technologies

22 ноября, 2023

Proofreading of English text



Глоссарии и словари бюро переводов Фларус

Поиск в глоссариях:  

Evm code

Глоссарий по криптовалютам и блокчейну
    Ethereum virtual machine code, the programming language in which accounts on the ethereum blockchain can contain code. the evm code associated with an account is executed every time a message is sent to that account, and has the ability to read/write storage and itself send messages.




Code, немецкий

Code, английский
  1. The law created by statutes. for example, the california code of civil procedure, california civil code, california vehicle code, california penal code, and california health and safety code

  2. Код; шифр

  3. 1. a system of numbers, letters or symbols used to represent language or information 2. same as genetic code  verb 1. to convert instructions or data into another form 2. (of a codon or gene) to provide the genetic information which causes a specific amino acid to be produced  genes are sections of dna that code for a specific protein sequence.

  4. N код, азбука | v шифровать по ко- ду, кодировать switching dot-and-dash ~, morse ~ азбука морзе

  5. [1] a systematic collection of laws. [2] a text in which whole words or phrases (rather than individual letters) have been substituted in order to conceal its meaning from those who do not possess the key. see also cipher, cryptography.

  6. Открытая среда разработки программ типа клиент/сервер

  7. Кодекс

  8. Standard enacted or enforced as a law.

  9. Standard enacted or enforced as a law.1

  10. Standard enacted or enforced as a law. compare recommended practice; standard.

  11. Standard enacted or enforced as a law. compare recommended practice; standard. coefficient of thermal expansion (cte): rate of expansion or contraction per unit length, volume, or area per degree of temperature change between specified lower and upper temperature limits.

  12. Standard enacted or enforced as a law.3


Code, английский

Code 39, английский
    A barcode symbology standard maintained by american national standards institute (ansi).


Code abstraction, английский
    Абстракция программы


Code access security, английский
    A mechanism provided by the common language runtime whereby managed code is granted permissions by security policy and these permissions are enforced, helping to limit the operations that the code will be allowed to perform.


Code access security (cas) policy, английский
    A set of rules that defines security permissions for a collection of assemblies by associating attributes of those assemblies, such as location and signature, with a set of code access security permissions.


Code adjustment, английский
    Упорядочение кодов


Code alphabet, английский
    Алфавит кода; кодовый алфавит


Code analysis, английский
    The process of checking code for conformance to design guidelines. code analysis goes beyond compilation to look for common coding and design errors determined by a set of guidelines.


Code area, английский
    Область кода;участок кода


Code audit, английский
    Ревизия программы; проверка соответствия программы спецификациям


Code auditor, английский
    Программный ревизор


Code base, английский
    Основание кода


Code block, английский
    Кодовый блок


Code bum, английский
    Программист, "экономящий на спичках"; "крохобор"


Code cache, английский
    Кэш команд


Code chain, английский
    Кодовая последовательность; кодовая цепочка


Code character, английский
    Кодовый символ; символ кода


Code chart, английский
    Таблица кодов


Code check, английский
    Проверка кода


Programming, английский
  1. Программирование

  2. Constructing a program; usually in a high level language. the art of instructing computers how to store, retrieve, and process data automatically.

  3. Планирование


Blockchain, английский
  1. A blockchain is a type of distributed ledger, comprised of unchangable, digitally recorded data in packages called blocks (rather like collating them on to a single sheet of paper). each block is then ‘chained’ to the next block, using a cryptographic signature. this allows block chains to be used like a ledger, which can be shared and accessed by anyone with the appropriate permissions.

  2. Shared, trusted, public ledger of transactions, that everyone can inspect but which no single user controls. it is a cryptographed, secure, tamper resistant distributed database. it solves a complex mathematical problem to exist. a blockchain is a perfect place to store value, identities, agreements, property rights, credentials, etc. once you put something like a bitcoin into it, it will stay there forever. it is decentralized, disintermediated, cheap and censorship resistant. applications of blockchain: bitcoin (cryptocurrency), namecoin (wants to replace the entire dns system of the internet), or sia (a decentralized cloud storage), ethereum (turing complete virtual machine where you can run any smart contract); any centralized service like ebay, dropbox can potentially be built in a decentralized way using blockchain technology, considerably lowering transaction costs

  3. Think of blockchain as a database or a spreadsheet. but a really special spreadsheet. there`s no centralized master copy. instead, it`s shared on many computers. it`s special because you can only add to it. there`s no editing of history. the database is divided into chronological sub-sheets. these are the blocks. the last line of any block summarizes all of the data in the block, and ч and this is pretty important ч appears as the first line of the next block. if anyone tries to edit a block, the last line will change and will not match the first line of the next block. the network sees this corrupted block and immediately replaces it. this ingenious trick makes it futile to rewrite history and guarantees an unprecedented degree of security. blockchain was invented by haber and stornetta in 1991 but made famous in the satoshi nakamoto`s bitcoin paper.


Associated, английский
  1. Соответствующий; связанный; присоединенный

  2. Experiencing through your own senses (seeing through your own eyes, hearing with your own ears, feeling with your own feelings.)


Solidity, lll, serpent and viper, английский
    Programming languages for writing contract code which can be compiled into evm code. serpent can also be compiled into lll. solidity is a c++-like language (and is the most widely used), serpent and viper are python-like languages (the developer of the two currently recommends viper more), and lll is an acronym for lisp-like language.


Uncle inclusion mechanism, английский
    Ethereum has a mechanism where a block may include its uncles; this ensures that miners that create blocks that do not quite get included into the main chain can still get rewarded.