-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So, just like the title says, I need to create an application that gets data from another Database, and shoves it through Dynamics AX's throat.
This data comes from a portal, not Enterprise Portal, but a PHP one. It stores some data from the order in a separate database. So as said, I need to 'import'…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What is the relationship between the OpenID sreg and ax extensions? How does a relying party know which one to request, or both?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
.model small
.stack 400h
.data
message db "hello. ", 0ah, 0dh, "$"
firstdigit db ?
seconddigit db ?
thirddigit db ?
number dw ?
newnumber db ?
anumber dw 0d
bnumber dw 0d
Firstn db 0ah, 0dh, "Enter first 3 digit number: ","$"
secondn db 0ah, 0dh, "Enter second 3 digit number: ","$"
messageB db…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Let's say I define a few functions to do certain matplotlib actions, such as
def dostuff(ax):
ax.scatter([0.],[0.])
Now if I launch ipython, I can load these functions and start a new figure:
In [1]: import matplotlib.pyplot as mpl
In [2]: fig = mpl.figure()
In [3]: ax = fig.add_subplot(1…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello. Im first time here.I am a college student. I've created a simple program by using assembly language. And im wondering if i can use loop method to run it almost samething as what it does below the program i posted. and im also eager to find someome who i can talk through MSN messanger so i can…
>>> More