Skip to content

Instantly share code, notes, and snippets.

View ciscoo's full-sized avatar

Francisco Mateo ciscoo

View GitHub Profile
@ciscoo
ciscoo / main.go
Created April 13, 2018 11:29
Parses an iOS backup for SQLite files.
package main
import (
"fmt"
"io"
"io/ioutil"
"log"
"os"
)
#requires -version 4.0
$Username = Get-ChildItem Env:EW_USERNAME
$Password = Get-ChildItem Env:EW_PASSWORD
$Server = "ftp.eagleweather.com/public_html/assets/img/autoUpdateImages"
$CapturesPath = "C:\Program Files (x86)\InterWARN\Captures"
$Client = New-Object System.Net.WebClient
$Client.Credentials = New-Object System.Net.NetworkCredential($Username, $Password)
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{fancyhdr}
\usepackage{titling}
\usepackage{vhistory}
\usepackage{url}
\usepackage{graphicx}
\usepackage{tabularx}
\usepackage{placeins}
\usepackage{listings}

Release of Liability

I authorize Parkside Computer Science Club technician(s) to perform work on my computer. I understand that Parkside Computer Science Club technicians have been trained to perform computer hardware and software work, but Parkside Computer Science Club is not an authorized service dealer. Further, I agree to release, indemnify, and hold harmless Parkside Computer Science Club from liability for any claims or damages of any kind or description that may arise from any computer work performed on my computer, unless it is caused by severe negligence of Parkside Computer Science Club or its agent. I understand that Parkside Computer Science Club is not responsible for any data loss, which may occur as a result of work done on my computer.

I certify that I am the expressed owner of the computer system described in this document. In the event that I am found not to be the true expressed owner of this computer system, I assume all liability for any claim made as the result of the technical supp