Commit 676aefc9 authored by 神楽坂玲奈's avatar 神楽坂玲奈

encoding

parent eb6b6750
# encoding: UTF-8
# Check the command is legal or not # Check the command is legal or not
require 'json' require 'json'
require 'digest/md5' require 'digest/md5'
...@@ -35,4 +36,4 @@ module Authorize ...@@ -35,4 +36,4 @@ module Authorize
def change_password(password) def change_password(password)
@@command_password = Aunthorize.md5(password) @@command_password = Aunthorize.md5(password)
end end
end end
\ No newline at end of file
# encoding: UTF-8
# Commands Reflector # Commands Reflector
require File.dirname(__FILE__) + '/Global.rb' require File.dirname(__FILE__) + '/Global.rb'
require File.dirname(__FILE__) + '/Sqlite.rb' require File.dirname(__FILE__) + '/Sqlite.rb'
......
# encoding: UTF-8
# git commands # git commands
require File.dirname(__FILE__) + '/Global.rb' require File.dirname(__FILE__) + '/Global.rb'
......
# encoding: UTF-8
# Global Settings # Global Settings
module Global module Global
......
# encoding: UTF-8
# Judge the hash. # Judge the hash.
# Use the JSON Version. # Use the JSON Version.
......
# encoding: UTF-8
require 'yaml' require 'yaml'
require File.dirname(__FILE__) + '/Global.rb' require File.dirname(__FILE__) + '/Global.rb'
......
# encoding: UTF-8
# Log # Log
require 'logger' require 'logger'
......
# encoding: UTF-8
# mse set constants # mse set constants
module MSEConstants module MSEConstants
......
# encoding: UTF-8
require File.dirname(__FILE__) + '/MSEConstants.rb' require File.dirname(__FILE__) + '/MSEConstants.rb'
require File.dirname(__FILE__) + '/YgoCoreJudgers.rb' require File.dirname(__FILE__) + '/YgoCoreJudgers.rb'
require File.dirname(__FILE__) + '/Global.rb' require File.dirname(__FILE__) + '/Global.rb'
......
#!/usr/bin/env ruby #!/usr/bin/env ruby
# encoding: UTF-8
# sinatra server core # sinatra server core
......
# encoding: UTF-8
require 'sqlite3' require 'sqlite3'
require 'fileutils' require 'fileutils'
require File.dirname(__FILE__) + '/Git.rb' require File.dirname(__FILE__) + '/Git.rb'
......
# encoding: UTF-8
# This is a test file. # This is a test file.
def unit_test1 def unit_test1
...@@ -29,4 +30,4 @@ def unit_test_god ...@@ -29,4 +30,4 @@ def unit_test_god
Commands.generate_single(10000040) Commands.generate_single(10000040)
end end
unit_test_god unit_test_god
\ No newline at end of file
# encoding: UTF-8
# ygocore constants # ygocore constants
module YGOCoreConstants module YGOCoreConstants
......
# encoding: UTF-8
=begin =begin
CREATE TABLE datas( CREATE TABLE datas(
......
#!/usr/bin/env ruby #!/usr/bin/env ruby
# encoding: UTF-8
#usage: ./generator.rb zh-CN #usage: ./generator.rb zh-CN
require_relative 'Commands.rb' 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