The Advanced C Code Editor is a powerful software designed for C programming enthusiasts. It allows users to write, execute, and manage their C programs efficiently. With seamless integration with Google Drive and local storage, users can easily access and edit their .c
files. Additionally, the built-in AI assistant offers multiple advanced coding features to enhance the programming experience.
- Google Drive Integration: Connect your Google Drive account to access and edit
.c
files directly. - Local Storage Access: Open and manage files from your local computer.
- Submit Code: Run C programs and view output in the console.
The AI assistant provides the following features:
- Code Completion: Get smart suggestions for completing your code.
- Code Optimization: Improve performance and efficiency of your C programs.
- Code Correction: Detect and fix errors in your code.
- Code Explanation: Understand complex code through detailed explanations.
- Code Shortener: Minimize lengthy code while maintaining functionality.
- Code Commenting: Automatically generate meaningful comments for better readability.
- Image Processing: Use up to 3 images at a time to assist the AI in code analysis.
- Google Books Integration: Retrieve content from books by specifying the book name and page number.
- Real-time Editing: Collaborate with multiple users on the same
.c
file in real time. - Shared Sessions: Invite team members to work on a coding project together.
- Student Code Analysis: Analyze a batch of students' code submissions.
- Automated Reports: Generate detailed reports with corrections and suggested improvements.
- Feedback System: Provide individualized feedback for each student's code.
- Code Similarity Analysis: Detect plagiarism among students' code submissions.
- AI-Powered Insights: Highlight sections that are likely copied and suggest originality improvements.
The software leverages RapidAPI for code submission.
- RapidAPI Hub: Visit Here
- Google Cloud: Visit Here
create a new file called .env.local
and add the following lines:
NEXT_PUBLIC_JUDGE_API=your_rapid_api_key_here
NEXT_PUBLIC_BACKEND_URL=https://your-backend-url.com
NEXT_PUBLIC_GOOGLE_CLIENT_ID=your_google_client_id_here
NEXT_PUBLIC_GOOGLE_API_KEY=your_google_api_key_here
- Clone the repository:
git clone git clone https://github.com/Mahbub2001/OxyGen-Scripts.git
- Install dependencies:
npm install
- Run the application:
npm run dev
This project is licensed under the MIT License.
Developed with ❤️ for C programmers.