| শব্দ | উচ্চারণ | অর্থ |
|---|---|---|
| Color Revolution | কালার রেভ্যুলেশন | রঙিন বিপ্লব — বিদেশি সমর্থিত সরকার পরিবর্তন কৌশল |
| Regime Change | রেজিম চেঞ্জ | সরকার পরিবর্তন — বিশেষত বিদেশি হস্তক্ষেপে |
| Coup d'état | কু দে'তা | সামরিক বা রাজনৈতিক অভ্যুত্থান |
| Puppet Government | পাপেট গভর্নমেন্ট | পুতুল সরকার — যা বিদেশি শক্তির ইচ্ছায় চলে |
| Proxy War | প্রক্সি ওয়ার | প্রক্সি যুদ্ধ — অন্যের মাধ্যমে যুদ্ধ করা |
| Soft Power | সফট পাওয়ার | নরম ক্ষমতা — সংস্কৃতি, মিডিয়া, অর্থের মাধ্যমে প্রভাব |
| Hard Power | হার্ড পাওয়ার | কঠোর ক্ষমতা — সামরিক শক্তি প্রয়োগ |
| Civil Society | সিভিল সোসাইটি | সুশীল সমাজ — NGO, অ্যাক্টিভিস্ট, বুদ্ধিজীবী |
Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| ==================================================== | |
| PLUGIN: TIKTOK DOWNLOADER | |
| Fitur: Download video TikTok tanpa watermark | |
| Command: .tik <url> | |
| Compatible dengan: Simple Bot Gen 3 | |
| ==================================================== | |
| */ | |
| import crypto from "crypto"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env sh | |
| echo '123' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # productkey-osd JSW | |
| # | |
| $Global:Transcript = "$((Get-Date).ToString('yyyy-MM-dd-HHmmss'))-Install-EmbeddedProductKey.log" | |
| Start-Transcript -Path (Join-Path "$env:ProgramData\Microsoft\IntuneManagementExtension\Logs\OSD\" $Global:Transcript) -ErrorAction Ignore | |
| $Title = "Install Embedded Product Key" | |
| $host.UI.RawUI.WindowTitle = $Title | |
| [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 | |
| [System.Net.WebRequest]::DefaultWebProxy.Credentials = [System.Net.CredentialCache]::DefaultCredentials |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ====================================================================================================== | |
| Use the latest test_quill.html as a reference for the full implementation | |
| Create a folder under web/ as web/fonts/ and include all the Mulish fonts for offline access from | |
| the assets/ folder in the Flutter project | |
| ====================================================================================================== | |
| Refer line 351 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # oobe deploy JSW | |
| # clean up appx, update drivers, update windows | |
| # | |
| $Global:Transcript = "$((Get-Date).ToString('yyyy-MM-dd-HHmmss'))-Start-OOBEDeploy.log" | |
| Start-Transcript -Path (Join-Path "$env:ProgramData\Microsoft\IntuneManagementExtension\Logs\OSD\" $Global:Transcript) -ErrorAction Ignore | |
| $Title = "OOBE Deploy" | |
| $host.UI.RawUI.WindowTitle = $Title | |
| [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https:// | |
| $Global:Transcript = "$((Get-Date).ToString('yyyy-MM-dd-HHmmss'))-Cleanup-OSD.log" | |
| Start-Transcript -Path (Join-Path "$env:ProgramData\Microsoft\IntuneManagementExtension\Logs\OSD\" $Global:Transcript) -ErrorAction Ignore | |
| $Title = "OSD Cleanup" | |
| $host.UI.RawUI.WindowTitle = $Title | |
| [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 | |
| [System.Net.WebRequest]::DefaultWebProxy.Credentials = [System.Net.CredentialCache]::DefaultCredentials | |
| $env:APPDATA = "C:\Windows\System32\Config\SystemProfile\AppData\Roaming" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: openchoreo.dev/v1alpha1 | |
| kind: ComponentType | |
| metadata: | |
| name: simple-http-service | |
| namespace: default | |
| spec: | |
| workloadType: deployment | |
| schema: | |
| types: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| clear | |
| #!/bin/bash | |
| # Define color variables | |
| BLACK=`tput setaf 0` | |
| RED=`tput setaf 1` | |
| GREEN=`tput setaf 2` | |
| YELLOW=`tput setaf 3` | |
| BLUE=`tput setaf 4` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| appearance: { | |
| screen_id: "appearance", | |
| title: "Appearance", | |
| layout: "mixed", | |
| sections: [ | |
| { | |
| type: "toggle", | |
| label: "Dark mode", | |
| description: "Toggle between light and dark mode.", | |
| value: user.dark_mode, |
NewerOlder