repo_full_name stringlengths 6 93 | repo_url stringlengths 25 112 | repo_api_url stringclasses 28
values | owner stringclasses 28
values | repo_name stringclasses 28
values | description stringclasses 28
values | stars int64 617 98.8k | forks int64 31 355 ⌀ | watchers int64 990 999 ⌀ | license stringclasses 2
values | default_branch stringclasses 2
values | repo_created_at timestamp[s]date 2012-07-24 23:12:50 2025-06-16 08:07:28 ⌀ | repo_updated_at timestamp[s]date 2026-02-23 15:23:15 2026-05-03 18:52:12 ⌀ | repo_topics listlengths 0 13 ⌀ | repo_languages unknown | is_fork bool 1
class | open_issues int64 3 104 ⌀ | file_path stringlengths 3 208 | file_name stringclasses 509
values | file_extension stringclasses 1
value | file_size_bytes int64 101 84k ⌀ | file_url stringclasses 627
values | file_raw_url stringclasses 627
values | file_sha stringclasses 624
values | language stringclasses 8
values | parsed_at stringdate 2026-05-04 01:12:36 2026-05-04 19:41:55 | text stringlengths 100 102k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/hw/common.h | null | null | null | null | null | null | C | 2026-05-04T18:40:23.107597 | #ifndef __HW_COMMON_H
#define __HW_COMMON_H
#include <stdint.h>
/* To overwrite CSR accessors, define extern, non-inlined versions
* of csr_read[bwl]() and csr_write[bwl](), and define
* CSR_ACCESSORS_DEFINED.
*/
#ifndef CSR_ACCESSORS_DEFINED
#define CSR_ACCESSORS_DEFINED
#ifdef __ASSEMBLER__
#define MMPTR(x) x
... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/printf.h | null | null | null | null | null | null | C | 2026-05-04T18:40:23.175728 | /*
File: printf.h
Copyright (c) 2004,2012 Kustaa Nyholm / SpareTimeLabs
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this li... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/spiflash.h | null | null | null | null | null | null | C | 2026-05-04T18:40:23.714313 | #ifndef __SPIFLASH_H
#define __SPIFLASH_H
void write_to_flash_page(unsigned int addr, const unsigned char *c, unsigned int len);
void erase_flash_sector(unsigned int addr);
void write_to_flash(unsigned int addr, const unsigned char *c, unsigned int len);
#endif /* __SPIFLASH_H */
|
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/spi.h | null | null | null | null | null | null | C | 2026-05-04T18:40:23.821693 | #ifndef BB_SPI_H_
#define BB_SPI_H_
#include <stdint.h>
enum spi_state {
SS_UNCONFIGURED = 0,
SS_SINGLE,
SS_DUAL_RX,
SS_DUAL_TX,
SS_QUAD_RX,
SS_QUAD_TX,
SS_HARDWARE,
};
enum spi_type {
ST_UNCONFIGURED,
ST_SINGLE,
ST_DUAL,
ST_QUAD,
ST_QPI,
};
enum spi_pin {
SP_MOSI,
SP_MISO,
SP_HOLD,
SP_WP,
SP_CS,
... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/time.h | null | null | null | null | null | null | C | 2026-05-04T18:40:23.901500 | #ifndef __TIME_H
#define __TIME_H
#ifdef __cplusplus
extern "C" {
#endif
void time_init(void);
int elapsed(int *last_event, int period);
void msleep(int ms);
#ifdef __cplusplus
}
#endif
#endif /* __TIME_H */
|
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/csr-defs.h | null | null | null | null | null | null | C | 2026-05-04T18:40:23.931489 | #ifndef CSR_DEFS__H
#define CSR_DEFS__H
#define CSR_MSTATUS_MIE 0x8
#define CSR_IRQ_MASK 0xBC0
#define CSR_IRQ_PENDING 0xFC0
#define CSR_DCACHE_INFO 0xCC0
#endif /* CSR_DEFS__H */
|
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/system.h | null | null | null | null | null | null | C | 2026-05-04T18:40:23.932900 | #ifndef __SYSTEM_H
#define __SYSTEM_H
#ifdef __cplusplus
extern "C" {
#endif
void flush_cpu_icache(void);
void flush_cpu_dcache(void);
void flush_l2_cache(void);
#ifdef __or1k__
#include <spr-defs.h>
static inline unsigned long mfspr(unsigned long add)
{
unsigned long ret;
__asm__ __volatile__ ("l.mfspr %0,%1,0" ... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/toboot-api.h | null | null | null | null | null | null | C | 2026-05-04T18:40:23.943500 | #ifndef TOBOOT_API_H_
#define TOBOOT_API_H_
#include <stdint.h>
/// Store this configuration struct at offset 0x94 from the start
/// of your binary image.
/// You may set all RESERVED values to 0. as they will be calculated
/// when the program is written to flash.
struct toboot_configuration {
/// Set to 0x9070... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/hw/flags.h | null | null | null | null | null | null | C | 2026-05-04T18:40:23.961697 | #ifndef __HW_FLAGS_H
#define __HW_FLAGS_H
#define UART_EV_TX 0x1
#define UART_EV_RX 0x2
#define DFII_CONTROL_SEL 0x01
#define DFII_CONTROL_CKE 0x02
#define DFII_CONTROL_ODT 0x04
#define DFII_CONTROL_RESET_N 0x08
#define DFII_COMMAND_CS 0x01
#define DFII_COMMAND_WE 0x02
#define DFII_COMMAND_CAS 0x04
#define DFII... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/usbcdc.h | null | null | null | null | null | null | C | 2026-05-04T18:40:24.605387 | /** @defgroup usb_cdc_defines USB CDC Type Definitions
@brief <b>Defined Constants and Types for the USB CDC Type Definitions</b>
@ingroup USB_defines
@version 1.0.0
@author @htmlonly © @endhtmlonly 2010
Gareth McMullin <gareth@blacksphere.co.nz>
@date 10 March 2013
LGPL License Terms @ref lgpl_license
*/
/... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/usbstd.h | null | null | null | null | null | null | C | 2026-05-04T18:40:24.774345 | /** @defgroup usb_type_defines USB Standard Structure Definitions
@brief <b>Defined Constants and Types for the USB Standard Structure
Definitions</b>
@ingroup USB_defines
@version 1.0.0
@author @htmlonly © @endhtmlonly 2010
Gareth McMullin <gareth@blacksphere.co.nz>
@date 10 March 2013
A set of structure de... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/webusb-defs.h | null | null | null | null | null | null | C | 2026-05-04T18:40:24.788927 | /*
* Copyright (c) 2016, Devan Lai
*
* Permission to use, copy, modify, and/or distribute this software
* for any purpose with or without fee is hereby granted, provided
* that the above copyright notice and this permission notice
* appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCL... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/toboot-internal.h | null | null | null | null | null | null | C | 2026-05-04T18:40:24.801034 | #ifndef TOBOOT_INTERNAL_H_
#define TOBOOT_INTERNAL_H_
#include <stdint.h>
/// This describes the structure that allows the OS to communicate
/// with the bootloader. It keeps track of how many times we've
/// tried booting, as well as a magic value that tells us to enter
/// the bootloader instead of booting the app... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/usb-desc.h | null | null | null | null | null | null | C | 2026-05-04T18:40:25.219749 | /* Teensyduino Core Library
* http://www.pjrc.com/teensy/
* Copyright (c) 2013 PJRC.COM, LLC.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/usb.h | null | null | null | null | null | null | C | 2026-05-04T18:40:25.220938 | #ifndef __USB_H
#define __USB_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
struct usb_setup_request;
void usb_isr(void);
void usb_init(void);
void usb_connect(void);
void usb_disconnect(void);
int usb_irq_happened(void);
void usb_setup(const struct usb_setup_request *setup);
int usb_send(const void... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/src/ltoa.c | null | null | null | null | null | null | C | 2026-05-04T18:40:25.589342 | /*
** LTOA.C
**
** Converts a long integer to a string.
**
** Copyright 1988-90 by Robert B. Stout dba MicroFirm
**
** Released to public domain, 1991
**
** Parameters: 1 - number to be converted
** 2 - buffer in which to build the converted string
** 3 - number base to use for conversion... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/xxhash.c | null | null | null | null | null | null | C | 2026-05-04T18:40:25.624887 | /*
* xxHash - Fast Hash algorithm
* Copyright (C) 2012-2016, Yann Collet
*
* BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redis... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/src/main.c | null | null | null | null | null | null | C | 2026-05-04T18:40:25.661426 | //
// Wasm3 - high performance WebAssembly interpreter written in C.
//
// Copyright © 2019 Steven Massey, Volodymyr Shymanskyy.
// All rights reserved.
//
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
#include <irq.h>
#include <usb.h>
#include <time.h>
#include <rgb.h>
#include <spi.h>
#include <gene... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/src/usb-dev.c | null | null | null | null | null | null | C | 2026-05-04T18:40:25.670753 | #include <stdint.h>
#include <unistd.h>
#include <usb.h>
#include <system.h>
#include <usb-desc.h>
static uint8_t reply_buffer[8];
static uint8_t usb_configuration = 0;
// #define USB_MAX_PACKET_SIZE 64
// static uint32_t rx_buffer[USB_MAX_PACKET_SIZE/4];
volatile uint8_t terminal_is_connected;
__attribute__((sectio... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/src/time.c | null | null | null | null | null | null | C | 2026-05-04T18:40:25.689129 | #include <generated/csr.h>
#include <time.h>
void time_init(void)
{
int t;
timer0_en_write(0);
t = 2*SYSTEM_CLOCK_FREQUENCY;
timer0_reload_write(t);
timer0_load_write(t);
timer0_en_write(1);
}
int elapsed(int *last_event, int period)
{
int t, dt;
timer0_update_value_write(1);
t = timer0_reload_read() - tim... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/src/usb-desc.c | null | null | null | null | null | null | C | 2026-05-04T18:40:25.703261 | /* Teensyduino Core Library
* http://www.pjrc.com/teensy/
* Copyright (c) 2013 PJRC.COM, LLC.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/include/xxhash.h | null | null | null | null | null | null | C | 2026-05-04T18:40:25.815345 | /*
xxHash - Extremely Fast Hash algorithm
Header File
Copyright (C) 2012-2016, Yann Collet.
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions ... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/hifive1/src/main.c | null | null | null | null | null | null | C | 2026-05-04T18:40:25.819080 | //
// Wasm3 - high performance WebAssembly interpreter written in C.
//
// Copyright © 2019 Steven Massey, Volodymyr Shymanskyy.
// All rights reserved.
//
#include <stdio.h>
#include <time.h>
#include "wasm3.h"
#include "extra/fib32.wasm.h"
#define FATAL(msg, ...) { printf("Fatal: " msg "\n", ##__VA_ARGS__); ret... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/src/usb-epfifo.c | null | null | null | null | null | null | C | 2026-05-04T18:40:25.914817 | #include <usb.h>
#include <irq.h>
#include <generated/csr.h>
#include <string.h>
#include <usb.h>
#ifdef CSR_USB_EP_0_OUT_EV_PENDING_ADDR
static volatile uint8_t usb_rx_fifo[64];
static volatile uint8_t usb_rx_fifo_rd;
static volatile uint8_t usb_rx_fifo_wr;
static volatile int have_new_address;
static volatile uint... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/emscripten/main.c | null | null | null | null | null | null | C | 2026-05-04T18:40:26.506892 | //
// Wasm3 - high performance WebAssembly interpreter written in C.
//
// Copyright © 2019 Steven Massey, Volodymyr Shymanskyy.
// All rights reserved.
//
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "wasm3.h"
#include "extra/fib32.wasm.h"
#define FATAL(msg, ...) { printf("Fatal: " msg "\n"... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/ios/wasm3/Bridging-Header.h | null | null | null | null | null | null | C | 2026-05-04T18:40:26.613013 | //
// Use this file to import your target's public headers that you would like to expose to Swift.
//
typedef void (*print_cbk_t)(const char* buff, int len);
void redirect_output (print_cbk_t f);
int run_app (void);
|
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/wm_w600/main.c | null | null | null | null | null | null | C | 2026-05-04T18:40:26.695010 | //
// Wasm3 - high performance WebAssembly interpreter written in C.
//
// Copyright © 2019 Steven Massey, Volodymyr Shymanskyy.
// All rights reserved.
//
#include "wm_include.h"
#include "wasm3.h"
#include "extra/fib32.wasm.h"
#define FATAL(msg, ...) { printf("Fatal: " msg "\n", ##__VA_ARGS__); return; }
unsi... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/embedded/fomu/src/rgb.c | null | null | null | null | null | null | C | 2026-05-04T18:40:26.797112 | #include <stdint.h>
#include <rgb.h>
#include <generated/csr.h>
#define BREATHE_ENABLE (1 << 7)
#define BREATHE_EDGE_ON (0 << 6)
#define BREATHE_EDGE_BOTH (1 << 6)
#define BREATHE_MODE_MODULATE (1 << 5)
#define BREATHE_MODE_FIXED (0 << 5)
// Breathe rate is in 128 ms increments
#define BREATHE_RATE_MS(x) ((((x)+1) / ... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/emscripten_lib/main.c | null | null | null | null | null | null | C | 2026-05-04T18:40:27.376001 | //
// Wasm3 - high performance WebAssembly interpreter written in C.
//
// Copyright © 2019 Steven Massey, Volodymyr Shymanskyy.
// All rights reserved.
//
#include <stdio.h>
#include <stdlib.h>
#include <emscripten.h>
#include "wasm3.h"
#include "m3_env.h"
IM3Environment env;
EMSCRIPTEN_KEEPALIVE
void init() {
... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | platforms/ios/wasm3/main.c | null | null | null | null | null | null | C | 2026-05-04T18:40:27.566990 | //
// Wasm3 - high performance WebAssembly interpreter written in C.
//
// Copyright © 2019 Steven Massey, Volodymyr Shymanskyy.
// All rights reserved.
//
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <inttypes.h>
#include <pthread.h>
#include <unistd.h>
#include <sys/utsname.h>
#include <sys/m... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | source/extensions/m3_extensions.c | null | null | null | null | null | null | C | 2026-05-04T18:40:27.596571 | //
// m3_extensions.c
//
// Created by Steven Massey on 3/30/21.
// Copyright © 2021 Steven Massey. All rights reserved.
//
#include "wasm3_ext.h"
#include "m3_env.h"
#include "m3_bind.h"
#include "m3_exception.h"
IM3Module m3_NewModule (IM3Environment i_environment)
{
IM3Module module = m3_AllocStruct (M3... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | source/extensions/wasm3_ext.h | null | null | null | null | null | null | C | 2026-05-04T18:40:31.449630 | //
// Wasm3, high performance WebAssembly interpreter
//
// Extensions
//
// Copyright © 2019-2021 Steven Massey, Volodymyr Shymanskyy.
// All rights reserved.
//
#ifndef wasm3_ext_h
#define wasm3_ext_h
#include "wasm3.h"
#include <stdbool.h>
#if defined(__cplusplus)
extern "C" {
#endif
//----------------------... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | source/extra/coremark_minimal.wasm.h | null | null | null | null | null | null | C | 2026-05-04T18:40:31.505459 | unsigned char coremark_minimal_wasm[] = {
0x00, 0x61, 0x73, 0x6d, 0x01, 0x00, 0x00, 0x00, 0x01, 0x3e, 0x0a, 0x60,
0x02, 0x7f, 0x7f, 0x01, 0x7f, 0x60, 0x00, 0x00, 0x60, 0x02, 0x7f, 0x7f,
0x00, 0x60, 0x03, 0x7f, 0x7f, 0x7f, 0x00, 0x60, 0x04, 0x7f, 0x7f, 0x7f,
0x7f, 0x00, 0x60, 0x00, 0x01, 0x7f, 0x60, 0x03, 0x7f, ... |
wasm3/wasm3 | https://github.com/wasm3/wasm3 | null | null | null | null | 7,907 | null | null | mit | null | null | null | null | null | null | null | source/extra/fib32.wasm.h | null | null | null | null | null | null | C | 2026-05-04T18:40:31.549464 | unsigned char fib32_wasm[] = {
0x00, 0x61, 0x73, 0x6d, 0x01, 0x00, 0x00, 0x00, 0x01, 0x06, 0x01, 0x60,
0x01, 0x7f, 0x01, 0x7f, 0x03, 0x02, 0x01, 0x00, 0x07, 0x07, 0x01, 0x03,
0x66, 0x69, 0x62, 0x00, 0x00, 0x0a, 0x1f, 0x01, 0x1d, 0x00, 0x20, 0x00,
0x41, 0x02, 0x49, 0x04, 0x40, 0x20, 0x00, 0x0f, 0x0b, 0x20, 0x00,... |
phoboslab/qoi | https://github.com/phoboslab/qoi | null | null | null | null | 7,473 | null | null | mit | null | null | null | null | null | null | null | qoi.h | null | null | null | null | null | null | C | 2026-05-04T18:40:33.838489 | /*
Copyright (c) 2021, Dominic Szablewski - https://phoboslab.org
SPDX-License-Identifier: MIT
QOI - The "Quite OK Image" format for fast, lossless image compression
-- About
QOI encodes and decodes images in a lossless format. Compared to stb_image and
stb_image_write QOI offers 20x-50x faster encoding, 3x-4x fas... |
phoboslab/qoi | https://github.com/phoboslab/qoi | null | null | null | null | 7,473 | null | null | mit | null | null | null | null | null | null | null | qoibench.c | null | null | null | null | null | null | C | 2026-05-04T18:40:33.877824 | /*
Copyright (c) 2021, Dominic Szablewski - https://phoboslab.org
SPDX-License-Identifier: MIT
Simple benchmark suite for png, stbi and qoi
Requires libpng, "stb_image.h" and "stb_image_write.h"
Compile with:
gcc qoibench.c -std=gnu99 -lpng -O3 -o qoibench
*/
#include <stdio.h>
#include <dirent.h>
#include <pn... |
phoboslab/qoi | https://github.com/phoboslab/qoi | null | null | null | null | 7,473 | null | null | mit | null | null | null | null | null | null | null | qoifuzz.c | null | null | null | null | null | null | C | 2026-05-04T18:40:33.885132 | /*
Copyright (c) 2021, Dominic Szablewski - https://phoboslab.org
SPDX-License-Identifier: MIT
clang fuzzing harness for qoi_decode
Compile and run with:
clang -fsanitize=address,fuzzer -g -O0 qoifuzz.c && ./a.out
*/
#define QOI_IMPLEMENTATION
#include "qoi.h"
#include <stddef.h>
#include <stdint.h>
int LLVMF... |
phoboslab/qoi | https://github.com/phoboslab/qoi | null | null | null | null | 7,473 | null | null | mit | null | null | null | null | null | null | null | qoiconv.c | null | null | null | null | null | null | C | 2026-05-04T18:40:33.991739 | /*
Copyright (c) 2021, Dominic Szablewski - https://phoboslab.org
SPDX-License-Identifier: MIT
Command line tool to convert between png <> qoi format
Requires:
-"stb_image.h" (https://github.com/nothings/stb/blob/master/stb_image.h)
-"stb_image_write.h" (https://github.com/nothings/stb/blob/master/stb_image_write... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Device_Defender_Windows_Simulator/Device_Defender_Demo/main.c | null | null | null | null | null | null | C | 2026-05-04T18:40:37.675188 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Device_Defender_Windows_Simulator/Device_Defender_Demo/core_mqtt_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:37.687861 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | .github/scripts/qemu_reader.c | null | null | null | null | null | null | C | 2026-05-04T18:40:37.689334 | #include <stdio.h>
#include <stdlib.h>
int main( int argc, char * argv[] )
{
setvbuf( stdout, NULL, _IONBF, 0 );
FILE * fp;
char path[ 256 ];
char cmd[ 256 ];
/* Open the command for reading. */
fp = popen("find . -name RTOSDemo.out", "r");
/* Read the output a line at a time - output ... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Device_Defender_Windows_Simulator/Device_Defender_Demo/report_builder.c | null | null | null | null | null | null | C | 2026-05-04T18:40:37.713973 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Device_Defender_Windows_Simulator/Device_Defender_Demo/DemoTasks/DefenderDemoExample.c | null | null | null | null | null | null | C | 2026-05-04T18:40:37.726497 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Device_Defender_Windows_Simulator/Device_Defender_Demo/report_builder.h | null | null | null | null | null | null | C | 2026-05-04T18:40:37.751145 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Device_Defender_Windows_Simulator/Device_Defender_Demo/demo_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:37.752224 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Device_Defender_Windows_Simulator/Device_Defender_Demo/metrics_collector.h | null | null | null | null | null | null | C | 2026-05-04T18:40:37.780581 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Device_Defender_Windows_Simulator/Device_Defender_Demo/metrics_collector.c | null | null | null | null | null | null | C | 2026-05-04T18:40:37.790150 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Device_Defender_Windows_Simulator/Device_Defender_Demo/defender_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:37.809758 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Common/printf-stdarg.c | null | null | null | null | null | null | C | 2026-05-04T18:40:38.502637 | /*
* Copyright 2001, 2002 Georges Menie (www.menie.org)
* stdarg version contributed by Christian Ettinger
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2 of... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/shadow_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:38.518446 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/demo_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:38.519651 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/core_mqtt_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:38.545935 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/core_mqtt_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:38.575801 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/FleetProvisioningDemoExample.c | null | null | null | null | null | null | C | 2026-05-04T18:40:38.657413 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/demo_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:38.693548 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/fleet_provisioning_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:38.785742 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/pkcs11_operations.c | null | null | null | null | null | null | C | 2026-05-04T18:40:39.285691 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Jobs_Windows_Simulator/Jobs_Demo/DemoTasks/JobsDemoExample.c | null | null | null | null | null | null | C | 2026-05-04T18:40:39.324600 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/tinycbor_serializer.c | null | null | null | null | null | null | C | 2026-05-04T18:40:39.347075 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/main.c | null | null | null | null | null | null | C | 2026-05-04T18:40:39.357325 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/pkcs11_operations.h | null | null | null | null | null | null | C | 2026-05-04T18:40:39.357941 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/tinycbor_serializer.h | null | null | null | null | null | null | C | 2026-05-04T18:40:39.380978 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Common/main.c | null | null | null | null | null | null | C | 2026-05-04T18:40:39.382233 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Jobs_Windows_Simulator/Jobs_Demo/core_mqtt_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:39.401865 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/DemoTasks/ShadowDemoMainExample.c | null | null | null | null | null | null | C | 2026-05-04T18:40:39.403803 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Jobs_Windows_Simulator/Jobs_Demo/demo_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:39.422348 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Mqtt_Demo_Helpers/mqtt_pkcs11_demo_helpers.h | null | null | null | null | null | null | C | 2026-05-04T18:40:40.455906 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Jobs_Windows_Simulator/Jobs_Demo/main.c | null | null | null | null | null | null | C | 2026-05-04T18:40:40.461495 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Mqtt_Demo_Helpers/mqtt_demo_helpers.c | null | null | null | null | null | null | C | 2026-05-04T18:40:40.463684 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Mqtt_Demo_Helpers/mqtt_pkcs11_demo_helpers.c | null | null | null | null | null | null | C | 2026-05-04T18:40:40.690554 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Mqtt_Demo_Helpers/mqtt_demo_helpers.h | null | null | null | null | null | null | C | 2026-05-04T18:40:40.812336 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/Code_Signature_Verification/aws_ota_codesigner_certificate.h | null | null | null | null | null | null | C | 2026-05-04T18:40:40.819829 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/HTTP_Utils/http_demo_utils.c | null | null | null | null | null | null | C | 2026-05-04T18:40:40.823316 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/Code_Signature_Verification/code_signature_verification_mbedtls.c | null | null | null | null | null | null | C | 2026-05-04T18:40:40.828007 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/Code_Signature_Verification/code_signature_verification.h | null | null | null | null | null | null | C | 2026-05-04T18:40:41.073665 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/HTTP_Utils/http_demo_utils.h | null | null | null | null | null | null | C | 2026-05-04T18:40:41.075058 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/subscription-manager/subscription_manager.c | null | null | null | null | null | null | C | 2026-05-04T18:40:41.352587 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/ota_pal.c | null | null | null | null | null | null | C | 2026-05-04T18:40:41.377824 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/ota_pal.h | null | null | null | null | null | null | C | 2026-05-04T18:40:41.406287 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Http_Demo/main.c | null | null | null | null | null | null | C | 2026-05-04T18:40:41.516841 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/subscription-manager/subscription_manager.h | null | null | null | null | null | null | C | 2026-05-04T18:40:41.520545 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Http_Demo/core_mqtt_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:41.533086 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Http_Demo/demo_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:41.548323 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Http_Demo/DemoTasks/OtaOverHttpDemoExample.c | null | null | null | null | null | null | C | 2026-05-04T18:40:41.592685 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Http_Demo/ota_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:42.864811 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Mqtt_Demo/DemoTasks/OtaOverMqttDemoExample.c | null | null | null | null | null | null | C | 2026-05-04T18:40:42.865538 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Mqtt_Demo/core_mqtt_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:43.249915 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
FreeRTOS/FreeRTOS | https://github.com/FreeRTOS/FreeRTOS | null | null | null | null | 7,283 | null | null | mit | null | null | null | null | null | null | null | FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Mqtt_Demo/demo_config.h | null | null | null | null | null | null | C | 2026-05-04T18:40:43.484594 | /*
* FreeRTOS V202212.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including w... |
microsoft/winfile | https://github.com/microsoft/winfile | null | null | null | null | 7,065 | null | null | mit | null | null | null | null | null | null | null | samples/addon/targetver.h | null | null | null | null | null | null | C | 2026-05-04T18:40:46.542438 | #pragma once
// Including SDKDDKVer.h defines the highest available Windows platform.
// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.
#include <SDKDDKVer.h>
|
microsoft/winfile | https://github.com/microsoft/winfile | null | null | null | null | 7,065 | null | null | mit | null | null | null | null | null | null | null | src/BagOValues.h | null | null | null | null | null | null | C | 2026-05-04T18:40:46.543224 | /********************************************************************
BagOValues.h
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
********************************************************************/
#include <string>
#include <map>
#include <vector>
#... |
microsoft/winfile | https://github.com/microsoft/winfile | null | null | null | null | 7,065 | null | null | mit | null | null | null | null | null | null | null | samples/addon/resource.h | null | null | null | null | null | null | C | 2026-05-04T18:40:46.545317 | /********************************************************************
resource.h
Windows File Manager Sample Addon resource definitions
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
********************************************************************/
#define... |
microsoft/winfile | https://github.com/microsoft/winfile | null | null | null | null | 7,065 | null | null | mit | null | null | null | null | null | null | null | src/dbg.c | null | null | null | null | null | null | C | 2026-05-04T18:40:46.562203 | /********************************************************************
dbg.c
Debugging utilities
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
********************************************************************/
#include "winfile.h"
#include "dbg.... |
microsoft/winfile | https://github.com/microsoft/winfile | null | null | null | null | 7,065 | null | null | mit | null | null | null | null | null | null | null | src/Resize.c | null | null | null | null | null | null | C | 2026-05-04T18:40:46.563671 |
//
// Demonstration code for a generic implementation of resizeable dialogs.
// This code implements a window class (DIALOGRESIZECONTROLCLASS) which
// can be added to dialog templates in order to define how controls
// should be moved or resized as the dialog is resized. An example
// statement looks like:
//
/... |
microsoft/winfile | https://github.com/microsoft/winfile | null | null | null | null | 7,065 | null | null | mit | null | null | null | null | null | null | null | src/Resize.h | null | null | null | null | null | null | C | 2026-05-04T18:40:46.568109 |
#define DIALOGRESIZECONTROLCLASSW L"DialogResizeControlClassW"
#define DIALOGRESIZECONTROLCLASSA "DialogResizeControlClassA"
#if defined(UNICODE) || defined(_UNICODE)
#define DIALOGRESIZECONTROLCLASS DIALOGRESIZECONTROLCLASSW
#else
#define DIALOGRESIZECONTROLCLASS DIALOGRESIZECONTROLCLASSA
#endif
#define DIALOGRESIZ... |
microsoft/winfile | https://github.com/microsoft/winfile | null | null | null | null | 7,065 | null | null | mit | null | null | null | null | null | null | null | src/fmifs.h | null | null | null | null | null | null | C | 2026-05-04T18:40:46.569241 | /********************************************************************
fmifs.h
This header file contains the specification of the interface
between the file manager and fmifs.dll for the purposes of
accomplishing IFS functions.
Copyright (c) Microsoft Corporation. All rights reserved.
Licen... |
microsoft/winfile | https://github.com/microsoft/winfile | null | null | null | null | 7,065 | null | null | mit | null | null | null | null | null | null | null | samples/addon/wfext.h | null | null | null | null | null | null | C | 2026-05-04T18:40:46.590746 | /********************************************************************
wfext.h
Windows File Manager Extensions definitions (Win32 variant)
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
********************************************************************/
#ifnd... |
microsoft/winfile | https://github.com/microsoft/winfile | null | null | null | null | 7,065 | null | null | mit | null | null | null | null | null | null | null | samples/addon/stdafx.h | null | null | null | null | null | null | C | 2026-05-04T18:40:46.592772 | // stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#inclu... |
microsoft/winfile | https://github.com/microsoft/winfile | null | null | null | null | 7,065 | null | null | mit | null | null | null | null | null | null | null | src/dbg.h | null | null | null | null | null | null | C | 2026-05-04T18:40:46.620070 | /********************************************************************
dbg.h
Debugging utilities header
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
********************************************************************/
#if DBG
extern TCHAR szAsr... |
microsoft/winfile | https://github.com/microsoft/winfile | null | null | null | null | 7,065 | null | null | mit | null | null | null | null | null | null | null | src/lfn.c | null | null | null | null | null | null | C | 2026-05-04T18:40:47.149990 | /********************************************************************
lfn.c
This file contains code that combines winnet long filename API's and
the DOS INT 21h API's into a single interface. Thus, other parts of
Winfile call a single piece of code with no worries about the
underlying interface... |
microsoft/winfile | https://github.com/microsoft/winfile | null | null | null | null | 7,065 | null | null | mit | null | null | null | null | null | null | null | src/lfn.h | null | null | null | null | null | null | C | 2026-05-04T18:40:47.197958 | /********************************************************************
lfn.h
declaration of lfn aware functions
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
********************************************************************/
#define CCHMAXFILE ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.