Skip to content

Instantly share code, notes, and snippets.

View hausdorff's full-sized avatar
🔜
Soon.

Alex Clemmer hausdorff

🔜
Soon.
View GitHub Profile
function hello(json) { return "Hello from JavaScript!" };
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
AssertSome
Await
AwaitAssertFailed
AwaitAssertReady
FutureArg
PromiseArg
PromiseArgActionP<0, process::Promise<mesos::ContainerID>*>::gmock_Impl<void (mesos::ContainerID const&, mesos::TaskInfo const&, mesos::ExecutorInfo const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Option<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&, mesos::SlaveID const&, process::PID<mesos::internal::slave::Slave> const&, bool)>::gmock_PerformImpl
PromiseArgActionP<1, process::Promise<mesos::FrameworkID>*>::gmock_Impl<void (mesos::SchedulerDriver*, mesos::FrameworkID const&, mesos::MasterInfo const&)>::gmock_PerformImpl
PromiseArgActionP<1, process::Promise<mesos::TaskStatus>*>::gmock_Impl<void (mesos::SchedulerDriver*, mesos::TaskStatus const&)>::gmock_PerformImpl
This file has been truncated, but you can view the full file.
bool boost::foreach_detail_::done<hashmap<mesos::ContainerID, process::Owned<process::Promise<mesos::containerizer::Termination> >, boost::hash<mesos::ContainerID>, std::equal_to<mesos::ContainerID> >, mpl_::bool_<true> >(boost::foreach_detail_::auto_any_base const&, boost::foreach_detail_::auto_any_base const&, boost::foreach_detail_::type2type<hashmap<mesos::ContainerID, process::Owned<process::Promise<mesos::containerizer::Termination> >, boost::hash<mesos::ContainerID>, std::equal_to<mesos::ContainerID> >, mpl_::bool_<true> >*) W 0000000000000000 0000000000000042
bool boost::foreach_detail_::done<std::deque<process::Promise<Nothing>*, std::allocator<process::Promise<Nothing>*> >, mpl_::bool_<false> >(boost::foreach_detail_::auto_any_base const&, boost::foreach_detail_::auto_any_base const&, boost::foreach_detail_::type2type<std::deque<process::Promise<Nothing>*, std::allocator<process::Promise<Nothing>*> >, mpl_::bool_<false> >*) W 0000000000000000 0000000000000042
bool boost::foreach_detail_::done<std::m
# Looks through object files for the containerizer tests, gets all the symbols,
# and looks for the ones with the string "process::". Then, we prettify and
# put everythign in stdout. We run this from our root build folder.
#
# The containerizer object files are:
# ./src/tests/mesos_tests-external_containerizer_test.o
# ./src/tests/mesos_tests-containerizer_tests.o
# ./src/tests/mesos_tests-docker_containerizer_tests.o
# ./src/tests/mesos_tests-containerizer.o
# ./src/tests/mesos_tests-composing_containerizer_tests.o
  • [Who?] Hi we're the committee. This is Lindsey, Leo, Maggie, Julia, Erty, and Alex. [Indicate by pointing since we are all on stage.] We're all standing here so you can get a good look and ask us questions if you are lost or something. Please take our numbers in case you get locked out or something.
  • [Where?] Here are the restrooms. (I can't remember if they're gender segregated, but for !!Con let's just say they're all unisex and don't worry if you're queer.) Here are the quiet rooms. Please don't touch things that aren't yours, like the food in the fridge, or captioner's stuff. Hang coats here. Plug in computers here.
  • [When?] The NYU hours are here, please don't overstay your welcome. The schedule is posted here [we probably want a big sign with the schedule on it], you'll be served $MEALS.
  • [How?] Most important part. We have a CoC, and we do expect you to abide by it. There is a lightweight component, which is just the $SOCIAL_RULES. Our goal with these rules is to make !!Con an environment where it
# Clone Mesos
git clone https://git-wip-us.apache.org/repos/asf/mesos.git
# Change working directory.
cd mesos
# Bootstrap
./bootstrap
# Configure and build.
# Ensure apt-get is up to date.
apt-get -y update
# Install build tools.
apt-get -y install build-essential
# Install OpenJDK java.
apt-get -y install openjdk-6-jdk
# Install devel python.
{
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"adminUsername": {
"type": "string",
"metadata": {
"Description": "Admin username used when provisioning virtual machines"
}
},