This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.TBS ||= {} | |
Date::format = (format) -> | |
o = | |
'M+': @getMonth() + 1 | |
'd+': @getDate() | |
'h+': @getHours() | |
'm+': @getMinutes() | |
's+': @getSeconds() | |
'q+': Math.floor((@getMonth() + 3) / 3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"湖南省": [ | |
"湘潭大学", | |
"吉首大学", | |
"湖南大学", | |
"中南大学", | |
"湖南科技大学", | |
"长沙理工大学", | |
"湖南农业大学", | |
"中南林业科技大学", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
desc "update zone data" | |
task :find_bad_js => :environment do | |
JS_PATH = "/lit/app/assets/javascripts/**/*.js"; | |
Dir[JS_PATH].each do |file_name| | |
puts "\n#{file_name}" | |
puts Uglifier.compile(File.read(file_name)) | |
end | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"auto_complete": true, | |
"auto_complete_commit_on_tab": true, | |
"color_scheme": "Monokai.sublime-color-scheme", | |
"copy_with_empty_selection": true, | |
"dictionary": "Packages/Language - English/en_US.dic", | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 20, | |
"ignored_packages": | |
[ |
OlderNewer