Skip to content
View valentinludu's full-sized avatar

Block or report valentinludu

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. charmverse/app.charmverse.io charmverse/app.charmverse.io Public

    All-in-one DAO Operations Platform

    TypeScript 65 27

  2. scoutgame/scoutgame.xyz scoutgame/scoutgame.xyz Public

    TypeScript 7 3

  3. civicapp civicapp Public

    An app that sends an AI generated message and image to Bucharest authorities.

    TypeScript

  4. oblio-mcp oblio-mcp Public

    MCP Server for the Oblio API, enabling Claude and other MCP compatible platforms to interact with Oblio.eu accounting software.

    TypeScript

  5. telegram-bot-weather-ts telegram-bot-weather-ts Public

    Telegram bot weather built with nodejs & typescript.

    TypeScript

  6. Send cal.com booking success event i... Send cal.com booking success event into Google Analytics
    1
    <script>
    2
      //Track booking success event from Cal.com in GA4
    3
      window.dataLayer = window.dataLayer ||[];
    4
      window.addEventListener('message', (e) => {
    5
          if (e.data?.type && e.data?.originator?.toLowerCase()?.includes('cal')) {