Skip to content

Instantly share code, notes, and snippets.

View moxiegirl's full-sized avatar
😎
Stuff is happening.

Moxiegirl moxiegirl

😎
Stuff is happening.
  • @mobilesti
  • Wherever I go, there I am.
View GitHub Profile
@moxiegirl
moxiegirl / export.py
Created November 14, 2019 16:51 — forked from dansayo/export.py
Smartsheet export rows to another Smartsheet
import smartsheet
import os
import logging
import sys
import datetime
# Smartsheet API 2.0 reference (Python)
# https://smartsheet-platform.github.io/api-docs/index.html?python#api-reference
def get_cell_by_column_name(row, column_ame):
@moxiegirl
moxiegirl / debug.sh
Created January 12, 2016 00:19 — forked from dreamcat4/debug.sh
entrypoint script to take core files, and another script to take a stacktrace (while program is hung running, deadlocked / live-locked)
#!/bin/bash
# Tvheadend Debugging Guide
# https://tvheadend.org/projects/tvheadend/wiki/Debugging
_cleanup ()
{
if [ "$core_pattern_orig" ]; then
# Restore core path
echo "$core_pattern_orig" > /proc/sys/kernel/core_pattern