Skip to content

Instantly share code, notes, and snippets.

View mjastad's full-sized avatar
🎯
Focusing

Michael Jastad mjastad

🎯
Focusing
View GitHub Profile
@mjastad
mjastad / gist:505892f3df7fd006fb46c52debaf8f1c
Created August 15, 2018 23:16 — forked from shacker/gist:87908e13c9ee6655ce90
Using the Workday API with Python and the suds client library
import sys
from suds import client
from suds.wsse import Security, UsernameToken
from suds.sax.text import Raw
from suds.sudsobject import asdict
from suds import WebFault
'''
Given a Workday Employee_ID, returns the last name of that employee.
@mjastad
mjastad / syntax.s
Created May 24, 2018 02:22 — forked from mishurov/syntax.s
AT&T assembly syntax and IA-32 instructions
# --------
# Hardware
# --------
# Opcode - operational code
# Assebly mnemonic - abbreviation for an operation
# Instruction Code Format (IA-32)
# - Optional instruction prefix
# - Operational code