Top "Amd" questions

The Asynchronous Module Definition (AMD) API specifies a mechanism for defining modules such that the module and its dependencies can be asynchronously loaded.

Webpack: expressing module dependency

I'm trying to require the bootstrap-webpack module in my webpacked application. It appears to need jQuery, since the bundled javascript …

requirejs amd webpack
How to run Python on AMD GPU?

We are currently trying to optimize a system in which there are at least 12 variables. Total comibination of these variable …

python parallel-processing amd gpu
Testing with Karma and RequireJS with files in CommonJS syntax

I'm working on an angular application that is written in CommonJS syntax and uses a grunt task with the grunt-contrib-requirejs …

javascript requirejs amd commonjs karma-runner
getting "pygpu was configured but could not be imported" error while trying with OpenCL+Theano on AMD Radeon

I have followed the instructions from this: https://gist.github.com/jarutis/ff28bca8cfb9ce0c8b1a But …

opencl theano amd
Basic RequireJS Help - How do I call / define a function? Using onclick and jquery as well

Help! I'm super confused guys... I have no idea what I'm doing I've been looking at RequireJS and AMD tutorials &…

javascript jquery requirejs amd js-amd
How to stop babel from transpiling 'this' to 'undefined' (and inserting "use strict")

EDIT: This is not about fat arrows. It's also not about passing this to an IIFE. It's a transpiler-related question. …

javascript node.js amd babeljs commonjs
Export class as Node.js module in TypeScript

I'm familiar with the export keyword in TypeScript, and two canonical ways of exporting things from Node modules using TypeScript (…

javascript node.js typescript amd
What is the difference between the three ways of loading typescript module dependencies?

What is the difference between the following ways of loading typescript module dependencies? /// <amd-dependency path="someFile"/> /// <reference …

requirejs typescript amd js-amd typescript1.4
How much speed is gained with RequireJS/AMD in JS?

How much faster is requireJS actually, on a large website? Has anyone done any tests on the speed of large …

javascript performance asynchronous requirejs amd
requirejs + jqueryui = $.widget not defined

I am using requirejs + jquery + jqueryui. I have read TONS of examples of how to do this. I think I …

jquery-ui requirejs amd jquery-ui-widget-factory