Skip to content

Instantly share code, notes, and snippets.

@muka
muka / docker-compose.yaml
Last active August 11, 2020 18:33 — forked from ivelin/docker-compose.yaml
Default docker compose configuration for Ambianic Edge
version: "3.7"
services:
ambianic-edge:
container_name: ambianic-edge
restart: unless-stopped
privileged: true
image: ambianic/ambianic-edge:latest
network_mode: "host"
devices:
- "/dev/video0:/dev/video0"
@muka
muka / tf_obj_tutorial.md
Created March 13, 2018 10:45 — forked from douglasrizzo/tf_obj_tutorial.md
TensorFlow Object Detection Model Training
// add all items to collection
Alloy.Collections.Fugitive.reset([{
"name" : "Jeff Haynie"
}, {
"name" : "Nolan Wright"
}, {
"name" : "Don Thorp"
}, {
"name" : "Marshall Culpepper"
}, {
@muka
muka / app.js
Last active August 29, 2015 14:05 — forked from jonalter/app.js
var win = Titanium.UI.createWindow({
backgroundColor: 'blue'
});
var btn = Ti.UI.createButton({
title : 'Add Notification'
});
btn.addEventListener('click', function(e) {
var activityName = Ti.App.name;
@muka
muka / README.md
Created June 12, 2014 05:21 — forked from sarg/README.md

Obtaining RK3066 boot ROM.

Here are my steps.

At first, I took a look to RK30xxLoader(L)_V1.18.bin. This file appears in update.img for my device. So, I unpacked update.img using rk29Kitchen.

strings on that file returns nothing interesting, so I assumed the file is crypted