代码搜索:CookBook
找到约 722 项符合「CookBook」的源代码
代码结果 722
www.eeworm.com/read/275831/10793742
rb 12 - building queries programmatically.rb
require 'cookbook_dbconnect'
class ActiveRecord::Base
def self.find_by_map(id, args={}.freeze)
sql = []
values = []
args[:conditions].each do |field, value|
sql
www.eeworm.com/read/484433/6576113
readme
#AGOCG Tcl/Tk Cookbook
#Basics of Tcl
#Authors Lakshmi & Venkat Sastry
This directory contains the source files (*.c & *.tcl) for running the
Basics of Tcl application. The Tcl wish shell is e
www.eeworm.com/read/301268/13862133
cc r_dtw.cc
/*
This file is part of the 'ears' package.
The cookbook routines are Copyright (C) 1993 Tony Robinson
The rest is Copyright (C) 1994,1995 Ralf Stephan
This pro
www.eeworm.com/read/484433/6576109
readme
#AGOCG Tcl/Tk Cookbook
#Using Expect & BLT
#Authors Lakshmi & Venkat Sastry
This directory contains Tcl source files for running a simple example of
Expect (ftp.tcl) and the BLT graph widget
www.eeworm.com/read/174334/5361934
makefile
SUBDIRS= cookbook dirwalker evaluator httpcl httpsrv mod_sample \
observer pointer pyml scripting stl strings test threads
all:
@for subdir in $(SUBDIRS); do( cd $$subdir; make ) done
clean:
@
www.eeworm.com/read/275831/10793740
rb 16 - adding hooks to table events.rb
require 'cookbook_dbconnect'
require 'og'
require 'glue/aspects'
class BlogPost
property :title, :content, String
after :on => :og_insert do |post|
puts %{Sending email notification of new po
www.eeworm.com/read/275831/10793743
rb 11 - using object relational mapping with og.rb
require 'cookbook_dbconnect'
require 'og'
class BlogPost
property :title, :content, String
end
class Comment
property :author, :content, String
belongs_to :blog_post, BlogPost
end
# Now that
www.eeworm.com/read/192096/8406168
prm qagent.prm
#
# Configuration parameters for JObjects QuestAgent applet
#
# Basic parameters...
IndexFile1=data/index.que
IndexDescription1=Perl Cookbook
Prefix1=../
# Some custom settings...
layou
www.eeworm.com/read/277189/10655301
makefile
# examples/cookbook/idct Makefile 5/5/2000
HOSTCC = acc
ENDIAN=el
# NOTE ON DEBUGGING
#
# The IDCT algorithm operates in two passes (horizontal and vertical)
# In each pass, 8 1-D IDCT are performe