search for: bitbucket

Displaying 20 results from an estimated 544 matches for "bitbucket".

2011 Jun 16
1
Comment on libguestfs code in https://bitbucket.org/swamiyeswanth/pyti
Yeswanth, I'm looking at: https://bitbucket.org/swamiyeswanth/pyti/src/2b3a7401eccf/diskhandler.py from this thread: http://librelist.com/browser//pyti/2011/6/13/disk-handler/ (1) I don't think the code you posted will work unless you move line 23 ('launch') up to just after you've added the drive (after line 12). (2) You p...
2008 May 06
2
Sending routing errors to the bitbucket
...IE 6, and some of them have MS Office plugins that send bogus requests, causing routing errors like this: ActionController::RoutingError (no route found to match "/MSOffice/ cltreq.asp" with {:method=>:get}): They''re harmless, but I''d like to just send these to the bitbucket rather than have them fill up my log file. Suggestions? And no, this isn''t Nimda. I checked. :) Regards, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to...
2013 Apr 26
1
[newbie] how to find and combine geographic maps with particular features?
...iate help with a specific problem, as well as guidance (e.g., pointers to docs) regarding the larger topic of combining geographical maps (especially projected ones, i.e., not just lon-lat) on plots of regional data (i.e., data that is multinational but not global). My specific problem is https://bitbucket.org/tlroche/gfed-3.1_global_to_aqmeii-na/downloads/GFED-3.1_2008_N2O_monthly_emissions_regrid_20130404_1344.pdf which plots N2O concentrations from a global inventory of fire emissions (GFED) regridded to a North American projection. (See https://bitbucket.org/tlroche/gfed-3.1_global_to_aqmeii-na...
2014 Feb 12
1
FastR
...At this time, FastR is a collaborative effort of Purdue University, Johannes-Kepler-University Linz, and Oracle Labs. Contributions in all possible forms - tests, code, bug fixes, design hints, criticism - are very welcome! I would like to point the R developers to the FastR project page, now on BitBucket: https://bitbucket.org/allr. The project mailing list is at https://groups.yahoo.com/neo/groups/fastr/info. Best regards, Michael Haupt -- Dr. Michael Haupt Principal Member of Technical Staff Phone: +49 331 200 7277, Fax: +49 331 200 7561 Oracle Labs Oracle Deutschland B.V. & Co. KG, Schif...
2018 Feb 02
1
Why R should never move to git
..., Gitlab, in particular, has a wiki in which this kind of issues could be documented. Also Git cheat-sheets might prove useful. In addition, any feature request could be done in Gitlab Issue Section (See above), or if that does not still does not convince, other options could be considered, such as Bitbucket (https://bitbucket.org/), etc. In addition, the Git Repository: * Could be self-hosted in the University Servers (Just as SVN actually is nowadays). * Be accessed either by the Command Line or the Graphical User Interface (As users prefer). The main reason motivating the move to the GIT Repositor...
2015 Jun 12
3
CRAN testing
Is the mechanism by which packages are tested on CRAN described anywhere? Is it by any chance written in R? The FastR <https://bitbucket.org/allr/fastr/wiki/Home> team is interested in running a virtual CRAN where we can test all the CRAN packages on FastR. Thanks Mick Jordan [[alternative HTML version deleted]]
2010 Jun 14
0
[LLVMdev] CMake sample project?
...ls llvm-config, example of use in [2]. Unfortunately it does not work with MSVC, so I had to hardcode the libraries when building with MSVC. The LLVM_NATIVE_OBJECTS part of FIND_LLVM_LIBS is probably not needed anymore, since everything seems to be shipped as static library nowdays. [1] http://bitbucket.org/opengtl/opengtl/src/tip/cmake/modules/FindLLVM.cmake [2] http://bitbucket.org/opengtl/opengtl/src/tip/OpenGTL/GTLCore/CMakeLists.txt -- Cyrille Berger
2014 Jan 09
1
OSX - SSH agent functionality differing based upon CLI arguments
...t at 127.0.0.1 -p 2222 \ -o Compression=yes \ -o StrictHostKeyChecking=no \ -o LogLevel=FATAL \ -o StrictHostKeyChecking=no \ -o UserKnownHostsFile=/dev/null \ -o IdentitiesOnly=yes \ -i /Users/bryanhunt/.vagrant.d/insecure_private_key \ -o ForwardAgent=yes \ "/bin/sh -c 'git clone git at bitbucket.org:bryan_picsolve/poc_docker.git /home/vagrant/poc_dockera' " Cloning into '/home/vagrant/poc_dockera'... In the second instance I express the arguments differently ( -o HostName=127.0.0.1 -o User=vagrant ), and Agent Forwarding doesn?t seem to work: ssh -o HostName=127.0.0.1 -o...
2008 Dec 01
3
[LLVMdev] Multiple directories in a single library
Hi all, I've previously posted this patch on llvm-commits, but due to a lack of replies, and the fact that this patch is more something to discuss than something to apply, I'm posting this again here. While working on my own backend, I found that things got really messy real quickly, partly caused by the fact that all .cpp files must be in the same directory (lib/Target/TargetName).
2014 Apr 02
1
inconsistent error messages on Mac OS X
Hi All, I am one of the contributors to the FastR project ( https://bitbucket.org/allr <https://bitbucket.org/allr.>) and I have encountered an interesting issue when trying to implement vector accesses within FastR. I am trying to understand what kind of error message should be generated for the following expression: x<-1:4; x[[1]]<-NULL; x In order to determi...
2018 Feb 25
2
RFC 8305 Happy Eyeballs in OpenSSH
Has anyone checked to make sure that this won't upset sshguard? [1] Offhand, it looks like it will [2][3]. [1] https://www.sshguard.net/ [2] https://bitbucket.org/sshguard/sshguard/src/2ed7e0aee18b7271daab92d5335c14e04bb2cc89/src/parser/attacks.txt?at=master&fileviewer=file-view-default#attacks.txt-9 [3] https://bitbucket.org/sshguard/sshguard/src/2ed7e0aee18b7271daab92d5335c14e04bb2cc89/src/parser/attacks.txt?at=master&fileviewer=file-view-defau...
2016 Dec 27
3
Definition of uintptr_t in Rinterface.h
...#else # ifndef __intptr_t_defined typedef int intptr_t; # define __intptr_t_defined # endif typedef unsigned int uintptr_t; #endif ) Is this expected ? Shouldn't R rely on the definition in stdint.h rather than define its own ? (report for the issue: https://bitbucket.org/rpy2/rpy2/issues/389/failed-to-compile-with-python-360-on-32 ) Laurent [[alternative HTML version deleted]]
2012 Dec 29
1
Puppet module for managing Cobbler
Module on forge: http://forge.puppetlabs.com/puppetlabs/apache Code and issue tracker: https://bitbucket.org/jsosic/puppet-cobbler Comments are welcome, hope somebody finds it useful. I''m very happy with it so far :D The reason I''m posting it is that couple of people asked me about publishing this module while I was in a process of developing it, so If those people are still...
2010 Jul 23
7
fail rollback transaction with manual raise exception
...nk = Bank.new(:name => "ddsjdsjdsjk") bank.save! raise "Please, rollback" end end but the record bank is saved succesfully into database (I reported the problem in the community of pg driver, but they demonstrated that the problem is not the pg driver http://bitbucket.org/ged/ruby-pg/issue/37/fail-rollback-transaction-with-manual-raise) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsu...
2010 Jun 13
2
[LLVMdev] CMake sample project?
I built the list by hand though trial and error. I'm not sure if and how llvm-config works with cmake. Its seems now that I got the right dependencies in the right order, there have been no ongoing maintenance issues. On Sun, Jun 13, 2010 at 4:32 PM, sam lee <skynare at gmail.com> wrote: > Ah, thank you so much. > How did you get the list of target_link_libraries() ? > Did you
2013 Jul 23
1
Enviroment variables or Java startup -D arguments
...rrect search terms for the answer I need. So please forgive me if this is a question that has been answered 100 times :( I have seen many questions regarding enviroment variables, but non seem to be related. Again, I may be misunderstanding the vocabulary) I am setting up SCM-Manager<https://bitbucket.org/sdorra/scm-manager/wiki/Home>(GIT/Mercurial tomcat server). It does the job for development. However, SCM-Manager requires the environment variable "SCM_HOME" to be set to save the files to. I understand that a Puppet agent executes with a minimal shell. How can I make Puppet aw...
2016 Nov 29
5
[RFC] Parallelizing (Target-Independent) Instruction Selection
...n "top" among scope children which would be encountered pretty early. So sometimes threads are fired, but the correct instruction is actually immediately selected after that. Thus lots of time is wasted on joining threads. Here is our working repository and diff with 3.9 release: https://bitbucket. org/mshockwave/hydra-llvm/branches/compare/master%0D3.9-origin#diff <https://bitbucket.org/mshockwave/hydra-llvm/branches/compare/master%0D3.9-origin#diff> I don't think the current state is ready for code reviewing since there is no significant speedup. But it's very welcome for fol...
2014 Mar 20
2
patch to send incoming key to AuthorizedKeysCommand via stdin
...d directive so that the incoming user's public key is sent to the specified program via stdin. This provides a means to identify the connecting user based solely on their public key and not just by the username. The inspiration for this was to be able to provide a service similar to GitHub or Bitbucket, where a user uploads their SSH public key(s) via a web interface and accesses their repositories over SSH using a common user account like "git" or "hg". However, there are likely many other use cases. The patches for different openssh versions can be found at https://bitbucke...
2011 Apr 05
1
Looking for sponsorship for xnbd
...s is, where my package can be used best (but is not limited to). Indeed I am about to use it in my Xen environment in future as well. * Package name : xnbd Version : 0.0.3+hg20110222-1 * Upstream Author : Takahiro Hirofuchi <t.hirofuchi at aist.go.jp> * URL : https://bitbucket.org/hirofuchi/xnbd/wiki/Home * License : GPL-2+ Programming Lang: C Section : admin This package is compatible to the mainline NBD kernel module but replaces user space utilities as maintained by Wouter [1] (who does not seem to be interested in this package). It can be used as...
2017 Sep 22
2
Revocation with CRL doesn't work for smartcards
Ah, thank you, obviously this is a bug. Last comment (Ɓukasz Matyja 2016-04-01) says to have a fix, but how do I know if it has been added to bitbucket/samba? And if so, in which version? Or does the problem remain since the bugzilla case is still there? (Status: New) On Thu, Sep 21, 2017 at 10:52 PM, Rowland Penny via samba < samba at lists.samba.org> wrote: > On Thu, 21 Sep 2017 22:08:51 +0200 > Peter L via samba <samba at lists...