From 74763166f1c22cd738e61cbdc959bcf9d231a307 Mon Sep 17 00:00:00 2001 From: eric-j Date: Fri, 27 May 2022 12:42:29 -0700 Subject: [PATCH 1/2] testing pr stuff --- editor.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editor.js b/editor.js index 3134df7..829026e 100644 --- a/editor.js +++ b/editor.js @@ -7,6 +7,8 @@ if (code.length === 0) { this.focusInput(); +//hello + let filePath = editor.getPath(); const directory = atom.project.getDirectories().find(directory => directory.contains(filePath)); if (directory) { From 0530e27363123e1eac092293f76a33dd80727b4c Mon Sep 17 00:00:00 2001 From: Eric Jones Date: Fri, 24 Feb 2023 09:52:02 -0800 Subject: [PATCH 2/2] spacing --- emails.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emails.pl b/emails.pl index d987c3c..a28c36b 100755 --- a/emails.pl +++ b/emails.pl @@ -4,6 +4,9 @@ sub find_emails { my $url = shift; + + + my $html = qx{curl --silent $url}; while ($html =~ m/([A-Z0-9+_.-]+@[A-Z0-9.-]+)/gi) { $emails_found{$1}++;