search for: smallish

Displaying 20 results from an estimated 151 matches for "smallish".

2008 Apr 14
0
Rails Job - Smallish Project - Need Developer!
Hi all – I have a website that was developed in Rails: www.JCFootballProspects.com It was working fine and now the front page is down. Not sure when that happened actually…within the last couple of weeks. All of the back end features seem to be working but the home page is not. I need someone to get in there on the server and figure out the trouble. Also, I might enlist this contractor to
2014 Jun 07
3
[LLVMdev] Stack maps no longer experimental in 3.5
...that way. > > Is there a way to do this with intrinsics? I.e. is there a safe way for > WebKit to query whether "llvm.patchpoint" is an available intrinsic, and > then fallback to "llvm.experimental.patchpoint" if it's not available? Keeping both names during a smallish time window should be sufficient, no? Cheers, Rafael
2013 Feb 07
2
[LLVMdev] llvm-dwarfdump and eh_frame
...n. While DWARFContext::getDebugAranges explicitly tries to parse it, it fails because the DWARFContextInMemory constructor does not check for that specific section name. A fix would be to check wether the name is "debug_frame" or "eh_frame". If this is correct, should I submit a smallish patch, or could somebody else fix it, or can I just commit the change to svn? -- Erik.
2010 Apr 21
9
best choice of user database file to work with postfix?
...that both Postfix (for valid recipients) and Dovecot (for user login authentication) can use together. An alternative is some way to get Postfix to go through Dovecot to query for users (at the time of mail arriving on SMTP so it doesn't queue anything that would later be rejected). This is a smallish setup on one server, with probably a max of 50 to 100 users and 50 or so role account mailboxes over the next year or two. Any recommendations?
2004 Oct 04
2
Weighted Savitzky-Golay?
Hi, Does anyone know how to use weights and generate error bounds for Savitzky-Golay? I have a (smallish) set of points y equally spaced each with a known error and would like to smooth them using S-G but so as to take into account the error already have and construct new error bounds around them that take into account the errors they had at the beginning and the erros they get as a result of the...
2009 Jun 11
2
[LLVMdev] ARM backend failures from (gcc) c torture suite
I wrote a few scripts to run llvm/arm against the gnu c torture test suite which consists of over 900 smallish tests. There were quite a few failures with llvm/arm which I hereby want to report (see attached tarball for the actual failing testsc). Most of the failures are related to vararg/stdarg. I think I saw a bug files for this but cannot find it anymore. Is somebody on this? Finally, I would like to...
2016 Jan 25
2
Just need to vent
...id that over a Xmas break. It did help that I read the release notes first (so I was not surprised at the major change) and went through the tutorial the developers provided. An interesting exercise re-examining and critiquing old workflows and exploring alternatives. It works really well on the smallish laptop that I use while commuting and which I plug into a couple of monitors when I get to work. Its great the way it frees up screen real estate and encourages me to focus on "what I am doing" rather than distracting me with "things I might want to do". ? Reading the release n...
2013 Feb 18
2
[LLVMdev] llvm-dwarfdump and eh_frame
...n. While DWARFContext::getDebugAranges explicitly tries to parse it, it fails because the DWARFContextInMemory constructor does not check for that specific section name. A fix would be to check wether the name is "debug_frame" or "eh_frame". If this is correct, should I submit a smallish patch, or could somebody else fix it, or can I just commit the change to svn? >> > > Please submit a patch to llvm-commits, with a test case that exercises the fix. > > Eli Before I submit the patch, I was wondering if it would be better to add a -eh-frame option to llvm-dwarf...
2008 May 27
3
dom0 memory limits greater than 2Gb?
...orresponding advice for the Xen in OpenSolaris, Nevada b87 in particular? I''ve got an X4600 with 32Gb of physical memory on it. I was originally planning to have dom0 be the general- purpose compute instance, and also have it serve a collection of Linux guests. Am I better off having a smallish 2Gb OpenSolaris dom0, a giant OpenSolaris domU for most compute jobs, and a bunch of smaller Linux domUs for the Linux users? And if so, for heaven''s sake why? What purpose does this limitation serve? Mike O''Brien
2007 Jun 15
3
[OT] 'gv' and fractional points
...ostscript files (also PDF files, after you have converted them to PS). Then (veering back on topic ... ) you can submit the numerical data to R and try your own analyses on these data, and compare with what the article does. However, this little window only gives the numbers in whole points. Say a smallish graphic may print out 3 inches wide or high. Then you get precision of 1/216 per 3 inches or 0.4% of full scale. This can be adequate on many occasions, but can be on the coarse side on other occasions. Even for a 6-inch-wide/high graph, you only get down to 0.2% of full scale. If it were possibl...
2009 Jul 06
2
ReShape chicks example - line plots
Hi, In the examples from the ReShape package there is a simple example of using melt followed by cast that produces a smallish amount of output about the chicks database. Here's the code: library(reshape) names(ChickWeight) <- tolower(names(ChickWeight)) chick_m <- melt(ChickWeight, id=2:4, na.rm=TRUE) DietResults <- cast(chick_m, diet + chick ~ time) DietResults My challenge is to extract an plot only a...
2009 Nov 02
4
Incremental ReadLines
I've been trying to figure out how to read in a large file for a few days now, and after extensive research I'm still not sure what to do. I have a large comma delimited text file that contains 59 fields in each record. There is also a header every 121 records This function works well for smallish records getcsv=function(fname){ ff=file(description = fname) x <- readLines(ff) closeAllConnections() x <- x[x != ""] # REMOVE BLANKS x=x[grep("^[-0-9]", x)] # REMOVE ALL TEXT spl=strsplit(x,',') # THIS PART IS SLOW, BUT MANA...
2009 Jul 22
2
[LLVMdev] ARM backend failures from (gcc) c torture suite
...UMENTS and what happens in LowerVASTART in > ARMISelLowering.cpp. > > deep > > On Thu, Jun 11, 2009 at 8:45 AM, robert muth<robert at muth.org> wrote: > > I wrote a few scripts to run llvm/arm against the gnu c torture test > suite > > which consists of over 900 smallish tests. > > > > There were quite a few failures with llvm/arm which I hereby want to > > report (see attached > > tarball for the actual failing testsc). > > > > Most of the failures are related to vararg/stdarg. > > I think I saw a bug files for this but ca...
2013 Feb 11
0
[LLVMdev] llvm-dwarfdump and eh_frame
...n. While DWARFContext::getDebugAranges explicitly tries to parse it, it fails because the DWARFContextInMemory constructor does not check for that specific section name. A fix would be to check wether the name is "debug_frame" or "eh_frame". If this is correct, should I submit a smallish patch, or could somebody else fix it, or can I just commit the change to svn? > Please submit a patch to llvm-commits, with a test case that exercises the fix. Eli
2006 Aug 04
1
Motiro 0.4.2 released
...o is a time when people get together to collaborate on a common goal such as harvesting food or building houses. I have been working on this little thing for some time now on my spare time. Version 0.4.2 is the seventh release, it features a Subversion front end, an event notification system and a smallish wiki-like language for page edition with support for translation. Motiro is written in Ruby using the Rails framework, so I thought someone here would be interested. If anyone wants to take a look at it (or even help me write the thing), Motiro is self-hosting at: http://motiro.railsplayground.co...
2006 Mar 15
1
[LLVMdev] Re: Garbage collection questions
...erations to reduce the overhead of filtering out the live > roots. :-) By the way, how are you testing this? Do you have a front-end that is outputing garbage collected code? If so, it would be very cool to include it and your garbage collector with the LLVM distribution, assuming they are smallish. Alternatively, when you get happy with your refcount'd collector and are convinced that it is working right, lemme know and we can include just it with mainline LLVM. Having a working GC implementation would be a great help to people using the LLVM GC hooks. Thanks! -Chris -- http://n...
2014 Jun 07
2
[LLVMdev] Stack maps no longer experimental in 3.5
...here a way to do this with intrinsics? I.e. is there a safe way for >>> WebKit to query whether "llvm.patchpoint" is an available intrinsic, and >>> then fallback to "llvm.experimental.patchpoint" if it's not available? >> Keeping both names during a smallish time window should be sufficient, no? >> >> Cheers, >> Rafael > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -- http://www.n...
2019 Oct 25
4
unnecessary reload of 8-byte struct on i386
Hello folks, I've recently been looking at the generated code for a few functions in Chromium while investigating crashes, and I came across a curious pattern. A smallish repro case is available at https://godbolt.org/z/Dsu1WI . In that case, the function Assembler::emit_arith receives a struct (Operand) by value and passes it by value to another function. That struct is 8 bytes long, so the -O3 generated code uses movsd to copy it up the stack. However, we end up w...
2009 Jun 12
0
[LLVMdev] ARM backend failures from (gcc) c torture suite
...illing that happens in LowerFORMAL_ARGUMENTS and what happens in LowerVASTART in ARMISelLowering.cpp. deep On Thu, Jun 11, 2009 at 8:45 AM, robert muth<robert at muth.org> wrote: > I wrote a few scripts to run llvm/arm against the gnu c torture test suite > which consists of  over 900 smallish tests. > > There were quite a few failures with llvm/arm which I hereby want to > report (see attached > tarball for the actual failing testsc). > > Most of the failures are related to vararg/stdarg. > I think I saw a bug files for this but cannot find it anymore. > Is someb...
2008 Feb 22
1
Integrating Misys into existing Samba network
Hi, I do the networking for a smallish medical clinic here. They have decided to go with the Misys MyWay Electronic Medical Records system. The engineers from Mysis about freaked out when the found out that I'm running Samba on OpenBSD, and had all kinds of issues they were worried about--whether their Windows Server 2003 syst...