Tools
Tools for building cool stuff
ASCII art
The ASCII Art EU home page.
The ASCII Art UK table page.
ASCII art
is a graphic design technique that uses computers for presentation and consists of pictures pieced together from the 95 printable (from a total of 128) characters defined by the ASCII Standard from 1963 and ASCII compliant character sets with proprietary extended characters (beyond the 128 characters of standard 7-bit ASCII).
The term is also loosely used to refer to text based visual art in general.
ASCII art can be created with any text editor, and is often used with free-form languages. Most examples of ASCII art require a fixed-width font (non-proportional fonts, as on a traditional typewriter) such as Courier for presentation.
- Here is an example of a simple ASCII art showing hello world:
1
2
3
4
5
_ _ _ _ __ __ _ _ _
| | | | ___| | | ___ \ \ / /__ _ __| | __| | |
| |_| |/ _ \ | |/ _ \ \ \ /\ / / _ \| '__| |/ _` | |
| _ | __/ | | (_) | \ V V / (_) | | | | (_| |_|
|_| |_|\___|_|_|\___/ \_/\_/ \___/|_| |_|\__,_(_)
- Here is another one showing a cat:
1
2
3
/\_/\
( o.o )
> ^ <
- And another one copied from the ASCII Art computer(keyboards) category page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
. -------------------------------------------------------------------.
| [Esc] [F1][F2][F3][F4][F5][F6][F7][F8][F9][F0][F10][F11][F12] o o o|
| |
| [`][1][2][3][4][5][6][7][8][9][0][-][=][_<_] [I][H][U] [N][/][*][-]|
| [|-][Q][W][E][R][T][Y][U][I][O][P][{][}] | | [D][E][D] [7][8][9]|+||
| [CAP][A][S][D][F][G][H][J][K][L][;]['][#]|_| [4][5][6]|_||
| [^][\][Z][X][C][V][B][N][M][,][.][/] [__^__] [^] [1][2][3]| ||
| [c] [a][________________________][a] [c] [<][V][>] [ 0 ][.]|_||
`--------------------------------------------------------------------'
dp
Emoji
Emojipedia is an emoji reference website which documents the meaning and common usage of emoji characters in the Unicode Standard. The site was founded in 2013 by Jeremy Burge and includes definitions, usage examples, and emoji images from vendors such as Apple, Google, Microsoft, Samsung, and others.
Have I been pwned?
Have I been pwned? (HIBP) is a website that allows internet users to check whether their personal data has been compromised by data breaches. The service collects and analyzes hundreds of database dumps and pastes containing information about billions of leaked accounts, and allows users to search for their own information by entering their username or email address. Users can also sign up to be notified if their email address appears in future dumps. The site has been widely touted as a valuable resource for internet users wishing to protect their own security and privacy.
Reeborg’s World
Reeborg’s World is a website that allows you to learn Python programming by solving a series of challenges. It is a fun way to learn Python programming.
Pycharm Keyboard Shortcuts
Pycharm Keyboard Shortcuts is a website that allows you to learn Pycharm keyboard shortcuts.
Pycharm Keyboard Shortcuts home page
Trinket
Trinket is a website that allows you to learn Python programming by solving a series of challenges. It is a fun way to learn Python programming.
Trinket Color Codes
Trinket Color Codes is a website that allows you to choose colors for your Python programs. You Click on a color to see its turtle name, CSS name, hex code, or RGB values.
- Latlong.net
- python tutor - https://pythontutor.com/render.html#mode=display
NuGet
NuGet is the package manager for .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.