My Recent Pastes (237841 and counting)

All Pasties (over 237,841 and counting)

Pages: 1 6935 6937 6939 11893

Below are summaries of the most recent pasties.

November 21, 2007
1:16PM EDT

1
2
3
4
5
#include <cstdio>
#include <cmath>

double iterFak (double);

November 21, 2007
1:11PM EDT

1
2
3
4
5
slide: function() {
                if(!this.working) {
                        this.working = true;
                        new Effect.qualcosa({
                                afterFinish: function() {

November 21, 2007
1:07PM EDT

1
2
3
4
5
var IntinigSlider = Class.create();
IntinigSlider.prototype = {         
        
        initialize: function(id, options) {                                
                this.options = Object.extend({

November 21, 2007
1:06PM EDT

1
2
3
4
5
processinput() {        
        int curX, curY, curFood;
        std::cin>>numAnts; 

        std::vector<Ant> newAnts;

November 21, 2007
12:57PM EDT

1
2
3
4
5
irb> self.attributes['start']
=> Wed Jul 04 13:30:00 UTC 2007
irb> TzTime.zone.utc_to_local(self.attributes['start'])
=> Wed Jul 04 06:30:00 UTC 2007
irb> TzTime.zone

November 21, 2007
12:56PM EDT

1
2
3
4
5
var MyFormHandler = Class.create({

  initialize: function(form) {

    this.form = $(form);

November 21, 2007
12:53PM EDT

1
2
3
4
5
accept(3, {sa_family=AF_INET, sin_port=htons(50833), sin_addr=inet_addr("127.0.0.1")}, [16]) = 4
select(5, [4], NULL, NULL, {0, 100000}) = 1 (in [4], left {0, 100000})
fcntl(4, F_GETFL)                       = 0x2 (flags O_RDWR)
fstat(4, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b5e14275000

November 21, 2007
12:33PM EDT

1
2
3
4
5
Hi,

A Facebook user reported that your application WarBook violates our Terms of Use. The user reporting it selected Violence as the violation. This person also said:

"It breeds hatred, flame wars and hostility among facebook users. It is a big reason why facebook has so many multiple accounts. People abuse facebook to try out "warbook cheats". Malicious scripts are posted in the discussion board. It breeds an extreme amount of hatred to the extent that people vow to kill each other in real life. Either make the application change its rules or remove it. Let Facebook be a place to make friends not enemies."

November 21, 2007
12:32PM EDT

1
2
3
4
5
$ ./script/console
Loading development environment.
/Library/Ruby/Gems/1.8/gems/mysql-2.7/lib/mysql.bundle: dlopen(/Library/Ruby/Gems/1.8/gems/mysql-2.7/lib/mysql.bundle, 9): Library not loaded: /usr/local/mysql/lib/mysql/libmysqlclient.15.dylib (LoadError)
  Referenced from: /Library/Ruby/Gems/1.8/gems/mysql-2.7/lib/mysql.bundle
  Reason: image not found - /Library/Ruby/Gems/1.8/gems/mysql-2.7/lib/mysql.bundle        from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:32:in `require'

November 21, 2007
12:32PM EDT

1
2
3
4
5
#include <cstdio>
#include <cmath>

double iterFak (double);

November 21, 2007
12:30PM EDT

1
2
3
4
5
APPLICATION = 'sleuth'
RAILS_ROOT  = "/sites/#{APPLICATION}/current"

(9000..9004).each do |port|
  God.watch do |w|

November 21, 2007
12:28PM EDT

1
2
3
4
5
cd ~/lib
svn co http://datamapper.rubyforge.org/svn/trunk/ data_mapper
cd data_mapper
rake gem
gem install -l pkg/datamapper-0.2.3.gem

November 21, 2007
12:28PM EDT

1
2
3
4
5
XTerm*background:  white
XTerm*foreground:  black
XTerm*cursorColor: yellow
XTerm*color0:      black
XTerm*color1:      #9e1828

November 21, 2007
12:28PM EDT

1
2
3
4
5
class CommonHiddenStreamToken(CommonToken):
    def __init__(self,*args):
        CommonToken.__init__(self,*args)
        self.hiddenBefore = None

November 21, 2007
12:27PM EDT

1
2
3
4
5
class CommonHiddenStreamToken(CommonToken):
    def __init__(self,*args):
        CommonToken.__init__(self,*args)
        self.hiddenBefore = None

November 21, 2007
12:25PM EDT

1
2
3
4
5
root      2356  0.0  0.2   4132  1872 ?        Ss   12:18   0:00 nginx: master process /usr/local/sbin/nginx -c /usr/local/nginx/conf/nginx_veader.conf
web       2358  0.0  0.2   4264  2068 ?        S    12:18   0:00  \_ nginx: worker process                                           
web       2359  0.0  0.2   4264  2068 ?        S    12:18   0:00  \_ nginx: worker process                                           
root      2371  3.9  1.4  15276 12972 ?        S    12:19   0:13 /usr/local/bin/ruby /usr/local/bin/god -c /etc/god/main.god
web       2501  2.3  3.2  31420 29060 ?        S    12:19   0:07 /usr/local/bin/ruby /usr/local/bin/mongrel_rails start -P /sites/30Boxes/current/log/mongrel.8010.pid -e production -c /sites/30Boxes/current -p 8010 -d

November 21, 2007
12:24PM EDT

1
2
3
4
5
$ rake db:migrate --trace
(in /Users/jeff/code/clients/flavorpill/flavorpill_pubapp)
rake aborted!
Expected /Users/jeff/code/clients/flavorpill/flavorpill_pubapp/config/../vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb to define Technoweenie::AttachmentFu
/Users/jeff/code/clients/flavorpill/flavorpill_pubapp/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:249:in `load_missing_constant'

November 21, 2007
12:23PM EDT

1
2
3
4
5
## blogify.rake
%w(rubygems rake erb atom/collection).each { |l| require l }

store_path = ENV['STORE_PATH'] || File.dirname(__FILE__) + '/atom-store'
pub_path = ENV['PUB_PATH'] || File.dirname(__FILE__)

November 21, 2007
12:22PM EDT

1
2
3
4
5
root      2356  0.0  0.2   4132  1872 ?        Ss   12:18   0:00 nginx: master process /usr/local/sbin/nginx -c /usr/local/nginx/conf/nginx_veader.conf
web       2358  0.0  0.2   4264  2068 ?        S    12:18   0:00  \_ nginx: worker process                                           
web       2359  0.0  0.2   4264  2068 ?        S    12:18   0:00  \_ nginx: worker process                                           
root      2371  6.0  1.2  14036 11688 ?        S    12:19   0:09 /usr/local/bin/ruby /usr/local/bin/god -c /etc/god/main.god
web       2779  5.8  1.1  12316  9984 ?        Rs   12:21   0:01  \_ /usr/local/bin/ruby /usr/local/bin/mongrel_rails start -P /sites/30Boxes/current/log/mongrel.8011.pid -e production -c /sites/30Boxes/current -p 8011 -d

November 21, 2007
12:19PM EDT

1
2
3
4
5
root      2356  0.0  0.2   4132  1872 ?        Ss   12:18   0:00 nginx: master process /usr/local/sbin/nginx -c /usr/local/nginx/conf/nginx_veader.conf
web       2358  0.0  0.2   4264  2068 ?        S    12:18   0:00  \_ nginx: worker process                                           
web       2359  0.0  0.2   4264  2068 ?        S    12:18   0:00  \_ nginx: worker process                                           
root      2371  9.7  1.2  13836 11440 ?        S    12:19   0:02 /usr/local/bin/ruby /usr/local/bin/god -c /etc/god/main.god
web       2447  7.0  1.1  12316  9984 ?        Rs   12:19   0:01  \_ /usr/local/bin/ruby /usr/local/bin/mongrel_rails start -P /sites/theveaders/current/log/mongrel.8000.pid -e production -c /sites/theveaders/current -p 8000 -d

Next page

Previous page