Displaying 20 results from an estimated 24 matches for "gradle".
Did you mean:
grade
2017 Aug 31
2
tsan_interface_java.h; any users? reviving https://github.com/google/java-thread-sanitizer?
...er, which seems to
> be now abandoned. It used to work with ThreadSanitizer v1. Has anybody ever
> tried to make it work with the current ThreadSanitizer?
>
> I gave it a try and bending java-thread-sanitizer to my needs seems doable
so far:
1) making java-thread-sanitizer compile with Gradle and run its example
under Java 8, check (although I have to pass -noverify to JVM)
2) LD_PRELOADing libtsan.so to JVM, accessing it from JNA, check
3) reproducing one tsan test (tests/rtl/tsan_mop.cc) with Java threads and
made up pointers passed to __tsan_write*(), check
3) disabling Garbage Colle...
2017 Jun 29
2
Change Rcode for a meta-analysis(netmeta) to use a random effects model instead of a mixed effects model
Hello,
I am writing a meta-analysis on the complication and reoperation rates after 5 treatment modalities of a distal radius fracture. I have a code to compare the complication and reoperation rates. Currently it is using a mixed effects model. Is it possible to change the code so a random effects model is used?
Thank you very much,
Jay
R code
library(meta) library(readxl) All <-
2017 Jun 26
3
Model studies in one analysis using treatment as a five level moderator in a meta-regression
Hello,
I am medical student, writing a meta-analysis on complication and reoperation rates after the five most common treatments of distal radius fractures. I have been busy with the statistics for months by my self, but find it quite hard since our classes were very basic. Now I want to compare the treatment modalities to see if there are significant differences. Using R I was able to
2013 Jan 14
2
Samba4 AD Groups Problem
Hi!
I created a Samba4 Demo Server to test AD functionality. Basically
it's a Debian Wheezy machine with a manually compiled Samba4
(smbstatus -V: Version 4.1.0pre1-GIT-051a1a9) according to
https://wiki.samba.org/index.php/Samba4/HOWTO but adjusted the paths
to a more debian way.
I can Manage the Server with the Windows Domain Utilities, add users,
add groups, add Machines and so
2017 Jun 29
0
Change Rcode for a meta-analysis(netmeta) to use a random effects model instead of a mixed effects model
The code in your mail in a mangled mess, since you posted in HTML. Please configure your email client to send emails in plain text.
Could you explain what exactly you mean by "Currently it is using a mixed effects model. Is it possible to change the code so a random effects model is used?"
Best,
Wolfgang
>-----Original Message-----
>From: R-help [mailto:r-help-bounces at
2015 Dec 01
2
Compilation errors
While doing a make on the recently checkout version:
I got the following errors:
[ 68%] Built target dd
[ 68%] Built target compiler-rt-headers
[ 68%] Building C object
projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatdidf.c.o
In file included from
/home/tthtlc/llvm/llvm/projects/compiler-rt/lib/builtins/x86_64/floatdidf.c:9:0:
2019 Jun 08
2
Help Building LLVM for Android
...for Android on my
Windows Dev machine. Wondering if anyone has any advice for me?
I've been trying to use the android-ndk cmake & toolchains to build LLVM so
that I can cross-compile Faust against the Android LLVM build. I've
managed to get Android's cmake to generate an Android Gradle Ninja project,
but when I try to build it I get lots of errors that seem to indicate that
the Ninja project is invalid, such as the following errors :
FAILED: cmTC_4a28c.exe
>
> cmd.exe /C "cd . &&
>
> C:\Users\jgiannone\AppData\Local\Android\Sdk\ndk-bundle\toolchains\l...
2017 Jun 26
0
Model studies in one analysis using treatment as a five level moderator in a meta-regression
hi Jay,
Consult a local statistician. Statistics is not you think is (namely
simple computations, R and probably plotting..).
regards,
vito
Jay Zola <jayjay.1988 at hotmail.nl> ha scritto:
> Hello,
>
>
> I am medical student, writing a meta-analysis on complication and
> reoperation rates after the five most common treatments of distal
> radius fractures. I have
2019 Apr 12
2
compile samba 4.10.2 centos 7.6
Hi,
I managed to compile 4.10.0 under CentOS 7.6. I did the following:
- update the yum package repository cache: sudo yum makecache
- install yum-utils: sudo yum install yum-utils
- add the IUS package repository: sudo yum install https://centos7.iuscommunity.org/ius-release.rpm
- update the yum package repository cache again: sudo yum makecache
- install Python 3.6 including PIP: sudo yum
2013 Mar 20
1
Remove Win2008R2 from Domain, remove missing DC from domain
Hi!
I'm almost done with a migration from Win2k to Samba4. To get this
going I had to install a Win2008R2 Server as an intermediate server,
now I want to get rid of it.
I found a bug that Win2008R2 can not be demoted from Samba Domain - so
I think I've to remove it somehow else.
But I couldn't find anything about that in the docs and on google.
So anyone out there with a
2019 Apr 13
0
compile samba 4.10.2 centos 7.6
...rg and what you already have installed. It
is an unpredictable crapshoot. I just ran into this in force when
someone casually ran "pip instlal awscli", which was already present,
and the umask was set to 077 and broke other new dependencies for
non-root users.
pip, like CPAN, ant, maven, gradle, and rubygems, is prone to bringing
in new and incompatible components at unpredictable times. It
shouldn't be used for production setups without great caution. That
said, I've been publishing updates to the old "py2pack" tool, used to
build SRPM's and RPM's from Python mo...
2017 Aug 30
2
tsan_interface_java.h; any users? reviving https://github.com/google/java-thread-sanitizer?
Hello,
I've been looking at ThreadSanitizer in
https://github.com/llvm-mirror/compiler-rt and I noticed some Java-related
files. Is there a version of ThreadSanitizer build on top of that, which I
could use to sanitize my Java programs? I could not find any.
I found https://github.com/google/java-thread-sanitizer, which seems to be
now abandoned. It used to work with ThreadSanitizer v1. Has
2013 May 01
2
Replacing Win2000 DC with Samba4 - Success!
Hi!
Just wanted to share a little success story:
We where asked to replace a Win2000 DC deployed by another company
which is'nt existing any more. As our focus is software development on
linux we wanted to deploy a Samba-server instead of Windows.
So after some trial and error and a lot of reading and asking (many
thanks to all that tried to help!) in mailing-lists and forums we
2017 Jun 26
1
Model studies in one analysis using treatment as a five level moderator in a meta-regression
Dear Vito,
Thank you for your reply. I tried to contact the statistics departement numerous times, but did not receive any reply. That is why I started to look on the internet for help.
Yours sincerely,
Jay
Verstuurd vanaf mijn iPhone
> Op 26 jun. 2017 om 22:05 heeft Vito Michele Rosario Muggeo <vito.muggeo at unipa.it> het volgende geschreven:
>
> hi Jay,
> Consult a local
2015 Dec 01
2
Compilation errors
...been touched in a long
time and the use of CMake was the preferred method for generating
Makefiles now. (But again, correct me if I'm wrong.)
On 12/1/15, Arno Bastenhof <arnobastenhof at gmail.com> wrote:
> Disclaimer: coming from a Java background where tools like Ant, Maven
> and Gradle reign supreme, I'm rather new to make and CMake myself (not
> to mention C and C++, which I've only started learning recently). So
> take my words with a grain of salt. Nonetheless, you'll find my take
> below:
>
> The relevant lines, I would suppose, are
>
> error:...
2017 Aug 31
2
tsan_interface_java.h; any users? reviving https://github.com/google/java-thread-sanitizer?
...t used to work with ThreadSanitizer v1. Has anybody ever
> >> tried to make it work with the current ThreadSanitizer?
> > I gave it a try and bending java-thread-sanitizer to my needs seems
> doable
> > so far:
> >
> > 1) making java-thread-sanitizer compile with Gradle and run its example
> > under Java 8, check (although I have to pass -noverify to JVM)
> > 2) LD_PRELOADing libtsan.so to JVM, accessing it from JNA, check
> > 3) reproducing one tsan test (tests/rtl/tsan_mop.cc) with Java threads
> and
> > made up pointers passed to __ts...
2019 Apr 14
3
compile samba 4.10.2 centos 7.6
...nstalled. It
> is an unpredictable crapshoot. I just ran into this in force when
> someone casually ran "pip instlal awscli", which was already present,
> and the umask was set to 077 and broke other new dependencies for
> non-root users.
>
> pip, like CPAN, ant, maven, gradle, and rubygems, is prone to
> bringing
> in new and incompatible components at unpredictable times. It
> shouldn't be used for production setups without great caution. That
> said, I've been publishing updates to the old "py2pack" tool, used to
> build SRPM's and...
2011 Oct 25
0
Mega Games Pack For WINE/Windows Games (Online Edition)
...Malone
Fishie Fishie
Flash Tower Defense Games
Flip Out
Flip Side Divine
Floating Islands Game
Flock
Free Civilization
Free Solitaire 3D
Frozen Fruits
Games Launcher
Gelatin Joe
Gene Rally
Ghost Busters
GhostBusters 3D Back in Action
Ghouls N Ghosts Remix
Giddy 3
Glest 2
Gnome Garden Carnage
Go Cat
Gradle - Unison
Great Secrects Da Vinci
Grey Matter
Grid Wars
Guardian Of Paradise
Gunroar
h2o
Habitat For Horror
Halo Zero
Hangaroo
Highway Pursuit
HitBlock
Hornado
Hot Ninja Moon Moon
I - Mones - Dragon
Implausible Mission
Incinerate
J2O
Jet Set Willy 4
Jezzballix
JFK Reloaded
Jolly Lines
Jumper 1
Jumpe...
2018 Oct 29
2
guestfs launch failed in CentOS 7.5
...*********************************
* IMPORTANT NOTICE
*
* When reporting bugs, include the COMPLETE, UNEDITED
* output below in your bug report.
*
************************************************************
LIBGUESTFS_BACKEND=direct
PATH=/home/ciuser/gradle-2.4/bin:/home/ciuser/JAVA/jdk1.8.0_77/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/etc/oz:/home/ciuser/.local/bin:/home/ciuser/bin
XDG_RUNTIME_DIR=/run/user/1000
SELinux: Enforcing
guestfs_get_append: (null)
guestfs_get_autosync: 1
guestfs_get_backend: direct
guestfs_get_backend_settings:...
2020 Sep 11
0
Wine release 5.17
...eferences.
makefiles: Build extra targets explicitly if they are not a dependency.
advapi32: Build with msvcrt.
makefiles: Explicitly import the CRT library also for test dlls.
wineandroid.drv: Load libwine dynamically.
wineandroid.drv: Pass the source directory on the gradle command line.
makefiles: Also store the basename without object dir for generated files.
makefiles: Fix a few more object directory references.
makefiles: Remove support for generating a single makefile.
makefiles: Add separate variable to keep track of source dir font files...