search for: pactching

Displaying 4 results from an estimated 4 matches for "pactching".

Did you mean: matching
2009 May 21
2
Cómo descargar librerías automáticamente?
Buenas tardes para todos, Me gustaría automatizar la descarga de librerias cuando ejecuto una función que estoy por terminar. Supongamos que la función se llama foo y require las librerias A y B. Una manera fácil de cargar las librerias dentro de foo es: foo <- function(argumentos){ require(A) require(B) # hacer transformaciones, cálculos y gráficos aquí
2011 Apr 30
0
win2008r2sp1 AllocatePage cause Bug check 0x000000C2 while migration
hi james, the win2008r2 vm crash problem while migration seems related about the AllocatePage. according to the previous BSOD info, we modified code to test if page address after AllocatePage is FFFFFA8000000000 or FFFFFA8000000002. if FFFFFA8000000000 , then free it immediately, and allocate again. the test result shows 12948535073500: XenPCI --- AllocatePages IRQL = 0, Buf =
2004 Nov 24
0
Have anyone successfully install Daniel G729 test suite ? mine core dumped !!
...to install Daniel's test suite .I have follow exact instruction from Daniel's website . Register to intel get a license , download the IPP lib as well as the sample speech coding l_ipp_ia32_itanium_p_4_1.tar l_ipp-sample-speech-coding_p_4.1.008.tgz and patch then install it . But after pactching the file and build then copy the file to /modules . i issue asterisk -cvvvvvvvg I got this [cdr_manager.so] => (Asterisk Call Manager CDR Backend) == Parsing '/etc/asterisk/cdr_manager.conf': Found [codec_g729.so] => (G729/PCM16 (signed linear) Codec Translator, based on IPP) Ill...
2004 Jul 01
20
[PATCH 2.6] update to network emulation QOS scheduler
This patch updates the network emulation packet scheduler. * name changed from delay to netem since it does more than just delay * Catalin''s merged code to do packet reordering * uses a socket queue''s directly rather than layering on qdisc(fifo) because this is used in performance tests. * adds placeholder in API for future enhancements (rate and duplicate).