Skip to content
View torian257x's full-sized avatar
Block or Report

Block or report torian257x

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ai-php-rubix-wrap ai-php-rubix-wrap Public

    AI PHP is a wrapper for rubix ml to make AI very approachable

    PHP 15 3

  2. ai-php-rubix-wrap-laravel ai-php-rubix-wrap-laravel Public

    AI PHP is a wrapper for rubix ml to make AI very approachable in Laravel

    PHP 27 5

  3. multi build of laravel mix with perf... multi build of laravel mix with performance improvement for tailwindcss "yarn hot" -> javascript as hot, tailwind as watch
    1
    <!doctype html>
    2
    <html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
    3
    <head>
    4
        <meta charset="utf-8">
    5
        <meta name="viewport" content="width=device-width, initial-scale=1">
  4. useRefState useStateWithRef useRefState useStateWithRef
    1
    const useStateWithRef = (initialState) => {
    2
      const [state, _setState] = React.useState(initialState);
    3
      const ref = React.useRef(state);
    4
      const setState = React.useCallback(
    5
        (newState) => {
  5. alpine-3-tutorial alpine-3-tutorial Public

    HTML