Anushlinux

Anushlinux

0-day streak
https://imgutil.s3.us-east-2.amazonaws.com/596a5d6590540132277d4bb11eada1aca59e24b106eb72aad923873bb982a958/9f2c087e-256a-4ddd-8cc3-d7cbd990dc30.png
summer-of-making emoji
github emoji
#scrapbook I have made an e-commerece website to hone my frontend skills, github link: github.com/Anushlinux/Arcade_14 here is a little demo of the website on my localhost:
https://imgutil.s3.us-east-2.amazonaws.com/d73a4e57d8fda2a944b29b424d12c02ffdf8b77f589ec99b4fdb4465c1633289/9c7db8c5-5e8f-4aa6-87ae-6281232b7841.png
github emoji
summer-of-making emoji
https://imgutil.s3.us-east-2.amazonaws.com/d73a4e57d8fda2a944b29b424d12c02ffdf8b77f589ec99b4fdb4465c1633289/0e087767-694e-4f29-8667-d9a6ef308b44.png
github emoji
react emoji
summer-of-making emoji
python emoji
js emoji
https://imgutil.s3.us-east-2.amazonaws.com/0f6adacbd80b343b6a847ca1c41d61a07c53d832997d27f25e7c5c7d9962efb4/548bc6b5-9716-426e-890d-19ff8ae79ea6.png
https://imgutil.s3.us-east-2.amazonaws.com/0f8b3efcb499005c6fb06cafbfc3f003a10ff17ff6aefe03b83096ed048fc27a/c76e560a-5d73-496b-9d16-119f72daff64.png
summer-of-making emoji
github emoji
Chatapp • *Frontend:* React (for a user-friendly and interactive interface) • *Backend:* Node.js (to handle server-side operations efficiently) • *Real-time Communication:* <http://Socket.IO|Socket.IO> (for seamless two-way communication between browsers and the server) • *Database:* MongoDB (for flexible storage of chat data and user information) *Key Features (Customizable):* • *User Management:* Streamlined user registration and login processes. • *Chat Rooms:* Create and join private or public chat rooms to cater to diverse communication needs. • *Real-time Messaging:* Exchange text messages instantly, fostering a sense of presence and active interaction. *Getting Started:* 1. *Prerequisites:* ◦ Node.js (<https://nodejs.org/>) and npm (Node Package Manager) installed on your system. ◦ A code editor or IDE of your choice (e.g., Visual Studio Code, WebStorm). ◦ Basic understanding of React, Node.js, <http://Socket.IO|Socket.IO>, and MongoDB. 2. *Clone the Repository:* 3. git clone <https://github.com/your-username/chat-app-.git> *Install Dependencies:* ```cd chat-app-chatzy npm install``` *Configure Database:* • Set up a MongoDB database instance. • Create a configuration file (e.g., `.env`) to store MongoDB connection details (URI, username, password). *Run the Application:* • Start the development server: • npm start • ◦ ◦ The application will typically run on `<http://localhost:3000>` (or a custom port specified in the code). *Project Structure (Example):* ```chat-app-chatzy/ ├── client/ # React frontend code │ ├── src/ │ │ ├── components/ # Reusable UI components │ │ ├── App.js # Main application component │ │ └── ... # Other frontend files ├── server/ # Node.js backend code │ ├── index.js # Server entry point │ ├── routes/ # API routes for user management, chat, etc. │ ├── models/ # Data models for users, messages, etc. │ └── ... # Other backend files ├── public/ # Static assets (e.g., images, styles) ├── package.json # Project dependencies and scripts ├── .env # Database connection details (if applicable) └── README.md # This file``` githublink : <https://github.com/Anushlinux/Arcade10>
https://imgutil.s3.us-east-2.amazonaws.com/9813cfee085f8b77d504cb299c2e16a2e256868c45eab3cc4c825edb8efccc4a/716603b0-3b83-4f45-b1d2-45ab1ef7bb89.png
react emoji
summer-of-making emoji
npm emoji
github emoji
js emoji
goose-honk-technologist emoji
Full Stack Image Generation App Description This application allows users to generate images from text descriptions using a Dalle-based model. It combines a frontend user interface for submitting text prompts and a backend server for processing those prompts and generating images. Tech Stack • Frontend: [Frontend Technology] (e.g., React, Angular, Vue.js) • Backend: [Backend Technology] (e.g., Python with Flask or Django, Node.js with Express) • Machine Learning Model: Dalle (or similar image generation model) Installation 1. Clone this repository: 2. git clone github.com/your-username/full-stack-image-generation-app.git 3. Install dependencies:
# Navigate to the project directory
cd full-stack-image-generation-app

# Install frontend dependencies (adjust based on your chosen framework)
npm install  # or yarn install

# Install backend dependencies
pip install -r requirements.txt  # or npm install  (if using Node.js)
1.  
2. 
3. Set up the Dalle model:
    ◦ Download the pre-trained Dalle model weights (if applicable).
    ◦ Configure the backend code to load the model weights from the correct location.
    ◦ Follow the instructions for setting up the Dalle model (these may vary depending on the specific implementation you're using).
*Running the application*
1. Start the backend server:
2. #  (For Python backend)
3. python backend/app.py
4. 
5. #  (For Node.js backend)
6. node backend/server.js
7.  
Run the frontend development server:
#  (adjust based on your chosen framework)
npm start  # or yarn start
Access the application in your web browser at localhost:3000 (or the port specified in your frontend configuration). github link: github.com/Anushlinux/Arcade_9
https://imgutil.s3.us-east-2.amazonaws.com/2ed2adb7ab7167e42b5611b9e202fbdee4e3dc87d04c6d30f3020876a17ed2cd/04484c37-1404-43dd-931a-79f723634f60.png
npm emoji
react emoji
summer-of-making emoji
github emoji
python emoji
js emoji
goose-honk-technologist emoji
Compliment Me! - Read Me This project is a full-stack web application built with React that generates and displays compliments to brighten someone's day! Features • Generates a variety of compliments on-demand. • Offers a visually appealing and user-friendly interface. • Built using modern React and full-stack development practices. Technologies Used • Frontend: React.js github link : github.com/Anushlinux/Arcade_7
https://imgutil.s3.us-east-2.amazonaws.com/987279d0a2aa20a6e97222c28f3607f9726ef5369d5e0e04ef1d257a2b41dc1b/2fb37099-be28-4d29-8f33-1e5697aedec0.png
github emoji
summer-of-making emoji
js emoji
react emoji
Gemini Chatbot Interface with Streamlit Overview This project is a Streamlit-based chat application that interacts with the Gemini AI model, allowing users to engage in conversations with an artificial intelligence assistant. The application stores chat history, allowing users to revisit and continue previous conversations. <https://github.com/Anushlinux/Arcade8/blob/main/docs/gemini-chatbot.gif| > Getting Started Dependencies This code uses the following libraries: • `streamlit`: for building the user interface. • `gemini`: for chat • Gemini API key: Get it from <https://ai.google.dev/tutorials/setup?hl=tr|Google AI Studio> Usage Follow these steps to set up and run the project: 1. Create a virtual environment: ```python3 -m venv myenv source myenv/bin/activate .\myenv\Scripts\activate


1. Install dependencies:
pip install -r requirements.txt

1. Run the Streamlit server:
streamlit run app_chat.py
1. Access the application in your browser at localhost:8501. 2. Start chatting with the assistant! github link: github.com/Anushlinux/Arcade_8
https://imgutil.s3.us-east-2.amazonaws.com/685a08098cc7add552e0aa510755f6a45c600050b48510d3e841778aa12564bf/d9b3c08b-8d58-45cf-92d2-4ac82bf6b866.png
github emoji
google emoji
rac_yap emoji
summer-of-making emoji
goose-honk-technologist emoji
Github link : github.com/Anushlinux/reposeek Commit link : github.com/Anushlinux/reposeek/commits/main I have achieved a major milestone in my project reposeek by completing the homePage and loginpage, my next milestone would be to make its backend About Reposeek is a productivity tool designed to help developers identify useful starred repositories. Many developers star repositories they like or plan to use in the future, but often don't revisit them. Reposeek aims to solve this problem by finding the perfect starred repo(s) for your project. How it works 1. Tell Reposeek about your project 2. Reposeek analyzes your starred repositories 3. It matches your project needs with the most relevant starred repos 4. Reposeek presents you with the perfect starred repo(s) for your project Features • Intelligent matching of project requirements with starred repos • Time-saving tool for developers • Helps rediscover valuable resources you've already identified Reposeek - Find the stars in your GitHub constellation.
https://imgutil.s3.us-east-2.amazonaws.com/d2f586d856f51be4de36a64055334bbda05b1bab60a3270db14b92169531158b/802878d0-e7de-466e-80ff-000882feaf8c.png
summer-of-making emoji
github emoji
# HTTP Server with Panic Recovery This Go program demonstrates a simple HTTP server that handles panics and recovers from them. The server listens on port 3000 and responds to three different routes: - /: Returns a simple "Hello!" message. - /panic/: Triggers a panic and demonstrates how the server recovers from it. - /panic-after/: Returns a "Hello!" message and then triggers a panic, demonstrating how the server recovers from it even after sending a response. The server uses a middleware function to recover from panics and return a 500 Internal Server Error response to the client. # Prerequisites - Go 1.16 - Internet connection # Installation - Clone the repository
bash
git clone
# Routes - /: Returns a simple "Hello!" message. - /panic/: Triggers a panic and demonstrates how the server recovers from it. - /panic-after/: Returns a "Hello!" message and then triggers a panic, demonstrating how the server recovers from it even after sending a response. # Panic Recovery Mechanism The recoverMw function is a middleware that wraps the main application handler. It uses a deferred function to catch any panics that occur during the execution of the application handler. If a panic is caught, it logs the error and returns a 500 Internal Server Error response to the client. github link : github.com/Anushlinux/Arcade_6 commit link : github.com/Anushlinux/Arcade_6/commits/main
https://imgutil.s3.us-east-2.amazonaws.com/30961b41e6be37852e71c742b72a853734a7c1de1ddfb859e283f9d3866a039c/f5547234-3f74-42c3-a717-b796138ecef4.png
summer-of-making emoji
github emoji
GOJWT GoJWT is a simple RESTful API built with Go and the Gin framework. It provides basic user authentication functionality, including signup, login, and token validation. Features • User signup • User login • JWT token generation • JWT token validation Tech Stack • Go • Gin • PostgreSQL • Gorm (for database interactions) Github link: github.com/Anushlinux/Arcade_5 Commit link: github.com/Anushlinux/Arcade_5/commits/main
https://imgutil.s3.us-east-2.amazonaws.com/d73a4e57d8fda2a944b29b424d12c02ffdf8b77f589ec99b4fdb4465c1633289/9135ad0a-62ce-4c69-886e-77f089eed5e1.png
summer-of-making emoji
github emoji
Currency Converter ===================== A simple command-line currency converter written in Go. Usage To use the converter, run the program with three arguments: • amount: the amount of money to convert • from_currency: the currency to convert from (e.g. "EUR", "USD", etc.) • to_currency: the currency to convert to (e.g. "GBP", "JPY", etc.) API Endpoint The converter uses the ExchangeRate-API to fetch the latest exchange rates. You can replace the apiURL constant in the code with your own API endpoint if needed. github-link : github.com/Anushlinux/Arcade_4 github-commits : github.com/Anushlinux/Arcade_4/commit/2431840552ecc12b62a504a500c6c04a474b01be
https://imgutil.s3.us-east-2.amazonaws.com/2745b532f70eba2fc204913a905171d591b1fcd03c68cee3c2f8a5cdf58bc585/efce53e5-b910-416d-9a43-9d291ca6c5d0.png
summer-of-making emoji
github emoji
goose-honk-technologist emoji
Building Websites With HTML, CSS, and JavaScript: Getting Started Tools The following tools help make easier to work with sample code. • git: A tool for managing source code • Visual Studio Code: A source code editor • Live Server: A simple web server utility for Visual Studio Code • Echo Post: A simple Node.js server utility that displays post data. Setup If you installed git you can clone the code to your machine, or download a ZIP of all the files directly. [Download the ZIP from this location] or run the following git command to clone the files to your machine: Github repo-link: github.com/Anushlinux/Arcade_3 Github commit link: github.com/Anushlinux/Arcade_3/commits/main
https://scrapbook-into-the-redwoods.s3.amazonaws.com/0092de04-2cc5-4315-9b64-c0bc45f36968-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/04173bbfad179dc5594953db862b7f25674934d5a2d6898478ef376fb1bb6214/4a3facf4-a92d-426a-bc13-f38ced4edfa1.png
goose-honk-technologist emoji
github emoji
summer-of-making emoji
js emoji
This is a Restaurant Web Page for a fictional collab P.S: I know the premise for the website doesn't make a whole lot of sense, it was just the first two things that came to my mind when I thought of making this website. Note: This Website works best with High Resolution Screens (1080p and up). github.com/Anushlinux/Arcade_2?tab=readme-ov-file Built With • Vanilla JS • HTML5 • CSS3
https://scrapbook-into-the-redwoods.s3.amazonaws.com/e3c9e80d-3c11-4fb5-acc7-c2acfdeb07be-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/a56fe5ad57567ca83d43163795dc0b935c1dd323759d5a616602959a732017e0/5b4ed8c2-b5b1-45ee-bf2b-7146be745ef0.png
github emoji
js emoji
summer-of-making emoji
https://imgutil.s3.us-east-2.amazonaws.com/2bcbf19e8f0f0bb18e33d88096254ab1479f13d91426a0a1326ab80ceffce109/c40c6cf3-e21c-43d6-b973-1e1db90927a2.png