search for: convieni

Displaying 20 results from an estimated 33 matches for "convieni".

Did you mean: convient
2005 Aug 04
2
Graphics on MacOSX
Ist there a possibility on MacOSX to import Graphics into MSOffice Applications and resize them there without decreased quality? When I import via copy&paste I get low quality bitmaps and via import pictures (pdf) it is all the same. In the Windows versions of R there is the convienient way to use metafile format which can easily be resized in ppt and word. What is the equivalent way on MacOSX? Thanks, Dirk.
2001 Mar 09
1
Help ! Linux client wih NT server
Hello ! At first I'm french and sorry for my language I have a NT server and many linux hosts. How can I have access to a share file on the NT server from a linux host. I've already tested the smbclient command which give an ftp environment but it is not convienient for common users. Is there another more userfriendly solution. Thanks a lot other e-mail : hsth@club-internet.fr -------------- next part -------------- HTML attachment scrubbed and removed
2006 May 04
3
@products["car"] is not being recognized in my tests!! help
@products["car"] is not being recognized in my tests: class ProductsControllerTest < Test::Unit::TestCase fixtures :products def test_view_product post :view_product, :id=>@products["car"].id assert_template "view_product" ... end end products.yml : car: id:1 name:test Does anyone have any idea why its not working? Im having to do
2004 Sep 16
1
[LLVMdev] Patch to lib/System/Interix
...2 is with the VirtualAlloc function. Perhaps we need to use >that directly? Is it available? Am I asking enough questions? :) > U grill me with all those questions :) No, we cannot use VirtualAlloc function directly. Since you're only interested in allocating memory in page sizes For convienience I provide you with a link to Interix migration/porting pages: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnucmg/html/ucmglp.asp Look in chapter 9, although it is very thin on the subject of memory mapped files. It's getting late for me. I'll try to look on the...
2006 Jul 19
4
Ferret Indexing
Does ferret only index, when you create, or udpate a record? Is there a way to make it index prexisting records? Thanks. -- Posted via http://www.ruby-forum.com/.
2013 Jun 23
3
[LLVMdev] Register Class assignment for integer and pointer types
...th pointer and integet have a 32 bit width. backend handles it just as to i32. When it performs register allocation, it can retrieve from target constraint information about which register class is valid for a operand, and this is determined by which instruction consumes the operand. So is there a convienient way to constrain register class assignment, like a tablegen interface or something else? Regards. 2013/6/21 David Chisnall <David.Chisnall at cl.cam.ac.uk> > We also have this problem, and have added iPTR types to the back end. Our > pointers are actually fat pointers, so this al...
2008 May 14
1
Native ODBC in WinXP Mode
...heck return>", such as... CALL DBnetlib.ConnectionOpenW(<unknown, check return>) Any ideas or insight is appreciated! Btw - I tried to configure unixODBC and FreeTDS for this application and ran into problems there too, which I believe are FreeTDS related. Anyways, it would be quite convienient to just use the native ODBC for the DSN.
2013 Jun 21
0
[LLVMdev] Register Class assignment for integer and pointer types
We also have this problem, and have added iPTR types to the back end. Our pointers are actually fat pointers, so this also requires tweaking some optimisations (for example, things like to turn GEPs with 64-bit offsets into pointer-sized offsets, but our pointers are larger than any integer type that we support...). Most of the changes are a bit ugly, and I'm loath to upstream them without
2013 Jun 23
0
[LLVMdev] Register Class assignment for integer and pointer types
...and integet have a 32 bit width. backend handles it just as to i32. When it performs register allocation, it can retrieve from target constraint information about which register class is valid for a operand, and this is determined by which instruction consumes the operand. > > So is there a convienient way to constrain register class assignment, like a tablegen interface or something else? > > Regards. > > 2013/6/21 David Chisnall <David.Chisnall at cl.cam.ac.uk> > We also have this problem, and have added iPTR types to the back end. Our pointers are actually fat pointe...
2005 Mar 20
5
zaptel PRI drivers
...ossibly help X use less cpu and not get in the way so much? Anyway, I know this isn't a supported setup, so if thats your answer don't bother replying, I'm know this will be a kludge/hack to get working (if I can get it working at all). I'm just trying to do something that will be convienient for me and my users, there are other systems running on the server that I don't want to manage through the CLI, and the users don't know how to manage through the CLI, and there is no web management for them. Does anyone have success running X on an asterisk box that terminates a PRI? I...
2006 Jan 19
4
Can the session be trusted for Username/password?
I understand that a session is server side, and not externally visible. For this reason can it be used to store a User class (username/ hashed password) safely? Or do I need to check whats in the session against the user table every time I access a controller? Many thanks, P. -- Posted via http://www.ruby-forum.com/.
2013 Jun 21
3
[LLVMdev] Register Class assignment for integer and pointer types
llvm code generator lowers both integer and pointer types into ixx(say, i16, i32, i64, ...). This make senses for some optimizations. However, integer registers and pointer registers is expilicitly distinguished from each other for some architectures, like TriCore, Blackfin, and our lab prototype dsp, which accelerates address computation and memory access. I have already read this mail thread:
2002 Oct 22
1
Your opinions
...rogrammer so I prefer to learn and use the command-line interface anyway. So let's just say that I would very seldom use the GUI in S-Plus anyway (that may or may not be true but I am trying to make things equal in terms of the two environments' capabilities rather than judging them by how convienient they are). Is there a practical reason to choose R over S in terms of functionality or efficiency? I will have some fairly large datasets (over 100,000 obs with 40 variables) but mostly smaller datasets with only a couple thousand observations. Am I better off, given the fact that I have...
2013 Jun 24
2
[LLVMdev] Register Class assignment for integer and pointer types
...et have a 32 bit width. backend handles it just as to i32. When it performs register allocation, it can retrieve from target constraint information about which register class is valid for a operand, and this is determined by which instruction consumes the operand. > > > > So is there a convienient way to constrain register class assignment, like a tablegen interface or something else? > > > > Regards. > > > > 2013/6/21 David Chisnall <David.Chisnall at cl.cam.ac.uk> > > We also have this problem, and have added iPTR types to the back end. Our pointer...
2005 Oct 26
1
Small memory leak...
Hi all. In lib\encoder_toplevel.c , row 1123-1128: #ifndef LIBOGG2 /* So we're expecting the application with free this? */ op->packet=malloc(oggpack_bytes(opb)); memcpy(op->packet, oggpack_get_buffer(opb), oggpack_bytes(opb)); oggpack_writeclear(opb); #else In my small testing application my debugger says there are 50 bytes of memory lost and it refers to
2005 Oct 26
1
Small memory leak...
Hi all. In lib\encoder_toplevel.c , row 1123-1128: #ifndef LIBOGG2 /* So we're expecting the application with free this? */ op->packet=malloc(oggpack_bytes(opb)); memcpy(op->packet, oggpack_get_buffer(opb), oggpack_bytes(opb)); oggpack_writeclear(opb); #else In my small testing application my debugger says there are 50 bytes of memory lost and it refers to
2007 Apr 10
0
Script.Alico.us Ajax.AutoCompleter with PHP Debugger DBG not working
...ame code fixes the problem. But there are times that I want to see what is happening. Is there something in the response in prototype or in script.alico.us that those headers might cause trouble with? It''s not that big a deal to turn off the debugger just makes building sites a bit more convienient. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this...
2008 Mar 20
0
Get list of users in one call
...n external/iframe application and am looking for a good way to display fb info (pic, name) for a set of users. Since I''m not an fbml app, I can''t use any of the fb_ helpers to access this, and without instanciating a user for each and making multiple calls, I don''t see a convienient way of doing this. I am new to facebooker, but have used rfacebook in a project before. Obviously this was done via user.getinfo([uids]) in rfacebook, but is there any way to achieve this with the facebooker wrapper? cheers dean -------------- next part -------------- An HTML attachment was sc...
2006 Jan 29
1
Works with iframe, but not ajax... ?!?
Hello all, I''ve run into trouble attempting to replicate something in ajax that worked when done with an iframe... In both cases I have a table inside a div that is being periodically refreshed every few seconds... The 1st column of each row in the table contains a link to a DHTML popup menu. I have the popup menu working in the ajax version. The problem is that in the ajax version
2004 Nov 19
0
Legend
...subtle but in some cases not easily converted. My Splus Command plotting deck was over 1200 lines and R has simplified this down to 900 lines so far. I do a lot of mapping with polygons and I am trying to figure out how to increase the default size of the fill boxes in the legend call. Splus had a convienient rectangle call in the Key module that did this. Will I have to use the lattice library for this functionality? Also, how does one get around removing the grey background produce by the following xyplot. The postscript works great but my boss wants the figures for the Microsoft world. Thanks Ran...