OwO.swift Badges go here in one line for the master branch ONLY.

Related tags

Utility owo.swift
Overview

OwO.swift

Badges go here in one line for the master branch ONLY. Badges can also go in the header line.

Short description describing the application/library/package. Should briefly describe what the package does, what technologies are used and other relevant aspects.

Optional long description can be in paragraphs here.

Installation

  1. Step-by-step installation instructions
  2. This section is optional, and can be called Usage instead if the package is an application
  3. If you don't want to use step-by-step instructions, display instructions as a console command codeblock instead (do not use both):
    • You can still display commands in step-by-step instructions
# Comment line
$ command arg1 arg2
$ another-command

# Remove this codeblock if step-by-step instructions are being used.

Examples

You can display an example here (in a codeblock, with language highlighting enabled) or you can put examples in a folder. If you're putting examples in a folder, use this text for this section (remove the quote markup):

Examples of usage can be found in the examples/ directory. Optional extra comment, e.g. "Set the authentication token for examples using the TOKEN env variable.".

{ console.log('finished doing something'); }).catch(err => { console.error('failed doing something: ' + err.stack); process.exit(); }); ">
const Example = require('example');

// Create a new instance of Example with configuration "foo"
const ex = new Example("foo");

// Do something
ex.doSomething().then(() => {
  console.log('finished doing something');
}).catch(err => {
  console.error('failed doing something: ' + err.stack);
  process.exit();
});

Contributing

Pull requests are accepted. Make sure you add test suites for new features and make sure the code passes the spec (so the build doesn't break). Tests are automatically run when commits are made in a pull request.

License

The contents of this repository are licensed under the LICENSE_NAME license. A copy of the LICENSE_NAME license can be found in LICENSE.

You might also like...
BudouX: the machine learning powered line break organizer tool
BudouX: the machine learning powered line break organizer tool

BudouX.swift BudouX Swift implementation. BudouX is the machine learning powered

This is a command line tool to extract an app icon. this sample will extract the icon 16x16 from Safari app.

๐Ÿ›  X-BundleIcon This is a command line tool to extract an app icon. this sample will extract the icon 16x16 from Safari app. xbi com.apple.Safari 16 /

BCSwiftTor - Opinionated pure Swift controller for Tor, including full support for Swift 5.5 and Swift Concurrency

BCSwiftTor Opinionated pure Swift controller for Tor, including full support for

Swift Markdown is a Swift package for parsing, building, editing, and analyzing Markdown documents.

Swift Markdown is a Swift package for parsing, building, editing, and analyzing Markdown documents.

Swift-DocC is a documentation compiler for Swift frameworks and packages aimed at making it easy to write and publish great developer documentation.

Swift-DocC is a documentation compiler for Swift frameworks and packages aimed at making it easy to write and publish great developer docum

Cross-Platform, Protocol-Oriented Programming base library to complement the Swift Standard Library. (Pure Swift, Supports Linux)

SwiftFoundation Cross-Platform, Protocol-Oriented Programming base library to complement the Swift Standard Library. Goals Provide a cross-platform in

Swift - โœ๏ธSwift ๊ณต๋ถ€ ์ €์žฅ์†Œโœ๏ธ

Swift ์Šค์œ„ํ”„ํŠธ์˜ ๊ธฐ์ดˆ 1. Swift์˜ ๊ธฐ๋ณธ 2. ๋ณ€์ˆ˜์™€ ์ƒ์ˆ˜ [3. ๋ฐ์ดํ„ฐ ํƒ€์ž… ๊ธฐ๋ณธ] [4. ๋ฐ์ดํ„ฐ ํƒ€์ž… ๊ณ ๊ธ‰] 5. ์—ฐ์‚ฐ์ž 6. ํ๋ฆ„ ์ œ์–ด 7. ํ•จ์ˆ˜ 8. ์˜ต์…”๋„ ๊ฐ์ฒด์ง€ํ–ฅ ํ”„๋กœ๊ทธ๋ž˜๋ฐ๊ณผ ์Šค์œ„ํ”„ํŠธ 9. ๊ตฌ์กฐ์ฒด์™€ ํด๋ž˜์Šค 10. ํ”„๋กœํผํ‹ฐ์™€ ๋ฉ”์„œ๋“œ 11. ์ธ์Šคํ„ด์Šค ์ƒ

Swift-ndi - Swift wrapper around NewTek's NDI SDK

swift-ndi Swift wrapper around NewTek's NDI SDK. Make sure you extracted latest

__.swift is a port of Underscore.js to Swift.

__.swift Now, __.swift is version 0.2.0! With the chain of methods, __.swift became more flexible and extensible. Documentation: http://lotz84.github.

Owner
Spotlight
Any language is interesting if you can get me to figure it out.
Spotlight
A declarative, thread safe, and reentrant way to define code that should only execute at most once over the lifetime of an object.

SwiftRunOnce SwiftRunOnce allows a developer to mark a block of logic as "one-time" code โ€“ code that will execute at most once over the lifetime of an

Thumbtack 8 Aug 17, 2022
Simple utility for only executing code every so often.

Rate Limit Simple utility for only executing code every so often. This will only execute the block passed for a given name if the last time it was cal

Sam Soffes 921 Nov 20, 2022
โฒ A tiny package to measure code execution time. Only 20 lines of code.

Measure โฒ A tiny package to measure code execution time. Measure.start("create-user") let user = User() Measure.finish("create-user") Console // โฒ Mea

Mezhevikin Alexey 3 Oct 1, 2022
AnalyticsKit for Swift is designed to combine various analytical services into one simple tool.

?? AnalyticsKit AnalyticsKit for Swift is designed to combine various analytical services into one simple tool. To send information about a custom eve

Broniboy 6 Jan 14, 2022
Merges a given number of PDF files into one file using the PDFKit framework

Titanium iOS PDF Merge Merges a given number of PDF files into one file using the PDFKit framework Requirements iOS 11+ Titanium SDK 9+ API's Methods

Hans Knรถchel 6 Jan 26, 2022
Minimalist library to manage one-off operations.

Once(็ฎ€ไฝ“ไธญๆ–‡) Once allows you to manage the number of executions of a task using an intuitive API. Highlight Safe Efficient Persistent Usage Token Token

Luo Xiu 45 Aug 16, 2022
MetricTime is designed to be one universal timekeeping system that eliminates the hassle of calculating time since most of its convertions as simple as converting meters to centimeters

MetricTime MetricTime is designed to be one universal timekeeping system that eliminates the hassle of calculating time since most of its convertions

Adrian Edwards 4 Feb 10, 2022
A command-line tool and Swift Package for generating class diagrams powered by PlantUML

SwiftPlantUML Generate UML class diagrams from swift code with this Command Line Interface (CLI) and Swift Package. Use one or more Swift files as inp

null 374 Jan 3, 2023
Swift library and command line tool that interacts with the mach-o file format.

MachO-Reader Playground project to learn more about the Mach-O file format. How to run swift run MachO-Reader <path-to-binary> You should see a simila

Gonzalo 5 Jun 25, 2022
Command line apps for hacking on baseball stats

Thes are some swift command line apps I use to hack on my roto baseball league. No warranty or claim of usability what-so-ever. This represents work I

Jaim Zuber 0 Nov 4, 2021