Skip to content

Instantly share code, notes, and snippets.

View LB--'s full-sized avatar

LB--

  • Clickteam
View GitHub Profile
Test project C:/Users/LB/GitHub/magnum/build
Start 1: MathAlgorithmsGaussJordanTest
1/129 Test #1: MathAlgorithmsGaussJordanTest ......... Passed 0.07 sec
Start 2: MathAlgorithmsGramSchmidtTest
2/129 Test #2: MathAlgorithmsGramSchmidtTest ......... Passed 0.03 sec
Start 3: MathAlgorithmsSvdTest
3/129 Test #3: MathAlgorithmsSvdTest ................. Passed 0.03 sec
Start 4: MathGeometryDistanceTest
4/129 Test #4: MathGeometryDistanceTest .............. Passed 0.03 sec
Start 5: MathGeometryIntersectionTest
Test project C:/Users/LB/GitHub/magnum/build
Start 1: MathAlgorithmsGaussJordanTest
1/129 Test #1: MathAlgorithmsGaussJordanTest ......... Passed 0.14 sec
Start 2: MathAlgorithmsGramSchmidtTest
2/129 Test #2: MathAlgorithmsGramSchmidtTest ......... Passed 0.04 sec
Start 3: MathAlgorithmsSvdTest
3/129 Test #3: MathAlgorithmsSvdTest ................. Passed 0.04 sec
Start 4: MathGeometryDistanceTest
4/129 Test #4: MathGeometryDistanceTest .............. Passed 0.04 sec
Start 5: MathGeometryIntersectionTest
Test project C:/Users/LB/GitHub/magnum/build
Start 1: MathAlgorithmsGaussJordanTest
1/129 Test #1: MathAlgorithmsGaussJordanTest ......... Passed 0.03 sec
Start 2: MathAlgorithmsGramSchmidtTest
2/129 Test #2: MathAlgorithmsGramSchmidtTest ......... Passed 0.02 sec
Start 3: MathAlgorithmsSvdTest
3/129 Test #3: MathAlgorithmsSvdTest ................. Passed 0.02 sec
Start 4: MathGeometryDistanceTest
4/129 Test #4: MathGeometryDistanceTest .............. Passed 0.02 sec
Start 5: MathGeometryIntersectionTest
Test project C:/Users/LB/GitHub/magnum/build
Start 1: MathAlgorithmsGaussJordanTest
1/129 Test #1: MathAlgorithmsGaussJordanTest ......... Passed 0.07 sec
Start 2: MathAlgorithmsGramSchmidtTest
2/129 Test #2: MathAlgorithmsGramSchmidtTest ......... Passed 0.04 sec
Start 3: MathAlgorithmsSvdTest
3/129 Test #3: MathAlgorithmsSvdTest ................. Passed 0.03 sec
Start 4: MathGeometryDistanceTest
4/129 Test #4: MathGeometryDistanceTest .............. Passed 0.03 sec
Start 5: MathGeometryIntersectionTest
Test project C:/Users/LB/GitHub/magnum/build
Start 1: MathAlgorithmsGaussJordanTest
1/129 Test #1: MathAlgorithmsGaussJordanTest ......... Passed 0.18 sec
Start 2: MathAlgorithmsGramSchmidtTest
2/129 Test #2: MathAlgorithmsGramSchmidtTest ......... Passed 0.04 sec
Start 3: MathAlgorithmsSvdTest
3/129 Test #3: MathAlgorithmsSvdTest ................. Passed 0.04 sec
Start 4: MathGeometryDistanceTest
4/129 Test #4: MathGeometryDistanceTest .............. Passed 0.05 sec
Start 5: MathGeometryIntersectionTest
@LB--
LB-- / Lacewing Handler Wrapper Classes
Created March 17, 2012 04:59
Lacewing Handler Wrapper Classes
http://www.LB-Stuff.com/C++/LacewingHandlerHeaven.png
[17:31] <Looki> http://img217.imageshack.us/img217/9412/screenshot2012090300303.jpg (disclaimer: I didn't use imageshack, ZScreen did)
[17:31] <Looki> nifflas showing his game to some reporter... it was so funny, he just breezed through the entire game
[17:31] <Looki> like some kind of japanese speedrunner
@LB--
LB-- / avaJ
Created November 10, 2012 00:06
wip
package avaj;
public final class reterpretnI
{
private reterpretnI
(
) throws java.lang.UnsupportedOperationException
{
throw new java.lang.UnsupportedOperationException
(
@LB--
LB-- / LiveScript.java
Created November 10, 2012 00:12
Java Reflection Interactive
import java.util.*;
import java.lang.reflect.*;
public class LiveScript
{
private LiveScript() throws UnsupportedOperationException
{
throw new UnsupportedOperationException();
}
@LB--
LB-- / simple-platformer-abc22bf.txt
Created October 27, 2015 03:24
CMake ExternalProject is awesome.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/LB/GitHub/simple-platformer/build
[ 2%] Performing update step for 'Corrade'
From git://github.com/mosra/corrade
bb712cd..24ad3fa master -> origin/master
First, rewinding head to replay your work on top of it...
Fast-forwarded master to origin/master.
[ 5%] Performing configure step for 'Corrade'
-- Configuring done