MCPcopy Create free account

hub / github.com/JetBrains/skills / functions

Functions437 in github.com/JetBrains/skills

Functiondraw_star
Draw a 5-pointed star. Args: frame: PIL Image to draw on center: (x, y) center position size: Star size (outer radiu
slack-gif-creator/core/frame_composer.py:137
Functiondraw_text
Draw text on a frame. Args: frame: PIL Image to draw on text: Text to draw position: (x, y) position (top-left unles
slack-gif-creator/core/frame_composer.py:61
FunctioneaseInOutCubic
(t)
algorithmic-art/templates/generator_template.js:150
Functionease_back_in
Back ease-in (slight overshoot backward before forward motion).
slack-gif-creator/core/easing.py:140
Functionease_back_in_out
Back ease-in-out (overshoot at both ends).
slack-gif-creator/core/easing.py:154
Functionease_back_out
Back ease-out (overshoot forward then settle back).
slack-gif-creator/core/easing.py:147
Functionease_in_cubic
Cubic ease-in (slow start).
slack-gif-creator/core/easing.py:34
Functionease_in_elastic
Elastic ease-in (spring effect).
slack-gif-creator/core/easing.py:78
Functionease_in_out_bounce
Bounce ease-in-out.
slack-gif-creator/core/easing.py:71
Functionease_in_out_cubic
Cubic ease-in-out.
slack-gif-creator/core/easing.py:44
Functionease_in_out_elastic
Elastic ease-in-out.
slack-gif-creator/core/easing.py:92
Functionease_in_out_quad
Quadratic ease-in-out (slow start and end).
slack-gif-creator/core/easing.py:27
Functionease_in_quad
Quadratic ease-in (slow start, accelerating).
slack-gif-creator/core/easing.py:17
Functionease_out_cubic
Cubic ease-out (fast start).
slack-gif-creator/core/easing.py:39
Functionease_out_elastic
Elastic ease-out (spring effect).
slack-gif-creator/core/easing.py:85
Functionease_out_quad
Quadratic ease-out (fast start, decelerating).
slack-gif-creator/core/easing.py:22
FunctionexportImage
()
algorithmic-art/templates/generator_template.js:203
FunctionfadeBackground
(opacity)
algorithmic-art/templates/generator_template.js:183
FunctiongetNoiseValue
(x, y, scale = 0.01)
algorithmic-art/templates/generator_template.js:190
Functionhandle_console_message
(msg)
webapp-testing/examples/console_logging.py:14
FunctionhexToRgb
(hex)
algorithmic-art/templates/generator_template.js:132
Functioninterpolate
Interpolate between two values with easing. Args: start: Start value end: End value t: Progress from 0.0 to 1.0
slack-gif-creator/core/easing.py:122
Functionis_slack_ready
Quick check if GIF is ready for Slack. Args: gif_path: Path to GIF file is_emoji: True for emoji GIF, False for message GIF
slack-gif-creator/core/validators.py:121
Functionlinear
Linear interpolation (no easing).
slack-gif-creator/core/easing.py:12
FunctionmapRange
(value, inMin, inMax, outMin, outMax)
algorithmic-art/templates/generator_template.js:146
Functionparse_region
(value: str)
screenshot/scripts/take_screenshot.py:33
Functionregenerate
()
algorithmic-art/templates/generator_template.js:171
MethodregisterEndpoint
* Register a custom endpoint. * * @param endpoint The endpoint to register * @return This server instance for chaining */
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/ComposeUiTestServer.kt:56
FunctionrunApplication
* Runs a Compose Desktop application with automatic test server support. * * When `COMPOSE_UI_TEST_SERVER_ENABLED=true` environment variable is set,
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/ApplicationLauncher.kt:61
MethodsaveScreenshot
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/endpoint/ScreenshotEndpoint.kt:44
Functionsetup
()
algorithmic-art/templates/generator_template.js:53
FunctionstartTestServer
* Start a UI test server for this Compose UI test. * * This creates and starts a [ComposeUiTestServer] that enables coding agents * and automation
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/Extensions.kt:54
FunctionstartTestServerIfEnabled
* Conditionally start a UI test server based on environment variable. * * The server is only started if the environment variable [ENV_SERVER_ENABLED
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/Extensions.kt:89
Methodstop
* Stop the HTTP server. * * @param gracePeriodMillis Grace period for active requests to complete * @param timeoutMillis Maximum time t
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/ComposeUiTestServer.kt:113
FunctionupdateParameter
(paramName, value)
algorithmic-art/templates/generator_template.js:165
FunctionvectorFromAngle
(angle, magnitude = 1)
algorithmic-art/templates/generator_template.js:195
FunctionwrapAround
(value, max)
algorithmic-art/templates/generator_template.js:155
← previous401–437 of 437, ranked by callers