Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

Discover gists

@rajibdpi
rajibdpi /Office 2019 Professional Plus Product Key
Last activeOctober 8, 2025 04:37— forked frommoonsbtt/Office 2019 Professional Plus Product Key
Office 2019 Professional Plus Product Key
New Methiod to Activate Windows/MS Office 2010/2013/2016/2019
If you have already intalled MS Office Or Download from bellow link
Download setup file for MS Office Pro Plus 2019 https://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/en-us/ProPlus2019Retail.img
Activate Windows / Office ?
📌PowerShell Method For Windows 8, 10, 11:
Click the Start Menu, type PowerShell, then open it.
Copy and paste the code below, then press enter.
irm https://get.activated.win | iex
<!DOCTYPE html>
<html>
<head>
<title></title>
<metacharset="utf-8"/>
<scriptsrc="Scripts/jquery-1.9.1.min.js"></script>
<linkhref="Content/bootstrap.min.css"rel="stylesheet"/>
<scriptsrc="Scripts/isRockFx.js"></script>
<script>
$(function () {
@JuanDiegoMontoya
JuanDiegoMontoya /rand.glsl
Last activeOctober 8, 2025 04:34
A fast, robust, and easy-to-use set of functions for generating random numbers in GLSL. Rehosted/stolen from here so it's in an easier-to-access location:https://www.shadertoy.com/view/sd3GR2
// PCG hash, see:
// https://www.reedbeta.com/blog/hash-functions-for-gpu-rendering/
// Used as initial seed to the PRNG.
uint pcg_hash(uint seed)
{
uint state= seed* 747796405u+ 2891336453u;
uint word= ((state>> ((state>> 28u)+ 4u))^ state)* 277803737u;
return (word>> 22u)^ word;
}
@orneryd
orneryd /claudette-agent.installation.md
Last activeOctober 8, 2025 04:30
Claudette coding agent for low-reasoning and free-tier models like chatGPT-4.1 to behave more similar to Claude Code. Claudette-Auto.md is the latest and focuses on autonomous function and positive language changes. The *Condensed* file is for smaller contexts, and the *Compact* file is for mini contexts. Originally created after analyzing beast…

VS Code

  • Go to the "agent" dropdown in VS Code chat sidebar and select "Configure Modes".
  • Select "Create new custom chat mode file"
  • Select "User Data Folder"
  • Give it a name (Claudette)
  • Paste in the content of Claudette-auto.md (below)

"Claudette" will now appear as a mode in your "Agent" dropdown.

@TheUnrealZaka
TheUnrealZaka /HidingRoot.md
Last activeOctober 8, 2025 04:24
This guide is for all Android devices to hide properly all root detections and successfully run banking apps as expected :)

Using KernelSU-Next + SuSFS

⚠️ Disclaimer: This guide is provided solely for educational purposes. The creator assumes no responsibility for any damage, data loss, or other adverse effects that may occur as a result of following these instructions. Proceed entirely at your own risk!


📖 Introduction

Many users who have rooted their devices finds issues where system or third-party applications detect the root status and refuse to operate. This guide outlines a procedure to hide root detection on the majority of Android devices, specifically the ones running Noble ROM for Samsung S9/S9+/N9. The approach detailed here leverages KernelSU-Next in conjunction with SuSFS.

@ryuheechul
ryuheechul /openwrt-efi-on-proxmox.md
Last activeOctober 8, 2025 04:23
How to "Install" an OpenWRT VM in Proxmox with UEFI

Existing references I looked at before I went on trial and error until eventually I managed to make it work:

Note

Although links above were good references to look at so I didn't have to start from scratch, following none of them actually worked for me.Hence, I'm leaving my own note after figuring things out.

My situation:

@turicas
turicas /free-software-licenses.csv
CreatedAugust 10, 2016 01:31
Download list of free software licenses from GNU page
nameshort_nameurl
GNU General Public License (GPL) version 3GNUGPLv3https://www.gnu.org/licenses/gpl.html
GNU General Public License (GPL) version 2GPLv2https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
GNU Lesser General Public License (LGPL) version 3LGPLv3https://www.gnu.org/licenses/lgpl.html
GNU Lesser General Public License (LGPL) version 2.1LGPLv2.1https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
GNU Affero General Public License (AGPL) version 3AGPLv3.0https://www.gnu.org/licenses/agpl.html
GNU All-Permissive LicenseGNUAllPermissivehttps://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html
Apache License, Version 2.0apache2http://directory.fsf.org/wiki/License:Apache2.0
Artistic License 2.0ArtisticLicense2http://directory.fsf.org/wiki/License:ArtisticLicense2.0
Clarified Artistic LicenseClarifiedArtisticLicensehttp://gianluca.dellavedova.org/2011/01/03/clarified-artistic-license/
@voluntas
voluntas /webrtc_turn.rst
Last activeOctober 8, 2025 04:14
WebRTC で利用されいる TURN プロトコルの解説
@Zibri
Zibri /UEFIVAR.EXE
Last activeOctober 8, 2025 04:10
UEFIVAR
NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp