search for: setback

Displaying 20 results from an estimated 28 matches for "setback".

Did you mean: netback
2014 Jun 07
3
[LLVMdev] Stack maps no longer experimental in 3.5
On 7 June 2014 00:14, Filip Pizlo <fpizlo at apple.com> wrote: > The only setback is to ensure that we synchronize the renaming with WebKit. > > The WebKit->LLVM interface currently avoids revision-lock; you can take any > recent revision of either and build a working browser engine. This is mostly > true even when we change the stack map format because of version...
2006 Oct 20
2
Dataset on Baltimore home energy costs
...2 failed, older storm windows to more modern ones. 1-Sep-04: Date when I upgraded 4 failed, older storm windows to more modern ones. Interesting question: Did upgrading the windows significantly change the heat loss? last week of July 1999: Spouse moved in; both adults absent during the work day, setback thermostat used. Interesting question: Is there a discernable difference in the energy costs for heating between a single person and a couple? What's the heating "cost" of adding a spouse or roommate? 18-Dec-2006: Brought home son; spouse and son home during the day, setback thermosta...
2004 Aug 06
2
a little help with compilation
On a redhat 9.0 I am trying to install the latest icecast, ices, libshout and having a few setbacks. Any help would be appreciated 1.when running "make" on icecast, i get this error: "cannot find -lssl" 2.when running "configure" on ices, i get this error: "must have libshout installed" 3.i was able to make and make install libshout successfully but i...
2007 Mar 05
1
extra-sounds 1.4.5 timestapmed newer than 1.4.6 ???
Hello All , I'd usually just take the latest timestamped tarballs & use them , But this has gotten me a tad setback . I want to build astersik-1.4.1 & I am not sure which of these is going to work correctly . Anyone else have a better idea than me ? Rsvp , Tia , JimL -rw-r--r-- 1 0 0 9397296 Feb 21 01:07 asterisk-core-sounds-es-g722-1.4.6.tar.gz -rw-r--r-- 1 0 0...
2014 Jun 07
2
[LLVMdev] Stack maps no longer experimental in 3.5
...tempting to specify C API for instruction introspection(!). Alp. > > -Fil > >> On Jun 7, 2014, at 3:37 AM, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote: >> >>> On 7 June 2014 00:14, Filip Pizlo <fpizlo at apple.com> wrote: >>> The only setback is to ensure that we synchronize the renaming with WebKit. >>> >>> The WebKit->LLVM interface currently avoids revision-lock; you can take any >>> recent revision of either and build a working browser engine. This is mostly >>> true even when we change the sta...
2014 Jun 08
3
[LLVMdev] Stack maps no longer experimental in 3.5
...; > > > Alp. > >> >> -Fil >> >>> On Jun 7, 2014, at 3:37 AM, Rafael EspĂ­ndola <rafael.espindola at gmail.com> >>> wrote: >>> >>>> On 7 June 2014 00:14, Filip Pizlo <fpizlo at apple.com> wrote: >>>> The only setback is to ensure that we synchronize the renaming with >>>> WebKit. >>>> >>>> The WebKit->LLVM interface currently avoids revision-lock; you can take >>>> any >>>> recent revision of either and build a working browser engine. This is >&g...
2013 Aug 08
2
com32 module compatibility between 5.x versions
...to load ldlinux.c32" error. As such, I am very much hoping that this is just a one of occurence, and that future v5.x ldlinux.sys are going to be compatible with .c32 modules from versions 5.10 or above. Can you please confirm whether this should be the case? If not, this will be a major setback for my app, because it means I'll have to multiply the versions of ldlinux.sys embedded, as well as add detection for the exact ISOLINUX version being used (is there an easy way to do that?). For what is worth, the app is currently less than 500 KB in size, including both v4.06 and v5.10 o...
2015 May 24
3
[LLVMdev] RFC: Reduce the memory footprint of DIEs (and DIEValues)
...p and committed the most obvious parts, as well as a few unrelated memory improvements. I'm attaching my (almost?) ready-to-go patches, which have the following effects on peak memory: - 0000: 845 MB (baseline) - 0001: 845 MB - refactor - 0002: 879 MB - pass DIEValue by value (momentary setback) - 0003: 829 MB - merge DIEAbbrevData into DIEValue - 0004: 829 MB - refactor - 0005: 829 MB - refactor - 0006: 829 MB - refactor - 0007: 764 MB - change DIE::Values to a linked list - 0008: 756 MB - change DIE::Children to a linked list (Still measuring memory on `llc` for `-flto -g`;...
2006 Sep 18
2
merge gives me too many rows
...s 45760 to 45765. But they are also repeated on lines 45765 to 45769. And so on a few more times. Thus merge added lines (repeated a small number of lines) to the final dataframe despite my use of all.x=F. Am I doing something wrong? If not, is there a solution? Not being able to merge is a setback! I was attempting to move the last few things I was doing with SAS to R... Please let me know if you want the file test3 (2.3 MB as a csv file, but only 352 KB in R (.rda) format). Sincerely, Denis Chabot > R.Version() $platform [1] "powerpc-apple-darwin8.6.0" $arch [1] &quot...
2017 Jul 02
3
/etc/R/Renviron doesn't set R_LIBS_USER anymore
On 02.07.2017 22:01, Dirk Eddelbuettel wrote: > On 2 July 2017 at 21:39, Kirill M?ller wrote: > | Hi > | > | An upgrade to R 3.4.1 on Ubuntu removed the default setting of > | R_LIBS_USER in /etc/R/Renviron. What's the rationale behind this? Thanks. > > Pretty much exactly what I told you in person last week :) > > - idea is to prefer /usr/local/lib/R/site-library/
2014 Jun 06
7
[LLVMdev] Stack maps no longer experimental in 3.5
Hi all, It is my understanding that now WebKit depends on the stack map functionality in production. Also, on the mailing lists we've seen lots of users using in this feature. Can we eliminate the experimental status for 3.5? Off the top of my head, the changes needed are: - A read-through of StackMaps.rst to remove any mention of it being experimental. - Removing mention of it being
2017 Jul 03
0
/etc/R/Renviron doesn't set R_LIBS_USER anymore
...around the installation step, ii) make the directory world-writeable or iii) set R_LIBS_USER in the *.site files. I still feel (quite strongly) that this policy is the best, I do also see that the implementation may not be ideal -- not running install.packages() well is a bit of a, err, "setback". Maybe I need to add it again at the end of .libPath() ? Dirk | | | -Kirill | | > Dirk | > | -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2008 May 02
4
Serious problems with Wine o__O
Well, my OS is Ubuntu 8.04 Hardy Heron, so you can keep track. I used Wine to be able to use Photoshop CS2, but there was a little setback. I reinstalled Wine and Photoshop several times and now even though I install it, it just wont work, nor open any .exe files. Also I don't know why I removed the Wine menu (Applications>Wine) from the tab and no matter what I do, it's not comming back. To sum up: -Is there any way to fi...
2000 Apr 11
1
DOMAINNAME\Username
Sorry Luke, You may have already answered this, but I have had a few minor setbacks the last couple of days and haven't received any mail over the last week. Can you explain who needs the DOMAINNAME\Username? As of when? And why this is needed? Also any side effects of doing this (I know it may cause a problem with the username length on some *cough* antiquated *cough* syste...
2005 Jun 01
0
Dynamic bridging
...y bridges to talk to each other and dynamically share the bandwidth to get the highest utilization? I was thinking of changing my filters so that all of the audio goes into one queue which has a reserved rate and all traffic go to a second queue which doesn''t have a rate set. The only setback there is if the second queue saturates the pipe and I get a global synchronizing of all packets going through the WAN causing my audio to drop. The main thing is getting the most out of the WAN when I need the bandwidth by making my audio work without drops and my co-lo users not feel like the...
2013 Aug 09
0
com32 module compatibility between 5.x versions
...her this should be the case? > No, we pretty much only guarantee that modules work when they all come from the same version. This is *especially* true for ldlinux.c32, which is really just an extension of ldlinux.sys, but it applies to other modules as well. > If not, this will be a major setback for my app, because it means I'll > have to multiply the versions of ldlinux.sys embedded, as well as add > detection for the exact ISOLINUX version being used (is there an easy > way to do that?). Sorry. If you are substituting any files you should substitute them all. -hpa
2004 Aug 06
2
iTunes 4
Last I checked, iTunes was unable to play my static playlist ogg vorbis stream. Assuming this is expected behaviour and not an anomaly; Does iTunes 4 resolve this issue? --thanks Michael Edwards http://www.walledcity.ca <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2012 Aug 12
13
raw partition or LV for btrfs?
I notice this question on the wiki/faq: https://btrfs.wiki.kernel.org/index.php/UseCases#What_is_best_practice_when_partitioning_a_device_that_holds_one_or_more_btr-filesystems and as it hasn''t been answered, can anyone make any comments on the subject Various things come to mind: a) partition the disk, create an LVM partition, and create lots of small LVs, format each as btrfs b)
2006 May 17
40
IDE recommendations?
I was wondering if there are any IDEs out there that has autocomplete features for win32. It would be perfect if it could do something akin to what DHH is doing on the screencast hosted on the rails website. http://media.rubyonrails.org/video/rails_take2_with_sound.mov Cheers -- Posted via http://www.ruby-forum.com/.
2014 Dec 11
4
Samba 4 two DCs no matching UID/GID
Thanks Steve, I will have a look at it. I think it's important to sync the idmap.ldb limits because in case of a crash of the schema master DC another DC must be seized and may not reassign already used ids in rfc2307 for new users or groups. Am 11. Dezember 2014 23:07:06 MEZ, schrieb steve <steve at steve-ss.com>: >On 11/12/14 22:50, Tim wrote: >> It will transfer the ids of