search for: projects

Displaying 20 results from an estimated 121997 matches for "projects".

Did you mean: project
2004 Oct 16
3
Cox PH Warning Message
Hi, Can anybody tell me what the message below means and how to overcome it. Thanks, Neil Warning message: X matrix deemed to be singular; variable 2 in: coxph(Surv(age_at_death, death) ~ project$pluralgp + project$yrborn + ......... >
2007 Jul 29
6
Isolating rails model specs from their implementation
...project management app I built when learning Rails and adding specs to it. During the course of building the app the requirement that project should be archiveable was added. So a project is in one of two states active or archived. This led to the creation of the following methods: Project.active_projects Project.archived_projects @project.active? @project.archived? @project.archive! @project.unarchive! The current implementation of this is using a separate table of "visibilities" as follows: # Implementation 1 (Current) Tables: Project id name visibility_status_id...
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...r any assistance. -- Tobias armv7a-plex-linux-gnueabihf-g++ -DLLVM_BUILD_GLOBAL_ISEL -DNDEBUG -D_DEBUG -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/libcxx/lib -I../projects/libcxx/lib -Iinclude -I../include -Iprojects/libcxx/include/c++build -I../projects/libcxx/include -fPIC -DPIC -mfloat-abi=hard -march=armv7-a -Os -mfpu=vfpv3-d16 --sysroot=armv7a-plex-linux-gnueabihf/sysroot -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wa...
2007 Apr 30
1
[LLVMdev] llvm-gcc build broken
...tools/i686-pc-linux-gnu/bin/g++ -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -W -Wall -Wwrite-strings -pedantic -Wno-long-long -Wno-variadic-macros -fno-common -DHAVE_CONFIG_H -Wno-unused -DTARGET_NAME=\"i686-pc-linux-gnu\" -DENABLE_LLVM -D__STDC_LIMIT_MACROS -I. -I. -I/projects/compiler/llvm-gcc/gcc -I/projects/compiler/llvm-gcc/gcc/. -I/projects/compiler/llvm-gcc/gcc/../include -I/projects/compiler/llvm-gcc/gcc/../libcpp/include -I/include -I/ptmp/dag/build.llvm/include /projects/compiler/llvm-gcc/gcc/llvm-backend.cpp -o llvm-backend.o In file included from /projec...
2004 Oct 23
2
[LLVMdev] Link error with TOOLLINKOPTS=-ldbghelp on MinGW
Hi LLVM'ers When linking tblgen tool I get below error message on MinGW. I have put TOOLLINKOPTS=-ldbghelp in Makefile.config. However, when rearranging library dbghelp to the end of the g++ line, tblgen gets linked. -------------------------- make[2]: Entering directory `/C/Projects/build/MinGW/llvm/utils/TableGen' Linking Debug executable tblgen /C/Projects/build/MinGW/llvm/mklib --tag=disable-shared --tag=CXX --mode=link g++ -I/C/Projects/build/MinGW/llvm/utils/TableGen -I/C/Projects/build/MinGW/llvm/../../../src/llvm/utils/TableGen -I/C/Projects/build/MinGW/llvm/../....
2007 Dec 04
7
REST bug with form_for
...am using REST, and have this in my view <% form_for(:project, :url => project_path(:user_id => @project.my_user, :id => @project), :html => {:method => :put}) do |f| %> The browser correctly gives <form method="post" action="/users/2/projects/1"> <div style="margin: 0pt; padding: 0pt;"> <input type="hidden" value="put" name="_method"/> </div> But yet when I hit the Submit button to update, I get this error: project_url failed to generate from {:controller=>"proj...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...t; > -- Tobias > > armv7a-plex-linux-gnueabihf-g++ -DLLVM_BUILD_GLOBAL_ISEL -DNDEBUG -D_DEBUG -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/libcxx/lib -I../projects/libcxx/lib -Iinclude -I../include -Iprojects/libcxx/include/c++build -I../projects/libcxx/include -fPIC -DPIC -mfloat-abi=hard -march=armv7-a -Os -mfpu=vfpv3-d16 --sysroot=armv7a-plex-linux-gnueabihf/sysroot -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wa...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...> > armv7a-plex-linux-gnueabihf-g++ -DLLVM_BUILD_GLOBAL_ISEL -DNDEBUG > -D_DEBUG -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE > -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER > -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS > -Iprojects/libcxx/lib -I../projects/libcxx/lib -Iinclude -I../include > -Iprojects/libcxx/include/c++build -I../projects/libcxx/include -fPIC > -DPIC -mfloat-abi=hard -march=armv7-a -Os -mfpu=vfpv3-d16 > --sysroot=armv7a-plex-linux-gnueabihf/sysroot -fPIC > -fvisibility-inlines-hidden -Werror=date...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...r any assistance. -- Tobias armv7a-plex-linux-gnueabihf-g++ -DLLVM_BUILD_GLOBAL_ISEL -DNDEBUG -D_DEBUG -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LIBCPP_BUILDING_LIBRARY -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/libcxx/lib -I../projects/libcxx/lib -Iinclude -I../include -Iprojects/libcxx/include/c++build -I../projects/libcxx/include -fPIC -DPIC -mfloat-abi=hard -march=armv7-a -Os -mfpu=vfpv3-d16 --sysroot=armv7a-plex-linux-gnueabihf/sysroot -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wa...
2006 Jan 02
5
DB Modelling the Rails way - Opinions??
...trying to figure the most efficient way to model the following. I can think of at least two ways to relate the tables but from a client/server perspective! I''m wondering how to best (and elegantly)relate them from an AR perspective. A project has many people, A person can work on many projects at any time, A project has many roles, A role is performed by a person, A person may perform multiple roles, An organisation has many people, An organisation is a stakeholder (God, I hate that word - makes me feel like Dracula surrounded!)in one or more projects, A stakeholder has many roles withi...
2013 Feb 12
3
improving/speeding up a very large, slow simulation
Dear R help; I'll preface this by saying that the example I've provided below is pretty long, turgid, and otherwise a deep dive into a series of functions I wrote for a simulation study. It is, however, reproducible and self-contained. I'm trying to do my first simulation study that's quite big, and so I'll say that the output of this simulation as I'd like it to be is
2017 Nov 10
2
R and LINGO?
...the project -58 -32 -18 -31 -33 -39 2nd year of the project 17 17 11 4 21 30 3rd year of the project 26 30 13 19 20 9 4th year of the project 18 7 4 7 22 13 5th year of the project 40 6 7 17 6 13 In this case, the company can also choose which year each project should commence. These six candidate projects can begin either in 2018, in 2019 or in 2020, or not at all. The current proposal is to undertake project 1, 2, 3 and 5, with project 3 and 5 starting in 2018, project 2 in 2019 and project 1 in 2020. Available funds by the end of year 2017 will be 70 mill. The resulting cash flow is given in the f...
2001 Mar 16
0
smbclient tar problem
....0.7 on Linux, and I've been having a problem I can't figure out. I was backing up a coworker's machine using the smbclient tar capability. He's got Win2k. I was looking at the tar file that was generated, and in some of the deeply nested directories, I'd get stuff like this: ./Projects/From MM58836/SPC internal Web/New Site/groups/SLPG/projects/STRICOM_TIE_speech/_vti_cnf/activem.gif ./Projects/From MM58836/SPC internal Web/New Site/groups/SLPG/projects/STRICOM_TIE_speech/_vti_cnf/activep.gif ./Projects/From MM58836/SPC internal Web/New Site/groups/SLPG/projects/STRICOM_TIE_speec...
2006 Feb 18
4
verifying best practice
i have a Project model, which belongs_to :user when i add a project, the users_id is based on the session[:users_id]. to get the users_id into the projects table, i''m doing this: @project = Project.new(params[:project]) @project.users_id = session[:users_id] this is working, i''m just verifying this is the best way to do it.
2018 Sep 21
2
msan test failures
...errors are related, but if anyone needs the full log, I'll provide it. Here is a reduced log from the end: https://drive.google.com/file/d/1R5bLcCvgmgojkbDo6lB3jYBTBxweJP3v/view?usp=sharing What could be the problem? Thanks! :) SUMMARY: MemorySanitizer: use-of-uninitialized-value /home/blitz/projects/llvm/utils/unittest/googletest/src/gtest.cc:474:31 in testing::internal::UnitTestOptions::PatternMatchesString(char const*, char const*) ==15959==WARNING: MemorySanitizer: use-of-uninitialized-value #0 0x739054 in testing::internal::UnitTestOptions::PatternMatchesString(char const*, char const*...
2004 Oct 25
0
[LLVMdev] Link error with TOOLLINKOPTS=-ldbghelp on MinGW
...s are specified before listing the libraries to link in. In other words, g++ -Lpath1 -Lpath2 -ldbghelp -lSystem ...instead of... g++ -ldbghelp -lSystem -Lpath1 -Lpath2 Just a guess; can anyone verify this? -- John T. > > -------------------------- > make[2]: Entering directory `/C/Projects/build/MinGW/llvm/utils/TableGen' > Linking Debug executable tblgen > /C/Projects/build/MinGW/llvm/mklib --tag=disable-shared --tag=CXX > --mode=link g++ -I/C/Projects/build/MinGW/llvm/utils/TableGen > -I/C/Projects/build/MinGW/llvm/../../../src/llvm/utils/TableGen > -I/C/Proje...
2007 Apr 10
7
Newbie :: Help !!! (database record compare)
...table, resource ======= resource.id resource.name resource.contact and project ====== project.id project.name project.resource_id (id from resource table) I want to display list of project that only belong to particular resource. my proj.rhtml is like ===================== . .. ... <h1>Projects</h1> <table border="1"> <tr> <td width="30%"><p align="center"><i><b>ID</b></i></td> <td width="20%"><p align="center"><i><b>Project name</b></i></...
2020 May 30
4
r-project.org SSL certificate issues
I've updated the dashboard (https://rud.is/r-project-cert-status/) script and my notifier script to account for the entire chain in each cert. On Sat, May 30, 2020 at 5:16 PM Bob Rudis <bob at rud.is> wrote: > > # A tibble: 13 x 1 > site > <chr> > 1 beta.r-project.org > 2 bugs.r-project.org > 3 cran-archive.r-project.org > 4 cran.r-project.org
2013 Jan 11
2
[Community Review] Mirage Incubation Project Proposal
...that the OpenMirage project is seeking to become a Xen.org hosted project. The prospective project lead of the Mirage Project - Anil Madhavapeddy - has requested a Review of the Mirage Project to become an Xen.org Incubation project. In line with Xen Project Governance (see http://www.xen.org/projects/governance.html), in particular sections - "Forming a Project" at http://www.xen.org/projects/governance.html#project.forming - "Project Proposal" at http://www.xen.org/projects/governance.html#project.proposal - "Requesting Reviews, Reviews and Voting" at...
2017 Feb 17
6
LLVM GSOC Projects Criteria Consultation (before 2/28)
Hello all, GSOC is around the corner, and the LLVM projects plans to participate again this year. For those who don’t know about GSOC, students are proposing a project that they will work on for 3 months. Amongst other, one goal for LLVM is to mentor students to become good developers and also contributors to the LLVM project (or user/advocate of LLVM for b...