repo_id
stringlengths
6
101
size
int64
367
5.14M
file_path
stringlengths
1
269
content
stringlengths
367
5.14M
001SPARTaN/csfm
85,495
defs.cna
# defs.cna # Definitions for all the tips and commands. # Mostly r3dqu1nn's work, with a bit of help from 001SPARTaN # @database = @(%($cmd, $desc, @tags), %($cmd, $desc, @tags)) @database = @( %(cmd => 'ipconfig /all', desc => 'Display all network information for all interfaces.', tags => @( 'network', 'n...
0015/esp_rlottie
10,131
rlottie/src/lottie/rapidjson/internal/itoa.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
8,125
rlottie/src/lottie/rapidjson/internal/dtoa.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
782,883
examples/Demo_TFT_eSPI_Japanese_LargeFont/MatrixCodeNFI34.h
const uint8_t MatrixCodeNFI34[] PROGMEM = { 0x00, 0x00, 0x01, 0x38, 0x00, 0x00, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00...
003random/003Recon
1,113
install.sh
#!/usr/bin/env bash dependencies_dir="dependencies" output_dir="output" mkdir $output_dir; #mkdir -p $dependencies_dir/phantomjs; # Install sublis3r git clone https://github.com/aboul3la/Sublist3r.git $dependencies_dir/sublister; # Install wpscan git clone https://github.com/wpscanteam/wpscan.git $depende...
003random/003Recon
1,365
README.md
## 📌 Description This repository contains some of my scripts that i created to automate some recon processes. It performs the following things; 1. Get subdomains of a domain 2. Filter out only online domains 3. Scan the domains for CRLF 4. Check for a CORS misconfigurations 5. Test for open redirec...
003random/003Recon
3,055
recon.sh
#This little script chains all the tools together. please read it through before using, so there wont be any unexpected results. tput setaf 3; echo "Please read through this script before executing, to prevent unexpected things from happening." home_dir=$(pwd) output_dir="output" tools_dir...
001SPARTaN/aggressor_scripts
6,900
visualizations/logvis.cna
# Beacon Log visualization # 001SPARTaN (for r3dqu1nn) import ui.*; import table.*; import java.awt.*; import javax.swing.*; import javax.swing.table.*; global('$model $console $table'); sub updateTable { fork({ local('$entry'); # Clear the model so we can put new stuff in it. [$model c...
001SPARTaN/aggressor_scripts
2,681
visualizations/vis.cna
# vis.cna # Experimenting with custom visualizations in Aggressor Script # Doesn't really do much right now # @001SPARTaN import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; import javax.swing.table.*; import ui.*; import table.*; global('$model $console'); sub updateHosts...
0015/esp_rlottie
6,641
rlottie/src/lottie/rapidjson/internal/meta.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
1,419
rlottie/src/lottie/rapidjson/internal/swap.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
9,143
rlottie/src/lottie/rapidjson/internal/biginteger.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,870
rlottie/src/lottie/rapidjson/error/en.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,213
rlottie/src/lottie/rapidjson/error/error.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/OfflineMapDownloader
2,718
static/style.css
html, body, #map { height: 100%; margin: 0; padding: 0; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; background-color: #f4f4f4; } #app-container { display: flex; height: 100%; width: 100%; } #map { flex: 3; height: 100%; z-index: 0; } #overlay { flex: 1; height: 100%; max...
003random/003Recon
1,593
tools/javascript_files_extractor.py
#!/usr/bin/python import re, requests, sys input_file = sys.argv[1] output_file = sys.argv[2] print("\n-- Extracting javascript files from domains in "+input_file+" with output file, "+output_file+" --\n") domains_file = open(input_file,'r') domains = domains_file.read().split('\n') file = open(output_file,"w+") ...
003random/003Recon
1,614
tools/error_page_info_check.py
#!/usr/bin/python import requests, sys input_file = sys.argv[1] output_file = sys.argv[2] payload_file = sys.argv[3] is_closed = True domains = open(input_file,'r').read().split('\n') info = [line.rstrip('\n').lower() for line in open(payload_file)] print("\n-- Checking for sensitive info in error pages "+input_fil...
003random/003Recon
1,494
tools/open_redirect.py
#!/usr/bin/python import requests,sys def start(): input_file = sys.argv[1] output_file = sys.argv[2] payload_file = sys.argv[3] print("\n-- Testing open redirects on domains in "+input_file+" with output file, "+output_file+" --") is_closed = True payloads = open(payload_file,'r').read().sp...
003random/003Recon
1,094
tools/header_scan.py
import requests, sys input_file = sys.argv[1] output_file = sys.argv[2] payload_file = sys.argv[3] print("\n-- Testing for sensitive info in headers on domains in "+input_file+" with output file, "+output_file+" --\n") is_closed = True domains = open(input_file,'r').read().split('\n') headers = [line.rstrip('\n').lo...
003random/003Recon
2,819
tools/subdomain_takeover_scan.py
#!/usr/bin/python import requests, sys, dns.resolver input_file = sys.argv[1] output_file = sys.argv[2] is_closed = True domains = open(input_file,'r').read().split('\n') take_over_cnames = ["createsend", "cargocollective", "cloudfront", "desk.com", "fastly.net", "feedpress.me", "freshdesk.com", "github.io", "helpj...
003random/003Recon
1,675
tools/edited_tools/files_and_links_extractor.py
#!/usr/bin/python #This is an edit of /tools/javascript_files_extractor.py and /tools/javascript_files_link_extractor.sh #it combines those 2 and takes 1 domain as string as argument 1. not a domain file import re, requests, sys, os input_string = sys.argv[1] output_file = sys.argv[2] extractor_file = sys.argv[3] pr...
002and001/FHHFPSIndicator
4,387
README.md
# FHHFPSIndicator [![License MIT](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://raw.githubusercontent.com/jvjishou/FHHFPSIndicator/master/LICENSE)  [![CocoaPods](http://img.shields.io/cocoapods/v/FHHFPSIndicator.svg?style=flat)](http://cocoapods.org/?q=FHHFPSIndicator)  [![CocoaPods]...
002and001/FHHFPSIndicator
5,409
FHHFPSIndicator/FHHFPSIndicator.m
// // FHHFPSIndicator.m // FHHFPSIndicator // // Created by 002 on 16/6/27. // Copyright © 2016年 002. All rights reserved. // #import "FHHFPSIndicator.h" #define kScreenWidth ([[UIScreen mainScreen] bounds].size.width) #define SIZE_fpsLabel CGSizeMake(44, 15) #define FONT_SIZE_fpsLabel (12) #define TAG_fpsLabel (...
002and001/FHHFPSIndicator
2,361
FHHFPSIndicator/FHHFPSIndicator.h
// // FHHFPSIndicator.h // FHHFPSIndicator:https://github.com/jvjishou/FHHFPSIndicator // // Created by 002 on 16/6/27. // Copyright © 2016年 002. All rights reserved. // // This source code is licensed under the MIT-style license found in the // LICENSE file in the root directory of this source tree. // #import ...
002and001/FHHFPSIndicator
18,633
Demo/FHHFPSIndicatorDemo.xcodeproj/project.pbxproj
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 25C90C9C1D227566002F1B5E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 25C90C9B1D227566002F1B5E /* main.m */; }; 25C90CA71D227566002F1B5E /* Assets.xcassets in Resources */ = {isa = P...
002and001/FHHFPSIndicator
1,538
Demo/FHHFPSIndicatorDemo/CommonColor.h
// // CommonColor.h // FHHFPSIndicatorDemo // // Created by hefanghui on 2017/9/5. // Copyright © 2017年 002. All rights reserved. // #ifndef CommonColor_h #define CommonColor_h #define RandomColor [UIColor colorWithRed:arc4random_uniform(255)/255.0 green:arc4random_uniform(255)/255.0 blue:arc4random_uniform(255)/...
002and001/FHHFPSIndicator
1,439
Demo/FHHFPSIndicatorDemo/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>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifi...
002and001/FHHFPSIndicator
2,173
Demo/FHHFPSIndicatorDemo/Utility/UIViewController+CustomNavigationBar.h
// // UIViewController+CustomNavigationBar.h // LoveTourGuide // // Created by 002 on 16/1/5. // Copyright © 2016年 fhhe. All rights reserved. // #import <UIKit/UIKit.h> @interface UIViewController (CustomNavigationBar) @property (nonatomic, strong) UIView *navigationBar; // 自定义navigationBar @property (nonatomic...
002and001/FHHFPSIndicator
11,010
Demo/FHHFPSIndicatorDemo/Utility/UIViewController+CustomNavigationBar.m
// // ************************************************************************ // // UIViewController+CustomNavigationBar.m // LoveTourGuide // // Created by 002 on 2017/7/26. // Copyright © 2017年 hqyxedu. All rights reserved. // // Main function:自定义导航栏控制器分类 // // Other specifications: // // *******************...
002and001/FHHFPSIndicator
3,034
Demo/FHHFPSIndicatorDemo/Utility/UIView+FHH.m
// // UIView+FHH.m // // // Created by 002 on 15/10/1. // Copyright (c) 2015年 002. All rights reserved. // #import "UIView+FHH.h" @implementation UIView (FHH) #pragma mark - Setter - (void)setX:(CGFloat)x { CGRect frame = self.frame; frame.origin.x = x; self.frame = frame; } - (void)setY:(CGFloat)y...
002and001/FHHFPSIndicator
1,097
Demo/FHHFPSIndicatorDemo/Classes/LastHomeViewController.m
// // LastHomeViewController.m // FHHFPSIndicator // // Created by 002 on 16/6/27. // Copyright © 2016年 002. All rights reserved. // #import "LastHomeViewController.h" #import "UIViewController+CustomNavigationBar.h" #import "WildernessViewController.h" #import "FHHFPSIndicator.h" @implementation LastHomeViewCont...
002and001/FHHFPSIndicator
2,669
Demo/FHHFPSIndicatorDemo/Classes/AppDelegate.m
// // AppDelegate.m // FHHFPSIndicatorDemo // // Created by 002 on 16/6/27. // Copyright © 2016年 002. All rights reserved. // #import "AppDelegate.h" #import "HomeViewController.h" #if defined(DEBUG) || defined(_DEBUG) #import "FHHFPSIndicator.h" #endif @interface AppDelegate () @end @implementation AppDelega...
002and001/FHHFPSIndicator
1,551
Demo/FHHFPSIndicatorDemo/Classes/WildernessViewController.m
// // WildernessViewController.m // FHHFPSIndicator // // Created by 002 on 16/6/27. // Copyright © 2016年 002. All rights reserved. // #import "WildernessViewController.h" #import "UIViewController+CustomNavigationBar.h" #import "UIView+FHH.h" @interface WildernessViewController () @property (nonatomic, strong) ...
003random/getJS
4,324
main.go
package main import ( "bufio" "flag" "fmt" "io" "log" "net/http" "os" "strings" "time" "github.com/003random/getJS/v2/runner" ) func main() { options, err := setup() if err != nil { log.Fatal(fmt.Errorf("parsing flags: %w", err)) } if err := runner.New(options).Run(); err != nil { log.Fatal(err) ...
003random/getJS
4,446
README.md
<h1 align="center">JavaScript Extraction CLI & Package</h1> <p align="center"> <a href="https://pkg.go.dev/github.com/003random/getJS"> <img src="https://pkg.go.dev/badge/github.com/003random/getJS"> </a> <a href="https://github.com/003random/getJS/releases"> <img src="https://img.shields.io/github/relea...
003random/getJS
3,223
extractor/extractor.go
package extractor import ( "fmt" "io" "log" "net/http" "net/url" "github.com/PuerkitoBio/goquery" ) // ExtractionPoints defines the default HTML tags and their attributes from which JavaScript sources are extracted. var ExtractionPoints = map[string][]string{ "script": {"src", "data-src"}, } // FetchResponse...
003random/getJS
4,195
runner/runner.go
package runner import ( "bufio" "crypto/tls" "errors" "fmt" "io" "log" "net/http" "net/url" "sync" "github.com/003random/getJS/v2/extractor" ) // ExtractionPoints defines the default HTML tags and their attributes from which JavaScript sources are extracted. var ExtractionPoints = map[string][]string{ "sc...
006lp/akashchat-api-go
5,558
README.md
# akashchat-api-go 基于 Go 语言开发的 REST API 服务,为 Akash Chat API 提供代理接口,支持文本和图像生成模型。 [![Go Version](https://img.shields.io/badge/Go-1.21+-blue.svg)](https://golang.org) [![License](https://img.shields.io/badge/license-AGPL_v3-green.svg)](LICENSE) [中文文档](README.md) | [English](README_EN.md) ## 功能特性 - **统一 API 接口**: 兼容 O...
006lp/akashchat-api-go
6,845
README_EN.md
# akashchat-api-go A Go-based REST API service that provides a proxy interface to Akash Chat API, supporting both text and image generation models. [![Go Version](https://img.shields.io/badge/Go-1.21+-blue.svg)](https://golang.org) [![License](https://img.shields.io/badge/license-AGPL_v3-green.svg)](LICENSE) [中文文档](...
006lp/akashchat-api-go
1,356
cmd/server/main.go
package main import ( "log" "github.com/006lp/akashchat-api-go/internal/config" "github.com/006lp/akashchat-api-go/internal/handler" "github.com/006lp/akashchat-api-go/internal/service" "github.com/gin-contrib/cors" "github.com/gin-gonic/gin" ) func main() { // Load configuration cfg := config.Load() // In...
006lp/akashchat-api-go
12,285
internal/service/akash.go
package service import ( "bufio" "bytes" "encoding/json" "fmt" "io" "net/http" "regexp" "strings" "time" "github.com/006lp/akashchat-api-go/internal/model" "github.com/006lp/akashchat-api-go/internal/utils" "github.com/006lp/akashchat-api-go/pkg/client" ) // AkashService handles communication with Akash ...
006lp/akashchat-api-go
2,952
internal/service/session.go
package service import ( "fmt" "net/http" "strings" "sync" "time" "github.com/006lp/akashchat-api-go/pkg/client" ) // SessionCache represents a cached session type SessionCache struct { Token string ExpiresAt time.Time } // SessionService manages session tokens type SessionService struct { httpClient *...
006lp/akashchat-api-go
1,685
internal/handler/model.go
package handler import ( "encoding/json" "io" "net/http" "github.com/006lp/akashchat-api-go/internal/model" "github.com/gin-gonic/gin" ) // ModelHandler handles model-related HTTP requests type ModelHandler struct{} // NewModelHandler creates a new ModelHandler instance func NewModelHandler() *ModelHandler { ...
006lp/akashchat-api-go
3,564
internal/handler/chat.go
package handler import ( "net/http" "github.com/006lp/akashchat-api-go/internal/model" "github.com/006lp/akashchat-api-go/internal/service" "github.com/gin-gonic/gin" ) // ChatHandler handles chat-related HTTP requests type ChatHandler struct { sessionService *service.SessionService akashService *service.Aka...
006lp/akashchat-api-go
2,862
internal/model/response.go
package model // APIResponse represents the standard API response format type APIResponse struct { Code int `json:"code"` Data interface{} `json:"data"` } // ImageGenerationData represents response data for image generation type ImageGenerationData struct { Model string `json:"model"` JobID string `json...
006lp/akashgen-api-go
1,600
main.go
package main import ( "context" "log" "net/http" "sync" "time" "github.com/gin-gonic/gin" "go.uber.org/zap" "github.com/006lp/akashgen-api-go/config" "github.com/006lp/akashgen-api-go/handlers" "github.com/006lp/akashgen-api-go/middleware" ) var ( logger *zap.Logger concurrentLimiter chan str...
006lp/akashgen-api-go
8,992
README.md
<center> # AkashGen API Go [![Go Version](https://img.shields.io/badge/Go-1.21+-blue.svg)](https://golang.org) [![License](https://img.shields.io/badge/license-AGPL_v3-green.svg)](LICENSE) [![API](https://img.shields.io/badge/API-REST-orange.svg)](https://restfulapi.net/) A high-performance Go-based API proxy servic...
006lp/akashchat-api-go
1,454
internal/model/request.go
package model // ChatMessage represents a chat message type ChatMessage struct { Role string `json:"role" binding:"required"` Content string `json:"content" binding:"required"` } // ChatCompletionRequest represents the incoming request type ChatCompletionRequest struct { Messages []ChatMessage `json:"message...
006lp/akashgen-api-go
5,991
README_CN.md
<center> # AkashGen API Go [![Go Version](https://img.shields.io/badge/Go-1.21+-blue.svg)](https://golang.org) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![API](https://img.shields.io/badge/API-REST-orange.svg)](https://restfulapi.net/) 一个基于 Go 语言的高性能 API 代理服务,用于访问 Akash Network 的图像生成...
006lp/akashchat-api-go
1,043
pkg/client/http.go
package client import ( "io" "net/http" "time" ) // HTTPClient wraps http.Client with additional functionality type HTTPClient struct { client *http.Client } // NewHTTPClient creates a new HTTPClient instance func NewHTTPClient() *HTTPClient { return &HTTPClient{ client: &http.Client{ Timeout: 60 * time.Se...
006lp/akashgen-api-go
2,696
handlers/generate.go
package handlers import ( "context" "net/http" "sync" "github.com/gin-gonic/gin" "go.uber.org/zap" "github.com/006lp/akashgen-api-go/config" "github.com/006lp/akashgen-api-go/models" "github.com/006lp/akashgen-api-go/services" ) // HandleGenerate handles the image generation request func HandleGenerate(logg...
006lp/akashgen-api-go
1,276
models/types.go
package models // GenerateRequest represents the incoming request for image generation type GenerateRequest struct { Prompt string `json:"prompt" binding:"required"` Negative string `json:"negative"` Sampler string `json:"sampler" binding:"required"` Scheduler string `json:"scheduler" binding:"required"` } ...
006lp/akashgen-api-go
3,796
services/akash.go
package services import ( "bytes" "context" "encoding/json" "fmt" "io" "net/http" "time" "go.uber.org/zap" "github.com/006lp/akashgen-api-go/config" "github.com/006lp/akashgen-api-go/models" "github.com/006lp/akashgen-api-go/utils" ) // AkashService handles communication with Akash network API type Akash...
006lp/akashgen-api-go
1,407
services/image.go
package services import ( "context" "fmt" "io" "net/http" "go.uber.org/zap" "github.com/006lp/akashgen-api-go/config" "github.com/006lp/akashgen-api-go/utils" ) // ImageService handles image fetching operations type ImageService struct { logger *zap.Logger client *http.Client } // NewImageService creates ...
007durgesh219/BTGamepad
2,455
sdp_record_gamepad.xml
<?xml version="1.0" encoding="UTF-8" ?> <record> <attribute id="0x0001"> <sequence> <uuid value="0x1124" /> </sequence> </attribute> <attribute id="0x0004"> <sequence> <sequence> <uuid value="0x0100" /> <uint16 value="0x0011" /> </sequence> <sequence> <uuid value="0x0011" /> </sequen...
007durgesh219/BTGamepad
1,764
Gamepad.py
import time from evdev import * class Gamepad: """docstring for Gamepad""" def __init__(self): self.mapping = {} self.mapping['KEY_A'] = 0 self.mapping['KEY_W'] = 1 self.mapping['KEY_D'] = 2 self.mapping['KEY_X'] = 3 self.mapping['KEY_H'] = 4 self.mapping[...
007durgesh219/BTGamepad
2,282
Bluetooth.py
from bluetooth import * import dbus # Used to set up the SDP record class Bluetooth: """docstring for Gamepad""" HOST = 0 PORT = 1 P_CTRL = 17 P_INTR = 19 UUID = "1f16e7c0-b59b-11e3-95d2-0002a5d5c51b" def __init__(self, sdp, classname, devname): self.classname = classname sel...
007durgesh219/BTGamepad
2,573
sdp_record_kbd.xml
<?xml version="1.0" encoding="UTF-8" ?> <record> <attribute id="0x0001"> <sequence> <uuid value="0x1124" /> </sequence> </attribute> <attribute id="0x0004"> <sequence> <sequence> <uuid value="0x0100" /> <uint16 value="0x0011" /> </sequence> <sequence> <uuid value="0x0011" /> </seque...
007durgesh219/BTGamepad
4,239
keymap.py
# Convert value returned from Linux event device ("evdev") to a HID code. This # is reverse of what's actually hardcoded in the kernel. # # Lubomir Rintel <lkundrak@v3.sk> # License: GPL # # Ported to a Python module by Liam Fraser. # keytable = { "KEY_RESERVED" : 0, "KEY_ESC" : 41, "KEY_1" : 30, "KEY_...
007durgesh219/BTGamepad
1,749
Keyboard.py
from evdev import * import keymap from Bluetooth import * class Keyboard: def __init__(self): self.state = [ 0xA1, 0x01, [ 0, 0, 0, 0, 0, 0, 0, ...
0015/map_tiles_projects
12,625
README.md
# Local Map Viewer Demo - Independent ESP32 Example Projects This project demonstrates how to use the **0015__map_tiles** component([ESP Registry](https://components.espressif.com/components/0015/map_tiles)) across multiple independent ESP-IDF projects. It showcases different use cases of interactive map display on ES...
0015/map_tiles_projects
84,118
waveshare_esp32_s3_touch_amoled_1_75/sdkconfig
# # Automatically generated file. DO NOT EDIT. # Espressif IoT Development Framework (ESP-IDF) 5.4.2 Project Configuration # CONFIG_SOC_MPU_MIN_REGION_SIZE=0x20000000 CONFIG_SOC_MPU_REGIONS_MAX_NUM=8 CONFIG_SOC_ADC_SUPPORTED=y CONFIG_SOC_UART_SUPPORTED=y CONFIG_SOC_PCNT_SUPPORTED=y CONFIG_SOC_PHY_SUPPORTED=y CONFIG_SOC...
0015/map_tiles_projects
84,589
espressif_esp32_p4_function_ev_board/sdkconfig
# # Automatically generated file. DO NOT EDIT. # Espressif IoT Development Framework (ESP-IDF) 5.4.2 Project Configuration # CONFIG_SOC_ADC_SUPPORTED=y CONFIG_SOC_ANA_CMPR_SUPPORTED=y CONFIG_SOC_DEDICATED_GPIO_SUPPORTED=y CONFIG_SOC_UART_SUPPORTED=y CONFIG_SOC_GDMA_SUPPORTED=y CONFIG_SOC_AHB_GDMA_SUPPORTED=y CONFIG_SOC...
0015/map_tiles_projects
1,523
espressif_esp32_p4_function_ev_board/sdkconfig.defaults
# This file was generated using idf.py save-defconfig. It can be edited manually. # Espressif IoT Development Framework (ESP-IDF) 5.4.0 Project Minimal Configuration # CONFIG_IDF_TARGET="esp32p4" CONFIG_ESPTOOLPY_FLASHMODE_QIO=y CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_COMPILER_OPTIMIZAT...
0015/map_tiles_projects
84,971
waveshare_esp32_p4_wifi6_touch_lcd_xc/sdkconfig
# # Automatically generated file. DO NOT EDIT. # Espressif IoT Development Framework (ESP-IDF) 5.4.2 Project Configuration # CONFIG_SOC_ADC_SUPPORTED=y CONFIG_SOC_ANA_CMPR_SUPPORTED=y CONFIG_SOC_DEDICATED_GPIO_SUPPORTED=y CONFIG_SOC_UART_SUPPORTED=y CONFIG_SOC_GDMA_SUPPORTED=y CONFIG_SOC_AHB_GDMA_SUPPORTED=y CONFIG_SOC...
0015/map_tiles_projects
8,442
waveshare_esp32_p4_wifi6_touch_lcd_xc/README.md
# Simple Map Test - ESP32 Map Display Example This project demonstrates how to use the **0015__map_tiles** component to create an interactive map display on ESP32 devices with LVGL 9.x. It provides a complete example of GPS-based map navigation with touch scrolling, zoom controls, and real-time coordinate updates. ##...
0015/map_tiles_projects
1,625
waveshare_esp32_p4_wifi6_touch_lcd_xc/sdkconfig.defaults
# This file was generated using idf.py save-defconfig. It can be edited manually. # Espressif IoT Development Framework (ESP-IDF) 5.4.0 Project Minimal Configuration # CONFIG_IDF_TARGET="esp32p4" CONFIG_ESPTOOLPY_FLASHMODE_QIO=y CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_COMPILER_OPTIMIZAT...
0015/map_tiles_projects
1,469
waveshare_esp32_s3_touch_amoled_1_75/main/main.cpp
#include "nvs_flash.h" #include "esp_log.h" #include "esp_err.h" #include "esp_check.h" #include "lvgl.h" #include "bsp/esp-bsp.h" #include "simple_map.hpp" extern "C" void app_main(void) { esp_err_t ret = nvs_flash_init(); if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) { ...
0015/map_tiles_projects
4,104
waveshare_esp32_s3_touch_amoled_1_75/components/esp32_s3_touch_amoled_1_75/Kconfig
menu "Board Support Package" config BSP_ERROR_CHECK bool "Enable error check in BSP" default y help Error check assert the application before returning the error code. menu "I2C" config BSP_I2C_NUM int "I2C peripheral index" default 1 ...
0015/map_tiles_projects
21,555
waveshare_esp32_s3_touch_amoled_1_75/components/esp32_s3_touch_amoled_1_75/esp32_s3_touch_amoled_1_75.c
#include <stdio.h> #include "esp_lcd_panel_ops.h" #include "esp_lcd_panel_io.h" #include "esp_lcd_panel_io_additions.h" #include "esp_err.h" #include "esp_log.h" #include "esp_check.h" #include "esp_vfs_fat.h" #include "esp_spiffs.h" #include "driver/gpio.h" #include "driver/ledc.h" #include "freertos/FreeRTOS.h" #inc...
0015/map_tiles_projects
1,501
waveshare_esp32_s3_touch_amoled_1_75/components/esp32_s3_touch_amoled_1_75/priv_include/bsp_err_check.h
#pragma once #include "esp_check.h" #include "sdkconfig.h" #ifdef __cplusplus extern "C" { #endif /* Assert on error, if selected in menuconfig. Otherwise return error code. */ #if CONFIG_BSP_ERROR_CHECK #define BSP_ERROR_CHECK_RETURN_ERR(x) ESP_ERROR_CHECK(x) #define BSP_ERROR_CHECK_RETURN_NULL(x) ESP_ERROR_CH...
0015/map_tiles_projects
11,158
waveshare_esp32_s3_touch_amoled_1_75/components/esp32_s3_touch_amoled_1_75/include/bsp/esp32_s3_touch_amoled_1_75.h
#pragma once #include "sdkconfig.h" #include "driver/gpio.h" #include "driver/i2c_master.h" #include "driver/sdmmc_host.h" #include "driver/i2s_std.h" #include "bsp/config.h" #include "bsp/display.h" #include "esp_codec_dev.h" #include "esp_io_expander_tca9554.h" #include "lvgl.h" #include "esp_lvgl_port.h" /*****...
0015/map_tiles_projects
3,321
waveshare_esp32_s3_touch_amoled_1_75/components/esp32_s3_touch_amoled_1_75/include/bsp/display.h
#pragma once #include "esp_lcd_types.h" /* LCD color formats */ #define ESP_LCD_COLOR_FORMAT_RGB565 (1) #define ESP_LCD_COLOR_FORMAT_RGB888 (2) /* LCD display color format */ #define BSP_LCD_COLOR_FORMAT (ESP_LCD_COLOR_FORMAT_RGB565) /* LCD display color bytes endianess */ #define BSP_LCD_BIGENDIAN ...
0015/map_tiles_projects
2,748
shared_components/simple_map/simple_map.hpp
#pragma once #include "lvgl.h" #include "map_tiles.h" class SimpleMap { public: // Initialize the simple map system static bool init(lv_obj_t* parent_screen); // Display map at specific coordinates static void show_location(double latitude, double longitude, int zoom_level = 18); // Upda...
0015/map_tiles_projects
29,883
shared_components/simple_map/simple_map.cpp
#include "simple_map.hpp" #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_timer.h" // Static member definitions lv_obj_t* SimpleMap::map_container = nullptr; lv_obj_t* SimpleMap::map_group = nullptr; lv_obj_t** SimpleMap::tile_widgets = nullptr; int SimpleMap::grid_cols = 0; ...
0015/map_tiles_projects
1,547
espressif_esp32_p4_function_ev_board/main/main.cpp
/* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include "nvs_flash.h" #include "nvs.h" #include "esp_log.h" #include "esp_err.h" #include "esp_check.h" #include "esp_memory_utils.h" #include "bsp/esp-bsp.h" #include "bsp/display.h" #include "bsp_boar...
0015/map_tiles_projects
7,419
espressif_esp32_p4_function_ev_board/components/bsp_extra/src/bsp_board_extra.c
/* * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include <stdint.h> #include <stdbool.h> #include <string.h> #include "esp_log.h" #include "esp_check.h" #include "esp_codec_dev_defaults.h" #include "esp_err.h" #include "esp_log.h" #include "esp_...
0015/map_tiles_projects
5,915
espressif_esp32_p4_function_ev_board/components/bsp_extra/include/bsp_board_extra.h
/* * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #pragma once #include <sys/cdefs.h> #include <stdbool.h> #include "esp_codec_dev.h" #include "esp_err.h" #include "driver/gpio.h" #include "driver/i2s_std.h" #include "audio_player.h" #include "fi...
0015/map_tiles_projects
1,390
waveshare_esp32_p4_wifi6_touch_lcd_xc/main/main.cpp
#include "nvs_flash.h" #include "esp_check.h" #include "esp_log.h" #include "esp_err.h" #include "bsp_board_extra.h" #include "bsp/esp-bsp.h" #include "lvgl.h" #include "simple_map.hpp" extern "C" void app_main(void) { esp_err_t ret = nvs_flash_init(); if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NV...
0015/map_tiles_projects
7,419
waveshare_esp32_p4_wifi6_touch_lcd_xc/components/bsp_extra/src/bsp_board_extra.c
/* * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include <stdint.h> #include <stdbool.h> #include <string.h> #include "esp_log.h" #include "esp_check.h" #include "esp_codec_dev_defaults.h" #include "esp_err.h" #include "esp_log.h" #include "esp_...
0015/map_tiles_projects
5,915
waveshare_esp32_p4_wifi6_touch_lcd_xc/components/bsp_extra/include/bsp_board_extra.h
/* * SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #pragma once #include <sys/cdefs.h> #include <stdbool.h> #include "esp_codec_dev.h" #include "esp_err.h" #include "driver/gpio.h" #include "driver/i2s_std.h" #include "audio_player.h" #include "fi...
007LiZhen/FFmpeg-QT-rtsp
1,640
mainwindow.ui
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="enabled"> <bool>true</bool> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>506</width> <height>399</height> </rect> ...
007LiZhen/FFmpeg-QT-rtsp
5,036
videoplayer.cpp
/** * 李震 * 我的码云:https://git.oschina.net/git-lizhen * 我的CSDN博客:http://blog.csdn.net/weixin_38215395 * 联系:QQ1039953685 */ #include "videoplayer.h" extern "C" { #include "libavcodec/avcodec.h" #include "libavformat/avformat.h" #include "libavutil/pixfmt.h" #include "libswscale/swscale.h" } #includ...
007LiZhen/FFmpeg-QT-rtsp
828
README.md
# FFmpeg-QT实现摄像头rtsp实时显示 1. 程序运行平台:(1)win10 64bit (2)Qt Creator 4.3.1 2. 程序需要的库:(1)Qt 5.9.1(MSVC 2015,32bit) (2)FFmpeg 2.5.2 3. 程序流程图: 程序流程图如图1所示,图中所示的主函数部分主要完成界面的构建、播放线程的建立以及参考坐标系的建立。图1展示了整个程序的运行流程。 ![图1 程序流程图](https://git.oschina.net/uploads/images/2017/0905/143250_0efc807a_1477507.jpeg "视频播放流程图.jpg") 4. ...
007LiZhen/FFmpeg-QT-rtsp
929
mainwindow.h
/** * 李震 * 我的码云:https://git.oschina.net/git-lizhen * 我的CSDN博客:http://blog.csdn.net/weixin_38215395 * 联系:QQ1039953685 */ #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QImage> #include <QPaintEvent> #include <QWidget> #include "videoplayer/videoplayer.h" namespace Ui { class MainWin...
007LiZhen/FFmpeg-QT-rtsp
3,538
mainwindow.cpp
/** * 李震 * 我的码云:https://git.oschina.net/git-lizhen * 我的CSDN博客:http://blog.csdn.net/weixin_38215395 * 联系:QQ1039953685 */ #include "mainwindow.h" #include "ui_mainwindow.h" #include <QPainter> #include <QInputDialog> #include <QtMath> #include<iostream> using namespace std; MainWindow::MainWindow(QWidget *parent...
007revad/Linux_Plex_Backup
19,456
Linux_Plex_Backup.sh
#!/usr/bin/env bash # shellcheck disable=SC2317,SC2181,SC2009,SC2129,SC2163 #-------------------------------------------------------------------------- # Backup Linux Plex Database to tgz file in Backup folder. # v1.3.10 3-Sep-2025 007revad # # MUST be run by a user in sudo, sudoers or wheel group, or as root # # T...
007gzs/meeting
1,769
README.md
# 开源会议室 开源会议室预约小程序+Django服务端后台 ## 扫码体验 ![开源会议室](https://raw.githubusercontent.com/007gzs/meeting/master/resource/room_demo.jpg "开源会议室") ## 安装方式 本项目在以下代码托管网站同步更新: * 码云:https://gitee.com/007gzs/meeting * GitHub:https://github.com/007gzs/meeting ### 获取代码 git clone https://github.com/007gzs/meeting.git ### 服务端...
007revad/Linux_Plex_Backup
9,099
my-other-scripts.md
## All my scripts, tools and guides <img src="https://hitscounter.dev/api/hit?url=https%3A%2F%2F007revad.github.io%2F&label=Visitors&icon=github&color=%23198754&message=&style=flat&tz=UTC"> #### Contents - [Plex](#plex) - [Synology docker](#synology-docker) - [Synology recovery](#synology-recovery) - [Other Synology...
007revad/Linux_Plex_Backup
12,981
Restore_Linux_Plex_Backup.sh
#!/usr/bin/env bash # shellcheck disable=SC2317,SC2181 #-------------------------------------------------------------------------- # Companion script for Linux Plex Backup script. # v1.1.7 3-Sep-2025 007revad # # MUST be run by a user in sudo, sudoers or wheel group, or as root # # To run the script: # sudo i /shar...
007revad/Linux_Plex_Backup
9,110
README.md
# Linux Plex Backup <a href="https://github.com/007revad/Linux_Plex_Backup/releases"><img src="https://img.shields.io/github/release/007revad/Linux_Plex_Backup.svg"></a> ![Badge](https://hitscounter.dev/api/hit?url=https%3A%2F%2Fgithub.com%2F007revad%2FLinux_Plex_Backup&label=Visitors&icon=github&color=%23198754&messa...
007gzs/meeting
4,580
miniprogram/app.js
"use strict"; //app.js const api = require("./utils/api.js") const request = require("./utils/request.js") const time = require('./utils/time.js') const meetings = require('./utils/meetings.js') App({ api: api, time: time, meetings: meetings, onLaunch: function (options) { if (wx.getUpdateManager){ co...
007gzs/meeting
1,317
server/meeting/urls.py
# encoding: utf-8 from __future__ import absolute_import, unicode_literals from django.conf.urls.static import static """meeting URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/dev/topics/http/urls/ Examples: Function views 1. ...
007gzs/meeting
1,181
server/meeting/celery.py
# encoding: utf-8 from __future__ import absolute_import, unicode_literals import os from celery import Celery, signals from django.utils.log import configure_logging # set the default Django settings module for the 'celery' program. os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'meeting.settings') def configure_...
007gzs/meeting
10,217
server/meeting/settings.py
# encoding: utf-8 from __future__ import absolute_import, unicode_literals """ Django settings for meeting project. Generated by 'django-admin startproject' using Django 1.11.22. For more information on this file, see https://docs.djangoproject.com/en/dev/topics/settings/ For the full list of settings and their valu...
007gzs/meeting
10,126
server/core/utils.py
# encoding: utf-8 from __future__ import absolute_import, unicode_literals import logging import os import tempfile import hashlib from django import forms from django.db import models from django.contrib.auth import models as auth_models from django.http import HttpResponse from django.template.loader import render_...
007gzs/meeting
2,099
server/apps/wechat/models.py
# encoding: utf-8 from __future__ import absolute_import, unicode_literals from cool import model from django.db import models from django.utils import timezone from core import utils from core.utils import admin_register from . import constants @admin_register(addable=False, changeable=False) class User(utils.Bas...
007gzs/meeting
1,297
server/apps/wechat/biz.py
# encoding: utf-8 from __future__ import absolute_import, unicode_literals from django.conf import settings from django.core.files.uploadedfile import InMemoryUploadedFile from redis import Redis from six import BytesIO from wechatpy import WeChatClient from wechatpy.crypto import WeChatWxaCrypto from wechatpy.session...
007gzs/meeting
2,409
server/apps/wechat/views.py
# encoding: utf-8 from __future__ import absolute_import, unicode_literals from cool.views import ViewSite, CoolAPIException, ErrorCode from rest_framework import fields from django.contrib.auth import authenticate, login from core import utils from . import biz, models, serializer site = ViewSite(name='wechat', a...
007gzs/meeting
3,355
server/apps/meetings/models.py
# encoding: utf-8 from __future__ import absolute_import, unicode_literals from django.db import models from apps.wechat.models import User from core import utils from core.constants import DeleteCode from core.utils import admin_register from . import constants @admin_register(addable=False, changeable=False, lis...