import scalaz.stream.async
val q = async.unboundedQueue[Int]
val src = q.dequeue
// Thread 1
q.enqueue(1) // ordinary side-effecting calls
q.enqueue(2)
...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'sinatra' | |
require 'json' | |
set :bind, '0.0.0.0' | |
post '/payload' do | |
# push = JSON.parse(request.body.read) | |
# puts "I got some JSON: #{push.inspect}" | |
system 'git fetch --all --prune' | |
system 'git push --mirror ssh://[email protected]:7999/odin/core.git' |
I hereby claim:
- I am xanderdunn on github.
- I am xanderai (https://keybase.io/xanderai) on keybase.
- I have a public key whose fingerprint is 683C D738 FC97 000B 79DA 19E7 E0A9 EA38 1B7D 2BAD
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Company | Founded | Product | Type | Furthest Research | Started | Fate | Outcome | Notes | |
---|---|---|---|---|---|---|---|---|---|
Wyeth Pharmaceuticals (Pfizer) | stamulumab (MYO-029) | antibody | Phase 2 Clinical Muscular Dystrophy | 2005 | dead | didn't achieve significant muscle gain | |||
Novartis & MorphoSys | 1992 | bimagrumab (BYM-338) | antibody | Phase 2b/3 Sporadic Inclusion Body Myositis | 2013 | dead | didn't achieve significant muscle gain | ||
Phase 2 Hip Fracture | 2014 | ongoing | |||||||
Phase 2 Sarcopenia | 2012 | completed | |||||||
Phase 2 Chronic Obstructive Pulmonary Disease | 2012 | completed | |||||||
Phase 2 Cachexia | 2011 | completed | |||||||
Phase 2 Diabetes | 2016 | ongoing | |||||||
Scholar Rock | 2012 | SRK-015 | antibody | Expected to file IND Q2 2018 for spinal muscular atrophy | ongoing | ||||
Atara (Amgen) | 2012 | PINTA-745 | peptibody | Phase 2 End Stage Renal Disease | 2013 | dead | didn't achieve significant muscle gain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"object": { | |
"pins": [ | |
{ | |
"package": "AEXML", | |
"repositoryURL": "https://github.com/tadija/AEXML", | |
"state": { | |
"branch": null, | |
"revision": "502c4d43a6cc9c395d19111e09dc62ad834977b5", | |
"version": "4.6.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/xcrun --sdk macosx --show-sdk-path | |
/usr/bin/xcrun --sdk macosx --show-sdk-platform-path | |
/Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2020-12-05-a.xctoolchain/usr/bin/swiftc -print-target-info | |
/usr/bin/xcrun --sdk macosx --find xctest | |
/Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2020-12-05-a.xctoolchain/usr/bin/swiftc -print-target-info | |
/Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2020-12-05-a.xctoolchain/usr/bin/swiftc -print-target-info | |
/usr/bin/xcrun vtool -show-build /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2020-12-05-a.xctoolchain/usr/lib/swift/pm/4_2/libPackageDescription.dylib | |
/Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2020-12-05-a.xctoolchain/usr/bin/swiftc -L /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2020-12-05-a.xctoolchain/usr/lib/swift/pm/4_2 -lPackageDescription -Xlinker -rpath -Xlinker /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2020-12-05-a.xctoolchain/usr/lib/swift/pm/4_2 -target x86_64-apple- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
================== | |
WARNING: ThreadSanitizer: data race (pid=12607) | |
Read of size 8 at 0x7b4800002680 by thread T2: | |
#0 quill::detail::BackendWorker::_read_event_queue(quill::detail::ThreadContext*) <null> (MyDataPreProcessor+0x43284a) | |
#1 quill::detail::BackendWorker::_main_loop() <null> (MyDataPreProcessor+0x431c95) | |
#2 quill::detail::BackendWorker::run()::'lambda'()::operator()() const::'lambda'()::operator()() const <null> (MyDataPreProcessor+0x51bcd7) | |
#3 std::thread::_State_impl<std::thread::_Invoker<std::tuple<quill::detail::BackendWorker::run()::'lambda'()::operator()() const::'lambda'()> > >::_M_run() <null> (MyDataPreProcessor+0x51bb69) | |
#4 execute_native_thread_routine /home/conda/feedstock_root/build_artifacts/ctng-compilers_1618239181388/work/.build/x86_64-conda-linux-gnu/src/gcc/libstdc++-v3/src/c++11/thread.cc:80:18 (libstdc++.so.6+0xc9066) | |
Previous write of size 8 at 0x7b4800002680 by main thread: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
================== | |
WARNING: ThreadSanitizer: data race (pid=13313) | |
Read of size 8 at 0x7b4800002680 by thread T2: | |
#0 quill::detail::BackendWorker::_read_event_queue(quill::detail::ThreadContext*) <null> (MyDataPreProcessor+0x43284a) | |
#1 quill::detail::BackendWorker::_main_loop() <null> (MyDataPreProcessor+0x431c95) | |
#2 quill::detail::BackendWorker::run()::'lambda'()::operator()() const::'lambda'()::operator()() const <null> (MyDataPreProcessor+0x51bcd7) | |
#3 std::thread::_State_impl<std::thread::_Invoker<std::tuple<quill::detail::BackendWorker::run()::'lambda'()::operator()() const::'lambda'()> > >::_M_run() <null> (MyDataPreProcessor+0x51bb69) | |
#4 execute_native_thread_routine /home/conda/feedstock_root/build_artifacts/ctng-compilers_1618239181388/work/.build/x86_64-conda-linux-gnu/src/gcc/libstdc++-v3/src/c++11/thread.cc:80:18 (libstdc++.so.6+0xc9066) | |
Previous write of size 8 at 0x7b4800002680 by main thread: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
================== | |
WARNING: ThreadSanitizer: data race (pid=2708) | |
Read of size 8 at 0x7b4800002680 by thread T2: | |
#0 quill::detail::BackendWorker::_read_event_queue(quill::detail::ThreadContext*) <null> (MyDataPreProcessor+0x4314ea) | |
#1 quill::detail::BackendWorker::_main_loop() <null> (MyDataPreProcessor+0x430935) | |
#2 quill::detail::BackendWorker::run()::'lambda'()::operator()() const::'lambda'()::operator()() const <null> (MyDataPreProcessor+0x504447) | |
#3 std::thread::_State_impl<std::thread::_Invoker<std::tuple<quill::detail::BackendWorker::run()::'lambda'()::operator()() const::'lambda'()> > >::_M_run() <null> (MyDataPreProcessor+0x5042d9) | |
#4 execute_native_thread_routine /home/conda/feedstock_root/build_artifacts/ctng-compilers_1618239181388/work/.build/x86_64-conda-linux-gnu/src/gcc/libstdc++-v3/src/c++11/thread.cc:80:18 (libstdc++.so.6+0xc9066) | |
Previous write of size 8 at 0x7b4800002680 by main thread: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
================== | |
WARNING: ThreadSanitizer: data race (pid=30925) | |
Read of size 8 at 0x7b04000004a0 by thread T1: | |
#0 std::__shared_ptr<quill::detail::ThreadContext, (__gnu_cxx::_Lock_policy)2>::get() const <null> (test.exe+0x11e36) | |
#1 quill::detail::ThreadContextCollection::backend_thread_contexts_cache() /home/xander/dev/vcpkg/buildtrees/quill/src/v1.6.2-b72390cb62.clean/quill/src/detail/ThreadContextCollection.cpp:67 (test.exe+0x52511) | |
#2 quill::detail::BackendWorker::run()::{lambda()#1}::operator()() const::{lambda()#1}::operator()() const <null> (test.exe+0xe1a6) | |
#3 void std::__invoke_impl<void, quill::detail::BackendWorker::run()::{lambda()#1}::operator()() const::{lambda()#1}>(std::__invoke_other, quill::detail::BackendWorker::run()::{lambda()#1}::operator()() const::{lambda()#1}&&) <null> (test.exe+0x25d8c) | |
#4 std::__invoke_result<quill::detail::BackendWorker::run()::{lambda()#1}::operator()() const::{lambda()#1}>::type std::__invoke<quill::detail::BackendWorker::run()::{lambda()# |