-
Input Voltage: 3V - 7V Input current: <3.4A
-
Parameters that you can test: Voltage of battery. Current of battery, value of discharging capacitor.(Total ten parameters)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" (#) ~/.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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" @(#) ~/.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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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'"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Option] | |
"OptionValue"=- | |
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Option] | |
"OptionValue"=- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
mQGiBEA1KbkRBACfCSLgD2/Dlrh0oGAym01beis4MY8QDu9SMt8tnSb+0R4IqQmc | |
N/C8WfVXD+3fyOSYmby0C9PJUArCNTp6YDGMVyhKUBwA0sHq5dCWV3ayi2sWjClv | |
umnhiG6C1svY/vnj9vsHInkHofmEJYphlN3UKEYL6EWfrPU0itrl86xD9wCgjPSu | |
8lsgJcFhnnZgdWyhV5rYRRED/iMNjka7gXEtgIKjaAojVU9gNoPSQ5pziF2bzLK8 | |
fqOJlLkfUSTVIkBOwe9Klb+bHozTiOGGXvgM3zYeFg2Q3iJUW2CX8LO5RuBSDYxk | |
MoSogSGzChXLz9Z6TsVC10uwM2hYM2BwFXy6SfpUlr8qv4sx18xgOIkcKxjrDsQp | |
0s9cBACR0f2izTMD0LgLhiU9ZZ7KhV2jCufiZu1zwZTY/+9KkPGEooJvGIv7fb9B | |
a1ebljpbD9YvenRjYoeK/dgp2J70FC+DoO3b7S16LcHXGQ/9F8iWGOPvEHzSN2HT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @usage: | |
* .htaccess or Apache httpd.conf file: | |
* ``` | |
* AddType text/markdown .md .markdown .mrd | |
* Action markdown /cgi-bin/md.php | |
* AddHandler markdown .md .markdown .md.txt | |
* ``` | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@<NUL set /p="%*" |
OlderNewer