代码搜索:Ruby
找到约 1,747 项符合「Ruby」的源代码
代码结果 1,747
www.eeworm.com/read/375622/9355543
m ofdm_memorysaleh_memoryidealpd.m
% OFDM_memorySaleh_memoryidealPD.m
%
% Simulation 16QAM-OFDM system with memory ideal PD
%
% Programmed by Ruby Lin
%******************** Preparatin part *******************************
sr
www.eeworm.com/read/375622/9355560
m ofdm_memorysaleh_memorygainpd.m
% OFDM_memorySaleh_memorygainPD.m
%
% Simulation 16QAM-OFDM system with memory Gain PD
%
% Programmed by Ruby Lin
%******************** Preparatin part *******************************
sr =
www.eeworm.com/read/375622/9355569
m ofdm_memorysaleh.m
% OFDM_memorySaleh.m
%
% Simulation 16QAM-OFDM system with memory Saleh model
%
% Programmed by Ruby Lin
%******************** Preparatin part *******************************
sr = 256000.0
www.eeworm.com/read/488400/1230123
readme
=Welcome to Globalize
*Globalize* is a Ruby on Rails plugin designed to support globalized applications. It supports translation into multiple languages (for both db content and controller and view
www.eeworm.com/read/213767/4912286
readme
TinyMCE
=======
This plugin provides for the installation and utilization of TinyMCE in Ruby on Rails applications. TinyMCE is a WYSIWYG HTML editing component
released under the GNU Public License
www.eeworm.com/read/389864/2535065
rb agenttest.rb
!#
# init ruby script for agenttest
#
# import the sexpparser parser plugin
importBundle "sexpparser"
# setup the CommServer and WorldModel
new('CommServer', '/sys/CommServer')
new('WorldModel', '/s
www.eeworm.com/read/109233/6175961
rb sample2.rb
#!/usr/local/bin/ruby
#----------------------> pretty simple othello game
www.eeworm.com/read/213767/4912405
bluecloth
#!/usr/bin/ruby
#
# = bluecloth
#
# Format one or more text files with the markdown formatter.
#
# = Synopsis
#
# bluecloth [OPTIONS] [FILES]
#
#
#
BEGIN {
require 'bluecloth'
require 'optparse'
www.eeworm.com/read/275831/10793699
00 - introduction
#!/usr/bin/ruby
# daemonize_daemon.rb
require 'tempfile'
require 'daemonize'
include Daemonize # Import Daemonize::daemonize into this namespace
puts 'About to daemonize.'
daemonize
www.eeworm.com/read/488400/1230088
rb core_ext.rb
# This module supplies a bunch of localization-related core extensions to ruby
# built-in and standard classes.
module Globalize # :nodoc:
module CoreExtensions # :nodoc:
module String