Skip to content

Instantly share code, notes, and snippets.

@ryancwalsh
ryancwalsh / DownloadBitbucketIssues.php
Created August 26, 2018 21:32
Export all BitBucket issues to json file
<?php
/**
* EXPORT ALL BITBUCKET ISSUES TO JSON FILE
*
* I couldn't figure out how to use https://github.com/GrahamCampbell/Laravel-Bitbucket/ so instead am using https://github.com/BitbucketAPI/Client/ directly so that I can export (download) all of my issues from all of my Bitbucket repositories' issue trackers.
*
* Here are the steps that make it work:
*
* 1. Visit https://bitbucket.org/account/user/{your_username}/app-passwords
@ryancwalsh
ryancwalsh / Wake.ps1
Created June 25, 2021 18:40 — forked from alimbada/Wake.ps1
PowerShell script for sending Wake On LAN magic packets to given machines/MAC address(es)
#######################################################
##
## Wake.ps1, v1.0, 2013
##
## Adapted by Ammaar Limbada
## Original Author: Matthijs ten Seldam, Microsoft (see: http://blogs.technet.com/matthts)
##
#######################################################
<#