https://github.com/abrudz/utils
Material for Webinar and User Meeting
https://github.com/abrudz/utils
apl conference conference-talk dyalog dyalog-apl dyalogapl jupyter jupyter-notebook math matrix presentation strings text-vector utilities utility-library webinar
Last synced: 4 months ago
JSON representation
Material for Webinar and User Meeting
- Host: GitHub
- URL: https://github.com/abrudz/utils
- Owner: abrudz
- License: unlicense
- Created: 2018-02-13T12:28:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T09:34:58.000Z (almost 7 years ago)
- Last Synced: 2025-04-05T07:43:16.606Z (6 months ago)
- Topics: apl, conference, conference-talk, dyalog, dyalog-apl, dyalogapl, jupyter, jupyter-notebook, math, matrix, presentation, strings, text-vector, utilities, utility-library, webinar
- Language: Jupyter Notebook
- Homepage: https://dyalog.tv/
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `Utils`
Material for Namespace-Directory Synchronisation webinar and for Jupyter presentation at Dyalog '18.## `Math` namespace
Number stuff.### `Hex` function
Takes one or more numbers and converts them to hexadecimal with a width which is a power of two.### `Id` function
Takes a matrix and returns the corresponding identity matrix.## `Notebooks` namespace
### `ArithMean.ipynb` Jupyter notebook document
Suitable for running on TryAPL.
### `Health Care Spending.ipynb` Jupyter notebook document
Advanced with rich output.
## `Strings` namespace
Text stuff.### `U` function
Takes a single character and returns the corresponding Unicode code point in hexacedimal, or vice versa.
### `Quote` function
Takes a text vector and returns the APL expression which would generate that text vector.