Toggle navigation
首页
发现
project-ideas - 帮助你开始全栈的项目
Created at:
2023-05-08 21:49:54
Language:
编号
:
https://github.com/hkirat/project-ideas
以 GSoC 2024 为目标的项目构想
棋
构建像
https://chess.com
一样的多人国际象棋游戏
前端应允许用户注册、创建帐户和创建房间
在创建聊天室时,他们可以与也可以加入群组的朋友共享链接
添加移动验证以确保用户只能进行有效的移动
为游戏使用画布或原始 HTML 块。你也可以使用相位器等游戏引擎。
你将需要进行套接字编程,因为这是一个实时游戏。
2 玩家飞扬鸟
创建一个多人飞扬的小鸟游戏,用户可以邀请他们的朋友并互相对战
使用原始画布进行渲染,并自己编写所有物理(基本物理,如acc,速度...
你将需要进行套接字编程,因为这是一个实时游戏。套接字将用户的位置相互中继。
在 ChatGPT API 之上创建一个 UI
使用他们的 API 创建 ChatGPT 克隆
在后端使用他们的API,将信息中继到前端
确保你的前端体验比原生聊天 GPT 体验好 10 倍。
允许用户输入自己的聊天 GPT API 密钥并使用 GPT 4。
创建多链空投网站
建立一个网站,让用户在各自的测试网上空投各种加密货币给他们
应该允许用户选择链(ETH,SOL,Polygon,ARB),并输入他们希望发送本机令牌的地址
用户应该能够选择他们想要的金额
About
Author:
hkirat
View code
热门github
1
Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
(翻译:论文实现——YOLOv9: Learning What You Want to Learn using Programmable Gradient Information(利用可编程梯度信息学习您想学的内容))
2
A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.
(翻译:使用 HWID / KMS38 / Online KMS 激活方法激活 Microsoft 产品的脚本集合,重点是开源代码、较少的防病毒检测和用户友好性。)
3
Get up and running with Llama 2, Mistral, Gemma, and other large language models.
(翻译:启动并运行 Llama 2、Mistral、Gemma 和其他大型语言模型。)
4
该项目可以让你通过订阅的方式使用Cloudflare WARP+,自动获取流量。This project enables you to use Cloudflare WARP+ through subscription, automatically acquiring traffic.
5
Multi functional app to find duplicates, empty folders, similar images etc.
(翻译:多功能应用程序可查找重复项、空文件夹、相似图像等。)
6
Xray panel supporting multi-protocol multi-user expire day & traffic & ip limit (Vmess & Vless & Trojan & ShadowSocks & Wireguard)
(翻译:Xray面板支持多协议多用户到期日&流量&IP限制(Vmess & Vless & Trojan & ShadowSocks & Wireguard)
7
The Free Software Media System
(翻译:Jellyfin 是一个免费软件媒体系统,可让您控制管理和流式传输您的媒体。它是专有 Emby 和 Plex 的替代方案,通过多个应用程序从专用服务器向最终用户设备提供媒体。)
8
lightweight, standalone C++ inference engine for Google's Gemma models.
(翻译:适用于 Google Gemma 模型的轻量级独立 C++ 推理引擎。)
9
📚 Freely available programming books
(翻译:📚 免费提供的编程书籍)
10
A collective list of free APIs
(翻译:免费 API 的集合列表)
11
1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
(翻译:十亿行挑战 —— 使用 Java 对文本文件中的 10 亿行数据进行聚合的有趣探索)
12
🎓 Path to a free self-taught education in Computer Science!
(翻译:🎓计算机科学免费自学教程!)
13
Curso para aprender el lenguaje de programación Python desde cero y para principiantes. 75 clases, 37 horas en vídeo, código, proyectos y grupo de chat. Fundamentos, frontend, backend, testing, IA...
(翻译:从零开始学习 Python 编程语言的课程,适合初学者)
14
This repository contains System Design resources which are useful while preparing for interviews and learning Distributed Systems
(翻译:该存储库包含系统设计资源,在准备面试和学习分布式系统时非常有用)
15
Mamba is a new state space model architecture showing promising performance on information-dense data such as language modeling, where previous subquadratic models fall short of Transformers. It is based on the line of progress on structured state space models, with an efficient hardware-aware design and implementation in the spirit of FlashAttention.
(翻译:Mamba 是一种新的状态空间模型架构,在信息密集型数据(例如语言建模)上显示出良好的性能,而之前的二次模型在 Transformers 方面存在不足。它基于结构化状态空间模型的进展,并本着FlashAttention的精神进行高效的硬件感知设计和实现。)