Skip to content

Instantly share code, notes, and snippets.

@danieldk
Last active July 30, 2023 18:04
Show Gist options
  • Save danieldk/13b4c7dfcb986a661f81869db44ad907 to your computer and use it in GitHub Desktop.
Save danieldk/13b4c7dfcb986a661f81869db44ad907 to your computer and use it in GitHub Desktop.
Counts of non-alpha characters across Rust and Python projects.
20336 _
15827 ,
14507 .
13524 :
11606 )
11599 (
7986 "
5677 /
5501 =
3904 0
3560 ;
3205 1
2810 }
2810 {
2638 >
2634 [
2628 ]
2524 2
2389 -
2059 &
1632 3
1624 4
1596 `
1505 <
1479 6
1251 5
1162 8
1138 9
1038 7
998 #
824 *
799 ?
736 !
541 '
489 |
355 @
235 +
182 \
52 ^
23 %
8 $
Same counts without numbers:
20336 _
15827 ,
14507 .
13524 :
11606 )
11599 (
7986 "
5677 /
5501 =
3560 ;
2810 }
2810 {
2638 >
2634 [
2628 ]
2389 -
2059 &
1596 `
1505 <
998 #
824 *
799 ?
736 !
541 '
489 |
355 @
235 +
182 \
52 ^
23 %
8 $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment