Skip to content

Instantly share code, notes, and snippets.

View Vishal023's full-sized avatar
🎯
Focusing

Vishal Singh Vishal023

🎯
Focusing
View GitHub Profile
@Vishal023
Vishal023 / 3dRepo-v5.4.2.json
Last active October 30, 2023 10:03
Open API Spec for "3d Repo IO"
{
"openapi": "3.0.0",
"info": {
"title": "3D Repo IO",
"version": "5.4.2"
},
"servers": [
{
"url": "https://www.3drepo.io:443/api/v5"
}
package com.example.myapp;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
@Vishal023
Vishal023 / Regex.md
Last active July 22, 2020 06:02
Java Regex

REGEX

REGEX EXPRESSION PATTERN

EXPRESSION DESCRIPTION
[ABC] Find one character from the options between the brackets
[^ABC] Find one character NOT from the options between the brackets
[0-9] Find one character from the range 0 to 9
[a-g] Character between a & g
@Vishal023
Vishal023 / git_branch.md
Created July 21, 2020 05:04
How to use git branch

Git Branch

Git’s branching functionality lets you create new branches of a project.

View Branch

git branch

Create a branch

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Admin</title>
<link rel="stylesheet" href="/css/admin.css">
</head>
<body>
<header>
<div>