Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iexNote
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex| #!/usr/bin/env python3 | |
| """Generate per-plugin vulnerability markdown reports using WPVulnerability API.""" | |
| from __future__ import annotations | |
| import json | |
| import re | |
| import argparse | |
| import sys | |
| import time |
| #!/bin/bash | |
| # =================================================== | |
| # Virtual Display Manager CLI (Single Display Only) | |
| # Auto Stop, Force Portrait, Extended Profiles | |
| # Mencakup Smartphone & Tablet dari semua brand | |
| # =================================================== | |
| APP_ID="com.example.virtualcli" | |
| SERVICE_NAME="$APP_ID/.VirtualDisplayService" | |
| TMP_PKGLIST="/tmp/vdisplay_pkglist.txt" |
| { | |
| "sync.gist": "08f1f45b3016fb638fae4172b9e6286a", | |
| "sync.quietSync": false, | |
| "sync.removeExtensions": true, | |
| "sync.syncExtensions": true, | |
| "sync.autoDownload": false, | |
| "sync.autoUpload": false, | |
| "sync.forceDownload": false, | |
| "workbench.startupEditor": "newUntitledFile", | |
| "workbench.colorCustomizations": { |
| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| /* === Global Body Styling === */ | |
| body { | |
| @apply bg-white text-[#182230] leading-relaxed; | |
| } | |
| /* === Container === */ |
| #!/bin/bash | |
| # Exit on error | |
| set -e | |
| # Variables | |
| SERVICE_NAME="graphhopper" | |
| SERVICE_FILE="/etc/systemd/system/${SERVICE_NAME}.service" | |
| WORKING_DIR="$HOME/graphhopper/graphhopper" | |
| JAVA_EXEC="/usr/bin/java" |
| import 'dart:math'; | |
| /// Checks if a point is inside any of the geofences | |
| bool isInsideGeofences(dynamic geofences, double lat, double lng) { | |
| // Iterate through each geofence in the list | |
| for (var geofence in geofences) { | |
| // Each geofence is an array with one polygon | |
| var polygon = geofence[0]; | |
| if (isPointInPolygon(lat, lng, polygon)) { |
| #!/bin/bash | |
| # Update system packages | |
| sudo apt update && sudo apt upgrade -y | |
| # Install required dependencies | |
| sudo apt install -y git curl sqlite3 | |
| # Create a user for Gitea | |
| sudo adduser --system --group --disabled-password --shell /bin/bash --home /home/git --gecos 'Gitea User' git |
Most things should work in newer versions of macOs with slight tweaks.
Custom recipe to get macOS 10.12 Sierra running from scratch, setup applications and developer environment. This is very similar (and currently mostly the same) as my 10.11 El Capitan setup recipe and 10.10 Yosemite setup recipe. I am currently tweaking this for 10.12 Sierra and expect to refine this gist over the next few weeks.
I use this gist to keep track of the important software and steps required to have a functioning system after a semi-annual fresh install. I generally reinstall each computer from scratch every 6 months, and I do not perform upgrades between releases.
This keeps the system performing at top speeds, clean of trojans, spyware, and ensures that I maintain good organizational practices for my content and backups. I highly recommend this.
| PlayStore.enabled = no | |
| abi.type = arm64-v8a | |
| avd.id = <build> | |
| avd.ini.encoding = UTF-8 | |
| avd.name = <build> | |
| disk.cachePartition = yes | |
| disk.cachePartition.size = 66MB | |
| disk.dataPartition.path = <temp> | |
| disk.dataPartition.size = 6442450944 | |
| disk.systemPartition.size = 0 |