-
Kahoot!
- Norway
Pinned Loading
-
wearable_communicator
wearable_communicator PublicA simple utility plugin to make it easier for a flutter project to add and communicate with wearable devices
-
-
-
reverse polish evaluator in python
reverse polish evaluator in python 1# This example assumes binary operators, but this is easy to extend.
2# Comes from this excellent article: http://blog.reverberate.org/2013/07/ll-and-lr-parsing-demystified.html
3ops = {
4"+": (lambda a, b: a + b),
5"-": (lambda a, b: a - b),
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.