Skip to content

Instantly share code, notes, and snippets.

@springcoil
Created January 19, 2019 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save springcoil/3b2785b7b7d017a10a93a5219426d093 to your computer and use it in GitHub Desktop.
Save springcoil/3b2785b7b7d017a10a93a5219426d093 to your computer and use it in GitHub Desktop.
Prob programming js
< !--Global site tag(gtag.js) - Google Analytics-- >
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124051973-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-124051973-2',
{
'linker': {
'domains': ['www.probabilisticprogrammingprimer.com']}
});
</script>
FOR PROBABILISTIC PROGRAMMING Primer
< !--Global site tag(gtag.js) - Google Analytics-- >
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124051973-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-124051973-1',
{
'linker': {
'accept_incoming': true
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment