search for: alide

Displaying 5 results from an estimated 5 matches for "alide".

Did you mean: alice
2010 Jan 06
4
Yum Issue
Yum using proxy that requires authentication and a Password that contains the two characters \/ fails normally I can get yum to work with a proxy that requires authentication when required by doing something like http_proxy=http://<my username>:<my password>@<proxy server>:<proxy server port> export http_proxy or by filling in the appropriate information in yum.conf.
2006 Jul 14
1
error with Dates in SQL Server
An application that run without flaw last week has been reported to crash with an error that says that a conversion from char to datetime has given a date outside range. This very application runs OK today in production (fortunately :-), and the difference in both SQL Servers is just that the one where the exception has started to appear has Spanish conventions. I can''t give
2011 Oct 12
1
Error in Rcpp/inline (Windows XP)
...a: No such file or directory > dyn.load( "test.so" ) Erreur dans inDL(x, as.logical(local), as.logical(now), ...) : impossible de charger l'objet partag? 'C:/Documents and Settings/kangj/Mes documents/test.so': LoadLibrary failure: Le module sp?cifi? est introuvable. alide. > .Call( "f" ) Erreur dans .Call("f") : point d'entr?e C "f" absent de la table de chargement Thanks so much. Kent -- View this message in context: http://r.789695.n4.nabble.com/Error-in-Rcpp-inline-Windows-XP-tp3898121p3898121.html Sent from the R hel...
2005 Aug 15
11
Hardware Configuration Ideas
Hey guys, I am planning to buy some components for a Linux router that will handle the Internet access of 200 computers (includes tc shaping) and some inter sub-network routing (at least 100MBps per eth - and there are 3 eth cards). I was thinking of a: Pentium 4 - 3GHz 256 or 512MB RAM Network Cards. Now - I wonder what is more important: the processor speed or the amount of RAM. And can you
2006 Jul 17
18
Inserting datetime value into SQL Server
I have a SQL Server column named StartTime of (SQL Server) type datetime If I attempt to set the attribute using public def StartTime=(time) write_attribute(:StartTime, "{ts ''1899-12-30 #{time.hour}:#{time.min}:#{time.sec}''}") end it''s inserting a NULL value. Anyone else able to successfully insert a date time value into a SQL Server table using