repo_id
stringlengths
6
101
size
int64
367
5.14M
file_path
stringlengths
1
269
content
stringlengths
367
5.14M
0015/T-Glass-Applications
1,168
image_capture_app/t_glass_ble_app/macos/Runner/Info.plist
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>NSBluetoothAlwaysUsageDescription</key> <string>This app needs Bluetooth to function</string> <key>CFBundleDevelopmentRegion</key> <string>$...
0015/esp_rlottie
22,094
rlottie/src/vector/vdebug.cpp
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
4,841
rlottie/src/vector/vpainter.cpp
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
15,087
rlottie/src/vector/vraster.cpp
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/T-Glass-Applications
32,966
image_capture_app/t_glass_ble_app/macos/Runner.xcodeproj/project.pbxproj
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 54; objects = { /* Begin PBXAggregateTarget section */ 33CC111A2044C6BA0003C045 /* Flutter Assemble */ = { isa = PBXAggregateTarget; buildConfigurationList = 33CC111B2044C6BA0003C045 /* Build configuration list for PBXAggregateTarget "Flut...
0015/esp_rlottie
25,053
rlottie/src/vector/vdrawhelper.cpp
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
5,615
rlottie/src/vector/vdrawhelper_common.cpp
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/T-Glass-Applications
7,450
image_capture_app/main/include/jd9613.h
#pragma once #include "esp_lcd_panel_interface.h" #include "esp_lcd_panel_vendor.h" #define AMOLED_DEFAULT_BRIGHTNESS 175 typedef struct { uint32_t addr; uint8_t param[20]; uint32_t len; } lcd_cmd_t; #define JD9613_INIT_SEQUENCE_LENGTH 88 #define JD9613_WIDTH 126 #define JD9613_HEIGHT 294 #define LCD_CMD...
0015/T-Glass-Applications
1,328
image_capture_app/main/include/t_glass.h
#pragma once #include "jd9613.h" #include "driver/gpio.h" #include "lvgl.h" #include "esp_lvgl_port.h" #define BOARD_DISP_HOST SPI3_HOST #define BOARD_NONE_PIN (-1) #define BOARD_DISP_CS (17) #define BOARD_DISP_SCK (15) #define BOARD_DISP_MISO (BOARD_NONE_PIN) #define BOARD_DISP_MOSI (16) ...
0015/T-Glass-Applications
7,451
ancs_app/main/ble_ancs.c
/* * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Unlicense OR CC0-1.0 */ #include <stdlib.h> #include <string.h> #include <inttypes.h> #include "esp_log.h" #include "ble_ancs.h" #define BLE_ANCS_TAG "BLE_ANCS" /* | EventID(1 Byte) | EventFlags(1 Byte) | Cate...
0015/esp_rlottie
18,367
rlottie/src/vector/vmatrix.cpp
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
4,252
rlottie/src/vector/vrle.h
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
5,031
rlottie/src/vector/vstackallocator.h
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/T-Glass-Applications
4,421
ancs_app/main/battery_measurement.c
#include "battery_measurement.h" #include "esp_adc/adc_oneshot.h" #include "esp_adc/adc_cali.h" #include "esp_adc/adc_cali_scheme.h" #define ADC_CHANNEL ADC_CHANNEL_2 #define ADC_UNIT ADC_UNIT_2 #define ADC_ATTEN ADC_ATTEN_DB_12 #define ADC_BITWIDTH ADC_BITWIDTH_12 #define REF_VOLTAGE 1100 // Reference voltage in mV ...
0015/T-Glass-Applications
37,141
ancs_app/main/ancs_app.c
/* * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Unlicense OR CC0-1.0 */ #include "ancs_app.h" #include <inttypes.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/event_groups.h" #include "esp_system.h" #include "esp_log.h" #inclu...
0015/esp_rlottie
6,356
rlottie/src/vector/vimageloader.cpp
#include "vimageloader.h" #include "config.h" #include "vdebug.h" #include <cstring> #ifdef _WIN32 #include <windows.h> #elif !defined(ESP_PLATFORM) #include <dlfcn.h> #endif using lottie_image_load_f = unsigned char * (*)(const char *filename, int *x, int *y, int *comp, int req_comp); using lottie_i...
0015/esp_rlottie
2,352
rlottie/src/vector/vdasher.h
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
7,837
rlottie/src/vector/vdrawhelper.h
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
8,411
rlottie/src/vector/vglobal.h
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/T-Glass-Applications
17,673
ancs_app/main/t_glass.c
#include "t_glass.h" #include "touch_element/touch_button.h" #include "battery_measurement.h" #include "esp_timer.h" // For getting timestamps #include "esp_log.h" #include "ancs_app.h" #define TOUCH_BUTTON_NUM 1 #define DOUBLE_TAP_THRESHOLD_MS 300 // Define a threshold for double-tap detection (e.g., 300 ms) #define ...
0015/T-Glass-Applications
11,454
ancs_app/main/jd9613.c
#include "esp_check.h" #include "esp_lcd_panel_interface.h" #include "esp_lcd_panel_io.h" #include "esp_lcd_panel_vendor.h" #include "esp_lcd_panel_ops.h" #include "esp_lcd_panel_commands.h" #include "driver/gpio.h" #include "jd9613.h" #define TAG "jd9613" typedef struct { esp_lcd_panel_t base; esp_lcd_panel_...
0015/T-Glass-Applications
2,931
ancs_app/main/nvs_manager.c
#include "nvs_manager.h" #include <esp_log.h> #include <string.h> #define TAG "[NVS Manager]" esp_err_t nvs_manager_init(void) { esp_err_t err = nvs_flash_init(); if (err == ESP_ERR_NVS_NO_FREE_PAGES || err == ESP_ERR_NVS_NEW_VERSION_FOUND) { ESP_LOGW(TAG, "NVS partition truncated, erasing..."); ...
0015/esp_rlottie
7,123
rlottie/src/vector/vdasher.cpp
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
4,041
rlottie/src/vector/vmatrix.h
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
2,422
rlottie/src/vector/vpainter.h
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
5,584
rlottie/src/vector/varenaalloc.cpp
/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "varenaalloc.h" #include <algorithm> #include <new> static char* end_chain(char*) { return nullptr; } static uint32_t first_allocated_block(uint32_t blockSize, uint...
0015/esp_rlottie
2,413
rlottie/src/vector/vpathmesure.cpp
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/T-Glass-Applications
1,170
ancs_app/main/main.c
#include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/semphr.h" #include "esp_log.h" #include "nvs_manager.h" #include "t_glass.h" #include "ancs_app.h" #define TAG "[Glass Main]" void notification_received_callback(NotificationAttributes *notification) { ESP_LOGI(TAG, "N...
0015/T-Glass-Applications
7,450
ancs_app/main/include/jd9613.h
#pragma once #include "esp_lcd_panel_interface.h" #include "esp_lcd_panel_vendor.h" #define AMOLED_DEFAULT_BRIGHTNESS 175 typedef struct { uint32_t addr; uint8_t param[20]; uint32_t len; } lcd_cmd_t; #define JD9613_INIT_SEQUENCE_LENGTH 88 #define JD9613_WIDTH 126 #define JD9613_HEIGHT 294 #define LCD_CMD...
0015/T-Glass-Applications
3,736
ancs_app/main/include/ble_ancs.h
/* * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Unlicense OR CC0-1.0 */ #pragma once #include <stdio.h> #include <stdlib.h> #include <string.h> // EventID values typedef enum { EventIDNotificationAdded = 0, EventIDNotificationModified = 1, EventIDNotific...
0015/esp_rlottie
55,577
rlottie/src/wasm/rlottiewasm.cpp
#include <stdlib.h> #include <string> #include "rlottie.h" #include <emscripten/bind.h> using namespace emscripten; const char *resource = "{\"v\":\"5.1.8\",\"fr\":60,\"ip\":3,\"op\":140,\"w\":500,\"h\":500,\"nm\":\"ANUB\",\"ddd\":0,\"assets\":[],\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":4,\"nm\":\"a\",\"sr\":1,\"ks\...
0015/esp_rlottie
12,847
rlottie/src/lottie/lottiefiltermodel.h
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/T-Glass-Applications
1,257
ancs_app/main/include/t_glass.h
#pragma once #include "jd9613.h" #include "driver/gpio.h" #include "lvgl.h" #include "esp_lvgl_port.h" #include "ancs_app.h" #define BOARD_DISP_HOST SPI3_HOST #define BOARD_NONE_PIN (-1) #define BOARD_DISP_CS (17) #define BOARD_DISP_SCK (15) #define BOARD_DISP_MISO (BOARD_NONE_PIN) #define BOARD_DISP_MOSI (16) #defin...
0015/esp_rlottie
4,889
rlottie/src/lottie/lottieloader.cpp
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
14,622
rlottie/src/lottie/lottieanimation.cpp
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
45,195
rlottie/src/lottie/lottieitem.cpp
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights ...
0015/esp_rlottie
19,784
rlottie/src/lottie/lottieitem.h
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
11,381
rlottie/src/lottie/lottieitem_capi.cpp
/* * Implements LottieItem functions needed * to support renderTree() api. * Moving all those implementation to its own * file make clear separation as well easy of * maintenance. */ #include "lottieitem.h" #include "vdasher.h" using namespace rlottie::internal; renderer::CApiData::CApiData() { mLayer.mMas...
0015/esp_rlottie
12,452
rlottie/src/lottie/lottiemodel.cpp
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
2,216
rlottie/src/lottie/lottiekeypath.cpp
#include "lottiekeypath.h" #include <sstream> LOTKeyPath::LOTKeyPath(const std::string &keyPath) { std::stringstream ss(keyPath); std::string item; while (getline(ss, item, '.')) { mKeys.push_back(item); } } bool LOTKeyPath::matches(const std::string &key, uint32_t depth) { if (ski...
0015/esp_rlottie
71,912
rlottie/src/lottie/lottieparser.cpp
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
35,941
rlottie/src/lottie/lottiemodel.h
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
2,097
rlottie/src/lottie/lottiekeypath.h
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
1,355
rlottie/src/vector/stb/stb_image.cpp
/* * configure stb_image about * the image we will support */ #define STB_IMAGE_IMPLEMENTATION #define STBI_ONLY_JPEG #define STBI_ONLY_PNG #define STBI_NO_HDR #define STBI_NO_LINEAR #define STBI_NO_GIF #define STBI_NO_PIC #include "stb_image.h" #if defined _WIN32 || defined __CYGWIN__ #ifdef RLOTTIE_BUILD ...
0015/esp_rlottie
261,660
rlottie/src/vector/stb/stb_image.h
/* stb_image - v2.19 - public domain image loader - http://nothings.org/stb no warranty implied; use at your own risk Do this: #define STB_IMAGE_IMPLEMENTATION before you include this file in *one* C or C++ file to create the implementation. // i.e. it should look like...
0015/esp_rlottie
1,028
rlottie/src/vector/stb/meson.build
source_file = ['stb_image.cpp'] if get_option('module') == true rlottie_image_loader_dir = get_option('moduledir') != '' ? get_option('moduledir') : get_option('libdir') rlottie_image_loader_lib = shared_module('rlottie-image-loader', source_file, ...
0015/esp_rlottie
8,325
rlottie/src/vector/freetype/v_ft_types.h
#ifndef V_FT_TYPES_H #define V_FT_TYPES_H /*************************************************************************/ /* */ /* <Type> */ /* SW_FT_Fixed ...
0015/esp_rlottie
10,128
rlottie/src/vector/freetype/v_ft_stroker.h
#ifndef V_FT_STROKER_H #define V_FT_STROKER_H /***************************************************************************/ /* */ /* ftstroke.h */ /* ...
0015/esp_rlottie
39,671
rlottie/src/vector/freetype/v_ft_raster.h
#ifndef V_FT_IMG_H #define V_FT_IMG_H /***************************************************************************/ /* */ /* ftimage.h */ /* ...
0015/esp_rlottie
14,680
rlottie/src/vector/freetype/v_ft_math.h
#ifndef V_FT_MATH_H #define V_FT_MATH_H /***************************************************************************/ /* */ /* fttrigon.h */ /* ...
0015/esp_rlottie
46,944
rlottie/src/vector/freetype/v_ft_raster.cpp
/***************************************************************************/ /* */ /* ftgrays.c */ /* */ /* A ...
0015/esp_rlottie
12,132
rlottie/src/vector/freetype/v_ft_math.cpp
/***************************************************************************/ /* */ /* fttrigon.c */ /* */ /* Fr...
0015/esp_rlottie
62,535
rlottie/src/vector/freetype/v_ft_stroker.cpp
/***************************************************************************/ /* */ /* ftstroke.c */ /* */ /* F...
0015/esp_rlottie
19,929
rlottie/src/vector/pixman/pixman-arm-neon-asm.S
/* * Copyright © 2009 Nokia Corporation * * 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 limitation * the rights to use, copy, modify, merge, pub...
0015/esp_rlottie
37,636
rlottie/src/vector/pixman/pixman-arm-neon-asm.h
/* * Copyright © 2009 Nokia Corporation * * 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 limitation * the rights to use, copy, modify, merge, pub...
0015/esp_rlottie
10,348
rlottie/src/binding/c/lottieanimation_capi.cpp
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 without limitation the rights *...
0015/esp_rlottie
29,281
rlottie/src/lottie/rapidjson/encodings.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
10,695
rlottie/src/lottie/rapidjson/allocators.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
6,753
rlottie/src/lottie/rapidjson/stream.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obta...
0015/esp_rlottie
2,560
rlottie/src/lottie/rapidjson/memorybuffer.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
3,001
rlottie/src/lottie/rapidjson/filereadstream.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
2,281
rlottie/src/lottie/rapidjson/cursorstreamwrapper.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obta...
0015/esp_rlottie
4,082
rlottie/src/lottie/rapidjson/istreamwrapper.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
93,838
rlottie/src/lottie/rapidjson/reader.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obta...
0015/esp_rlottie
103,633
rlottie/src/lottie/rapidjson/schema.h
// Tencent is pleased to support the open source community by making RapidJSON available-> // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip-> All rights reserved-> // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License-> You may...
0015/esp_rlottie
10,539
rlottie/src/lottie/rapidjson/prettywriter.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
10,681
rlottie/src/lottie/rapidjson/encodedstream.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
24,161
rlottie/src/lottie/rapidjson/rapidjson.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
2,331
rlottie/src/lottie/rapidjson/ostreamwrapper.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
4,034
rlottie/src/lottie/rapidjson/fwd.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
3,146
rlottie/src/lottie/rapidjson/filewritestream.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
2,667
rlottie/src/lottie/rapidjson/memorystream.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
26,877
rlottie/src/lottie/rapidjson/writer.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/TP_Arduino_DigitalRain_Anim
2,074
README.md
# Digital Rain Animation(A.K.A Matrix Effect) for ESP32 Displays <div align="center"> [![Matrix Prism](./misc/matrix_prism.gif)](https://youtu.be/49H7vtQmagQ) </div> Bring the iconic Matrix-style digital rain animation to life on your ESP32-powered display! This library supports popular graphics drivers like **TFT_...
0015/esp_rlottie
121,069
rlottie/src/lottie/rapidjson/document.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
3,993
rlottie/src/lottie/rapidjson/stringbuffer.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/TP_Arduino_DigitalRain_Anim
7,300
src/DigitalRainAnimation.hpp
/* DigitalRainAnimation.hpp - Library for Digital Rain Animation(MATRIX EFFECT). Created by Eric Nam, November 08, 2021. Released into the public domain. */ #pragma once #include <vector> #include <string> #define DEFAULT_FONT_SIZE 2 #define DEFAULT_LINE_WIDTH 12 #define DEFAULT_LETTER_HEIGHT 14 #define KEY_RES...
0015/esp_rlottie
60,889
rlottie/src/lottie/rapidjson/pointer.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
9,386
rlottie/src/lottie/rapidjson/msinttypes/stdint.h
// ISO C9x compliant stdint.h for Microsoft Visual Studio // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124 // // Copyright (c) 2006-2013 Alexander Chemeris // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following condit...
0015/esp_rlottie
8,372
rlottie/src/lottie/rapidjson/msinttypes/inttypes.h
// ISO C9x compliant inttypes.h for Microsoft Visual Studio // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124 // // Copyright (c) 2006-2013 Alexander Chemeris // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following cond...
0015/esp_rlottie
2,994
rlottie/src/lottie/rapidjson/internal/ieee754.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
7,184
rlottie/src/lottie/rapidjson/internal/stack.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
11,509
rlottie/src/lottie/rapidjson/internal/diyfp.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obta...
0015/esp_rlottie
3,595
rlottie/src/lottie/rapidjson/internal/pow10.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
2,199
rlottie/src/lottie/rapidjson/internal/strfunc.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
8,994
rlottie/src/lottie/rapidjson/internal/strtod.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/TP_Arduino_DigitalRain_Anim
1,231
examples/Demo_ArduinoGFX_Basic/Demo_ArduinoGFX_Basic.ino
#include <Arduino_GFX_Library.h> #include <DigitalRainAnimation.hpp> #define TFT_BL 45 Arduino_ESP32RGBPanel *bus = new Arduino_ESP32RGBPanel( GFX_NOT_DEFINED /* CS */, GFX_NOT_DEFINED /* SCK */, GFX_NOT_DEFINED /* SDA */, 40 /* DE */, 48 /* VSYNC */, 47 /* HSYNC */, 14 /* PCLK */, 4 /* R0 */, 5 /* R1 */, 6 /* R...
001SPARTaN/aggressor_scripts
1,094
http.cna
# http.cna # utilities for http requests from Aggressor scripts # 001SPARTaN sub http_get { local('$output'); $url = [new java.net.URL: $1]; $stream = [$url openStream]; $handle = [SleepUtils getIOHandle: $stream, $null]; @content = readAll($handle); foreach $line (@content) { $output...
0015/esp_rlottie
26,141
rlottie/src/lottie/rapidjson/internal/regex.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obt...
0015/esp_rlottie
2,066
rlottie/src/lottie/rapidjson/internal/clzll.h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You may obta...
001SPARTaN/aggressor_scripts
2,538
dcom_lateral_movement.cna
# Lateral movement techniques based on research by enigma0x3 (Matt Nelson) # https://enigma0x3.net/2017/01/05/lateral-movement-using-the-mmc20-application-com-object/ # https://enigma0x3.net/2017/01/23/lateral-movement-via-dcom-round-2/ # Beacon implementation based on comexec.cna by Raphael Mudge # https://gist.github...
0015/TP_Arduino_DigitalRain_Anim
284,007
examples/Demo_TFT_eSPI_Japanese/MatrixCodeNFI18.h
const uint8_t MatrixCodeNFI18[] PROGMEM = { 0x00, 0x00, 0x01, 0x38, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00...
001SPARTaN/csfm
7,947
csfm.cna
# csfm.cna # Your friendly red team operator's guide to the galaxy # # 001SPARTaN and r3dQu1nn include(script_resource("defs.cna")); # File with a database of all our built in definitions include(script_resource("defs.bin")); # Binary file containing any definitions you create global('@database @results @customs'); ...
001SPARTaN/csfm
1,324
README.md
# CSFM Cobalt Strike Field Manual - A quick reference for Windows commands that can be accessed in a beacon console. # Getting started CSFM allows users to reference commands from any beacon console. Simply type `search <term>` into a beacon, and you'll see a list of results that match that term. Once you have identi...
0015/OfflineMapDownloader
12,476
app.py
""" Offline Tile Downloader (Flask-based Web App) --------------------------------------------- This Python Flask application allows users to download OpenStreetMap tiles for offline use, based on a selected geographic bounding box and zoom levels. Key Features: - Supports two download formats: ZIP and MBTiles. - Aut...
0015/OfflineMapDownloader
2,352
README.md
# 🗺️ Offline Map Downloader <div align="center"> [![Offline Map Downloader](./misc/demo.gif)](https://youtu.be/uJirSqlyhA4) <p>Simple Python-Flask App</p> </div> This is a Flask web application that allows you to **select a geographic area on a map** and download OpenStreetMap or Satellite tiles as a `.zip` or `....
0015/OfflineMapDownloader
12,590
templates/index.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Offline Map Downloader</title> <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}"> <link rel="stylesheet" href="https://unpkg.com/leaf...
001SPARTaN/aggressor_scripts
2,607
powershell.cna
# This Aggressor script loads some commonly used PowerShell tools, and adds menu bindings # 001SPARTaN #### RECON ## BloodHound # Run BloodHound with default settings sub bloodhound { bpowershell_import($1, script_resource("scripts/BloodHound.ps1")); # Change path to suit bcd($1, "C:\\Temp"); bpowershell...
001SPARTaN/aggressor_scripts
1,085
download_screenshots.cna
# Grab all screenshots and download # 001SPARTaN sub getScreenshots { # Iterate through screenshots foreach %s (screenshots()) { # Each screenshot is stored as # %(data => <BINARY DATA>, bid => <BID>, when => <TIMESTAMP>) $bid = %s['bid']; # Pull computer name, timestamp so we ...
001SPARTaN/aggressor_scripts
9,714
bot.cna
# This is a bot for Cobalt Strike! # Features: # - Welcome users to your teamserver # - Play ping pong # - List beacons by ID # - List listeners # - PsExec from the event log # - Automatically bypass UAC # - Screenshot all beacons # - Post new beacon notifications to Slack # - Run logonpasswords on specified beacons ev...