2008-07-01ãã1ã¶æéã®è¨äºä¸è¦§
å¾æ¥ã®ã®ãã£ããã¨ããã°ãã¡ã¿ã¿ã°ãJavascriptçã§å®æçã«æ´æ°å¦çãããã¦ããã®ã§ã¹ãã¬ã¹ã ã£ãã¯ãããµã¼ããéãããã¿ã¤ãã³ã°ï¼ããã·ã¥åéä¿¡ï¼ã§ã¯ã©ã¤ã¢ã³ãã«æ´æ°ããããããã°ãç¡é§ãªæ´æ°ã¯ããªãã¦ãè¯ãããç¡é§ãªãã©ãã£ãã¯ãç¡ããªâ¦
#include <stdio.h> #include <string.h> #include "xl_hash.h" #define HASH_TABLE_SIZE 1000 /* ããã·ã¥é¢æ°ï¼é©å½ï¼ */ int str_calc_hash(XL_KEY_TYPE key){ unsigned int sum = 0; int i; for(i = 0; i < strlen((char *)key); i++){ sum = sum * 62423 + *((char*)key + </string.h></stdio.h>â¦
#include "xl_hash.h" xl_hash *xl_hash_init(xl_hash_type *type){ return xl_hash_init_with_size(type, 0); } xl_hash *xl_hash_init_with_size(xl_hash_type *type, XL_HASH_KEY_TYPE size){ xl_hash *hash = (xl_hash *)calloc(1, sizeof(xl_hash)); haâ¦
#ifndef __XL_HASH__ #define __XL_HASH__ #include <stdio.h> typedef void * XL_VALUE_TYPE; typedef void * XL_KEY_TYPE; typedef unsigned long XL_HASH_KEY_TYPE; #define XL_HASH_CALC(hash, key) ((*hash->type->hash)(key)) #define XL_HASH_KEY_COMP(hash, a</stdio.h>â¦
Cã ã¨C++ã¨éã£ã¦ã使ããªãã®ã§ãå¥ã®ãã¼ã¿ãæ ¼ç´ããããã·ã¥ãå©ç¨ããã«ã¯ãããå°ç¨ã®ã½ã¼ã¹ãç¨æããå¿ è¦ãããã ããã§ãRubyçã§ä½¿ããã¦ããst_tableãåèã«ãæè»ãªHashãèªåãªãã«ä¸ããä½ã£ã¦ã¿ããçªã£è¾¼ã¿ãæ©è½æ¡å¼µå¤§æè¿ãä¸å¿ä¸éãã¡â¦
OpenSSLã/usr/local/ä¸ã«ã¤ã³ã¹ãã¼ã«ãã¦ãããã使ã£ãã¢ããªã±ã¼ã·ã§ã³ãã¤ã³ã¹ãã¼ã«ããã¨ããã親åãªã®ãä¸è¦ªåãªã®ãconfigureã§Makefileãä½ãã¨ã -I/usr/local/openssl-0.9.x/include/openssl ã¾ã§ã¤ã³ã¯ã«ã¼ããã£ã¬ã¯ããªã«æå®ãããããããâ¦
é©å½ãªãã£ã¬ã¯ããªworkãä½ãã以ä¸ã®ï¼ã¤ã解å apache-log4cxx-0.10.0.zip apr-all-1.2.12-win32-x86-msvcrt60.zipï¼aprã¨ããååã«å¤æ´ï¼ workâé©å½ãªãã£ã¬ã¯ã㪠âapache-log4cxx-0.10.0 ââsrc â âmain â âincludeâINCLUDEãã¹ âapr âincludeâINCLUDEâ¦
ãããããï¼ï¼ï¼ãã£ãæ°æã¡æªãã»ã»ã»
ããªãã«æé©ãªãã¡ã¤ã³ãæ¤ç´¢ãã¾ãâ絶対ãããªå£²ãæå¥ã«ãªãï¼ http://xona.com/domainhacks/
OAuth Authentication for Web Applications