I may be slow to respond.
Ruby on Rails, Linux
-
Global Media
- Samsun, Turkey
- https://www.globalmedia.com.tr
Highlights
Pinned Loading
-
-
-
Ruby Trie data structure implementation
Ruby Trie data structure implementation 1class TrieNode
2attr_accessor :children, :end_of_word, :parent
34def initialize(parent)
5self.children = {}
-
rails-nginx-postgres-mysql-backup
rails-nginx-postgres-mysql-backup PublicNginx conf dosyalarındaki rails uygulamaları için mysql yedeği.
Shell
-
MySQL Backup for Rails Apps (on Nginx)
MySQL Backup for Rails Apps (on Nginx) 1#!/bin/bash
23today=`date +%Y-%m-%d_%H-%M`
45for i in /etc/nginx/sites-enabled/*
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.