Skip to content

Instantly share code, notes, and snippets.

View petethepig's full-sized avatar
🔥
Building Pyroscope

Dmitry Filimonov petethepig

🔥
Building Pyroscope
View GitHub Profile
@petethepig
petethepig / Pyroscope_CLA
Last active January 2, 2021 04:19 — forked from CLAassistant/SAP_CLA
Pyroscope Individual Contributor License Agreement
### Pyroscope Individual Contributor License Agreement
Thank you for your interest in contributing to open source software projects (“Projects”) made available by Pyroscope or its affiliates (“Pyroscope”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to Pyroscope in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact opensource@pyroscope.io.
You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.
**Copyright License.** You hereby grant, and agree to grant, to Pyroscope a non-exclusive,
// Photoshop Script to Create iPhone Icons from iTunesArtwork
//
// WARNING!!! In the rare case that there are name collisions, this script will
// overwrite (delete perminently) files in the same folder in which the selected
// iTunesArtwork file is located. Therefore, to be safe, before running the
// script, it's best to make sure the selected iTuensArtwork file is the only
// file in its containing folder.
//
// Copyright (c) 2010 Matt Di Pasquale
// Added tweaks Copyright (c) 2012 by Josh Jones http://www.appsbynight.com
@petethepig
petethepig / mfa-delete.rb
Created January 29, 2013 08:08 — forked from anonymous/mfa-delete.rb
A simple tool that will help you enable MFA Delete feature on your S3 bucket
#!/usr/bin/env ruby
require 'aws'
if ARGV.length < 5
print <<-EOF
Usage: mfa-delete.rb <bucket_name> <aws_id> <aws_secret> <mfa_serial> <mfa_token> <s3_endpoint>
<s3_endpoint> is optional
EOF
exit
end