Skip to content

Instantly share code, notes, and snippets.

library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use work.mypackage.all;
entity ftr is
port (
clk, reset, t : in std_logic;
q : out std_logic
) ;
restart -f
force clk 1 0, 0 50 -repeat 100
force reset 1 0, 0 50
force t 1 55, 0 115 -repeat 200
run 1000
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use work.mypackage.all;
entity ftr is
port (
clk, reset, t : in std_logic;
q : out std_logic
) ;
it "should not contain any attributes that contain any html tags" do
@use.each do |subtitle|
[:details, :downloads, :cds, :title, :movie_title, :url].each do |method|
subtitle.send(method).should_not match(/<\/?[^>]*>/)
end
end
end
/Users/linus/.rvm/gems/ruby-1.9.2-p136/gems/hpricot-0.8.3/lib/hpricot/parse.rb:33: [BUG] Segmentation fault
ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-darwin10.6.0]
-- control frame ----------
c:0036 p:---- s:0142 b:0142 l:000141 d:000141 CFUNC :(null)
c:0035 p:---- s:0140 b:0140 l:000139 d:000139 CFUNC :scan
c:0034 p:0074 s:0135 b:0135 l:000134 d:000134 METHOD /Users/linus/.rvm/gems/ruby-1.9.2-p136/gems/hpricot-0.8.3/lib/hpricot/parse.rb:33
c:0033 p:0030 s:0128 b:0128 l:000127 d:000127 METHOD /Users/linus/.rvm/gems/ruby-1.9.2-p136/gems/hpricot-0.8.3/lib/hpricot/parse.rb:4
c:0032 p:0014 s:0122 b:0122 l:000121 d:000121 METHOD /Users/linus/Documents/Projekt/undertexter/lib/undertexter.rb:60
c:0031 p:0071 s:0117 b:0117 l:000116 d:000116 METHOD /Users/linus/Documents/Projekt/undertexter/lib/undertexter.rb:49
/Users/linus/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/site_ruby/1.9.1/rubygems.rb:861:in `report_activate_error': Could not find RubyGem warbler (>= 0) (Gem::LoadError)
from /Users/linus/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/site_ruby/1.9.1/rubygems.rb:255:in `activate'
from /Users/linus/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/site_ruby/1.9.1/rubygems.rb:1204:in `gem'
from /Users/linus/.rvm/gems/ruby-1.9.2-p136/bin/warble:18:in `<main>'
Line 210 and 214 here: https://github.com/oleander/MovieSearcher/blob/master/lib/imdb_party/httparty_icebox.rb
RubyBasicObject.java:1600:in `getNativeTypeIndex': java.lang.UnsupportedOperationException: Not supported yet.
from MarshalStream.java:161:in `getVariables'
from MarshalStream.java:204:in `writeDirectly'
from RubyClass.java:1547:in `dump'
from RubyClass.java:1625:in `smartDump'
from MarshalStream.java:154:in `writeAndRegister'
from MarshalStream.java:108:in `dumpObject'
alias gp='git push origin master'
alias gph='git push heroku master'
alias gs='git status'
alias cr='cd /Users/linus/Documents/Projekt/'
alias r='cr && cd Rubyfy'
alias gph='git push heroku master'
alias l='heroku logs | tail -n 100 | mate'
alias start='sudo rails s --debugger -p 80'
alias deploy='rake deploy:heroku'
alias b='bundle install'
$.ajax({
type: 'get',
url: "http://example.com/channels/10.json",
dataType: 'jsonp',
success: function(data) {
alert(data);
}
});
# Error: Resource interpreted as script but transferred with MIME type application/json
#!/usr/bin/env /Users/linus/.rvm/bin/ruby-1.9.2-p136
# encoding: UTF-8
# gem install unpack ruby-growl movie_searcher undertexter
require 'rubygems'
require 'unpack'
require 'ruby-growl'
require 'movie_searcher'
require 'undertexter'