-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNOTES
More file actions
94 lines (64 loc) · 2.64 KB
/
NOTES
File metadata and controls
94 lines (64 loc) · 2.64 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Download websites
=================
http://www.apple.com/downloads/macosx/development_tools/mdrmakediffsreadable.html
http://mac.softpedia.com/get/Developer-Tools/MDR-Make-Diffs-Readable.shtml
Highlighting examples
=====================
This is a sentence. |This is also a sentence.
-------------------------------------------------|--------XXXXX-------------------------------------
This is a sentence. |This is a sentence too.
-------------------------------------------------|------------------XXXX--------------------------
This is a sentence. |The thing is, this is a sentence.
-------------------------------------------------|--XXXXXXXXXXXXXX-----------------------------------------------
This is a sentence. |This is a phrase.
----------XXXXXXX--------------------------------|----------XXXXX---------------------------
Which is better?
This one has:
3 groups (fewer is better)
6 letters (fewer is better)
1 small gap (fewer is better)
1 group of 1
This is a sentence. |This is a tent.
----------XXX---XX-------------------------------|-------------X---------------------------
This one has:
2 groups (better)
12 letters (worse)
This is a sentence. |This is a tent.
----------XXXXXXXX-------------------------------|----------XXXX---------------------------
Which is better?
This one has:
3 groups
14 letter
1 small gap
1 group of 1
This is a sentence. |This is a fenced in area.
----------XXXX-----------------------------------|----------X----XXXXXXXXX-------------------------
This one has:
2 groups
22 letters
This is a sentence. |This is a fenced in area.
----------XXXXXXXX-------------------------------|----------XXXXXXXXXXXXXX-------------------------
Which is better?
This one has:
3 groups
8 letters
1 group of 1
This is a sentence. |3) This is a scent.
--------------XXXX-------------------------------|XXX-----------X------------------------------
This one has:
3 groups
14 letters
This is a sentence. |3) This is a scent.
-----------XXXXXXX-------------------------------|XXX-----------XXXX---------------------------
Replacing bstring lib
---------------------
### Used features
- bread
- bdestroy (free)
- bcatcstr / bconcat
- bsplit (results in a list)
- bdelete
- breplace
- binsert
- bfindreplace
- bisstemeqblk (string starts with)