#typescript #file_system_routing #meta_framework #sdk #solid_js #spa #ssr
https://github.com/solidjs/solid-start
https://github.com/solidjs/solid-start
GitHub
GitHub - solidjs/solid-start: SolidStart, the Solid app framework
SolidStart, the Solid app framework. Contribute to solidjs/solid-start development by creating an account on GitHub.
#cplusplus #android #deep_learning #deployment #graphcore #intel #ios #jetson #kunlun #object_detection #onnxruntime #openvino #picodet #rockchip #sdk #serving #tensorrt #uie #yolov5
https://github.com/PaddlePaddle/FastDeploy
https://github.com/PaddlePaddle/FastDeploy
GitHub
GitHub - PaddlePaddle/FastDeploy: High-performance Inference and Deployment Toolkit for LLMs and VLMs based on PaddlePaddle
High-performance Inference and Deployment Toolkit for LLMs and VLMs based on PaddlePaddle - PaddlePaddle/FastDeploy
#typescript #activation_strategies #collaboration #continuous_delivery #continuous_deployment #devops #devtool #experiments #feature #feature_flags #feature_toggle #feature_toggles #feature_toggling #hacktoberfest #integration #platform_engineering #sdk #toggles #unleash #variants
https://github.com/Unleash/unleash
https://github.com/Unleash/unleash
GitHub
GitHub - Unleash/unleash: Open-source feature management platform
Open-source feature management platform. Contribute to Unleash/unleash development by creating an account on GitHub.
#typescript #blockchain #javascript #js #node #nodejs #sdk #solana
https://github.com/solana-labs/solana-web3.js
https://github.com/solana-labs/solana-web3.js
GitHub
GitHub - solana-foundation/solana-web3.js: Solana JavaScript SDK
Solana JavaScript SDK. Contribute to solana-foundation/solana-web3.js development by creating an account on GitHub.
❤1
#typescript #appscript #collaboration #data_table #doc #document #excel #grid #live_share #office #powerpoint #ppt #productivity #sdk #sheet #slide #spreadsheet #word #xlsx
Univer is a powerful office suite that supports spreadsheets, documents, and presentations. It is highly extensible, customizable, and performant. Here are the key benefits Univer works on browsers, Node.js, and soon on mobile devices, with the same API.
- **Feature-Rich** You can personalize its appearance with themes and support for multiple languages.
- **High Performance** It is easily embeddable into your applications.
- **Community Support**: Active community and various resources available for help and contributions.
Overall, Univer makes it easy to create, edit, and collaborate on office documents with a wide range of advanced features.
https://github.com/dream-num/univer
Univer is a powerful office suite that supports spreadsheets, documents, and presentations. It is highly extensible, customizable, and performant. Here are the key benefits Univer works on browsers, Node.js, and soon on mobile devices, with the same API.
- **Feature-Rich** You can personalize its appearance with themes and support for multiple languages.
- **High Performance** It is easily embeddable into your applications.
- **Community Support**: Active community and various resources available for help and contributions.
Overall, Univer makes it easy to create, edit, and collaborate on office documents with a wide range of advanced features.
https://github.com/dream-num/univer
GitHub
GitHub - dream-num/univer: Build AI-native spreadsheets. Univer is a full-stack framework for creating and editing spreadsheets…
Build AI-native spreadsheets. Univer is a full-stack framework for creating and editing spreadsheets on both web and server. With Univer Platform, Univer Spreadsheets is driven directly through nat...
#java #api_library #java #payment #sdk #wechatpay #wechatpay_apiv3 #weixin #weixin_pay
This Java SDK is designed to help you integrate WeChat Pay APIv3 into your application. Here are the key benefits and how to use it The SDK handles automatic signing and verification of HTTP requests, making it easier to secure your transactions.
- **Business Services** The SDK can automatically update WeChat Pay platform certificates to ensure security.
- **Error Handling** The SDK supports encryption and decryption of sensitive data according to WeChat Pay's rules.
### How to Use
- **Installation**wechatpay-java Set up the configuration with your merchant ID, private key path, merchant serial number, and APIv3 key.
```java
Config config =
new RSAAutoCertificateConfig.Builder()
.merchantId(merchantId)
.privateKeyFromPath(privateKeyPath)
.merchantSerialNumber(merchantSerialNumber)
.apiV3Key(apiV3Key)
.build();
```
- **Making Requests**: Use the configured service to make payment requests, such as prepay for Native Pay.
```java
NativePayService service = new NativePayService.Builder().config(config).build();
PrepayRequest request = new PrepayRequest();
// Set request parameters
PrepayResponse response = service.prepay(request);
```
By using this SDK, you can simplify the integration of WeChat Pay into your application while ensuring security and compliance with WeChat Pay's API rules.
https://github.com/wechatpay-apiv3/wechatpay-java
This Java SDK is designed to help you integrate WeChat Pay APIv3 into your application. Here are the key benefits and how to use it The SDK handles automatic signing and verification of HTTP requests, making it easier to secure your transactions.
- **Business Services** The SDK can automatically update WeChat Pay platform certificates to ensure security.
- **Error Handling** The SDK supports encryption and decryption of sensitive data according to WeChat Pay's rules.
### How to Use
- **Installation**wechatpay-java Set up the configuration with your merchant ID, private key path, merchant serial number, and APIv3 key.
```java
Config config =
new RSAAutoCertificateConfig.Builder()
.merchantId(merchantId)
.privateKeyFromPath(privateKeyPath)
.merchantSerialNumber(merchantSerialNumber)
.apiV3Key(apiV3Key)
.build();
```
- **Making Requests**: Use the configured service to make payment requests, such as prepay for Native Pay.
```java
NativePayService service = new NativePayService.Builder().config(config).build();
PrepayRequest request = new PrepayRequest();
// Set request parameters
PrepayResponse response = service.prepay(request);
```
By using this SDK, you can simplify the integration of WeChat Pay into your application while ensuring security and compliance with WeChat Pay's API rules.
https://github.com/wechatpay-apiv3/wechatpay-java
GitHub
GitHub - wechatpay-apiv3/wechatpay-java: 微信支付 APIv3 的官方 Java Library
微信支付 APIv3 的官方 Java Library. Contribute to wechatpay-apiv3/wechatpay-java development by creating an account on GitHub.
#java #api #api_client #api_server #generator #hacktoberfest #openapi #openapi_generator #openapi3 #rest #rest_api #rest_client #restful_api #sdk
OpenAPI Generator is a tool that automates the generation of API client libraries, server stubs, documentation, and configuration files from an OpenAPI specification. Here are the key benefits and features Generates code for over 30 programming languages and frameworks, including Java, Python, C#, Go, Ruby, and many more.
- **API Clients and Server Stubs** Generates HTML documentation, Confluence Wiki pages, and configuration files for Apache2, among others.
- **Customization** Can be integrated into workflows using Maven, Gradle, GitHub, and CI/CD pipelines.
- **Security** Maintained by a large community of contributors, ensuring continuous improvement and support.
Using OpenAPI Generator helps developers streamline their API development process, reduce errors, and focus on more complex aspects of their projects.
https://github.com/OpenAPITools/openapi-generator
OpenAPI Generator is a tool that automates the generation of API client libraries, server stubs, documentation, and configuration files from an OpenAPI specification. Here are the key benefits and features Generates code for over 30 programming languages and frameworks, including Java, Python, C#, Go, Ruby, and many more.
- **API Clients and Server Stubs** Generates HTML documentation, Confluence Wiki pages, and configuration files for Apache2, among others.
- **Customization** Can be integrated into workflows using Maven, Gradle, GitHub, and CI/CD pipelines.
- **Security** Maintained by a large community of contributors, ensuring continuous improvement and support.
Using OpenAPI Generator helps developers streamline their API development process, reduce errors, and focus on more complex aspects of their projects.
https://github.com/OpenAPITools/openapi-generator
GitHub
GitHub - OpenAPITools/openapi-generator: OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs…
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3) - OpenAPITools/openapi-gener...
#rust #beginner_friendly #featured #finance #hacktoberfest #high_performance #open_source #orchestration #payments #postgresql #redis #restful_api #rust #sdk #works_with_react
Hyperswitch is an open-source payments platform that helps businesses manage payments easily. It uses a single API to access various payment methods and features, making it simple to integrate different payment flows like cards, wallets, and bank transfers. The platform includes a backend for seamless payment processing, an SDK for unified payment experiences across web and mobile, and a Control Center for managing payments without coding. You can try Hyperswitch by setting it up locally or deploying it on cloud services like AWS, GCP, or Azure. This platform is designed to be reliable, secure, and customizable, allowing businesses to own and tailor their payment stack according to their needs.
https://github.com/juspay/hyperswitch
Hyperswitch is an open-source payments platform that helps businesses manage payments easily. It uses a single API to access various payment methods and features, making it simple to integrate different payment flows like cards, wallets, and bank transfers. The platform includes a backend for seamless payment processing, an SDK for unified payment experiences across web and mobile, and a Control Center for managing payments without coding. You can try Hyperswitch by setting it up locally or deploying it on cloud services like AWS, GCP, or Azure. This platform is designed to be reliable, secure, and customizable, allowing businesses to own and tailor their payment stack according to their needs.
https://github.com/juspay/hyperswitch
GitHub
GitHub - juspay/hyperswitch: An open source payments switch written in Rust to make payments fast, reliable and affordable
An open source payments switch written in Rust to make payments fast, reliable and affordable - juspay/hyperswitch
#typescript #admin_panel #api #baas #backend #backend_api #backend_as_a_servise #backend_server #cms #database #headless #headless_cms #headless_cms_rest_api #manifest #open_source #rest_api #sdk_js #yaml
Manifest is a simple and easy-to-use backend solution that fits into your project like any other file. It provides essential features like authentication, validation, storage, image resizing, an admin panel, REST API, and a JavaScript SDK. This makes it perfect for making websites dynamic, building CRUD-heavy apps, and rapid prototyping. You can get started quickly by running a single terminal command. Using Manifest helps you avoid unnecessary costs and complexity, making it ideal for small projects, prototypes, and MVPs.
https://github.com/mnfst/manifest
Manifest is a simple and easy-to-use backend solution that fits into your project like any other file. It provides essential features like authentication, validation, storage, image resizing, an admin panel, REST API, and a JavaScript SDK. This makes it perfect for making websites dynamic, building CRUD-heavy apps, and rapid prototyping. You can get started quickly by running a single terminal command. Using Manifest helps you avoid unnecessary costs and complexity, making it ideal for small projects, prototypes, and MVPs.
https://github.com/mnfst/manifest
GitHub
GitHub - mnfst/manifest: Portable backend to ship fast.
Portable backend to ship fast. Contribute to mnfst/manifest development by creating an account on GitHub.
👍1
#csharp #ai #artificial_intelligence #llm #openai #sdk
Semantic Kernel is a tool that helps developers build and manage AI systems easily. It supports multiple programming languages like C#, Python, and Java, making it versatile for different projects. This tool allows you to connect your AI models to various services and databases, which helps in automating tasks and making decisions based on user inputs. It's especially useful for businesses because it's reliable, secure, and can handle complex workflows. By using Semantic Kernel, developers can create intelligent AI agents that can interact with users and perform tasks efficiently.
https://github.com/microsoft/semantic-kernel
Semantic Kernel is a tool that helps developers build and manage AI systems easily. It supports multiple programming languages like C#, Python, and Java, making it versatile for different projects. This tool allows you to connect your AI models to various services and databases, which helps in automating tasks and making decisions based on user inputs. It's especially useful for businesses because it's reliable, secure, and can handle complex workflows. By using Semantic Kernel, developers can create intelligent AI agents that can interact with users and perform tasks efficiently.
https://github.com/microsoft/semantic-kernel
GitHub
GitHub - microsoft/semantic-kernel: Integrate cutting-edge LLM technology quickly and easily into your apps
Integrate cutting-edge LLM technology quickly and easily into your apps - microsoft/semantic-kernel
#python #agent_framework #agentic_ai #agents #ai #dotnet #multi_agent #orchestration #python #sdk #workflows
Microsoft Agent Framework is an open-source toolkit that helps you build and manage AI agents and multi-agent workflows using Python or .NET. It combines the best features of previous Microsoft AI projects to let you create simple chatbots or complex workflows where multiple agents work together. It supports many AI models, connects easily to external tools and APIs, and runs anywhere—on cloud or on-premises. The framework also includes features like human review, workflow checkpointing, and monitoring to make your AI applications reliable and adaptable. This means you can build powerful, flexible AI solutions faster and with less code.
https://github.com/microsoft/agent-framework
Microsoft Agent Framework is an open-source toolkit that helps you build and manage AI agents and multi-agent workflows using Python or .NET. It combines the best features of previous Microsoft AI projects to let you create simple chatbots or complex workflows where multiple agents work together. It supports many AI models, connects easily to external tools and APIs, and runs anywhere—on cloud or on-premises. The framework also includes features like human review, workflow checkpointing, and monitoring to make your AI applications reliable and adaptable. This means you can build powerful, flexible AI solutions faster and with less code.
https://github.com/microsoft/agent-framework
GitHub
GitHub - microsoft/agent-framework: A framework for building, orchestrating and deploying AI agents and multi-agent workflows with…
A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET. - microsoft/agent-framework
#cmake #audio #ios #linux #macos #plugins #sdk #vst3 #win32
VST 3 is an improved version of the VST audio plug-in interface. It offers several benefits, including better performance by only processing audio when needed, dynamic input/output configurations, and precise automation. Users can also enjoy a more organized interface and support for advanced audio features like 3D sound. These improvements make it easier for developers to create plugins and for users to work with them in digital audio workstations (DAWs), enhancing overall audio production efficiency.
https://github.com/steinbergmedia/vst3sdk
VST 3 is an improved version of the VST audio plug-in interface. It offers several benefits, including better performance by only processing audio when needed, dynamic input/output configurations, and precise automation. Users can also enjoy a more organized interface and support for advanced audio features like 3D sound. These improvements make it easier for developers to create plugins and for users to work with them in digital audio workstations (DAWs), enhancing overall audio production efficiency.
https://github.com/steinbergmedia/vst3sdk
GitHub
GitHub - steinbergmedia/vst3sdk: VST 3 Plug-In SDK
VST 3 Plug-In SDK. Contribute to steinbergmedia/vst3sdk development by creating an account on GitHub.
#go #a2a #agents #agents_sdk #ai #aiagentframework #gemini #genai #go #llm #mcp #multi_agent_collaboration #multi_agent_systems #sdk #vertex_ai
The Agent Development Kit (ADK) for Go is an open-source toolkit that makes it easy to build, test, and deploy smart AI agents using the Go programming language. It lets you create simple or complex agent workflows, use ready-made or custom tools, and run your agents anywhere, especially in cloud environments. With ADK, you get full control, flexibility, and the ability to scale your applications, making it faster and simpler to develop powerful AI solutions for real-world tasks.
https://github.com/google/adk-go
The Agent Development Kit (ADK) for Go is an open-source toolkit that makes it easy to build, test, and deploy smart AI agents using the Go programming language. It lets you create simple or complex agent workflows, use ready-made or custom tools, and run your agents anywhere, especially in cloud environments. With ADK, you get full control, flexibility, and the ability to scale your applications, making it faster and simpler to develop powerful AI solutions for real-world tasks.
https://github.com/google/adk-go
GitHub
GitHub - google/adk-go: An open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with…
An open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control. - google/adk-go
1
#go #gemma3 #go #gpt_oss #granite4 #llama #llama3 #llm #on_device_ai #phi3 #qwen3 #qwen3vl #sdk #stable_diffusion #vlm
NexaSDK runs AI models locally on CPUs, GPUs, and NPUs with a single command, supports GGUF/MLX/.nexa formats, and offers NPU-first Android and macOS support for fast, multimodal (text, image, audio) inference, plus an OpenAI‑compatible API for easy integration. This gives you low-latency, private on-device AI across laptops, phones, and embedded systems, reduces cloud costs and data exposure, and lets you deploy and test new models immediately on target hardware for faster development and better user experience.
https://github.com/NexaAI/nexa-sdk
NexaSDK runs AI models locally on CPUs, GPUs, and NPUs with a single command, supports GGUF/MLX/.nexa formats, and offers NPU-first Android and macOS support for fast, multimodal (text, image, audio) inference, plus an OpenAI‑compatible API for easy integration. This gives you low-latency, private on-device AI across laptops, phones, and embedded systems, reduces cloud costs and data exposure, and lets you deploy and test new models immediately on target hardware for faster development and better user experience.
https://github.com/NexaAI/nexa-sdk
GitHub
GitHub - NexaAI/nexa-sdk: Run the latest LLMs and VLMs across GPU, NPU, and CPU with PC (Python/C++) & mobile (Android & iOS) support…
Run the latest LLMs and VLMs across GPU, NPU, and CPU with PC (Python/C++) & mobile (Android & iOS) support, running quickly with OpenAI gpt-oss, Granite4, Qwen3VL, Gemma 3n and mor...