Commit 8fdddac4 authored by 神楽坂玲奈's avatar 神楽坂玲奈

Revert "encoding"

This reverts commit 676aefc9.
parent 5b6eae2b
# encoding: UTF-8
# Check the command is legal or not
require 'json'
require 'digest/md5'
......@@ -36,4 +35,4 @@ module Authorize
def change_password(password)
@@command_password = Aunthorize.md5(password)
end
end
end
\ No newline at end of file
# encoding: UTF-8
# Commands Reflector
require File.dirname(__FILE__) + '/Global.rb'
require File.dirname(__FILE__) + '/Sqlite.rb'
......
# encoding: UTF-8
# git commands
require File.dirname(__FILE__) + '/Global.rb'
......
# encoding: UTF-8
# Global Settings
module Global
......
# encoding: UTF-8
# Judge the hash.
# Use the JSON Version.
......
# encoding: UTF-8
require 'yaml'
require File.dirname(__FILE__) + '/Global.rb'
......
# encoding: UTF-8
# Log
require 'logger'
......
# encoding: UTF-8
# mse set constants
module MSEConstants
......
# encoding: UTF-8
require File.dirname(__FILE__) + '/MSEConstants.rb'
require File.dirname(__FILE__) + '/YgoCoreJudgers.rb'
require File.dirname(__FILE__) + '/Global.rb'
......
#!/usr/bin/env ruby
# encoding: UTF-8
# sinatra server core
......
# encoding: UTF-8
require 'sqlite3'
require 'fileutils'
require File.dirname(__FILE__) + '/Git.rb'
......
# encoding: UTF-8
# This is a test file.
def unit_test1
......@@ -30,4 +29,4 @@ def unit_test_god
Commands.generate_single(10000040)
end
unit_test_god
unit_test_god
\ No newline at end of file
# encoding: UTF-8
# ygocore constants
module YGOCoreConstants
......
# encoding: UTF-8
=begin
CREATE TABLE datas(
......
#!/usr/bin/env ruby
# encoding: UTF-8
#usage: ./generator.rb zh-CN
require_relative 'Commands.rb'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment