Skip to content

Instantly share code, notes, and snippets.

View spartajet's full-sized avatar
🤒
Out sick

spartajet

🤒
Out sick
View GitHub Profile
@spartajet
spartajet / Config.in
Created November 28, 2023 04:46 — forked from brianclements/Config.in
cURL package information for addition in buildroot. Copy both files to /package/curl and don't forget to add 'source "package/curl/Config.in"' to your top level Config.in
config BR2_PACKAGE_LIBCURL
bool "libcurl"
help
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
and Dict servers, using any of the supported protocols.
http://curl.haxx.nu/
config BR2_PACKAGE_CURL
bool "curl binary"
@spartajet
spartajet / open62541.c
Created March 3, 2020 05:59
Open UA 62541
This file has been truncated, but you can view the full file.
/* THIS IS A SINGLE-FILE DISTRIBUTION CONCATENATED FROM THE OPEN62541 SOURCES
* visit http://open62541.org/ for information about this software
* Git-Revision: v1.1-dev-282-g63771722
*/
/*
* Copyright (C) 2014-2018 the contributors as stated in the AUTHORS file
*
* This file is part of open62541. open62541 is free software: you can
* redistribute it and/or modify it under the terms of the Mozilla Public
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:options="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:system="clr-namespace:System;assembly=mscorlib"
mc:Ignorable="options d">
<!-- Matadata -->
<system:String x:Key="Theme.Name">Colorful.OfficeBlue</system:String>
<system:String x:Key="Theme.DisplayName">OfficeBlue (Colorful)</system:String>