Skip to content

Instantly share code, notes, and snippets.

@Always-Ditz
Always-Ditz / tik.js
Created December 15, 2025 09:30
📤 Uploaded via Simple Bot Gen 3
/*
====================================================
PLUGIN: TIKTOK DOWNLOADER
Fitur: Download video TikTok tanpa watermark
Command: .tik <url>
Compatible dengan: Simple Bot Gen 3
====================================================
*/
import crypto from "crypto";
#!/usr/bin/env sh
echo '123'
# 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
@mail2mhossain
mail2mhossain / ইংরেজি পরিভাষা.md
Created December 15, 2025 09:30
ইংরেজি পরিভাষা
শব্দ উচ্চারণ অর্থ
Color Revolution কালার রেভ্যুলেশন রঙিন বিপ্লব — বিদেশি সমর্থিত সরকার পরিবর্তন কৌশল
Regime Change রেজিম চেঞ্জ সরকার পরিবর্তন — বিশেষত বিদেশি হস্তক্ষেপে
Coup d'état কু দে'তা সামরিক বা রাজনৈতিক অভ্যুত্থান
Puppet Government পাপেট গভর্নমেন্ট পুতুল সরকার — যা বিদেশি শক্তির ইচ্ছায় চলে
Proxy War প্রক্সি ওয়ার প্রক্সি যুদ্ধ — অন্যের মাধ্যমে যুদ্ধ করা
Soft Power সফট পাওয়ার নরম ক্ষমতা — সংস্কৃতি, মিডিয়া, অর্থের মাধ্যমে প্রভাব
Hard Power হার্ড পাওয়ার কঠোর ক্ষমতা — সামরিক শক্তি প্রয়োগ
Civil Society সিভিল সোসাইটি সুশীল সমাজ — NGO, অ্যাক্টিভিস্ট, বুদ্ধিজীবী
@ffkev
ffkev / changes
Created December 15, 2025 09:30
Changes included in the HTML Editor to support Mulish font.
======================================================================================================
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
# 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
# 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"
apiVersion: openchoreo.dev/v1alpha1
kind: ComponentType
metadata:
name: simple-http-service
namespace: default
spec:
workloadType: deployment
schema:
types:
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`
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,