Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/skills
/ functions
Functions
437 in github.com/JetBrains/skills
⨍
Functions
437
◇
Types & classes
27
Function
draw_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
Function
draw_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
Function
easeInOutCubic
(t)
algorithmic-art/templates/generator_template.js:150
Function
ease_back_in
Back ease-in (slight overshoot backward before forward motion).
slack-gif-creator/core/easing.py:140
Function
ease_back_in_out
Back ease-in-out (overshoot at both ends).
slack-gif-creator/core/easing.py:154
Function
ease_back_out
Back ease-out (overshoot forward then settle back).
slack-gif-creator/core/easing.py:147
Function
ease_in_cubic
Cubic ease-in (slow start).
slack-gif-creator/core/easing.py:34
Function
ease_in_elastic
Elastic ease-in (spring effect).
slack-gif-creator/core/easing.py:78
Function
ease_in_out_bounce
Bounce ease-in-out.
slack-gif-creator/core/easing.py:71
Function
ease_in_out_cubic
Cubic ease-in-out.
slack-gif-creator/core/easing.py:44
Function
ease_in_out_elastic
Elastic ease-in-out.
slack-gif-creator/core/easing.py:92
Function
ease_in_out_quad
Quadratic ease-in-out (slow start and end).
slack-gif-creator/core/easing.py:27
Function
ease_in_quad
Quadratic ease-in (slow start, accelerating).
slack-gif-creator/core/easing.py:17
Function
ease_out_cubic
Cubic ease-out (fast start).
slack-gif-creator/core/easing.py:39
Function
ease_out_elastic
Elastic ease-out (spring effect).
slack-gif-creator/core/easing.py:85
Function
ease_out_quad
Quadratic ease-out (fast start, decelerating).
slack-gif-creator/core/easing.py:22
Function
exportImage
()
algorithmic-art/templates/generator_template.js:203
Function
fadeBackground
(opacity)
algorithmic-art/templates/generator_template.js:183
Function
getNoiseValue
(x, y, scale = 0.01)
algorithmic-art/templates/generator_template.js:190
Function
handle_console_message
(msg)
webapp-testing/examples/console_logging.py:14
Function
hexToRgb
(hex)
algorithmic-art/templates/generator_template.js:132
Function
interpolate
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
Function
is_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
Function
linear
Linear interpolation (no easing).
slack-gif-creator/core/easing.py:12
Function
mapRange
(value, inMin, inMax, outMin, outMax)
algorithmic-art/templates/generator_template.js:146
Function
parse_region
(value: str)
screenshot/scripts/take_screenshot.py:33
Function
regenerate
()
algorithmic-art/templates/generator_template.js:171
Method
registerEndpoint
* 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
Function
runApplication
* 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
Method
saveScreenshot
compose-ui-test-server/src/jvmMain/kotlin/io/github/forketyfork/composeuittest/endpoint/ScreenshotEndpoint.kt:44
Function
setup
()
algorithmic-art/templates/generator_template.js:53
Function
startTestServer
* 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
Function
startTestServerIfEnabled
* 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
Method
stop
* 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
Function
updateParameter
(paramName, value)
algorithmic-art/templates/generator_template.js:165
Function
vectorFromAngle
(angle, magnitude = 1)
algorithmic-art/templates/generator_template.js:195
Function
wrapAround
(value, max)
algorithmic-art/templates/generator_template.js:155
← previous
401–437 of 437, ranked by callers