Skip to content

Instantly share code, notes, and snippets.

USB charger tester KCX-017

Instructions

  1. Input Voltage: 3V - 7V Input current: <3.4A

  2. Parameters that you can test: Voltage of battery. Current of battery, value of discharging capacitor.(Total ten parameters)

@mitry
mitry / NoSafeBoot.reg
Last active May 20, 2017 10:43
Disable SafeBoot via Windows Registry
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Option]
"OptionValue"=-
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Option]
"OptionValue"=-
// ==UserScript==
// @name Linkifier
// @version 1.06
// @date 2008-10-10
// @author Mike Samokhvalov <[email protected]>
// @download http://www.puzzleclub.ru/files/linkifier.js
// ==/UserScript==
// By motive of Greasemonkey user script "Linkifier":
// http://userscripts.org/scripts/show/1024
@mitry
mitry / UrlHandler.wsf
Created October 22, 2012 06:11
UrlHandler - launch a program to handle URL Shortcut
<?xml version="1.0" encoding="windows-1251"?>
<job id="UrlHandler">
<?job error="True" debug="True" ?>
<runtime>
<description>UrlHandler - launch a program to handle URL Shortcut</description>
<unnamed name="url" helpstring="" many="false" required="true" />
<example>UrlHandler proto://params</example>
</runtime>
@mitry
mitry / radikal.php
Created May 24, 2012 01:07
Radikal.ru parser
<?php
$ch = curl_init();
foreach (glob("???.htm") as $file) {
//echo "$file\n";
$dom = new DOMDocument();
$dom->recover = true;
@ $dom -> loadHTMLFile($file) or die("loadHTML error for '$file'");
@mitry
mitry / tangovim.vim
Created February 1, 2012 04:17
Tango color theme for ViM
" @(#) ~/.vim/colors/tango.vim - Tango-style colors for vim
" @author dMitry Alexandrov <mitry (at) mitry.spb.ru>
" @see http://tango.freedesktop.org/
" @see http://dumpz.org/2373/
" $Id: tango-mitry.vim,v 27b476a4c6f4 2012/10/21 06:59:09 mitry $
" ====================================
hi clear
if exists("syntax_on") | syntax reset | endif
@mitry
mitry / .vimrc
Created February 6, 2011 05:25
~mitry/.vimrc
" (#) ~/.vimrc
" Description: vim имеет всего два режима - бибикать и все портить. :-)
" Author: dMitry Alexandrov <mitry (at) mitry.spb.ru>
" Created: 2003-08-24
" Version: $Id: .vimrc,v 27b476a4c6f4 2012/10/21 06:59:09 mitry $
version 6.2
scriptencoding utf-8
""" Options: {{{1