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
| $ stack init | |
| Looking for .cabal or package.yaml files to use to init the project. | |
| Using cabal packages: | |
| - ./ | |
| Selecting the best among 17 snapshots... | |
| * Rejected lts-15.7 | |
| ghc-8.8.3 cannot be used for these packages: | |
| - kgbotka |
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 Main where | |
| import Plotting | |
| skipNthElement :: Int -> [a] -> [a] | |
| skipNthElement d ys = take d ys <> drop (d + 1) ys | |
| lagrangePolynome :: [Double] -> Int -> Double -> Double | |
| lagrangePolynome xs i x = product $ skipNthElement i $ map pn [0 .. n - 1] | |
| where |
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
| ---- 1 ---- 1.5000000000000000000000000000000000000000000000000000000000000000 | |
| ------------------------------------------------------------- | |
| system name = FreeBSD | |
| node name = henricus | |
| release = 13.0-CURRENT | |
| version = FreeBSD 13.0-CURRENT #0 r362037: Thu Jun 11 09:24:02 UTC 2020 [email protected]:/usr/obj/usr/src/arm64.aarch64/sys/GENERIC | |
| machine = arm64 | |
| page size = 4096 | |
| avail memory = 973385728 |
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 Main where | |
| import System.Random | |
| import System.Environment | |
| import Control.Monad | |
| import Data.Array.IO | |
| main :: IO () | |
| main = do | |
| [name, num] <- getArgs |
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
| CC= /usr/bin/cc | |
| PKGS= fftw3 | |
| LDFLAGS=`pkg-config --libs $(PKGS)` -lm | |
| CFLAGS= -std=c99 -g -pedantic -Wall -Wextra `pkg-config --cflags $(PKGS)` | |
| PROG= main | |
| MK_MAN= no | |
| .include <bsd.prog.mk> |
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
| Making all in lib | |
| gmake[1]: Entering directory '/usr/opt/sn/src/curl-7.80.0/lib' | |
| gmake all-am | |
| gmake[2]: Entering directory '/usr/opt/sn/src/curl-7.80.0/lib' | |
| /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -isystem /usr/opt/sn/include -isystem /usr/opt/sn//include -DOPENSSL_SUPPRESS_DEPRECATED -fvisibility=hidden -Qunused-arguments -Os -MT libcurl_la-altsvc.lo -MD -MP -MF .deps/libcurl_la-altsvc.Tpo -c -o libcurl_la-altsvc.lo `test -f 'altsvc.c' || echo './'`altsvc.c | |
| libtool: compile: cc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -isystem /usr/opt/sn/include -isystem /usr/opt/sn//include -DOPENSSL_SUPPRESS_DEPRECATED -fvisibility=hidden -Qunused-arguments -Os -MT libcurl_la-altsvc.lo -MD -MP -MF .deps/libcurl_la-altsvc.Tpo -c altsvc.c -fPIC -DPIC -o .libs/libcurl_la-altsvc.o | |
| libtool: compile: cc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_H |
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
| # This is a shell archive. Save it in a file, remove anything before | |
| # this line, and then unpack it by entering "sh file". Note, it may | |
| # create directories; files and directories will be owned by you and | |
| # have default permissions. | |
| # | |
| # This archive contains: | |
| # | |
| # ./Makefile | |
| # ./distinfo | |
| # ./files/patch-src_terminal__renderer_CMakeLists.txt |
This file has been truncated, but you can view the full file.
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
| Starting program: /usr/home/nico/src/contour/build/src/contour/contour | |
| [New LWP 103166 of process 16412] | |
| [New LWP 103167 of process 16412] | |
| [Detaching after fork from child process 16624] | |
| [Detaching after fork from child process 16838] | |
| [New LWP 103168 of process 16412] | |
| [New LWP 103169 of process 16412] | |
| [New LWP 103170 of process 16412] | |
| [New LWP 103171 of process 16412] | |
| [New LWP 103172 of process 16412] |
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
| WARNING: ThreadSanitizer: data race (pid=97164) | |
| Write of size 8 at 0x7b1000000068 by main thread: | |
| #0 memcpy /usr/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc:808:5 (debug+0x25f9c9) | |
| #1 sn_q_nq /usr/home/nico/src/libsn/src/q.c:146:5 (debug+0x2b67eb) | |
| #2 main /usr/home/nico/src/libsn/examples/debug.c:115:13 (debug+0x2b31d6) | |
| Previous read of size 8 at 0x7b1000000068 by thread T1: | |
| #0 kernel /usr/home/nico/src/libsn/examples/debug.c:57:11 (debug+0x2b35a9) | |
| #1 sn_q_worker_task /usr/home/nico/src/libsn/src/q.c:76:9 (debug+0x2b642b) |
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
| diff --git a/ndless-sdk/bin/arm-none-eabi-ld.gold b/ndless-sdk/bin/arm-none-eabi-ld.gold | |
| index ae0dd67..c8cb7f4 100755 | |
| --- a/ndless-sdk/bin/arm-none-eabi-ld.gold | |
| +++ b/ndless-sdk/bin/arm-none-eabi-ld.gold | |
| @@ -1,4 +1,4 @@ | |
| -#!/bin/bash | |
| +#!/usr/bin/env bash | |
| # New ld which produces ELF binaries for use with genzehn | |
| # It is invoked instead of "arm-none-eabi-ld" (or the default linker of the ARM toolchain) to replace the default crt* with ndless compatible ones and also adds some more libs | |
OlderNewer