Skip to content

Instantly share code, notes, and snippets.

View anisur3036's full-sized avatar
🏠
Working with vuejs and tailwindcss

Anisur Rahman anisur3036

🏠
Working with vuejs and tailwindcss
View GitHub Profile
@anisur3036
anisur3036 / Task.md
Last active November 4, 2021 13:59
JavaScript Task

Day 1

  • A student know basic of JavaScript, He trying to make a function that concatenate string "JavaScript" at the end of his input. This function takes an input or argument as string and return something link below example.
saySomething("Oh nooo!")  "Oh nooo! JavaScript"

saySomething("I am learning")  "I am learning JavaScript"

saySomething("Ii is My first challange of")  "Ii is My first challange of JavaScript"
const fruits = ['apple', 'orange', 'banana', 'mango', 'pineapple', 'jackfruit', 'strowberry'];
// const pushedArray = fruits.push('blackberry');
// console.log(fruits);
// console.log(pushedArray);
// const popArray = fruits.pop();
// console.log(fruits);
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.blue {
@anisur3036
anisur3036 / class-3.html
Created September 18, 2021 15:27
Creating function
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Class-3</title>
</head>
// alert('OH noooooosfsfsd!')
/**
* 1: length
* 2: slice
* 3: replace
* 4: toUpperCase
* 5: toLowerCase
// alert('We are ready for js tutorials.')
// console.log(jsFirstClass)
// var jsFirstClass = {a: 1, b: 2}
// console.log(jsFirstClass);
// // let age = 25;
@anisur3036
anisur3036 / Todo.html
Created September 12, 2021 14:58
JavaScript Basic Tuts
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JavaScript Basic</title>
</head>
<body>

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by
@anisur3036
anisur3036 / visualstudio2019Key.txt
Created November 9, 2020 03:37
Visual Studio 2019 Product Key
Visual Studio 2019 Product Key(Anis)
[Please Star this gist]
Follow My GitHub Account --> https://github.com/ch-kashif @ch-kashif
**Follow Me On Instagram -->> https://www.instagram.com/ch.kashif602/ **
Lets do a code together
Join Cloud Disk repository --> https://github.com/ch-kashif/CloudDisk
@anisur3036
anisur3036 / massInsertOrUpdate.php
Created May 14, 2020 05:43 — forked from RuGa/massInsertOrUpdate.php
Mass (bulk) insert or update on duplicate for Laravel 4/5
/**
* Mass (bulk) insert or update on duplicate for Laravel 4/5
*
* insertOrUpdate([
* ['id'=>1,'value'=>10],
* ['id'=>2,'value'=>60]
* ]);
*
*
* @param array $rows