Documentation
-
Student
-
Teacher
-
Coding
-
-
- Generate a Option List
- Deselecting All Options
- Choosing All Options
- Deselect Some Options
- Select Some Options
- Getting Options that are Selected
- Changing the Option List Size
- Drop Down List With Multiple Selections
- Checking Option List is Multiple or Not
- Setting Multiple Choices in Option List
- Getting All Options
-
-
- Changing Margins
- Creating Space Around the Variable in Different Side
- Border Radius Width
- Changing Minimum Height
- Changing the Height of Variable or Layout
- Changing Maximum Width
- Changing Minimum Width
- Changing the Width of Variable or Layout
- Self Alignment Property
- Fitting the Space Available in Flex Container
- Flex Shorthand Property
- Changing Maximum Height
-
-
-
-
-
-
-
- Adding Two Values
- Subtracting two numbers
- Multiplying two numbers
- Dividing two numbers
- Setting a Number
- Showing Remainder Between Two Numbers
- Finding the Minimum Values
- Finding the Maximum Values
- Changing the Number to Absolute Value
- Taking the Square Root
- Converting the Number to an Approximate Value
- Choosing the Random Value
-
-
-
- Breaking Text with Separators
- Checking Whether the Text Contains Characters
- Finding the Position of the Character
- Checking Text is Empty or Not
- Showing Text in Substring Format
- Showing the Order of Characters in Two Texts
- Displaying Character at the Certain Position
- Using Character Code to Show Text
-
-
- Converting Text to DateTimeOffset Format
- Generate a DateTimeOffset with Different Unit
- Generate DateTimeOffset Using Unix Time
- Using the Current Time to Display DateTimeOffset
- Combining a New Offset with DateTimeOffset
- Modifying Offset
- Changing the Format of DateTimeOffset to Text Format
- Converting DateTimeOffset to Text Format
- Adding DateTimeOffset with Duration
- Calculating the Duration Between Two DateTimeOffsets
- Checking Whether DateTimeOffsets are the Same
- Showing DateTimeOffset in Milliseconds
- Showing DateTimeOffset in Different Time Format
- Checking Whether DateTimeOffset is in Correct Type
-
- Converting Text to Duration
- Transforming Number to Duration
- Converting String to Duration
- Making Opposite Duration
- Adding Two Durations
- Changing the Duration Unit
- Checking Whether Two Durations are the Same
- Displaying Total Number of Duration in Different Units
- Showing Duration in Number Format with Unit
- Checking Whether Duration is in Correct Data Type
-
-
Coding - Pi
-
-
-
-
- Adding Two Values
- Subtracting two numbers
- Multiplying two numbers
- Dividing two numbers
- Setting a Number
- Showing Remainder Between Two Numbers
- Finding the Minimum Values
- Finding the Maximum Values
- Taking the Square Root
- Converting the Number to an Approximate Value
- Changing the Number to Absolute Value
- Choosing the Random Value
-
-
- Transforming Text to Number
- Concatenating the Text
- Checking the Length of Text
- Setting Text
- Breaking Text with Separators
- Checking Whether the Text Contains Characters
- Finding the Position of the Character
- Checking Text is Empty or Not
- Showing Text in Substring Format
- Showing the Order of Characters in Two Texts
- Displaying Character at the Certain Position
- Using Character Code to Show Text
-
-
-
- Converting Text to DateTimeOffset Format
- Generate a DateTimeOffset with Different Unit
- Generate DateTimeOffset Using Unix Time
- Using the Current Time to Display DateTimeOffset
- Combining a New Offset with DateTimeOffset
- Modifying Offset
- Changing the Format of DateTimeOffset to Text Format
- Converting DateTimeOffset to Text Format
- Calculating the Duration Between Two DateTimeOffsets
- Adding DateTimeOffset with Duration
- Checking Whether DateTimeOffsets are the Same
- Showing DateTimeOffset in Milliseconds
- Showing DateTimeOffset in Different Time Format
- Checking Whether DateTimeOffset is in Correct Type
-
- Converting Text to Duration
- Transforming Number to Duration
- Converting String to Duration
- Making Opposite Duration
- Adding Two Durations
- Changing the Duration Unit
- Checking Whether Two Durations are the Same
- Displaying Total Number of Duration in Different Units
- Showing Duration in Number Format with Unit
- Checking Whether Duration is in Correct Data Type
-
-
-
- Loading Custom Pose Model from URL
- Classifying Pose on Image
- Classifying Pose on Image and Get All Result
- Showing the Class Labels in Pose Model
- Showing the Total Amount of Classes with Pose Model
- Draw All Skeleton and the Key Points
- Draw All Skeleton Inside a Photo
- Draw All Key Points Inside a Photo
Print
Doing Actions When Connected Device is Changed
On device changed
{"blocks":"connectedCameras recentlyConnectedCameras recentlyDisconnectedCameras "}
It will do some action when the corresponding camera is disconnected.
Parameters:
- connectedCammeras: The camera that is connected.
- recentlyConnectedCameras: The camera that is using and connecting.
- recentlyDiscounnectedCameras: The camera that is discounted.
Output: N/A
Sample code:
This is used to remove the disconnected camera.
{"blocks":"selectedCameras recentlySelectedCameras recentlyUnselectedCameras value recentlyUnselectedCameras value value2 recentlySelectedCameras cameraResultLayout 0 cameraResultLayout value2 cameraLayout cameraResultLayout connectedCameras recentlyConnectedCameras recentlyDisconnectedCameras value3 recentlyDisconnectedCameras value3 "}
{"blocks":"mainLayout mainScreen cameraLayout cameraControl selectedCameras recentlySelectedCameras recentlyUnselectedCameras value value2 cameraResultLayout connectedCameras recentlyConnectedCameras recentlyDisconnectedCameras value3 mainLayout 0 mainScreen 0 Main mainLayout TRUE cameraLayout 0 cameraControl 0 cameraControl TRUE cameraLayout cameraControl mainLayout cameraLayout selectedCameras recentlySelectedCameras recentlyUnselectedCameras value recentlyUnselectedCameras value value2 recentlySelectedCameras cameraResultLayout 0 cameraResultLayout value2 cameraLayout cameraResultLayout connectedCameras recentlyConnectedCameras recentlyDisconnectedCameras value3 recentlyDisconnectedCameras value3 "}
When all cameras are worked, and user selects the first camera, the output:
When the first camera is disconnected, the output:
When user chooses another camera, the output: