Skip to content
View wemrekurt's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Organizations

@globalmediaa @omuoyak
Block or Report

Block or report wemrekurt

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
wemrekurt/README.md

Hi there 👋

Pinned

  1. wordle-ruby wordle-ruby Public

    Wordle game with ruby

    Ruby 1

  2. google_drive_backup google_drive_backup Public

    Google Drive Backup with Ruby

    Ruby 7

  3. Ruby Trie data structure implementation Ruby Trie data structure implementation
    1
    class TrieNode
    2
      attr_accessor :children, :end_of_word, :parent
    3
    
                  
    4
      def initialize(parent)
    5
        self.children = {}
  4. rails-nginx-postgres-mysql-backup rails-nginx-postgres-mysql-backup Public

    Nginx conf dosyalarındaki rails uygulamaları için mysql yedeği.

    Shell

  5. MySQL Backup for Rails Apps (on Nginx) MySQL Backup for Rails Apps (on Nginx)
    1
    #!/bin/bash
    2
    
                  
    3
    today=`date +%Y-%m-%d_%H-%M` 
    4
    
                  
    5
    for i in /etc/nginx/sites-enabled/* 
  6. il-ilceler-json il-ilceler-json Public

    Türkiye il ve ilçelerin belediye bilgileri

    32 13