Tcllib
Tcllib is a collection of packages available for the Tcl programming language. Tcllib is distributed in both source code as well as pre-compiled binary formats. Tcllib supports a variety of common operating systems such as Windows, BSD, Unix and Linux.
Data Structures
Tcllib includes implementations for many common data structure algorithms, such as linked list, hash map, tree, and graph.
Package Categories
- Programming tools
- Mathematics
- Data structures
- Text processing
- File formats
- Hashes, checksums, and encryption
- Documentation tools
- Benchmark tools
- Networking
- Terminal control
- CGI programming
- Grammars and finite automata
- Tklib
- Unfiled
- Transfer module
gollark: ++magic py```c = bot.get_guild(346530916832903169).get_channel(348698124371361793)return dir(c._overwrites[0])#return f"#{c.name} \n*{c.topic}*\nPosition: {c.position}\nSlowmode: {c.slowmode_delay}\nLast message: {c.last_message_id}\nOverwrites: {[f'{o.role.name}({o.id}): {o.allow} :white_check_mark: {o.deny} :negative_squared_cross_mark:' for o in c._overwrites]}\n{(await c.fetch_message(c.last_message_id)).content}"```
gollark: ++magic py```c = bot.get_guild(346530916832903169).get_channel(348698124371361793)return f"#{c.name} \n*{c.topic}*\nPosition: {c.position}\nSlowmode: {c.slowmode_delay}\nLast message: {c.last_message_id}\nOverwrites: {[f'{o.role.name}({o.id}): {o.allow} :white_check_mark: {o.deny} :negative_squared_cross_mark:' for o in c._overwrites]}\n{(await c.fetch_message(c.last_message_id)).content}"```
gollark: ++magic py```c = bot.get_guild(346530916832903169).get_channel(348698124371361793)return f"#{c.name} \n*{c.topic}*\nPosition: {c.position}\nSlowmode: {c.slowmode_delay}\nLast message: {c.last_message_id}\nOverwrites: {[f'{o.name}({o.id}): {o.allow} :white_check_mark: {o.deny} :negative_squared_cross_mark:' for o in c._overwrites]}\n{(await c.fetch_message(c.last_message_id)).content}"```
gollark: ++magic py```c = bot.get_guild(346530916832903169).get_channel(348698124371361793)return f"#{c.name} \n{c.topic}\nPosition: {c.position}\nSlowmode: {c.slowmode_delay}\nLast message: {c.last_message_id}\nOverwrites: {[f'{o.type}({o.id}): {o.allow} :white_check_mark: {o.deny} :negative_squared_cross_mark:' for o in c._overwrites]}\n{(await c.fetch_message(c.last_message_id)).content}"```
gollark: ++magic py```c = bot.get_guild(346530916832903169).get_channel(348698124371361793)return f"#{c.name} \n{c.topic}\nPosition: {c.position}\nSlowmode: {c.slowmode_delay}\nLast message: {c.last_message_id}\nOverwrites: {[f'{o.type}({o.id}): {o.allow} :white_check_mark: {o.deny} :negative_squared_cross_mark:' for o in c._overwrites]}\n{await c.fetch_message(c.last_message_id).content}"```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.