Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View SSbit01's full-sized avatar
❄️
Cold
❄️
Cold

Organizations

@HandyVoid @profile-rocks

Block or report SSbit01

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. secure-otp-server secure-otp-server Public template

    A template server for generating, encrypting, and verifying One-Time Passwords (OTP). Designed for microservices, modern authentication flows, and serverless environments.

    TypeScript 1

  2. singlecrypt-text singlecrypt-text Public

    A simple, secure and fast symmetric encryption library that makes use of AES-GCM.

    JavaScript 1

  3. awesome-head awesome-head Public

    The best and most up-to-date compilation of HTML head tags.

    HTML

  4. Base Biome configuration Base Biome configuration
    1
    {
    2
      "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
    3
      "files": {
    4
        "includes": [
    5
          "**",
  5. Base Deno configuration Base Deno configuration
    1
    {
    2
      "$schema": "https://raw.githubusercontent.com/denoland/deno/refs/heads/main/cli/schemas/config-file.v1.json",
    3
      "compilerOptions": {
    4
        "jsx": "react-jsx",
    5
        "jsxImportSource": "hono/jsx"
  6. Base Prettier configuration Base Prettier configuration
    1
    /**
    2
     * @see https://prettier.io/docs/configuration
    3
     * @type {import("prettier").Config}
    4
     */
    5
    export default {