Skip to content

Instantly share code, notes, and snippets.

View JCWasmx86's full-sized avatar

JCWasmx86 JCWasmx86

View GitHub Profile
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.13.0-rc6 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=90300
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=23400
#!/usr/bin/env python3
# AGPL license, if used in Netbox+its forks Apache-2.0
import json
import html
def regular_line_ending(s: str):
if s.endswith(","):
return True
return not (s.endswith("{") or s.endswith("["))