search for: inventores

Displaying 20 results from an estimated 160 matches for "inventores".

2014 Jun 13
2
Crear matriz binaria
Hola, no encuentro el momento en el que se relacionan los inventores, es decir, lo que relaciona a dos o más inventores es la patente. Primero, ¿cómo debo ordenar los datos? Tengo 1813 número de patentes, es decir, la matriz es de dimension 1813 x 1813. Tengo varios órdenes en los datos, por ejemplo, el primer arreglo es por patente, en las columnas tengo ?no. de...
2014 Jun 13
2
Crear matriz binaria
Hola, Estoy tratando de crear una matriz cuadrada, binaria y no tengo idea por dónde comenzar. Los datos que tengo son patentes e inventores por patente, las patentes las identifico por su código y a los inventores por nombre y también los tengo codificados. Deseo hacer una matriz de nxn en donde los renglones son inventores de la A a la Z y columnas son los mismos inventores de la A a la Z, las entradas de la matriz corresponderán a 1...
2008 Dec 23
4
Help installing Inventor 2009
I saw autodesk inventor 2009 is working with wine, so I am trying to install inventor 2009 LT. but I have no luck. Installing it from the Setup.exe give an error, and trying to run the msi directly tells me that the installation needs to be run via Setup.exe. when running setup.exe here's what i get: ~/Programs/wine/wine Setup.exe err:iphlpapi:getNumWithOneHeader Unable to open
2000 Oct 20
0
mp3 inventors were awarded with "German Future Price"
I found that article: http://www.heise.de/newsticker/data/jk-20.10.00-000/ and here's the official homepage of the price: http://www.deutscher-zukunftspreis.de/dzp00_02/dzp00_02.html It's all in German, so I give a summary here: "The price of the German President for Technics and Innovation has been arwarded to the inventors of mp3, namely 3 people from Fraunhoffer's: Prof-Dr.
2006 Apr 26
10
Rails Document must be more detailed otherwise...
In java/c++ the method signature provide a good details on which parameters the method accept, but in rails the ability to send hash as parameters make it impossible to know which parameters can be send. This ability make the rails API doc a must to be full of details and not supply partial examples of usage. When for example I see *link_to_remote*(name, options = {}, html_options = {}) I would
2006 Jan 19
3
Processor Size
Can someone give me an idea of the processor power I will need for 1 x TDM240 with 2xquad FXO's and 8 sip phones/ATA's on a quite 100Mbit LAN. The machine we have available of hand is a P4 1GHz with 768MB RAM. Tx Marnus van Niekerk -- "Opportunity is missed by most people because it is dressed in overalls and looks like work." Thomas Alva Edison - Inventor of 1093
2009 Oct 23
0
Google launches social search copied idea from Find1Friend.com running on Xapian!
Social Networking Search Google and Bing launches social search that I invented and developed at http://Find1Friend.com/ before running on Xapian. They copy inventors ideas and never gave credit to the inventor, the exact same way when I wrote first social networking site in 1999 at http://MyWBS.com , Friendster, MySpace, Facebook and others copied the idea, made tons of money, held hundreds
2007 Mar 01
3
co.mments interesting
How is http://www.prototypejs.org/ being used in this program below http://co.mments.com/ Go here enter the following URL http://torrentfreak.com/interview-with-bram-cohen-the-inventor-of-bittorrent/ Now click track See how the page is stripped and displayed. I think this has to do with the use of Prototype Please let me know thanks... --~--~---------~--~----~------------~-------~--~----~
2005 Jan 28
2
[LLVMdev] The complete suite of llvm now compiles on mingw
Hi, Today I've succeded in compiling the llvm-tools, llvm-gcc and stacker frontend and in installing it. Uptill now I've followed the steps given in: http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html with modifications for the mingw platform. I'll return with step-by-step instructions how to do it on this platform. Cheers Henrik :)
2005 Jan 26
3
[LLVMdev] Building the llvm runtime: 'Can't destroy file: The process cannot access the fi
Hi Jeff and others, When building the llvm runtime, I always get this error message: 'Can't destroy file: The process cannot access the file because it is being used by another process.' The file is destoyed anyway. I think that the the real error is the path for the file (*/\file.tmp). However, I can't find the bug in the source. Do you have any clue?:
2009 Feb 03
2
New York Times - R - article a fraud?
I worked on some ad data before and I found NYT article very biaised and not far from a fraud... Anyone knows if they got money from a - company - to play 'R'? Check out the title: R U Ready for R? Seems to me this title was stolen from XLSolutions www.xlsolutions-corp.com and they never mentioned XLSolutions in the article! They mentioned commercial R....never mentioned
2005 Nov 18
1
ZFS ATA over Ethernet and OpenSolaris
On Coraids (Inventor of AoE) website, they claim the?r drivers will also work on Solaris. So my question is: Will there be any technical limitations regarding implementation of ZFS and AoE ? If not yet possible, the developers of OpenSolaris might consider this option as a natural step I guess. What do You people think ? With cheap disk attachments over an ethernet, and with ZFS, I think
2006 Nov 28
2
Symbian Softphone
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Helvetica, Arial, sans-serif">Anybody know of a SIP/IAX
2006 Dec 06
1
Ping
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font face="Helvetica, Arial, sans-serif">Sorry to do this but I sent a couple of posts and I do not
2014 Sep 28
0
High Performance graphics virtual environment: VGA Passthough or a VDI solution
Hello Early this summer I made the decision to eliminate my Windows dual boot, I rarely used windows. I have started a new job which will require using a 3d CAD Inventor/Solidworks (Windows software). Inventor starts in vmware workstation. I also switched from OpenSuSE to CentOS after evaluating Ubuntu, RHEL, SLED, and Centos, I wanted a more proven platform, less experimental stuff. For the
2005 Jan 13
2
[LLVMdev] Win32/Path.cpp - isValid method has a bug
Hi, I think the Win32/Path.cpp - especially method isValid has a bug: ----------------- ... // A file or directory name may not end in a period. if (path[len-1] == '.') return false; if (len >= 2 && path[len-2] == '.' && path[len-1] == '/') return false; ... ----------------- This is valid on windows cmd prompt: 'dir \.' (root dir)
2005 Feb 18
1
[LLVMdev] Change of __MINGW define to __MINGW32__
============================================================= Henrik Bach LLVM Open Source Developer e-mail: henrik_bach_llvm at hotmail.com ============================================================= 'Nothing is impossible; The impossible just takes longer time :)' - Inventor of a new energy saver light bulp from Denmark. No software patents - Thank you Poland:
2005 Sep 05
1
[LLVMdev] A small update of GettingStarted.html
============================================================= Henrik Bach LLVM Open Source Developer e-mail: henrik_bach_llvm at hotmail.com ============================================================= 'Nothing is impossible; The impossible just takes longer time :)' - Inventor of a new energy saver light bulp from Denmark. No software patents! Got Freedom? Software Freedom Day - 10th
2002 Nov 26
1
Will pay $50 for a MingW build of latest rsync for Win32
I need to distribute rsync (useable for both client and --daemon) on Win32. Distributing cygwin1.dll is, well you know, a bad idea. I took a shot at building under MingW but ran into an ugly looking error: > checking for socklen_t... no > checking for socklen_t equivalent... configure: error: Cannot find a > type to use in place of socklen_t I will pay $50 for a MingW build of latest
2000 Sep 25
3
Out of file structures
Hi all, does anybody knows about the following Error ?!??! [2000/09/25 17:40:55, 0] smbd/files.c:file_new(85) ERROR! Out of file structures seems to be the max open files problem, am I right ? We did a research in some news and usergroups and in some answers it was mentioned, to compile samba with the sfio package to avoid using the select(3). Is that right ? Does anybody has any