This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifdef GL_ES | |
| precision mediump float; | |
| #endif | |
| #extension GL_OES_standard_derivatives : enable | |
| uniform float time; | |
| uniform vec2 mouse; | |
| uniform vec2 resolution; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifdef GL_ES | |
| precision mediump float; | |
| #endif | |
| #extension GL_OES_standard_derivatives : enable | |
| uniform float time; | |
| uniform vec2 mouse; | |
| uniform vec2 resolution; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {-# LANGUAGE FlexibleInstances #-} | |
| {-# LANGUAGE TypeSynonymInstances #-} | |
| {-# LANGUAGE GeneralizedNewtypeDeriving #-} | |
| {-# LANGUAGE StandaloneDeriving #-} | |
| import qualified Data.Map as Map | |
| import Control.Monad.State | |
| import Control.Monad.Except | |
| import Data.Monoid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include<iostream> | |
| #include<tuple> | |
| #include<array> | |
| #include<string> | |
| using P = std::tuple<int,int,int>; | |
| using PS = P[6]; | |
| PS cells[3][3][3]; | |
| std::string Pstr(P p){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include<iostream> | |
| #include<tuple> | |
| #include<array> | |
| #include<string> | |
| using P = std::tuple<int,int,int>; | |
| using PS = P[6]; | |
| PS cells[3][3][3]; | |
| std::string Pstr(P p){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifdef GL_ES | |
| precision mediump float; | |
| #endif | |
| #extension GL_OES_standard_derivatives : enable | |
| uniform float time; | |
| uniform vec2 mouse; | |
| uniform vec2 resolution; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module Lib | |
| ( someFunc | |
| ) where | |
| import Data.Trees.KdTree | |
| import ReturnNearestMap | |
| ps = | |
| let |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module Lib | |
| ( someFunc | |
| ) where | |
| import KdTree | |
| import Data.Maybe | |
| import ReturnNearestMap | |
| import qualified Data.Array.Repa as R | |
| ps = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifdef GL_ES | |
| precision mediump float; | |
| #endif | |
| #extension GL_OES_standard_derivatives : enable | |
| uniform float time; | |
| uniform vec2 mouse; | |
| uniform vec2 resolution; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifdef GL_ES | |
| precision mediump float; | |
| #endif | |
| #extension GL_OES_standard_derivatives : enable | |
| uniform float time; | |
| uniform vec2 mouse; | |
| uniform vec2 resolution; |