Skip to content

Instantly share code, notes, and snippets.

View khalman-m's full-sized avatar
🕺
🕺🏾

Michael Khalman khalman-m

🕺
🕺🏾
View GitHub Profile
{
"metadata": {
"name": "",
"signature": "sha256:4e9f99d2dbf94b6257000790d0b4683b518021d3886e1882748e9c08bf448ad7"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
#!/usr/bin/env perl
# Copyright (c) 2015 Sergey Lyubka
# All rights reserved
use Encode;
my $dir = "/Users/$ENV{USER}/.Trash";
sub read_file($) { local $/; open FD, $_[0] or die $_[0]; binmode FD; <FD>; }
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.