- Twitter: @example
- Website or Blog: http://example.net
- Company: Example Ltd. http://example.com
[Feel free to add more details if you wish…]
| require 'benchmark/ips' | |
| class FakeDimension | |
| def initialize | |
| @margin_start = 10 | |
| @margin_start_relative = false | |
| end | |
| def relative?(result) | |
| result.is_a?(Float) && result <= 1 |
| tobi@airship ~/github/shoes4 $ time rake spec | |
| jruby --debug --1.9 -Ispec -S rspec --tty -rshoes-core/spec/spec_helper shoes-core/spec/shoes/point_spec.rb shoes-core/spec/shoes/keyrelease_spec.rb shoes-core/spec/shoes/constants_spec.rb shoes-core/spec/shoes/app_spec.rb shoes-core/spec/shoes/star_spec.rb shoes-core/spec/shoes/packager_spec.rb shoes-core/spec/shoes/image_spec.rb shoes-core/spec/shoes/input_box_spec.rb shoes-core/spec/shoes/text_block_dimensions_spec.rb shoes-core/spec/shoes/renamed_delegate_spec.rb shoes-core/spec/shoes/border_spec.rb shoes-core/spec/shoes/text_block_spec.rb shoes-core/spec/shoes/keypress_spec.rb shoes-core/spec/shoes/oval_spec.rb shoes-core/spec/shoes/internal_app_spec.rb shoes-core/spec/shoes/shape_spec.rb shoes-core/spec/shoes/radio_spec.rb shoes-core/spec/shoes/font_spec.rb shoes-core/spec/shoes/list_box_spec.rb shoes-core/spec/shoes/dimensions_spec.rb shoes-core/spec/shoes/animation_spec.rb shoes-core/spec/shoes/link_spec.rb shoes-core/spec/shoes/widget_spec.rb shoes-core |
| require 'msf/core' | |
| class Metasploit3 < Msf::Exploit::Remote | |
| # | |
| # This exploit affects the debian Linuxmachine from our IS Special task. | |
| # | |
| include Exploit::Remote::Tcp | |
| def initialize(info = {}) |
| Inspecting 160 files | |
| ..CCWCCCCWWCCWCWCW.CCC.CCWCCCCCCCCCC.CCCCCCCCCCCCCCCCWCWCCCCCCCCCWC.C.CCCCCCCCCWCCCCCCCCCCCCCCCCCCCCCCWCCCWCW.WCCCCCCCC..CCCWCW.CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC | |
| Offenses: | |
| lib/shoes/dsl.rb:5:1: C: Style/Documentation: Missing top-level class documentation comment. | |
| class Shoes | |
| ^^^^^ | |
| lib/shoes/dsl.rb:34:81: C: Metrics/LineLength: Line is too long. [101/80] | |
| $stderr.puts "WARN: The Shoes.setup method is deprecated, you need to install gems yourself." \ |
| Inspecting 164 files | |
| WCWCCWWCCCWWWCCWCCCWWWCWWCCWCWCWWCCCCWCWWWWWCCWWWWWCWWWWWWWWWCWWWWCWCCCWCC.CCCCCCCCC.CCWCC.CCWCWCCCWCWWCWWCCCWWWCWWCCWWCCCWCWCCWCWCCC.CCCWCCW.CCWCCCCC.CCCCW.CCCCW.W | |
| Offenses: | |
| lib/ext/highlighter/common.rb:3:1: C: Missing top-level module documentation comment. | |
| module HH::Syntax | |
| ^^^^^^ | |
| lib/ext/highlighter/common.rb:3:8: C: Use nested module/class definitions instead of compact style. | |
| module HH::Syntax |
| Inspecting 164 files | |
| WCWCCWWCCCWWWCCWCCCWWWCWWCCWCWCWWCCCCWCWWWWWCCWWWWWCWWWWWWWWWCWWWWCWCCCWCC.CCCCCCCCC.CCWCC.CCWCWCCCWCWWCWWCCCWWWCWWCCWWCCCWCWCCWCWCCC.CCCWCCW.CCWCCCCC.CCCCW.CCCCW.W | |
| Offenses: | |
| lib/ext/highlighter/common.rb:3:1: C: Missing top-level module documentation comment. | |
| module HH::Syntax | |
| ^^^^^^ | |
| lib/ext/highlighter/common.rb:3:8: C: Use nested module/class definitions instead of compact style. | |
| module HH::Syntax |
| # | |
| # A fatal error has been detected by the Java Runtime Environment: | |
| # | |
| # SIGSEGV (0xb) at pc=0x00007f2696aba4f9, pid=2161, tid=139807017760512 | |
| # |
| Inspecting 164 files | |
| WCWCCWWCCCWWCCWCCCWWWCWWCCWCWCWCCCCCWCWWWWWCCWWWWWCWWWWWWWWWCWWWWCWCCCWCC.CCCCCCCCCC.CCCWCC.CCCCWCCCWCWWCWWCCCCWWCWWCWWCCCWWWCCWCWCCC.CWCWCCW.CCWCCCC.CCCCCW.CCCCW.W | |
| Offenses: | |
| lib/ext/highlighter/common.rb:3:1: C: Missing top-level module documentation comment. | |
| module HH::Syntax | |
| ^^^^^^ | |
| lib/ext/highlighter/common.rb:3:8: C: Use nested module/class definitions instead of compact style. | |
| module HH::Syntax |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>RailsGirlsApp</title> | |
| <link data-turbolinks-track="true" href="/assets/application.css" media="all" rel="stylesheet" /> | |
| <script data-turbolinks-track="true" src="/assets/application.js"></script> | |
| </head> | |
| <body> |
[Feel free to add more details if you wish…]