Skip to content
#

dynamics

Here are 287 public repositories matching this topic...

mxgrey
mxgrey commented Mar 21, 2018

DART is a very useful toolkit for implementing sophisticated controllers and easily running physics simulations, but a familiarity with control theory and numerical methods is still necessary in order to get sane results. Since the robotics community consists of people from a broad variety of backgrounds, it would be useful for DART to provide some introductory educational tutorials to familiarize

GitYiheng
GitYiheng commented May 6, 2018

"Addition" part:
"mutally orthoganl vectors" -> "mutually orthogonal vectors"
"The magnitude of a vector can be found with::" -> "The magnitude of a vector can be found with:"

"Derivatives of vectors" part:
"Here, we have benefitted from the fact that..." -> "Here, we have benefited from the fact that"

DevOps for Dynamics 365 Customer Engagement (CE) is becoming a popular topic. The goal of this project is to help Dynamics 365 CE solution builders understand and accelerate their implementation of DevOps practices with Dynamics CE and VSTS.

  • Updated Oct 22, 2018
Datseris
Datseris commented May 2, 2019

The docstring of crossprediction, which btw we may want to rename to crossestimation has:

crossprediction(source_train, target_train, source_pred,

yet none of these terms are in the source code for the function , which reads:

function crossprediction(train_in ::AbstractVector{<:AbstractArray{T, Φ}},
                        train_out::AbstractVector{<:AbstractArray{T, Φ}}

This is a utility allowing admins of Dynamics CRM Online & onPrem to edit organization database settings (aka: OrgDBOrgSettings). This allows you to edit your settings without using the command line utility in the KB article documenting "OrgDBOrgSettings." The utility is written using the CRM SDK as a reference and currently all changes and retrieval of settings are done via the CRM's OData Endpoint and is installed via a managed solution containing several webresources and can easily be installed and uninstalled from your CRM environment.

  • Updated May 28, 2020
  • HTML
maximelucas
maximelucas commented Mar 6, 2020

Copy pasting the first few lines of the tutorial
https://teneto.readthedocs.io/en/latest/tutorial/networkrepresentation.html#temporalnetwork-object
yields an error at tnet.network.head() because tnet created with
tnet.generatenetwork('rand_binomial',size=(5,3), prob=0.5)
is a Numpy ndarray and not a Pandas DataFrame.

I haven't tried other ways of creating tnet, so I'm not sure if `t

Improve this page

Add a description, image, and links to the dynamics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dynamics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.