代码搜索:Ruby
找到约 1,747 项符合「Ruby」的源代码
代码结果 1,747
www.eeworm.com/read/389864/2534930
am makefile.am
pkglib_LTLIBRARIES = librcssmonitor3D.la
AM_CPPFLAGS = -I${top_srcdir}/lib -I${top_srcdir}/plugin -I${top_srcdir}/utility \
@FREETYPE_CPPFLAGS@ @RUBY_CPPFLAGS@
librcssmonitor3D_la_LDFLAGS = -
www.eeworm.com/read/389759/2538346
rb embedcover.rb
#!/usr/bin/env ruby
#
# Amarok Script for embedding album cover images in MP3 files.
#
# (c) 2005-2006 Mark Kretschmann
# License: GNU General Public License V2
require 'md5'
require
www.eeworm.com/read/355365/3054338
am makefile.am
pkglib_LTLIBRARIES = librcssmonitor3D.la
AM_CPPFLAGS = -I${top_srcdir}/lib -I${top_srcdir}/plugin -I${top_srcdir}/utility \
@FREETYPE_CPPFLAGS@ @RUBY_CPPFLAGS@
librcssmonitor3D_la_LDFLAGS = -
www.eeworm.com/read/389759/2538094
rb amarok_daapserver.rb
#!/usr/bin/env ruby
#A DAAP Server
# (c) 2006 Ian Monroe
# License: GNU General Public License V2
$LOAD_PATH.push(ARGV[0])
puts "here it is: #{ARGV[0]}"
$LOAD_PATH.push(ARGV[1])
puts
www.eeworm.com/read/275831/10794062
rb 08 - normalizing ownership and permissions in user directories.rb
#!/usr/bin/ruby -w
# normalize_homes.rb
require 'etc'
require 'find'
require 'optparse'
def normalize_home(pwd_entry, maximum_perms=0775, dry_run=true)
uid, home = pwd_entry.uid, pwd_entry.dir
u
www.eeworm.com/read/275831/10794070
rb 03 - running periodic tasks without cron or at.rb
#!/usr/bin/ruby
# lunchtime.rb
def background_run_at(time)
fork do
sleep(1) until Time.now >= time
yield
end
end
today = Time.now
noon = Time.local(today.year, today.month, today.day, 1
www.eeworm.com/read/457053/1600832
tcl large-sim.tcl
# Testing for CPU/memory efficiency for routing code in ns-2
# using t1000 - a 1000 node ts topology
set ns [new Simulator]
###source /nfs/ruby/haldar/conser/ns-2/tcl/ex/t1000.tcl
source t1000.tcl
se
www.eeworm.com/read/455269/1624698
tcl large-sim.tcl
# Testing for CPU/memory efficiency for routing code in ns-2
# using t1000 - a 1000 node ts topology
set ns [new Simulator]
###source /nfs/ruby/haldar/conser/ns-2/tcl/ex/t1000.tcl
source t1000.tcl
se
www.eeworm.com/read/213708/4913009
tcl large-sim.tcl
# Testing for CPU/memory efficiency for routing code in ns-2
# using t1000 - a 1000 node ts topology
set ns [new Simulator]
###source /nfs/ruby/haldar/conser/ns-2/tcl/ex/t1000.tcl
source t1000.tcl
se
www.eeworm.com/read/307320/3724271
tcl large-sim.tcl
# Testing for CPU/memory efficiency for routing code in ns-2
# using t1000 - a 1000 node ts topology
set ns [new Simulator]
###source /nfs/ruby/haldar/conser/ns-2/tcl/ex/t1000.tcl
source t1000.tcl
se