search for: roundup

Displaying 20 results from an estimated 448 matches for "roundup".

2013 Nov 12
0
[PATCH 6/7] drm/nouveau: more paranoia in nouveau_bo_fixup_align
...ct nouveau_bo *nvbo, u32 flags, struct nouveau_drm *drm = nouveau_bdev(nvbo->bo.bdev); struct nouveau_device *device = nv_device(drm->device); - if (device->card_type < NV_50) { - if (nvbo->tile_mode) { - if (device->chipset >= 0x40) { - *align = 65536; - *size = roundup(*size, 64 * nvbo->tile_mode); - - } else if (device->chipset >= 0x30) { - *align = 32768; - *size = roundup(*size, 64 * nvbo->tile_mode); - - } else if (device->chipset >= 0x20) { - *align = 16384; - *size = roundup(*size, 64 * nvbo->tile_mode); - - } else if...
2007 Mar 12
1
roundup in vdev_raidz.c
Hi guys, There seems to have been some discussion about this before (http://mail.opensolaris.org/pipermail/zfs-discuss/2006-September/013050.html) but I don''t *quite* understand why the roundup is necessary. Using Bill''s notation, if there isn''t a roundup (writing 4k fs blocks to a 4 device RAID-Z) wouldn''t you get something like this: Disk 0 1 2 3 -------------------- LBA 0 A. A A A 1 A. A A A 2 A. A A B. 3 B B...
2006 Mar 23
2
Ruby and RoR Book Roundup
...o round up all the upcoming Ruby books in the market in one big blog post. At my count, there are _sixteen_ books to be released (in print) for the upcoming year, with some available in pdf form right now. Here''s the list: http://www.robsanheim.com/2006/03/23/ruby-and-ruby-on-rails-book-roundup/ Hope its helpful for fellow book nerds out there! - Rob -- http://www.robsanheim.com/ http://www.ajaxian.com/
2002 Dec 03
1
scp "Bad address" errors with strange filesystem block sizes
...j = atomicio(write, ofd, bp->buf, count); The problem here is that it requests the data in chunks of 4096 bytes, but the block size is not a multiple of 4096. One of the read() calls eventually fails with EFAULT when "cp" is past the break. This patch makes allocbuf() use roundup() like Berkeley rcp does, instead of the wacky calculation it uses now. The calculated buffer sizes are probably still suboptimal when the file system's optimal block size is not a power of two. Index: scp.c =================================================================== RCS file: /x/freeb...
2018 Apr 06
0
Revolutions blog roundup: March 2018
...Vision API from R to generate captions for images: http://blog.revolutionanalytics.com/2018/03/computer-vision-api.html The 20 most prolific package maintainers on CRAN: http://blog.revolutionanalytics.com/2018/03/the-most-prolific-package-maintainers-on-cran.html The first in a series of monthly roundups of links on AI, ML and Data Science http://blog.revolutionanalytics.com/2018/03/aimlds-roundup-march-2018.html A guide to using R with Docker via the Rocker project: http://blog.revolutionanalytics.com/2018/03/r-and-docker.html R 3.4.4 is released: http://blog.revolutionanalytics.com/2018/03/r-3...
2018 May 08
0
Revolutions blog roundup, April 2018
...r avatar solve the maze automatically: http://blog.revolutionanalytics.com/2018/04/minecraft-robot-in-r.html A dive into some of the internal changes bringing performance improvements to the new R 3.5.0: http://blog.revolutionanalytics.com/2018/04/r-350.html AI, Machine Learning and Data Science Roundup, April 2018: http://blog.revolutionanalytics.com/2018/04/ai-roundup-apr-2018.html An analysis with R shows that Uber has overtaken taxis for trips in New York City: http://blog.revolutionanalytics.com/2018/04/uber-overtakes-taxis-in-nyc.html News from the R Consortium: new projects, results from...
2013 Nov 19
7
[PATCH] libxc/arm: align to page size the base address of the device tree
xc_dom_alloc_segment requires start address to be page align. Signed-off-by: Julien Grall <julien.grall@linaro.org> --- tools/libxc/xc_dom_arm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/libxc/xc_dom_arm.c b/tools/libxc/xc_dom_arm.c index ffe575b..366061d 100644 --- a/tools/libxc/xc_dom_arm.c +++ b/tools/libxc/xc_dom_arm.c @@ -290,6 +290,8 @@ int
2009 Jun 20
3
DVD NTSC video plays twice as fast when encoded with libtheora
https://roundup.ffmpeg.org/roundup/ffmpeg/issue1197 I had originally encountered this problem using ffmpeg2theora. I switched to ffmpeg proper in an attempt to identify where the problem was at, and found that the problem persisted. As a result I had thought this was a problem with ffmpeg, but the ffmpeg folks se...
2010 Jan 12
0
Revolutions blog: December roundup
I write about R every weekday at the Revolutions blog: http://blog.revolution-computing.com , and every month I post a summary of articles from the previous month of particular interest to readers of r-help. You can find older summaries at http://blog.revolution-computing.com/roundups . (By the way, the blog celebrated its first anniversary in December. Blame the celebrations and the holidays for the lateness of this roundup.) http://bit.ly/4FiuiA looked at a climate change controversy involving the weather in Darwin, Australia and a review of the source data using R. http://...
2010 Feb 08
0
HTML5, H.264 and Flash roundup
May be of interest... HTML5, H.264 and Flash roundup http://www.infoq.com/news/2010/02/html-h264-flash-ipad -- Pete Harlow Catnip Corner - Photography by Pete Harlow http://www.catnip.co.uk/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20100208/3c7f142c/attachme...
2007 Mar 08
0
Ruby Roundup Podcast
I am happy to announce the release of Episode 1 of the Ruby Roundup podcast. You can find it at http://rubyroundup.com This will be a weekly podcast covering the latest news and events in the world of Ruby. Have a listen and let us know what you think ... -Bill Siggelkow --~--~---------~--~----~------------~-------~--~----~ You received this message because yo...
2011 Dec 07
0
Revolutions Blog: November Roundup
...Data (http://bit.ly/vSeCWm ). Meeting times for local R user groups (http://bit.ly/eC5YQe ) can be found on the updated R Community Calendar at: http://bit.ly/bb3naW If you're looking for more articles about R, you can find summaries from previous months at http://blog.revolutionanalytics.com/roundups/. Join the Revolution mailing list at http://revolutionanalytics.com/newsletter to be alerted to new articles on a monthly basis. As always, thanks for the comments and please keep sending suggestions to me at david at revolutionanalytics.com . Don't forget you can also follow the blog using...
2013 Jan 14
0
Revolutions blog roundup: December 2012
...roups (http://blog.revolutionanalytics.com/local-r-groups.html) can be found on the updated R Community Calendar at: http://blog.revolutionanalytics.com/calendar.html If you're looking for more articles about R, you can find summaries from previous months at http://blog.revolutionanalytics.com/roundups/. Join the Revolution mailing list at http://revolutionanalytics.com/newsletter to be alerted to new articles on a monthly basis. As always, thanks for the comments and please keep sending suggestions to me at david at revolutionanalytics.com . Don't forget you can also follow the blog using...
2011 Sep 07
0
Revolutions Blog: August Roundup
...gave some insights into R's development process, and the future of R, in his talk at useR!: http://bit.ly/qIhT0T A profile of R-core member Martyn Plummer: http://bit.ly/oN1Fuk Joseph Rickert uses the RevoScaleR package to look at the residuals from a large linear model: http://bit.ly/oNSMFU Roundups of various talks given at the useR! 2011 conference from me: http://bit.ly/oFMuXF and several other attendees: http://bit.ly/qqmLj7 In a tongue-in-cheek post, Business Intelligence analyst Steve Miller "complains" that there's too much new stuff in R: http://bit.ly/oQfuhE The rdata...
2011 Aug 09
1
Revolutions Blog: July Roundup
I write about R every weekday at the Revolutions blog: http://blog.revolutionanalytics.com and every month I post here a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of July: A simulation in R finds the value (or disadvantage) or drawing an X, J, Q or Z in Scrabble:
2009 Dec 03
0
Revolutions blog: November roundup
...(http://bit.ly/87ieTX). (I've provided short URLs above because many mailers break the long direct URLs.) The R Community Calendar has also been updated at: http://blog.revolution-computing.com/calendar.html You can find summaries of older postings here: http://blog.revolution-computing.com/roundups/ As always, thanks for the comments and please keep sending suggestions to me at david at revolution-computing.com . Don't forget you can also follow the blog using an RSS reader like Google Reader, or by following me on Twitter (I'm @revodavid). Cheers to all, # David Smith -- David M...
2012 Jan 11
0
Revolutions Blog: December Roundup
..., Meeting times for local R user groups (http://bit.ly/eC5YQe) can be found on the updated R Community Calendar at: http://blog.revolutionanalytics.com/calendar.html If you're looking for more articles about R, you can find summaries from previous months at http://blog.revolutionanalytics.com/roundups/. Join the Revolution mailing list at http://revolutionanalytics.com/newsletter to be alerted to new articles on a monthly basis. As always, thanks for the comments and please keep sending suggestions to me at david at revolutionanalytics.com . Don't forget you can also follow the blog using...
2010 Aug 12
0
Revolutions Blog: July Roundup
...and (on a lighter note), double rainbows (http://bit.ly/cJg4OD). The R Community Calendar has also been updated at: http://blog.revolutionanalytics.com/calendar.html If you're looking for more articles about R, you can find summaries from previous months at http://blog.revolutionanalytics.com/roundups/. Join the Revolution mailing list at http://revolutionanalytics.com/newsletter to be alerted to new articles on a monthly basis. As always, thanks for the comments and please keep sending suggestions to me at david at revolutionanalytics.com . Don't forget you can also follow the blog using...
2013 Mar 12
0
Revolutions blog: February roundup
...ction (http://bit.ly/13RgWw1). Meeting times for local R user groups (http://bit.ly/eC5YQe) can be found on the updated R Community Calendar at: http://bit.ly/bb3naW If you're looking for more articles about R, you can find summaries from previous months at http://blog.revolutionanalytics.com/roundups/. Join the Revolution mailing list at http://revolutionanalytics.com/newsletter to be alerted to new articles on a monthly basis. As always, thanks for the comments and please keep sending suggestions to me at david at revolutionanalytics.com . Don't forget you can also follow the blog using...
2012 Jun 07
0
Revolutions Blog: May Roundup
...Cologne (http://bit.ly/KLbHzE). Meeting times for local R user groups (http://bit.ly/eC5YQe) can be found on the updated R Community Calendar at: http://bit.ly/bb3naW If you're looking for more articles about R, you can find summaries from previous months at http://blog.revolutionanalytics.com/roundups/. Join the Revolution mailing list at http://revolutionanalytics.com/newsletter to be alerted to new articles on a monthly basis. As always, thanks for the comments and please keep sending suggestions to me at david at revolutionanalytics.com . Don't forget you can also follow the blog using...