Skip to content
View FARUK-YILDIRIM's full-sized avatar
Could it actually be possible for computer code strings to be able to think? 🤔
Could it actually be possible for computer code strings to be able to think? 🤔

Organizations

@TheAlgorithms

Block or report FARUK-YILDIRIM

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. discord-webhook-notifier discord-webhook-notifier Public

    Discord Webhook Notifier is a simple tool that allows you to send notifications to your Discord servers via webhooks.

    JavaScript

  2. javascript-object-buster javascript-object-buster Public

    A library that ensures that required JavaScript object values exist.

    JavaScript

  3. Komutan-Logger Komutan-Logger Public

    Internal logger service for your microservice applications. (alpha)

    JavaScript

  4. macos-prevent-sleep macos-prevent-sleep Public

    Manage sleep mode with a single click. Prevent or allow the device to enter sleep mode.

    JavaScript

  5. This gist contains a launch.json con... This gist contains a launch.json configuration for debugging multiple microservices within a Node.js environment using Visual Studio Code. Each configuration is tailored for a specific microservice, enabling seamless debugging across the architecture.
    1
    {
    2
        // Use IntelliSense to learn about possible attributes.
    3
        // Hover to view descriptions of existing attributes.
    4
        // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    5
        "version": "0.2.0",
  6. mysql dump and import script for docker mysql dump and import script for docker
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    SOURCE_HOST=''
    4
    SOURCE_PORT='3306'
    5
    SOURCE_USER=''