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
------------------------------------------------------------------------------- | |
>Log Session: Monday, February 20, 2012 8:59:42 PM CET | |
>System Info: | |
Product Version = NetBeans IDE 7.1 (Build 201112071828) (#e649e0c4c10c) | |
Operating System = Linux version 3.0.0-14-generic-pae running on i386 | |
Java; VM; Vendor = 1.6.0_26; Java HotSpot(TM) Client VM 20.1-b02; Sun Microsystems Inc. | |
Runtime = Java(TM) SE Runtime Environment 1.6.0_26-b03 | |
Java Home = /usr/lib/jvm/java-6-sun-1.6.0.26/jre | |
System Locale; Encoding = en_US (nb); UTF-8 | |
Home Directory = /home/jarmo |
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
2012-03-05T10:09:40+00:00 heroku[router]: GET furious-sunset-8607.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=8ms status=304 bytes=0 | |
2012-03-05T10:09:40+00:00 heroku[router]: GET furious-sunset-8607.herokuapp.com/assets/rails.png dyno=web.1 queue=0 wait=0ms service=7ms status=304 bytes=0 | |
2012-03-05T10:09:40+00:00 app[web.1]: cache: [GET /assets/rails.png] stale, valid, store | |
2012-03-05T10:09:48+00:00 app[web.1]: | |
2012-03-05T10:09:48+00:00 app[web.1]: Started GET "/posts" for 88.195.97.181 at 2012-03-05 10:09:48 +0000 | |
2012-03-05T10:09:48+00:00 app[web.1]: | |
2012-03-05T10:09:48+00:00 app[web.1]: Processing by PostsController#index as HTML | |
2012-03-05T10:09:48+00:00 app[web.1]: Completed 500 Internal Server Error in 2ms | |
2012-03-05T10:09:48+00:00 app[web.1]: | |
2012-03-05T10:09:48+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped |
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
------------------------------------------------------------------------------- | |
>Log Session: Tuesday, March 13, 2012 1:31:44 PM EET | |
>System Info: | |
Product Version = NetBeans IDE 7.1 (Build 201112071828) (#e649e0c4c10c) | |
Operating System = Linux version 3.0.0-14-generic-pae running on i386 | |
Java; VM; Vendor = 1.6.0_26; Java HotSpot(TM) Client VM 20.1-b02; Sun Microsystems Inc. | |
Runtime = Java(TM) SE Runtime Environment 1.6.0_26-b03 | |
Java Home = /usr/lib/jvm/java-6-sun-1.6.0.26/jre | |
System Locale; Encoding = en_US (nb); UTF-8 | |
Home Directory = /home/jarmo |
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
body { | |
/* IE10 */ | |
background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%); | |
/* Mozilla Firefox */ | |
background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%); | |
/* Opera */ | |
background-image: -o-linear-gradient(top left, #FFFFFF 0%, #00A3EF 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
2012-05-28T00:21:40+00:00 app[web.1]: cache: [GET /railsadmin/users] miss | |
2012-05-28T00:21:40+00:00 app[web.1]: Processing by RailsAdmin::MainController#index as HTML | |
2012-05-28T00:21:40+00:00 app[web.1]: Parameters: {"model_name"=>"users"} | |
2012-05-28T00:21:40+00:00 app[web.1]: Completed 500 Internal Server Error in 2281ms | |
2012-05-28T00:21:40+00:00 app[web.1]: Rendered vendor/bundle/ruby/1.9.1/gems/rails_admin-0.0.3/app/views/rails_admin/main/dashboard.html.haml within layouts/rails_admin/application (174.6ms) | |
2012-05-28T00:21:40+00:00 heroku[router]: GET blooming-river-6064.herokuapp.com/railsadmin/users dyno=web.1 queue=0 wait=0ms service=3215ms status=500 bytes=643 | |
2012-05-28T00:21:41+00:00 app[web.1]: cache: [GET /favicon.ico] miss | |
2012-05-28T00:21:41+00:00 heroku[router]: GET blooming-river-6064.herokuapp.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=6ms status=200 bytes=0 | |
2012-05-28T01:30:04+00:00 heroku[web.1]: Idling | |
2012-05-28T01:30:06+00:00 heroku[web.1]: Stopping all processes with SIGTER |
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
package sanakirja; | |
import java.io.IOException; | |
public interface MuistavaSanakirja { | |
void lisaa(String sana, String kaannos); | |
String kaanna(String sana); | |
void poista(String sana); | |
void lataa() throws IOException; |
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
(global-linum-mode t) | |
(line-number-mode t) | |
(setq x-select-enable-clipboard t) | |
;(setq locale-coding-system 'utf-8) | |
;(set-terminal-coding-system 'utf-8) | |
;(set-keyboard-coding-system 'utf-8) | |
;(set-selection-coding-system 'utf-8) | |
;(prefer-coding-system 'utf-8) | |
;'(buffer-encoding (quote utf-8)) | |
'(recentf-mode t) |
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
/home/users/jamo/.rvm/gems/ruby-1.9.3-p194/gems/rbot-0.9.15/lib/rbot/ircbot.rb:976: warning: assigned but unused variable - e | |
/home/users/jamo/.rvm/gems/ruby-1.9.3-p194/gems/rbot-0.9.15/lib/rbot/rbotconfig.rb:36: warning: assigned but unused variable - gemname | |
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01. | |
Gem.source_index called from /home/users/jamo/.rvm/gems/ruby-1.9.3-p194/gems/rbot-0.9.15/lib/rbot/rbotconfig.rb:36.D, [2012/07/24 23:15:37#14975] DEBUG -- ircbot.rb:127:in `<top (required)>': debug test | |
I, [2012/07/24 23:15:37#14975] INFO -- ircbot.rb:128:in `<top (required)>': log test | |
W, [2012/07/24 23:15:37#14975] WARN -- ircbot.rb:129:in `<top (required)>': warning test | |
E, [2012/07/24 23:15:37#14975] ERROR -- ircbot.rb:130:in `<top (required)>': error test | |
F, [2012/07/24 23:15:37#14975] FATAL -- ircbot.rb:131:in `<top (required)>': fatal test | |
D, [2012/07/24 23:15:37#14975] DEBUG -- rbotconfig.rb:28:in `<module:Config>': trying to load rubygems |
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
# Logfile created on Fri Jul 27 19:15:58 +0300 2012 by logger.rb/22285 | |
=== /home/users/jamo/.rbot session started on 2012/07/27 19:15:58 === | |
E, [2012/07/27 19:15:59#16113] ERROR -- remote.rb:336:in `initialize': couldn't start remote service provider: #<Errno::EADDRINUSE: Address already in use - bind(2)> | |
E, [2012/07/27 19:15:59#16113] ERROR -- plugins.rb:577:in `load_botmodule_file': plugin /home/users/jamo/rbot/data/rbot/plugins/dictclient.rb load failed | |
E, [2012/07/27 19:15:59#16113] ERROR -- : #<LoadError: Ruby/DICT not found, grab it from http://www.caliban.org/ruby/ruby-dict.shtml> | |
E, [2012/07/27 19:15:59#16113] ERROR -- : /home/users/jamo/rbot/data/rbot/plugins/dictclient.rb:26:in `load_botmodule_file' | |
E, [2012/07/27 19:15:59#16113] ERROR -- : /home/users/jamo/rbot/lib/rbot/plugins.rb:681:in `scan_botmodules' |
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
# Logfile created on Fri Jul 27 19:15:58 +0300 2012 by logger.rb/22285 | |
=== /home/users/jamo/.rbot session started on 2012/07/27 19:15:58 === | |
E, [2012/07/27 19:15:59#16113] ERROR -- remote.rb:336:in `initialize': couldn't start remote service provider: #<Errno::EADDRINUSE: Address already in use - bind(2)> | |
E, [2012/07/27 19:15:59#16113] ERROR -- plugins.rb:577:in `load_botmodule_file': plugin /home/users/jamo/rbot/data/rbot/plugins/dictclient.rb load failed | |
E, [2012/07/27 19:15:59#16113] ERROR -- : #<LoadError: Ruby/DICT not found, grab it from http://www.caliban.org/ruby/ruby-dict.shtml> | |
E, [2012/07/27 19:15:59#16113] ERROR -- : /home/users/jamo/rbot/data/rbot/plugins/dictclient.rb:26:in `load_botmodule_file' | |
E, [2012/07/27 19:15:59#16113] ERROR -- : /home/users/jamo/rbot/lib/rbot/plugins.rb:681:in `scan_botmodules' |
OlderNewer