An open API service providing repository metadata for many open source software ecosystems.

GitHub / hima890 3 Repositories

hima890/hima890

Profile settings

Size: 190 KB - Last synced at: 23 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

hima890/django-roadmap-projects

Repository Description: A collection of Django & DRF projects following a structured roadmap, covering CRUD, authentication, e-commerce, and deployment. 🚀

Language: Python - Size: 57.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

hima890/Smartx-Platform

A Flask-based web application integrated with a microserver to simulate IoT devices. This project features user authentication, Docker containerization, and real-time IoT device communication.

Language: CSS - Size: 9.98 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

hima890/alx-system_engineering-devops

Welcome to the DevOps and System Engineering Course! This course is designed to help you learn and master the fundamentals of DevOps, system engineering, and Bash scripting. It covers a wide range of topics essential for modern IT operations and infrastructure management.

Language: Shell - Size: 17.7 MB - Last synced at: 13 days ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

hima890/alx-backend-user-data

Language: Python - Size: 46.9 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

hima890/alx-interview

Language: Python - Size: 13.7 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

hima890/alx-backend

Language: Python - Size: 324 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

hima890/alx-backend-python

Language: Python - Size: 31.3 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

hima890/TechStore-Platform

Reconnecting tech businesses with their audience

Language: Python - Size: 17 MB - Last synced at: 23 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

hima890/binary_trees

A collection of C programs for learning and implementing binary tree operations, including traversal, insertion, deletion, and validation. Ideal for understanding fundamental data structures and algorithms in C programming.

Language: C - Size: 537 KB - Last synced at: 1 day ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

hima890/AirBnB_clone_v4 Fork of jzamora5/AirBnB_clone_v3

Language: Python - Size: 432 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

hima890/AirBnB_clone_v3

Welcome to the Airbnb Project - Version 3! This project is a comprehensive RESTful API implementation built with Flask and Flask-RESTful. It emulates core functionalities of the Airbnb platform, including managing users, places, states, cities, and amenities.

Language: Python - Size: 960 KB - Last synced at: 8 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

hima890/alx-higher_level_programming

ALX Higher Level Programming with Python is a dedicated repository for ALX Software Engineering students. Delve into Python concepts, sharpen your skills with hands-on exercises, and apply your knowledge to real-world projects. Your go-to resource for mastering Python programming in the context of ALX's higher-level programming curriculum.

Language: Python - Size: 347 KB - Last synced at: 23 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

hima890/AirBnB_clone_v2 Fork of Ruba-Salih/AirBnB_clone_v2

The console is the first segment of the AirBnB project that will collectively cover fundamental concepts of higher-level programming. The goal of the AirBnB project is to eventually deploy our server as a simple copy of the AirBnB website (HBnB). A command interpreter is created in this segment to manage objects for the AirBnB (HBnB) website.

Language: Python - Size: 817 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

hima890/what-happens-when Fork of alex/what-happens-when

An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"

Size: 241 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

hima890/alx-low_level_programming

This repository contains a collection of C programming exercises and projects completed as part of the ALX Software Engineering (SE) program's current running C course. These exercises cover a wide range of topics and concepts in C programming, providing hands-on practice and reinforcement of the course material.

Language: C - Size: 295 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

hima890/SmartGarden-IrrigationSystem

Create a smart irrigation system for a garden that automatically waters plants based on soil moisture levels and weather forecasts. You can control and monitor the system through a GUI developed with PySide, hosted on a Flask server. The ESP32 will interface with sensors and control the irrigation system.

Language: Python - Size: 6.62 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

hima890/sorting_algorithms

Explore various sorting algorithms implemented in C within this repository. Each algorithm, such as Bubble Sort, Insertion Sort, Selection Sort, and Quick Sort, is meticulously crafted in separate C files. Witness these algorithms in action as they sort arrays or linked lists, with printed outputs after each step.

Language: C - Size: 10.7 KB - Last synced at: 23 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hima890/AirBnB_clone

Welcome to the AirBnB clone project! This project is the first step towards building a full web application, which will ultimately mimic the functionalities of the AirBnB platform. In this stage, we focus on creating a command interpreter to manage AirBnB objects.(CLI).

Language: Python - Size: 776 KB - Last synced at: 23 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hima890/Quotes-APP

Our quotes web app offers daily inspiration with a collection of 20 handpicked quotes refreshed daily. Each day, users are greeted with a new set of thought-provoking quotes to kickstart their day. Visitors can engage with the quotes by liking their favorites, and the most liked quotes will be prominently featured

Language: Python - Size: 274 KB - Last synced at: 23 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

hima890/monty

The Monty project is an interpreter for Monty ByteCodes files. Monty 0.98 is a scripting language that is first compiled into Monty byte codes, similar to Python. The interpreter relies on a unique stack data structure with specific instructions to manipulate it. The project involves implementing various opcodes to perform stack operations.

Language: HTML - Size: 1.68 MB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hima890/python_websites_bloker

a small python app that block a web sites by using the host file

Language: Python - Size: 3.91 KB - Last synced at: 23 days ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

hima890/Weather-app

WhatsApp Automation is a program designed to work exclusively with the web version of WhatsApp.

Language: Python - Size: 1.95 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hima890/flaskWheatherAPP

The Flask Weather App is a lightweight web application built with Flask, offering users real-time weather information through a seamless and intuitive interface. Powered by a weather API, it provides accurate weather data for a specified location, enhancing the user's experience with up-to-date and reliable information.

Language: HTML - Size: 3.94 MB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hima890/SmartGreenFram

SmartGreenFarm is an innovative project that utilizes a Python Flask server, housed in the server_side folder, to collect sensor information from a farm environment. The server, managed by server.py, gathers data for analysis. The project also includes a graphical user interface (GUI) application developed in C++ with Qt5

Language: Python - Size: 4.32 MB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hima890/QrcodeSystem_IEEE

This repository features a QR Code-based registration system with two components: a Flask-based web app for user registration and a Python Qt5-based GUI for efficient data retrieval. Simplify registration processes and streamline access to information with this versatile QR Code system.

Language: Python - Size: 14 MB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hima890/flask_todolist

Get started with this straightforward to-do application using HTML, CSS, JavaScript, and Flask. Easily add, complete, and delete tasks through a user-friendly web interface. Ideal for beginners learning web development or as a foundation for more complex projects.

Language: Python - Size: 87.9 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

hima890/zero_day

This is my first repository as a full-stack engineer (test)

Language: Python - Size: 6.84 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

hima890/printf

This project is an implementation of the printf function, a fundamental feature in the C programming language. Our custom printf function provides the capability to format and print various types of data, including text and variables, with the same level of flexibility and functionality as the standard printf in C.

Language: C - Size: 533 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hima890/simple_shell

This project involves creating a simple UNIX command-line interpreter in C that mimics the basic functionalities of the shell (/bin/sh). The shell is designed to meet specific requirements and guidelines outlined below.

Language: Shell - Size: 889 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hima890/weatherInformation_bash

A simple Bash script that fetches and displays current weather information for a specified city using the WeatherAPI. The script checks for internet connectivity, sources configuration from a config.txt file, and provides details such as temperature, wind speed, humidity, and more. Optionally, it can be configured to run automatically on startup

Language: Shell - Size: 62.5 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hima890/bashScriptingProjects

Automate the backup of your important project folders with this Bash script. Schedule backups at your convenience and keep track of activities with timestamped logs. Never worry about losing your crucial data again.

Language: Shell - Size: 6.84 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hima890/pegasus-testing Fork of Ahmed-basher-Github/pegasus-testing

Language: CSS - Size: 2.44 MB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

hima890/code_snippets Fork of CoreyMSchafer/code_snippets

Size: 146 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

hima890/Ashaha

Language: HTML - Size: 1.27 MB - Last synced at: 23 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0