File size: 1,773 Bytes
a8e9b86
5a8dd3a
 
 
 
 
 
 
 
 
 
a8e9b86
 
5a8dd3a
 
 
 
 
 
 
 
 
 
a8e9b86
5a8dd3a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
language:
- tg
- ru
license: cc-by-sa-4.0
tags:
- programming
- cryptography
- education
- tajik-books
pretty_name: Arabov's Books on Programming and Cryptography
dataset_info:
  features:
    - name: title
      dtype: string
    - name: author
      dtype: string
    - name: language
      dtype: string
    - name: content
      dtype: string
  download_size: ~1 MB
  dataset_size: ~1 MB
---

# 📚 Arabov's Books on Programming and Cryptographic Methods

This dataset includes **6 books** by **Mullosharaf Qurbonovich Arabov** and co-authors, covering topics of **programming** (PascalABC.NET, C++, Android development) and **cryptographic information protection methods**.

Suitable for educational purposes, programming training, and research in cryptography.

---

## 📄 Example record

```json
{
  "title": "Асосҳои барномасозӣ дар забони C++",
  "author": "Муллошараф Арабов",
  "language": "tajik",
  "content": "Муқаддима
Барои оғози омӯзиши барномасозӣ дар забони C++..."
}
```

---

## 📦 Usage

```python
from datasets import load_dataset

dataset = load_dataset("ArabovMK/arabovs-books-corpus")
```

---

## 🎯 Purpose

- 📖 Study of programming and cryptographic methods
- 🛡️ Cryptographic information protection research
- 🧠 NLP tasks: code understanding, educational material modeling
- 📊 Training language models on Tajik technical texts

---

## 📌 Citation

```bibtex
@misc{arabovs-books-corpus,
  title = {Arabov's Books on Programming and Cryptography},
  author = {Arabov, Mullosharaf Qurbonovich},
  year = {2025},
  publisher = {Hugging Face Datasets},
  url = {https://huggingface.co/datasets/ArabovMK/arabovs-books-corpus}
}
```