search for: compres

Displaying 20 results from an estimated 36 matches for "compres".

Did you mean: compress
2003 Dec 20
0
Fw: Re: CAMPANHA NATAL SEM BAIXARIA - PARTICIPE!
----- Mensagem Original -----=20 Eu boicotaria estas empresas s=F3 pelo fato de financiarem os enjoativos e = rancentos Cassetas, mas me surpreendi ao descobrir que tantos produtos que = eu costumo comprar s=E3o transg=EAnicos. Fui conferir no site do greenpeace= e =E9 verdade!!!!!!!!!!!!! Boicote neles! ----- Original Message -----=20 C A M P A N H A=20 N A T A L S E M B A I X A R I A
2018 Apr 15
2
LLVM Alias Analysis (Load and store from same address is not showed up in same set)
Hi I have this simple c code for which I would like to use for alias analysis. #include <stdio.h> #include <stdlib.h> static int (*fp) (void); void ind_call (int (*compr)(void)){ fp = compr; fp(); } int hello(void){ return printf("hello world\n"); } int main(){ ind_call(hello); return 0; } So, I do the following: bin/opt -basicaa
2018 Apr 16
0
LLVM Alias Analysis (Load and store from same address is not showed up in same set)
On 4/15/2018 11:44 AM, Mustakimur Khandaker via llvm-dev wrote: > Hi > I have this simple c code for which I would like to use for alias > analysis. > > #include <stdio.h> > #include <stdlib.h> > > static int (*fp) (void); > void ind_call (int (*compr)(void)){ >     fp = compr; >     fp(); > } > int hello(void){
2002 Oct 30
1
RFE: using rsync as a backup tool (preserve access time & compres s destination files) ?
...e) to identify which files to remove from the fast file server. (I've written a tiny perl script to identify which files are "old"). I wish there was an rsync option to preserve access times (sce & dst). I would also be delighted if there was another option that would allow to compress/gzip/bzip files on the destination. I believe that by having almost same filename -> filename.gz, and having all times (A, C, M) identical, would be sufficient for a match ? Why compressing files ? it's the best trade-off between ease of use and compression. having no compression at all f...
2010 Jan 19
4
gui windows
Hola Yo uso R en macosx, por esas cosas ..., me compre una notebook con windows 7 64 bit, así que cuándo me llegue comienzo a migrar datos y programas. Para los usuarios de windows, ¿que usan con R? Me refiero a programas GUI o con autocompletar código, alguna ayuda gráfica, etc. Hace años que no uso windows, estoy medio perdido, voy a extrañar mi macbook. Gracias Javier [[alternative HTML
2005 Sep 21
0
Compre facil seu imóvel consorcio (11) 2121-4103
Oi, quando abri a minha caixa adsl e vi o famoso Octal, assustei-me logo, no entanto, depois de ler o teu artigo, fiquei descansado, mas os problemas vieram a seguir... segui o howto por completo, instalei tudo, mas quando vou compilar o amedyn é reportado o seguinte erro : [root@portatil paulo]# cd amedyn [root@portatil amedyn]# make cd init && make clean make[1]: Entering directory
2018 Apr 16
1
LLVM Alias Analysis (Load and store from same address is not showed up in same set)
Okay, I have tried the following: bin/opt -mem2reg -basicaa -cfl-anders-aa -print-alias-sets bin/test/test.bc But, the result is same as last time. Do you mean something like this to try? Can you suggest what else could be an important factor for this issue? Best Regards Mustakimur Rahman Khandaker Graduate Student and Teaching Assistant Department of Computer Science Florida State University
2009 Jan 15
2
--compare-dest; I'm missing the boat
I must be seriously misunderstanding the man page coverage of --compre-dest. My take was that if a file in compare-dest=dir matches a file in SOURCE/ then it won't be transferred to DEST/. I tried this test. (d1 has single files and 2 subdir with files) cp -a d1 d1a mkdir d2 rsync -avv --compare-dest="./d1a" d1/ d2/ d1a is carbon copy of d1 but still every last file in
2000 Aug 16
1
goodness of fit
Dear All, Is there any modules to compute the chi-square goodness of fit , K.S. statistics and Anderson Darling nonparametric test and compre the fitting of a class of distributions using these tests? Thank you. Osama Hussien -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2000 May 08
1
AIDE
Mon serveur samba est visible sur le r?seau mais certains postes demandent un mot de passe avant de se connecter, alors d'autres listent les ressources directement. Dans mon fichier de configuration smb.conf je n'ai pas utilis? l'option encrypt passwords (;encrypt passwords = yes ). Tous les postes sont des win95 ou sup?rieur. Je ne peut pas vous dire exactement quelle version
2003 Aug 26
1
Interlaed video encoding.
I like the posibiliti to add a metode for compress interlaced video in theora, and I think three metodes and are this: 1. compres the filed at separates frane streams, is the worst metode. 2. assort the first field of the frame to display in the top of the frane and the other in the boton for obtain one frame and make a frame whithot problem to c...
2014 Aug 10
2
[PATCH] New apodization functions
Hi all, This patch adds two new apodization functions that I developed. From my own test results (on quite a diverse dataset) they outperform the current best apodizations by 0.05% - 0.1% (depending on the specifics) on compression. Here's a selection of the test results *Apodization functions* ,Compres, Speed partial_tukey(2) tukey(0.5) , 56.50 , 37.2x partial_tukey(3) , 56.51 , 37.0x tukey(0.75) gauss(0.2) tukey(0.25), 56.54 , 35.8x partial_tukey(2) , 56.55 , 50.5x...
2014 May 07
2
FW: acelerar conexión con RODBC
Estimado Patricio Vireri No mire Rmysql hoy pero por esas cosas de la vida decidieron no compilarlo en windows, hay varias alternativas, pero particularmente no use ninguna. MariaDB ahora tiene grafos, por si le sirve. Si compilo Rmysql no es un principiante, entonces pregunta de principiante ¿si solo usa odbc? Le pregunto esto porque cuándo yo usaba mac compre a una empresa " conexión
2015 Jul 13
1
[PATCH] daemon: add a space after func name to fit code-style
...show (const char *subvolume) return NULL; } - p = analyze_line(p, &key, &value, ':'); + p = analyze_line (p, &key, &value, ':'); } } @@ -1701,9 +1701,9 @@ do_btrfs_filesystem_defragment (const char *path, int flush, const char *compres if ((optargs_bitmask & GUESTFS_BTRFS_FILESYSTEM_DEFRAGMENT_FLUSH_BITMASK) && flush) ADD_ARG (argv, i, "-f"); if (optargs_bitmask & GUESTFS_BTRFS_FILESYSTEM_DEFRAGMENT_COMPRESS_BITMASK) { - if (STREQ(compress, "zlib")) + if (STREQ (compress, &quot...
2015 Jun 16
1
[PATCH] btrfs: remove unused 'out' variables
...; ADD_ARG (argv, i, NULL); - r = commandv (&out, &err, argv); + r = commandv (NULL, &err, argv); if (r == -1) { reply_with_error ("%s: %s", path, err); return -1; @@ -1604,7 +1591,6 @@ do_btrfs_filesystem_defragment (const char *path, int flush, const char *compres size_t i = 0; CLEANUP_FREE char *path_buf = NULL; CLEANUP_FREE char *err = NULL; - CLEANUP_FREE char *out = NULL; int r; path_buf = sysroot_path (path); @@ -1635,7 +1621,7 @@ do_btrfs_filesystem_defragment (const char *path, int flush, const char *compres ADD_ARG (argv, i, path...
2014 Sep 20
0
[PATCH] New apodization functions
...I've currently got this patch in an un-published branch. > This patch adds two new apodization functions that I developed. > From my own test results (on quite a diverse dataset) they > outperform the current best apodizations by 0.05% - 0.1% > (depending on the specifics) on compression. > > Here's a selection of the test results > > *Apodization functions* ,Compres, Speed > partial_tukey(2) tukey(0.5) , 56.50 , 37.2x > partial_tukey(3) , 56.51 , 37.0x > tukey(0.75) gauss(0.2) tukey(0.25), 56.54 , 35.8x > partial_t...
2005 Sep 09
2
Authenfication on 2 databases
Hello, I have 2 databases MySQL. I would like to do that: If the user does not existe in the first base, it goes in the second database. my configuration auth default { mechanisms = plain passdb sql { args = /etc/dovecot-sql-1.conf } passdb sql { args = /etc/dovecot-sql-2.conf } userdb sql { args
2012 Jun 20
0
R: Re: Subvolumes and /proc/self/mountinfo
...octls for >you. Chris, what about adding a /sys/btrfs/<fs-uuid>/<subvol-id> interface ? For example under /sys/btrfs/<fs-uuid> we can list the devices which btrfs uses under /sys/btrfs/<fs-uuid>/<subvol-id> we can show/set the subvolume properties (like RO, compres....) > >-chris >-- >To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line &...
2014 Jun 30
0
[ Off Topic ] WorkShop Virtualização com Proxmox VE
WorkShop Virtualiza??o com Proxmox VE ------------------------------ <https://www.facebook.com/sharer/sharer.php?s=100&p[url]=http://blog.konnectati.com.br/arquivos/1276> Dia 12 de Julho, S?bado, a partir das 08hs00 acontecer? o WorkShop Virtualiza??o com Proxmox VE. Venha conhecer uma das melhores ferramentas de Virtualiza??o do Mercado. Com este treinamento, sua equipe de TI ter?
2015 Mar 05
0
[PATCH 1/2] New API: btrfs_filesystem_show
...+++++ src/MAX_PROC_NR | 2 +- 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/daemon/btrfs.c b/daemon/btrfs.c index d4b3207..df2fbf6 100644 --- a/daemon/btrfs.c +++ b/daemon/btrfs.c @@ -1608,6 +1608,32 @@ do_btrfs_filesystem_defragment (const char *path, int flush, const char *compres return 0; } +char * +do_btrfs_filesystem_show (const char *device) +{ + const size_t MAX_ARGS = 64; + const char *argv[MAX_ARGS]; + size_t i = 0; + CLEANUP_FREE char *err = NULL; + char *out = NULL; + int r; + + ADD_ARG (argv, i, str_btrfs); + ADD_ARG (argv, i, "filesystem")...