forked from aliaagheisX/Code-Courses
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.sql
More file actions
56 lines (41 loc) · 1.53 KB
/
test.sql
File metadata and controls
56 lines (41 loc) · 1.53 KB
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
/* INSERT INTO element (TITLE, IMAGE, DESCRIPTION) VALUES ('Modern Web Development', '/4.jpg', 'we include that no body will ignore you if you speek cool cool') */
INSERT INTO article (ID, INSTRUCTORID, BODY) VALUES (1, 7, '
# Cheeese
A brief description of files & what in it
```
├── ...
|── graphics.inc
| ├── CLRS # clear screen
| ├── DrawGrid (width of square, colors) # draw grid
| ├── DrawImg (img, width of image, startPoint) # draw image **skipping color 4**
├── main.asm # main running file
│ ├── board peices code
│ ├── color code
│ ├── gridColor, square width, image width
│ ├── images of peices
│ └── board 8x8 => peices|emptyCell
├── converter.py # convert png 25x25 to bitmap
│ ├── filename # will print bitmap of it
└── ...
```
## how to use DOsBOX
1. download it
2. MASM/TASM extension
3. open vs code settings
- search on masm
- Assembler option on ```tasm```
- scroll down to ```emulator```
- make sure it select ```dosBox```
## 🛠 Skills
Javascript, HTML, CSS...
## Installation
Install my-project with npm
```bash
npm install my-project
cd my-project
```

## Roadmap
- Additional browser support
- Add more integrations
')