Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Git mirror very slow"
2011 Nov 01
2
[LLVMdev] Git mirror very slow
Hello Anton and Takumi.
Anton Korobeynikov <anton at korobeynikov.info> writes:
>> 14 KB/s now. Yesterday 40 KB/s.
>> Is that transitory or there is no enough bandwidth on llvm.org?
> Something is wrong on your side:
>
> $ git clone http://llvm.org/git/llvm.git
> Cloning into llvm...
> remote: Counting objects: 607409, done.
> remote: Compressing objects: 100%
2011 Nov 01
0
[LLVMdev] Git mirror very slow
Hi Oscar,
> 14 KB/s now. Yesterday 40 KB/s.
> Is that transitory or there is no enough bandwidth on llvm.org?
Something is wrong on your side:
$ git clone http://llvm.org/git/llvm.git
Cloning into llvm...
remote: Counting objects: 607409, done.
remote: Compressing objects: 100% (118270/118270), done.
Receiving objects: 2% (13924/607409), 3.87 MiB | 402 KiB/s
--
With best regards, Anton
2011 Nov 01
0
[LLVMdev] Git mirror very slow
On Tue, Nov 1, 2011 at 5:57 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Hello Anton and Takumi.
>
> Anton Korobeynikov <anton at korobeynikov.info> writes:
>
> >> 14 KB/s now. Yesterday 40 KB/s.
> >> Is that transitory or there is no enough bandwidth on llvm.org?
> > Something is wrong on your side:
> >
> > $ git clone
2011 Jun 20
0
[LLVMdev] committing with the git mirror
Good evening, Jay!
...Instructions, ...
1. git clone http://llvm.org/git/XXX.git (assume it "origin")
2. Create git authors file (assume /path/to/file/of/authors) with single line.
foad = Jay Foad <jay.foad at gmail.com>
Oh yeah, you should define your name and mailto same as described in
llvm.org/git with case-sensitive.
3. Edit .git/config manually :p
[svn]
2011 Jun 20
6
[LLVMdev] committing with the git mirror
Hi,
This document tells me how to do a "read-only GIT clone of LLVM":
http://llvm.org/docs/GettingStarted.html#git_mirror
Can someone please document how to get read-write access using git or
git-svn, if it's possible? Or do I still have to use plain old svn to
commit? (I have tried searching the mailing list to find out how to do
this, but it seems like a lot of the information
2011 Apr 21
5
[LLVMdev] Dragonegg Git mirror?
Chen,
Teemu is asking "the official git mirror" and he oughta know where the
svn repo is. ;)
Teemu, I have created an unofficial one; https://github.com/chapuni/dragonegg
Excuse me, I might not update it so frequently.
Anton, please provide us the official dragonegg.git!
...Takumi
2012 Apr 02
2
Default parameter values in R functions?
Hi all,
I have a newbie question:
If I have a function with the following documentation:
ca.jo(x, type = c("eigen", "trace"), ecdet = c("none", "const", "trend"), K = 2,
spec=c("longrun", "transitory"), season = NULL, dumvar = NULL)
Let's take "type" as an example... if I omit this parameter when
calling the
2010 Nov 30
3
saving multiple panes to PNG
After searching multiple combinations of keywords over the past two
days and downloading n R graphics tutorials, I have not been able to
find anything online or in my R books about how to save multiple plot
panes to PNG.
Specifically, I am using the irf() function in the vars package to
generate plots of Impulse Response Functions:
> x.data <-
2011 Apr 20
2
[LLVMdev] Dragonegg Git mirror?
Is there an official Git mirror for Dragonegg? Cannot find the URL with Google
nor with guesswork.
Teemu
2011 Apr 21
0
[LLVMdev] Dragonegg Git mirror?
> Is there an official Git mirror for Dragonegg? Cannot find the URL with Google
> nor with guesswork.
Dragonegg has svn. http://llvm.org/svn/llvm-project/dragonegg/trunk
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
2011 Apr 21
0
[LLVMdev] Dragonegg Git mirror?
> Anton, please provide us the official dragonegg.git!
Done!
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2011 Jan 31
1
Re: e-sword under a tiling WM
ngoonee wrote:
>
> vitamin wrote:
> >
> > ngoonee wrote:
> > > Well, why does my WM know about other wine apps but not e-sword?
> >
> > Popup, tooltip, and like windows (most windows without caption) are created as unmanaged. It all depends on what kind of windows program is using.
>
>
> I don't think e-sword is an unmanaged window. It has a
2008 Mar 20
1
Cointegration no constant
Hi,
I am trying to estimate a VECM without constant using the following code:
data(finland)
sjf <- finland
sjf.reg<-ca.jo(sjf, type = c("eigen"), ecdet = c("none"), K = 2,spec=c("transitory"), season = NULL, dumvar = NULL)
cajools(sjf.reg)
While the cointegration test does not use a constant, it is used in the cajools which I do not want. I am sure I am
2011 Mar 30
1
VECM with UNRESTRICTED TREND
Dear All,
My question is:
how can I estimate VECM system with "unrestricted trend" (aka "case 5")
option as a deterministic term?
As far as I know, ca.jo in urca package allows for "restricted trend"
only [vecm
<- ca.jo(data, type = "trace"/"eigen", ecdet = "trend", K = n, spec =
"transitory"/"longrun")].
2011 Jul 29
1
[LLVMdev] git
On Jul 29, 2011, at 11:26 AM, David A. Greene wrote:
>> Disagreed. The point is that I should not see a stream of 20
>> decomposed patches from you. When I get to one that is "wrong" or
>> needs changes (e.g. patch 6), then all the other patches after it get
>> ignored. This is silly.
>
> It is silly. I see no reason to simply ignore the later patches
2006 Nov 29
1
Web site link problems (PR#9401)
Full_Name: Ross Boylan
Version: N/A
OS: Linux
Submission from: (NULL) (198.144.201.14)
1. http://www.r-project.org/posting-guide.html includes
"Paul Johnson's R tips page is a organized collection of how to do things in R,
with many questions and tips culled from R-help"
"R tips" is a link to http://www.ku.edu/~pauljohn/R/Rtips.html. I get a message
the page is no longer
2017 May 01
4
Add more projects into Git monorepo
I am planing to add projects into
https://github.com/llvm-project/llvm-project in near future, possibly this
week.
Before doing that, I would like to ask users of it.
1st option is my preference in each paragraph. Let me know if you have
other suggestions.
* What is added?
I will add; libunwind, llgo, openmp and parallel-libs.
May I also add debuginfo-tests?
* Will inactive projects be
2011 Feb 02
1
[LLVMdev] [cfe-dev] GIT mirroring
To rebuild, it would be enough to remove
.git/svn/refs/remotes/git-svn/.rev_map.*
My usual way to resync;
$ git fetch llvm.org (is remote name)
$ git update-ref refs/remotes/git-svn llvm.org/master
$ git svn fetch
Partial-rebuilding
.git/svn/refs/remotes/git-svn/.rev_map.91177308-0d34-0410-b5e6-96231b3b80d8
...
Currently at 124651 = 071d3af0de273b1079d79f7f979264f28d567373
r124653 =
2017 May 08
2
Add more projects into Git monorepo
On Sun, May 7, 2017 at 12:07 AM, NAKAMURA Takumi via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> I have done just now. 5 repos added including debuginfo-tests.
> ATM, it includes 17 repos total.
>
> - Created the new repo; https://github.com/llvm-
> project/llvm-project-20170507.git
> Branches will come later.
> - The previous repository has a merge commit that
2016 Jun 28
2
[cfe-dev] Git Move: GitHub+modules proposal
On 27 June 2016 at 22:55, NAKAMURA Takumi via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> It has also submodules.
> https://github.com/llvm-project/llvm-project-submodule
>
> Both llvm-project(-tree) and (-submodule) have refs/notes/commits.
I really like this too, and think Takumi has basically solved 90% of
the problem for us already. We may want to add an "rN" line