Set Up SwiftNIO

SwiftNIO is a cross-platform asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. https://github.com/apple/swift-nio 1 2 3 4 5 6 7 8 9 10 sudo apt-get install zlib1g-dev su swift cd ~ git clone https://github.com/apple/swift-nio.git cd swift-nio swift build .build/debug/NIOHTTP1Server <server_ip> 8080 swift build -c release .build/release/NIOHTTP1Server <server_ip> 8080

September 8, 2023 · 1 min · 56 words · DC

Set Up Swift on Ubuntu

Swift is a general-purpose programming language that’s approachable for newcomers and powerful for experts. Open-source Swift can be used on the Mac to target all of the Apple platforms: iOS, macOS, watchOS, and tvOS. Open-source Swift can be used on Linux to build Swift libraries and applications. https://www.swift.org/about/ 1 2 3 4 5 6 7 8 9 10 11 sudo apt update sudo apt install clang libicu-dev build-essential pkg-config VERSION=5.8 wget https://swift....

September 1, 2023 · 1 min · 89 words · DC

Nivo Rocks in React

nivo provides a rich set of dataviz components, built on top of D3 and React. Try with Streamlit too Nivo Component Library Nivo Storybook Interesting visualizations: https://nivo.rocks/storybook/?path=/story/bump--missing-data https://nivo.rocks/storybook/?path=/story/bullet--custom-marker

January 6, 2022 · 1 min · 28 words · DC

Test Post

Introduction This is bold text, and this is emphasized text. Visit the Hugo website! Diagram This is a PlantUML diagram: This is a test diagram: sequenceDiagram participant Alice participant Bob Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight against hypochondria end Note right of John: Rational thoughts prevail! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good!

January 14, 2020 · 1 min · 59 words · DC