Skip to content

Instantly share code, notes, and snippets.

View nazmul629's full-sized avatar
🏠
Working from home

Md Nazmul Hossain nazmul629

🏠
Working from home
View GitHub Profile
@nazmul629
nazmul629 / readme.md
Last active December 22, 2023 14:00
Windows 10 activate code

Windows 10 Active process

  • Step 1. Fast create a .txt file.
  • step 2. Then Copy this .text and past on the .txt file .
@echo off
title Windows 10 ALL version activator&cls&echo ************************************ 
&echo Copyright: Youtube: ithelpbd.com &echo.&echo Supported products:&echo - Windows 10 Home&echo - Windows 10 Professional&echo - Windows 10 Enterprise, Enterprise LTSB&echo - Windows 10 Education&echo.&echo.&echo ************************************ &echo Windows 10 activation...
cscript //nologo c:\windows\system32\slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul
cscript //nologo c:\windows\system32\slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul

Target 2023

  1. Pray Regular 5 times
  2. FullStack Web Devlopment
    a) Technologyes
    • HTML/CSS- Bootstarp
    • JavaScritp
    • React
    • API
  • NodeJS
@nazmul629
nazmul629 / data-stracture.md
Created January 31, 2022 14:40
Data Stracture

Module-1: Intro to

Algorithm

  1. What is algorithm and where we use
  2. Practical demonstration of algorithm use cases, guessing game

Module-2: Asymptotic Analysis

@nazmul629
nazmul629 / cource.md
Last active April 27, 2021 09:30
Python and Django Full stack Web Development Bootcamp

Python and Django Bootchamp

  1. Front-End
    • HTML
    • CSS
    • Bootstrap
  • Project
  1. Git and GitHub
  2. Linux
  3. JavaScript
@nazmul629
nazmul629 / NilamGhor
Last active August 12, 2020 15:31
NilamGhor Website making Paling
1. Buying domain and Hosting
2. Connecting Hosting with Domain
3. SetUp Theme.
4. Product Collaction
5. Team SetUp
6. Delivery Product
7. Mantaine NilamGhor
@nazmul629
nazmul629 / PostgreSql.md
Last active March 4, 2020 15:26
This gist for Command of basic PostgreSQL.

For see Status

service postgresql status

Connect With database

sudo su postgres

Give your OS Root Password

@nazmul629
nazmul629 / xampp.md
Last active February 24, 2020 06:41
Installing XAMPP i Ubuntu 16.4

XAMPP Installing Process

Firstly need to Downlod Xampp file .
  • Open taeminal on the on the Xampp file. Now type tarminal

    1.Chake File parmition : ls -al
    2.Change The Parmition : sudo chmod +x file_name
    3. install & run : sudo ./file__name

Just Run
@nazmul629
nazmul629 / index.md
Last active October 12, 2019 14:12
C Programming Cours Plan

Learning C Programming Language

  1. *Introduction of C
    • Installing Code::Block

    • How to write Code.

    • Escape sequence

      • \t \b, \n, "
  • Variable & Data Type

Learning Programming Language

Week 1

1 Introduction of Programming Language

  • Installing Requearment
  • Comailer
  • How to write Code.
  • Escape sequence
    • \t \b, \n, "
  • Key Word Variable & Data Type
@nazmul629
nazmul629 / dimik.md
Last active October 1, 2019 10:35
দ্বিমিক অনলাইন জাজে Problem Solve

Dimik Oj My Profile

প্রবলেম - 1 জোড়-বিজোড়-1

Question

Solution

Python3

T = int(input())

for _ in range(T):