Skip to content

Instantly share code, notes, and snippets.

View gopalindians's full-sized avatar
🕶️
.

Gopal Sharma gopalindians

🕶️
.
View GitHub Profile

C++ OOPS Concepts

The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function.

Characteristics of an Object Oriented Programming language

img

@gopalindians
gopalindians / VMware Workstation 16.x.x serial key.md
Last active February 11, 2024 00:56
VMware Workstation 16.x.x serial key
  • FU512-2DG1H-M85QZ-U7Z5T-PY8ZD
  • CU3MA-2LG1N-48EGQ-9GNGZ-QG0UD
  • GV7N2-DQZ00-4897Y-27ZNX-NV0TD
  • YZ718-4REEQ-08DHQ-JNYQC-ZQRD0

  • A0E8R-YUDFV-6AK2F-4GAN2
  • CRX0D-VWL0V-7CJ6C-46C7A
  • NA8RX-QPNDU-D2LA9-4WAZL
@gopalindians
gopalindians / upload_and_access_files.php
Last active January 22, 2023 18:27
upload_and_access_files.php
<?php
$file = Storage::disk('public')->put("attachments/", $attachment);
echo asset('storage/'.$attachment);
@gopalindians
gopalindians / web.php
Created October 30, 2021 08:36
web.php
<?php
use Illuminate\Support\Facades\Route;
use Illuminate\Support\Facades\Artisan;
Route::post('/link', function () {
Artisan::call('storage:link');
});
@gopalindians
gopalindians / filesystems.php
Last active October 30, 2021 08:40
filesystems.php
<?php
return [
/*
|--------------------------------------------------------------------------
| Symbolic Links
|--------------------------------------------------------------------------
|
| Here you may configure the symbolic links that will be created when the
<template>
<div class="container" style="margin-top:50px">
<div v-if="webinars.length=='1'">No result found</div>
<div :key="weibnar.id" v-for="weibnar in webinars">
<h2 class="mt-5" v-if="loading">{{ weibnar.heading }}</h2>
<div class="row">
<div :key="web.id"
class="col-sm-4 col-md-2 col-lg-2 col-xxl-2 mt-3" v-for="web in weibnar.w_data">
<template>
<div class="container" style="margin-top:50px">
<div :key="weibnar.id" v-for="weibnar in webinars">
<h2 class="mt-5" v-if="loading">{{ weibnar.heading }}</h2>
<div class="row">
<div :key="web.id"
class="col-sm-4 col-md-2 col-lg-2 col-xxl-2 mt-3" v-for="web in weibnar.w_data">
<v-skeleton-loader
:loading="loading"
<template>
<div class="container" style="margin-top:50px">
<div :key="weibnar.id" v-for="weibnar in webinars">
<h2 class="mt-5" v-if="loading">{{ weibnar.heading }}</h2>
<div class="row">
<div :key="web.id"
class="col-sm-4 col-md-2 col-lg-2 col-xxl-2 mt-3" v-for="web in weibnar.w_data">
<v-skeleton-loader
:loading="loading"
<template>
<div class="container" style="margin-top:50px">
<div v-for="weibnar in webinars" :key="weibnar.id">
<h2 class="mt-5" v-if="loading">{{ weibnar.heading }}</h2>
<div class="row">
<div v-for="web in weibnar.w_data"
:key="web.id" class="col-sm-4 col-md-2 col-lg-2 col-xxl-2 mt-3">
<v-skeleton-loader
class="card h-100"