Ога, видимо тот, на котором невозможно написать вредоносный код да?
А не, я понял, выбирайте язык на котором вообще нельзя написать код!
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
const [hexBytes] = process.argv.slice(2);
console.log(Buffer.from(hexBytes, 'hex').readUInt32LE());
$ node test.js 02010000
258
$
const fs = require('fs');
const data = fs.readFileSync(0, 'utf-8');
console.log(Buffer.from(data, 'hex').readUInt32LE());
$ echo 02010000 | node test.js
258
$
./internals
-rw-r--r-- 1 alexi staff 26237 Dec 1 18:25 Chain.js
-rw-r--r-- 1 alexi staff 24267 Dec 1 18:27 Context.js
-rw-r--r-- 1 alexi staff 78658 Dec 1 07:58 Node.js
./internals/database
-rw-r--r-- 1 alexi staff 29296 Nov 28 02:07 ChainDB.js
-rw-r--r-- 1 alexi staff 3816 Nov 16 10:00 NodeDB.js
./internals/primitives
-rw-r--r-- 1 alexi staff 34093 Nov 29 07:50 BlockTemplate.js
-rw-r--r-- 1 alexi staff 23793 Nov 29 06:26 Coinbase.js
-rw-r--r-- 1 alexi staff 7462 Nov 24 01:42 Filter.js
-rw-r--r-- 1 alexi staff 7478 Nov 22 15:11 Manifest.js
-rw-r--r-- 1 alexi staff 3489 Nov 22 15:11 MerkleTree.js
-rw-r--r-- 1 alexi staff 272 Nov 23 05:45 Recipients.js
-rw-r--r-- 1 alexi staff 30216 Nov 29 08:00 Snapshot.js
-rw-r--r-- 1 alexi staff 6442 Nov 22 15:11 SnapshotFactory.js
-rw-r--r-- 1 alexi staff 14533 Nov 29 07:59 SnapshotUtils.js
-rw-r--r-- 1 alexi staff 3936 Nov 10 06:38 Token.js