Skip to content

Instantly share code, notes, and snippets.

View rob4226's full-sized avatar
💭
Working on ESP32 Projects

Rob rob4226

💭
Working on ESP32 Projects
View GitHub Profile
@rob4226
rob4226 / HttpStatus.kt
Last active September 22, 2024 16:48 — forked from vlio20/StatusCode.kt
Kotlin HTTP Status Codes enum with code in enum constant names
package com.rob4226.networking
/**
* HTTP status codes.
*
* [Hypertext Transfer Protocol (HTTP) Status Code Registry](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml)
*
* __Status code categories:__
* + __1xx: Informational__ - Request received, continuing process.
* + __2xx: Success__ - The action was successfully received, understood, and accepted.
@rob4226
rob4226 / XcodeKitHelpers.md
Last active January 28, 2023 11:21 — forked from kieranb662/XcodeKitHelpers.md
[Xcode Editor Notes] Xcodekit Extensions to help make Xcode your own custom text editor.

Xcode Editor Notes

Suggestions

After adding the Extension target to a project

  1. Go to the menu bar -> Product -> Scheme -> Edit Scheme.
  2. Under the info tab change the executable dropdown menu to "Xcode.app".
  3. If you have a testing file add it to the "Arguments Passed On Launch" field under the Arguments tab.