Skip to content

πŸ”· ​

πŸ”·: Sequence 🟠: Phrase 🟩: πŸ”»: πŸ’œ:

Concurrency or Parallelism ​

Parallelism is TeamCover

Concurrency is

Sequences are represented as ​

Cards ​

Python List ​

Lists are mutable sequences, typically used to store collections of homogeneous items (where the precise degree of similarity will vary by application).

Python Range ​

The range type represents an immutable sequence of numbers and is commonly used for looping a specific number of times in for loops.

Python Tuple ​

Tuples are immutable sequences, typically used to store collections of heterogeneous data (such as the 2-tuples produced by the enumerate() built-in). Tuples are also used for cases where an immutable sequence of homogeneous data is needed (such as allowing storage in a set or dict instance).

py
>>> list(range(10))
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
>>> list(range(1, 11))
[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
>>> list(range(0, 30, 5))
[0, 5, 10, 15, 20, 25]
>>> list(range(0, 10, 3))
[0, 3, 6, 9]
>>> list(range(0, -10, -1))
[0, -1, -2, -3, -4, -5, -6, -7, -8, -9]
>>> list(range(0))
[]
>>> list(range(1, 0))
[]

Card Sequence ​

Deck of cards

Phrase of MotoCards

MotoCard

ElementCard

CardCollection ​

Group of Cards

CardCurve ​

A Vuetify Component

MotoCards are positioned along a ViaCurve

CardShape ​

MotoCards are positioned in a CoverChart

Rhythm ​

Timing ​

Frame Rate ​

All Phrases are lists

py
PythonDataType = List[]
md
1. Thing1
2. Thing2
3. Thing3
4. Thing4

Standardize the way that Phrases of BetaElements are represented in code and graphically.

πŸ’œ Graphic

πŸ”· Code

Differentiate(Phrase, Supermoto, Moto, Submoto, BodyMoto) ​

An ArmPhrase is a list of ArmMotos performed in Parallel (BoxCarry), Concurrently (SpadeLift, TreeLoad)

Control Flow Statements ​

Control flow is the codified version of Decision Making

  • Decision
    • Conscious
  • Reaction
    • Automatic

πŸ’œ Flow Chart ​

  • Highlight current Phrase branch, synchronize with

If ​

  • Conditional

Else ​

  • Alternative Motoment

GIF ​

RugbyGIF

Rugby Gifs

https://rugbyslate.com/attacking/attacking-against-a-blitz-defence/

Vue Component ​

  • Be able to toggle between GIF and PhraseStrip
  • Modify framerate of GIF using Input Stepper
  • Change

Comic Strip ​

  • PhraseStrip
  • Numbering in top corner

Labels ​

NYTimes Graphics Scroll ​

Order ​

Sorting ​

  • Reverse Phrase

GroupBy ​

  • GroupBy(PlanterAnatomy)
  • GroupBy(BetaModule)

Concurrency ​

In computer science, concurrency is the ability of different parts or units of a program, algorithm, or problem to be executed out-of-order or in partial order, without affecting the outcome.

Asyncronous

Parallelism ​

Parallel computing is a type of computation in which many calculations or processes are carried out simultaneously. Large problems can often be divided into smaller ones, which can then be solved at the same time.

Differentiate(Algorithm, Phrase) ​

All algorithms are Phrases. "Phrase" is more commonplace than "Algorithm". Use "Phrase" instead of Algorithm to increase accessiblity to atheletes and other people who are averse to math. The purpose of Put(Plant) is not to convince people of the utility of mathematical theory, rather, it's to use math in practice.

  • ProbePhrase or Probe Algorithm
πŸ› 

DevNotes ​

  • Sequence of Events

DevState ​

py
`TagsToHeaders: False`

PaperPhoto

Library released under MIT License.