Skip to content

Instantly share code, notes, and snippets.

@insad
insad / openedx_client.py
Created August 9, 2022 05:17 — forked from bradenmacdonald/openedx_client.py
Open edX API Client Example
"""
API Client used to make requests from Open edX
Originally created by OpenCraft for LabXchange, www.labxchange.org
You may use this under the terms of the Apache 2 license,
https://www.apache.org/licenses/LICENSE-2.0
"""
import logging
@insad
insad / airplay.md
Created October 1, 2020 12:46 — forked from watson/airplay.md
An overview over my AirPlay related modules
@insad
insad / content.html
Created November 20, 2019 21:20
Weird jQuery event problem
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Hello, world!</title>
</head>
<body>
CONTENT<br />
@insad
insad / index.html
Last active November 20, 2019 21:10
JS Bin// source https://jsbin.com/zehirez
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<iframe id="frame"></iframe>
<br />