代码搜索:Ruby
找到约 1,747 项符合「Ruby」的源代码
代码结果 1,747
www.eeworm.com/read/458008/1590233
sql populate.sql
insert into products values(1, "Programming Ruby, 2nd Edition", "",
"", 44.95, now());
insert into products values(2, "Pragmatic Project Automation", "",
"", 29.95, now());
insert into orders values(
www.eeworm.com/read/213767/4912452
txt 0000.txt
Syntax is, first and foremost, a lexical analysis framework. It supports pluggable syntax modules, and comes with modules for Ruby, XML, and YAML.
What does it mean, a "lexical analysis framework"? I
www.eeworm.com/read/436575/1847521
rb checkstring.rb
#!/usr/bin/env ruby
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may o
www.eeworm.com/read/436575/1847525
rb telephone.rb
#!/usr/bin/env ruby
# -*- tab-width: 4; -*-
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance wit
www.eeworm.com/read/436575/1847528
rb checkstring.rb
#!/usr/bin/env ruby
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may o
www.eeworm.com/read/436575/1847532
rb checkstring.rb
#!/usr/bin/env ruby
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may o
www.eeworm.com/read/436575/1847537
rb traffic.rb
#!/usr/bin/env ruby
# -*- tab-width: 4; -*-
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance wit
www.eeworm.com/read/413713/2159802
rb factory_output_quantity.rb
#Model class to store output data of factories.
#As per Ruby On Rails conventions, we have the corresponding table
#factory_output_quantities in the database.
class Fusioncharts::FactoryOutputQuan
www.eeworm.com/read/389759/2538276
rb oneline_to_mox.rb
#!/usr/bin/env ruby
#
# Convert simple one-line-per-question quiz files to MoxQuiz compatible syntax.
#
# The only requirements for this script to work is that the question and answer are on the same
www.eeworm.com/read/275831/10793914
rb 17 - a remote-controlled jukebox.rb
#!/usr/bin/ruby
# rinda_server.rb
require 'rinda/ring' # for RingServer
require 'rinda/tuplespace' # for TupleSpace
DRb.start_service
# Create a TupleSpace to hold named services, and start