This file contains hidden or 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
| require 'uglifier' | |
| JS_PATH = ".../app/assets/javascripts/**/*.js"; | |
| Dir[JS_PATH].each do |file_name| | |
| puts "\n#{file_name}" | |
| puts Uglifier.compile(File.read(file_name)) | |
| end |
This file contains hidden or 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
| #include <stdio.h> | |
| void main() { | |
| int value=100; | |
| if(value > 100) | |
| { | |
| printf("1"); | |
| } | |
| else if(value>100) | |
| { |
This file contains hidden or 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
| Name: logstash | |
| Version: 1.1.0 | |
| Release: 1%{?dist} | |
| Summary: logstash is a tool for managing events and logs | |
| Group: System/Logging | |
| License: ASL 2.0 | |
| URL: http://logstash.net/ | |
| Source0: http://semicomplete.com/files/logstash/logstash-%{version}-monolithic.jar | |
| Source1: logstash |