Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# gore
# goreee
2 changes: 1 addition & 1 deletion bigmath.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// utility math functions

// test 1
function squared(x) {
return x * x;
}
Expand Down
2 changes: 1 addition & 1 deletion build-it
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

//asdf
echo "##teamcity[setParameter name='env.MY_TEST_VAR' value='$MY_TEST_VAR']"

buildNum="`cat version`+$BUILD_NUMBER"
Expand Down
71 changes: 63 additions & 8 deletions editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,68 @@ if (code.length === 0) {
editor.getTextInBufferRange(lineRange);
}

let filePath = editor.getPath();
const directory = atom.project.getDirectories().find(directory => directory.contains(filePath));
if (directory) {
atom.project.repositoryForDirectory(directory).then(projectRepo => {
if (projectRepo) {
}
});
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test

}


let filePath = editor.getPath();
const directory = atom.project.getDirectories().find(directory => directory.contains(filePath));
if (directory) {
atom.project.repositoryForDirectory(directory).then(projectRepo => {
if (projectRepo) {
}
});
}

let filePath = editor.getPath();
const directory = atom.project.getDirectories().find(directory => directory.contains(filePath));
if (directory) {
atom.project.repositoryForDirectory(directory).then(projectRepo => {
if (projectRepo) {
}
});
}
this.focusInput();

let filePath = editor.getPath();
const directory = atom.project.getDirectories().find(directory => directory.contains(filePath));
if (directory) {
atom.project.repositoryForDirectory(directory).then(projectRepo => {
if (projectRepo) {
}
});
}
let filePath = editor.getPath();
const directory = atom.project.getDirectories().find(directory => directory.contains(filePath));
if (directory) {
atom.project.repositoryForDirectory(directory).then(projectRepo => {
if (projectRepo) {
}
});


let filePath = editor.getPath();
const directory = atom.project.getDirectories().find(directory => directory.contains(filePath));
if (directory) {
atom.project.repositoryForDirectory(directory).then(projectRepo => {
if (projectRepo) {
}
});
}


let filePath = editor.getPath();
const directory = atom.project.getDirectories().find(directory => directory.contains(filePath));
if (directory) {
atom.project.repositoryForDirectory(directory).then(projectRepo => {
if (projectRepo) {
}
});
}

let filePath = editor.getPath();
const directory = atom.project.getDirectories().find(directory => directory.contains(filePath));
if (directory) {
atom.project.repositoryForDirectory(directory).then(projectRepo => {
if (projectRepo) {
}
});
}}
1 change: 1 addition & 0 deletions emails.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

sub find_emails {
my $url = shift;
my $test = 1;
my $html = qx{curl --silent $url};
while ($html =~ m/([A-Z0-9+_.-]+@[A-Z0-9.-]+)/gi) {
$emails_found{$1}++;
Expand Down
4 changes: 3 additions & 1 deletion input.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
while (<STDIN>) {
process(trim($_));
}

// test 2
// test 1
//sub process comment
sub process() {
my $url = shift;
my $html = qx{curl --silent $url};
Expand Down
2 changes: 1 addition & 1 deletion math.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// utility math functions

// test1
function squared(x) {
return x * x;
}
Expand Down
1 change: 1 addition & 0 deletions shapes.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//comment 1
class Rectangle {
constructor(x,y) {
this.x = x
Expand Down
1 change: 1 addition & 0 deletions underscore.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_.min = function(obj, iteratee, context) {
//test1
var result = Infinity,
lastComputed = Infinity,
value,
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.7
1.2.8