代码搜索:CookBook
找到约 722 项符合「CookBook」的源代码
代码结果 722
www.eeworm.com/read/471252/6900296
c pbkdf2.c
/*
* Following codes are derived from
* ``Secure Programming Cookbook for C and C++''.
* URL:http://www.oreilly.com/catalog/secureprgckbk/
* http://www.secureprogramming.com/
*
* Licensin
www.eeworm.com/read/471252/6900316
c symcrypt.c
/*
* Following codes are derived from
* ``Secure Programming Cookbook for C and C++''.
* URL:http://www.oreilly.com/catalog/secureprgckbk/
* http://www.secureprogramming.com/
*
* Licensin
www.eeworm.com/read/301268/13862145
cc recognizer.cc
/*
This file is part of the 'ears' package.
The cookbook routines are Copyright (C) 1993 Tony Robinson
The rest is Copyright (C) 1994 Ralf Stephan
This program
www.eeworm.com/read/339447/12235639
c pubcrypt.c
/*
* Following codes(particularly check_secure_directory function)
* are derived from
* ``Secure Programming Cookbook for C and C++''.
* URL:http://www.oreilly.com/catalog/secureprgckbk/
*
www.eeworm.com/read/339447/12235701
c pbkdf2.c
/*
* Following codes are derived from
* ``Secure Programming Cookbook for C and C++''.
* URL:http://www.oreilly.com/catalog/secureprgckbk/
* http://www.secureprogramming.com/
*
* Licensin
www.eeworm.com/read/339447/12235782
c symcrypt.c
/*
* Following codes are derived from
* ``Secure Programming Cookbook for C and C++''.
* URL:http://www.oreilly.com/catalog/secureprgckbk/
* http://www.secureprogramming.com/
*
* Licensin
www.eeworm.com/read/285969/4043698
java beanclass.java
package org.cookbook.ch11;
public class BeanClass {
private String text = "This bean is functional.";
public BeanClass()
{
}
public void setText(String message)
{
text = messag
www.eeworm.com/read/254002/4391260
java beanclass.java
package org.cookbook.ch11;
public class BeanClass {
private String text = "This bean is functional.";
public BeanClass()
{
}
public void setText(String message)
{
text = messag
www.eeworm.com/read/415537/11065985
txt index.txt
Index of Additions to the Anarchist Cookbook
--------------------------------------------
001. Ripping off Coke Machines
002. Build an original style zip gun
003. Diary of a hacker part one
0
www.eeworm.com/read/275831/10793721
rb 13 - validating data with activerecord.rb
require 'cookbook_dbconnect'
activerecord_connect
class Comment < ActiveRecord::Base
@@profanity = %w{trot krip}
@@no_profanity_re = Regexp.new('^(?!.*(' + @@profanity.join('|') + '))')
valida