new fortune, fixed warnings
authorChris Koeritz <fred@gruntose.com>
Fri, 30 Nov 2018 22:33:22 +0000 (17:33 -0500)
committerChris Koeritz <fred@gruntose.com>
Fri, 30 Nov 2018 22:33:22 +0000 (17:33 -0500)
infobase/fortunes.dat
kona/lib/org.eclipse.osgi_3.8.0.v20120529-1548.jar [new file with mode: 0644]
kona/osgi/org.feistymeow.bundle.helloOSGi/.classpath
kona/osgi/org.feistymeow.bundle.helloOSGi/.gitignore [new file with mode: 0644]
kona/osgi/org.feistymeow.bundle.helloOSGi/.settings/org.eclipse.jdt.core.prefs
kona/osgi/org.feistymeow.bundle.servicesOSGi/.classpath
kona/osgi/org.feistymeow.bundle.servicesOSGi/.gitignore [new file with mode: 0644]
kona/osgi/org.feistymeow.bundle.servicesOSGi/.settings/org.eclipse.jdt.core.prefs
kona/src/org/feistymeow/algorithms/RectangleIntersector.java
kona/src/org/gffs/io/IOUtils.java

index f9fda8d855b73d5aadb355b000236bfce9ec75cc..fb68f5fea49cc388262c0a49fe025bb01df357f0 100644 (file)
@@ -43745,4 +43745,7 @@ it is more descriptive to call it the vital wind force.
     Prana is the foundational energy of all experience, of all life.
   -- Tenzin Wangyal Rinpoche and edited by Mark Dahlby, from "The Tibetan
      Yogas of Dream and Sleep", published by Shambhala Publications
+~
+Do they know this kid likes his chemistry set a little too much?
+  -- The Sopranos
 
diff --git a/kona/lib/org.eclipse.osgi_3.8.0.v20120529-1548.jar b/kona/lib/org.eclipse.osgi_3.8.0.v20120529-1548.jar
new file mode 100644 (file)
index 0000000..475d403
Binary files /dev/null and b/kona/lib/org.eclipse.osgi_3.8.0.v20120529-1548.jar differ
index 098194ca4b7d8f45177f94e735506ae3a26b5c94..3c38f04d90e7b9592dce14417bafd5709a92a14d 100644 (file)
@@ -1,7 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
        <classpathentry kind="src" path="src"/>
+       <classpathentry kind="lib" path="/feisty_meow.kona/lib/org.eclipse.osgi_3.8.0.v20120529-1548.jar"/>
+       <classpathentry combineaccessrules="false" kind="src" path="/org.feistymeow.bundle.servicesOSGi"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/kona/osgi/org.feistymeow.bundle.helloOSGi/.gitignore b/kona/osgi/org.feistymeow.bundle.helloOSGi/.gitignore
new file mode 100644 (file)
index 0000000..ae3c172
--- /dev/null
@@ -0,0 +1 @@
+/bin/
index f42de363afaae68bbd968318f1d331877f5514fc..0c68a61dca867ceb49e79d2402935261ec3e3809 100644 (file)
@@ -1,7 +1,7 @@
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
-org.eclipse.jdt.core.compiler.compliance=1.7
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.7
+org.eclipse.jdt.core.compiler.source=1.8
index 098194ca4b7d8f45177f94e735506ae3a26b5c94..d838756349c88307f1fa294fe14eef5c9b21b21f 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
        <classpathentry kind="src" path="src"/>
+       <classpathentry kind="lib" path="/feisty_meow.kona/lib/org.eclipse.osgi_3.8.0.v20120529-1548.jar"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/kona/osgi/org.feistymeow.bundle.servicesOSGi/.gitignore b/kona/osgi/org.feistymeow.bundle.servicesOSGi/.gitignore
new file mode 100644 (file)
index 0000000..ae3c172
--- /dev/null
@@ -0,0 +1 @@
+/bin/
index f42de363afaae68bbd968318f1d331877f5514fc..0c68a61dca867ceb49e79d2402935261ec3e3809 100644 (file)
@@ -1,7 +1,7 @@
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
-org.eclipse.jdt.core.compiler.compliance=1.7
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.7
+org.eclipse.jdt.core.compiler.source=1.8
index e177621f9e6b70e8bceb04e168c291e1deda4522..c2260dcd13f02bc3fb1d1cb7af8cde89d8ef213e 100644 (file)
@@ -5,9 +5,6 @@ import java.util.Arrays;
 import java.util.Comparator;
 import java.util.Vector;
 
-import org.feistymeow.algorithms.RectangleIntersector.SortedElement;
-import org.feistymeow.algorithms.RectangleIntersector.SortedElementComparator;
-
 /**
  * reports if any two rectangles in a list intersect. uses screen coordinates.
  */
@@ -179,11 +176,11 @@ public class RectangleIntersector
                Vector<Rectangle> list2 = new Vector<Rectangle>(Arrays.asList(r1, r2));
                Vector<Rectangle> list3 = new Vector<Rectangle>(Arrays.asList(r1, r3, r4));
 
-               RectangleIntersector secto = new RectangleIntersector();
+//             RectangleIntersector secto = new RectangleIntersector();
 
-               Vector<Rectangle> answer1 = secto.findOverlap(list1);
-               Vector<Rectangle> answer2 = secto.findOverlap(list2);
-               Vector<Rectangle> answer3 = secto.findOverlap(list3);
+               Vector<Rectangle> answer1 = RectangleIntersector.findOverlap(list1);
+               Vector<Rectangle> answer2 = RectangleIntersector.findOverlap(list2);
+               Vector<Rectangle> answer3 = RectangleIntersector.findOverlap(list3);
 
                if (answer1 == null) {
                        System.out.println("FAILURE: test 1 did not find intersection in list");
index b71bac17daa9dfb77dec9a726b0a76b52702b451..daa9c423449bb93a586ebd51aeb05b976222fa68 100644 (file)
@@ -19,7 +19,7 @@ public class IOUtils
 
        static final private int BUFFER_SIZE = 1024 * 8;
 
-       static private final int COPY_SIZE = 1024 * 8;
+//     static private final int COPY_SIZE = 1024 * 8;
 
        static public void copy(InputStream in, OutputStream out) throws IOException
        {