search for: queiroz

Displaying 15 results from an estimated 15 matches for "queiroz".

Did you mean: queiro
2018 May 29
2
[PATCH] Don't use deprecated API with openssl 1.1+
OpenSSL 1.1.0 has deprecated SSL_load_error_strings and SSL_library_init. Initialization is done automatically, so they're not needed with icecast. Fixes issue #2318 Signed-off-by: Eneas U de Queiroz <cote2004-github at yahoo.com> --- src/tls.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tls.c b/src/tls.c index 36edd86..6bd1aee 100644 --- a/src/tls.c +++ b/src/tls.c @@ -51,8 +51,10 @@ struct tls_tag { void tls_initialize(void) { +#if OPENSSL_VERSION_NUMBER < 0x...
2006 Mar 18
10
collection_select''s linked
I created a form with two collection_select, country and state and would like to bring up to date the state list when to select a new country. How I can make this in Rails? Thanks Eleudson Brazil <p><label for="person_country_id">Country</label><br/> <%= collection_select(:person, :country_id, @countries, :id, :name) %></p> <p><label
2018 May 29
1
[PATCH v2 1/1] Don't use deprecated API with openssl 1.1+
OpenSSL 1.1.0 has deprecated SSL_load_error_strings and SSL_library_init. Initialization is done automatically, so they're not needed with icecast. Fixes issue #2318 Signed-off-by: Eneas U de Queiroz <cote2004-github at yahoo.com> --- src/tls.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tls.c b/src/tls.c index 36edd86..e4688c5 100644 --- a/src/tls.c +++ b/src/tls.c @@ -51,8 +51,10 @@ struct tls_tag { void tls_initialize(void) { +#if OPENSSL_VERSION_NUMBER &lt...
2013 May 29
0
Lista dos aprovados em concurso Lagoa da Canoa
...ERNANDES ANDRADE, FRANCISCO ROGER GARCIA DE ALMEIDA, POLLYANNA DE O, JO?O CARLOS MOREIRA DE CARVALHO, DANIELLA FERNANDES DA SILVA, MARIA JOS? DA SILVA FERREIRA, J?SSICA VENTURA FREIRE. SOLANGE PAULINO CORREIA, BRUNA KETHEY DA SILVA PEIXOTO, LUIS HENRIQUE FREITAS GOMES, HELIO SOARES DE ARAUJO, RENER QUEIROZ VIEIRA. Paraibano. Lagoa da Canoa, ANA MARA DE SOUSA PEREIRA, LUANA FERNANDA FERNANDES ANDRADE, FRANCISCO ROGER GARCIA DE ALMEIDA, POLLYANNA DE O, JO?O CARLOS MOREIRA DE CARVALHO, DANIELLA FERNANDES DA SILVA, MARIA JOS? DA SILVA FERREIRA, J?SSICA VENTURA FREIRE. SOLANGE PAULINO CORREIA, BRUNA KETH...
2006 Apr 06
0
3 doubts on observe_field
...try.rhtml ... and not to use @form_country_id variable from _form.rhtml. <select id="city_state_id" name="city[state_id]"> <%= options_from_collection_for_select @states, "id", "nome", @form_country_id %> </select> Regards, Eleudson Queiroz jinfo@mandic.com.br -- Posted via http://www.ruby-forum.com/.
2007 Feb 05
1
RdbiPgSQL in R 2.4.1
...le. Suggestions are welcome! ____________________________________________________________________________ _ Eng. Agr., Dr. Eduardo Dutra de Armas ____________________________________________________________________________ _ Universidade de São Paulo - Escola Superior de Agricultura Luiz de Queiroz Depto. de Ciência do Solo - Laboratório de Microbiologia Molecular Av. Pádua Dias 11, Bairro São Judas, CEP 13418-900 Piracicaba, SP, Brasil - Fone: (55-19)34172160 - Cel: (55-19)81924072 Skype: edarmas (Áreas de atuação: Poluição de solo e água, Biogeodinâmica de poluentes, Modelagem Hidrogeoquím...
2009 Aug 15
0
theora II interest.
...e. Here http://wiki.xiph.org/TheoraTodo#Theora_II it is mentioned that there are ways to significantly improve theora. Are there plans for near future? I tried to look at lapped transforms and found that really there are papers which seems are out of patent horizon http://signal.ece.utexas.edu/~queiroz/papers/ei00flt.pdf<http://signal.ece.utexas.edu/%7Equeiroz/papers/ei00flt.pdf> and could be used along with improvements in range coding. But also found for example such approach - which seems can effectively use current infrastructure ( not sure on patents though - but it is possible to ch...
2013 Apr 15
0
Smallest Space Analysis help
...to look for a package which may have an implementation of it, but no success at all. Do you guys know of any package that perform SSA? I found 'isoMDS' and 'sammon', both on the MASS package, but though they perform MDS, both don't perform SSA. Thanks a lot for any info. Diego Queiroz [[alternative HTML version deleted]]
2004 Apr 21
1
iproute2 - Compile Error
...iptunnel.o(.text+0x909): more undefined references to `__constant_htons'' follow collect2: ld returned 1 exit status make[1]: ** [ip] Erro 1 make[1]: Leaving directory `/home/oluap/iproute2/ip'' make: ** [all] Erro 2 Somebody could help me to solve this ? Tks Paulo Sergio Lemes Queiroz <|> Adm de Sistemas <oluap@plugon.com.br> <|> +55 (19) 81168379 http://www.plugon.com.br/~oluap <|> ICQ: 127335183 _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc...
2011 Dec 26
3
Wine doesn't write in the USB pendrive
Hi, Everybody. I have tried to update Portable Firefox to the last version (v. 9) at home, in order I could get the latest one to use also at Office (where I don't have Administrator rights, neither can install Firefox 'natively'...); however, after reinstalling Wine 32 in my personal machine (running Mageia), Wine doesn't recognize the USB Pendrive ans 'writeable', then
2006 May 23
2
Outband call from php script
Hello, I am trying to make the following... Can someone tell me if it is possible? Is someone willing to do it from an asterisk@home box? 1. I send an http request to asterisk@home box. Ex: http://asterisk@home/call.php?phone=0033102030405&code=12345 2. Application will call phone number 0033102030405 (using a sip provider) 3. Application will play a pre-recorded voice prompt 4. Application
2006 Mar 20
3
Linking two HTML SELECT''s together
Hi, How do I link two HTML SELECT''s together. Let''s say for example that I have a drop-down list with a list of all countries. Once the user selects one of the countries I would like to make an AJAX call back to the server to populate the second drop-down list with all of the cities for that country. Any ideas on how to go about to do this? Regards Jerrie Pelser --
2006 May 09
6
Bristuffed Asterisk: Hangup problems
Hello, I have a problem with the Bristuffed version of Asterisk. I have tried Bristuff-0.3.0-pre-1m,n,o,p (Asterisk 1.2.6 to 1.2.7.1) but they all have the same problem it seems: The setup: A machine with a single hfc-s PCI BRI adapter running Gentoo 2.6.15. Asterisk 1.2.0 (BRIstuffed-0.3.0-PRE-1) installed and working perfectly. Grandstream gxp-2000 as a SIP phone, and a normal mobile
2009 Dec 30
4
Error running Mongrel on Ruby 1.9
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body bgcolor="#ffffff" text="#000000"> <div class="moz-text-html" lang="x-western"> <span class="Apple-style-span"
2011 Mar 22
0
Can't input Japanese with SCIM into Apps running over wine
Hello, everybody. As mentioned in subjetc line, I have'nt succeeded to input Japanese using SCIM into apps running over wine, more especifically MS Word. I tried it with Notepad, and it equally failed. I tried to use NJStar as 'alternative IME' to those Windows apps, but it failed as well... Out of wine layer, SCIM is running as usual. My environment is: Ubuntu 10.4, running latest