代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/275831/10794388
rb 11 - being a bittorrent client.rb
require 'rubytorrent'
file = 'http://publicdomaintorrents.com/bt/btdownload.php?type=torrent' +
'&file=Night_of_the_Living_Dead.avi.torrent'
client = RubyTorrent::BitTorrent.new(file)
#---
cli
www.eeworm.com/read/275831/10794414
rb 10 - metaprogramming with string evaluations.rb
class Numeric
[['add', '+'], ['subtract', '-'],
['multiply', '*',], ['divide', '/']].each do |method, operator|
define_method("#{method}_2") do
method(operator).call(2)
end
end
end
www.eeworm.com/read/275831/10794489
rb 12 - making a hash more like a struct.rb
require 'rubygems'
require 'facet/hash/to_ostruct'
cliches = { 'hammer' => 'tongs', :lock => ['stock', 'barrel'] }
cliches_struct = cliches.to_ostruct
cliches_struct.hammer
www.eeworm.com/read/419925/10828505
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/419765/10839126
py idaapi.py
# This file was automatically generated by SWIG (http://www.swig.org).
# Version 1.3.36
#
# Don't modify this file, modify the SWIG interface instead.
"""
IDA Pro Plugin SDK API wrapper
"""
www.eeworm.com/read/349226/10840583
lif bheptpuf.lif
#Life 1.05
#D B-heptomino puffer (well known)
#D An extension of PUFTRAIN, but at these
#D lengths, the ends need to be hit by
#D rakes. Even with the rakes, there are
#D only a finite number of
www.eeworm.com/read/348907/10860466
py tree.py
### Copyright (C) 2002-2006 Stephen Kennedy
### This program is free software; you can redistribute it and/or modify
### it under the terms of the GNU General Public License as pub
www.eeworm.com/read/348907/10860574
py diffutil.py
### Copyright (C) 2002-2006 Stephen Kennedy
### This program is free software; you can redistribute it and/or modify
### it under the terms of the GNU General Public License as pub
www.eeworm.com/read/348907/10860639
py meldapp.py
### Copyright (C) 2002-2006 Stephen Kennedy
### This program is free software; you can redistribute it and/or modify
### it under the terms of the GNU General Public License as pub
www.eeworm.com/read/348821/10865648
c lasvm.c
/***********************************************************************
*
* LASVM -- online svm.
* Copyright (C) 2005 NEC Labs America
*
* This program is free software; you can redistribut