Skip to content

Instantly share code, notes, and snippets.

@jeffkreeftmeijer
jeffkreeftmeijer / bassie.png
Created April 11, 2011 12:01
Colored image blob detection
bassie.png
@mubbashir
mubbashir / Jenkins+Script+Console.md
Last active October 9, 2023 07:10 — forked from dnozay/_Jenkins+Script+Console.md
jenkins groovy scripts collection.
#!/bin/bash
# Check if a value exists in an array
# @param $1 mixed Needle
# @param $2 array Haystack
# @return Success (0) if value exists, Failure (1) otherwise
# Usage: in_array "$needle" "${haystack[@]}"
# See: http://fvue.nl/wiki/Bash:_Check_if_array_element_exists
in_array() {
local hay needle=$1
#!/bin/bash
# IMPORTANT: Make sure your VM's network security rules allows access over TCP Port 80.
# This is required to pass the HTTP challenge.
# Download: curl -o setup.sh <raw URL of this gist>
# Enable execution: sudo chmod +x setup.sh
# Run: ./setup.sh -d "yourdomain.tld" -e "youremail@yourdomain.tld"
while getopts d:e: option
@wolveix
wolveix / outline.yaml
Created February 8, 2021 20:18
Concatenated Outline Wiki Kubernetes YAML File
apiVersion: v1
kind: Namespace
metadata:
name: outline
---
apiVersion: v1
kind: ConfigMap
metadata:
name: outline
namespace: outline
//
// Created by user on 26.06.2021.
//
#include <cstdint>
#include <cstdio>
int g_CONFIG_CGEAVersion;
int g_CONFIG_V363Strategy;
int g_CONFIG_B299Strategy;
int DAT_00218a20;

How to flash reformat on FordSync3 through USB cable

Intro

This method allows to flash Ford Sync 3 multimedia module(APIM) through USB cable even if it was bricked 🧱. You don't need to solder either the eMMC card reader or any other wires. The only thing you need is to disassemble the Sync module and short circuit of two pads.