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
package main | |
import ( | |
"crypto/tls" | |
"log" | |
"github.com/quic-go/quic-go" | |
"golang.org/x/net/context" | |
) |
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
package main | |
import ( | |
"bytes" | |
"context" | |
"crypto/tls" | |
"log" | |
"net/http" | |
"time" |
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
// Copyright (c) 2020, Freddie Woodruff | |
// All rights reserved | |
import <optional> | |
import <variant> | |
import <coroutine> | |
import <exception> | |
template<typename T> | |
export class transfer_stack { |
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
namespace fbw { | |
template<typename T> | |
class atomic_vector { | |
public: | |
atomic_vector(N) { | |
buffer* b = aligned_alloc( | |
alignof(buffer), | |
sizeof(buffer) + | |
N * sizeof(atomic<T>) | |
); |
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
// | |
// main.c | |
// scruffy4mm | |
// | |
// Created by Frederick Benjamin Woodruff on 19/03/2017. | |
// Copyright © 2017 Frederick Benjamin Woodruff. All rights reserved. | |
// | |
// | |
// main.c | |
// 5mmWaveplate |