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 / Android studio.md
Last active September 4, 2019 13:33
Android studio Installing Process

Android studio Installing Process

Firstly need to Downlod Android Stdio File.
Unzip The File
  • Open taeminal on the on the Android studio file. Now type tarminal
  1. cd bin/

  2. Change The Parmition : sudo chmod 777 -R studio.sh

  3. install & run : ./studio.sh

@nazmul629
nazmul629 / computing.md
Created September 4, 2019 14:00
Computing for life

Computing for Life

Week-1: Linux

  • Introduction To Linux
  • Why Linux Over Windows?
  • Installing UBUNTU-19.04
    • Option-1: In VirtualBox
      • Minumum Laptop Config: RAM=4GB, PRO= i3, HDD or SSD?, SSD=MUST(For Good Performance In VirtualBox)
    • Option-2: Dual Boot(Alongside Windowns)
  • Minimum Laptop Config: RAM=4GB, PRO= i3, HDD or SSD?, SSD=Recommended, FreeSpace=50GB+
@nazmul629
nazmul629 / java_course_degine.md
Last active September 7, 2019 13:50
Java Course Design .

Learning Java Programming Language

  1. Introduction of Java
    • First Project
      • Project> package> Class
    • Escape sequence
      • \t \b, \n, "
    • Comment
    • Phases
  • edit(.java)>Compile(.class)>load>verify>Excute
@nazmul629
nazmul629 / ArraySum.md
Last active September 8, 2019 12:24
Simple Array Sum

Given an array of integers,N can you find the sum of its elements?

Function Description

  • Complete the simpleArraySum function in the editor below. It must return the sum of the array elements as an integer. simpleArraySum has the following parameter(s):

Output Format

  • Print the sum of the array's elements as a single integer.
@nazmul629
nazmul629 / JDK& Nebeans install.md
Last active September 8, 2019 12:26
JDK With NetBeans Install Process

JDK With NetBeans Installing Process

Firstly need to Downlod JDK File.
  • Open taeminal on the on the Jdk file. Now type Command on tarminal
  1. chmod +x jdk-8u111-nb-8_2-linux-x64.sh
  2. sudo ./jdk-8u111-nb-8_2-linux-x64.sh
@nazmul629
nazmul629 / solution.md
Last active September 19, 2019 15:18
W3Resourse Python Basic (Part-I)All Problem Solution here

Problem 1:

Write a Python program to print the following string in a specific format

print("Twinkle, twinkle, little star")
print("\t How I wonder what you are!")
print("\t \t Up above the world so high,")
print(("\t \t Like a diamond in the sky. "))
print("Twinkle, twinkle, little star")
print("\t How I wonder what you are!")
@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):

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 / 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
@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