erase emmc manually: https://e2e.ti.com/support/legacy_forums/embedded/linux/f/linux-forum-read-only/398780/script-to-erase-emmc-independently-beagle-bone-black
#!/usr/bin/env bash | |
me=$(basename "$0") | |
export me | |
function usage(){ | |
cat >&2 <<ENDOFHELP | |
Usage: $me [-r|--relative] [-c|--children] [-h|--help] TARGET [DESTINATION] | |
$me examines rom media files in TARGET and subdirectories | |
and for each set of filenames that only differs from a media |
This documentation is provided solely for education and interoperability purposes (aka persons who are tired of proprietary non-customizable hardware and want to use their own hardware for DIY controllers). It enables neither chip-cloning nor controller counterfeiting which would violate copyright and/or any other applicable laws. This documentation also comes without warranty. Use it at your own risk.
- Model: NXP A710x series, possibly semi-customized (Label says 7105 - A7105 does not exist)
- Protocol: I2C
We did it! We broke gist.github.com ;) So head over to the new home! Thank you all!
2021.10.20: https://github.com/AveYo/MediaCreationTool.bat now open for interaction
Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
A powerful yet simple windows 10 / 11 deployment automation tool as well!
#!/usr/bin/python | |
import sys | |
import struct | |
import argparse | |
def swap32(i): | |
return struct.unpack("<I", struct.pack(">I", i))[0] | |
filename = None |
package xyz.nulldev.csg | |
import okhttp3.OkHttpClient | |
import okhttp3.Request | |
import org.jetbrains.ktor.http.HttpStatusCode | |
import org.jetbrains.ktor.netty.embeddedNettyServer | |
import org.jetbrains.ktor.response.respondRedirect | |
import org.jetbrains.ktor.response.respondText | |
import org.jetbrains.ktor.routing.get | |
import org.jetbrains.ktor.routing.routing |
List of desktop Nvidia GPUS ordered by CUDA core count
I created it for those who use Neural Style
Guys, please add your hardware setups, neural-style configs and results in comments!
GPU | CUDA cores | Memory | Processor frequency |
---|---|---|---|
GeForce GTX TITAN Z | 5760 | 12 GB | 705 / 876 |
log: [PS4][DEBUG]: [PS4LINK] commands listener received packet size (266) | |
log: [PS4][DEBUG]: [PS4LINK] Received command execpayload argc=0 argv= | |
log: [PS4][DEBUG]: [PS4LINK] execpayload command thread UID: 0x80D2A520 | |
log: [PS4][DEBUG]: [PS4LINK] commands listener waiting for next command | |
log: [PS4][DEBUG]: Loaded on corer 7 | |
log: [PS4][DEBUG]: Setting affinity return 0x00000000 | |
log: [PS4][DEBUG]: xpageEntryHi = ffffffff833249a8 | |
log: [PS4][DEBUG]: mmap codepe0 825fc000 | |
log: [PS4][DEBUG]: mmap codepe1 1825fc000 | |
log: [PS4][DEBUG]: mmap codepe2 2825fc000 |
#!/usr/bin/env ruby | |
# apk_backdoor.rb | |
# This script is a POC for injecting metasploit payloads on | |
# arbitrary APKs. | |
# Authored by timwr, Jack64 | |
# | |
require 'nokogiri' | |
require 'fileutils' |