Search
You can find the results of your search below.
Fulltext results:
- Formatting Syntax @wiki
- is behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. ... ?php /** * Customization of the english language file * Copy only the strings that needs to be modifie... ats. To mitigate the problem, you can upload your file in different formats for maximum browser compatib... filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would
- Embedded Linux computer with 1-wire net @archive
- </box> ===== Files ===== ==== ADT7410.asm ==== <file mpasm ADT7410.asm> list p=18f4523 include <P18f... nd Stop I2C_STOP BCF LATD,RD0 RETURN END </file> ==== Pic18poller.pl ==== <file perl Pic18poller.pl> #!/usr/bin/perl use Device::SerialPort; use DBI... rd"; #Filename for when MySQL server is offline $file="pcontroller_cache.dat"; # Set up the serial po
- MythTV DVR System Upgrade
- emperature monitoring ====== <HTML> <IMG SRC="/sqlfile.php?id=5"> </HTML> ====== Remaining recording time ====== <HTML> <IMG SRC="/sqlfile.php?id=2"> </HTML> ==== Video ==== Due to diffic... iftop * dstat * nstat * iostat == IVTV == <file> # v4l2-ctl -i 5 Video input set to 5 (Composite ... el to maximum /usr/bin/v4l2-ctl -c volume=65535 </file> ==== Video Drivers ==== === Installing Intel d
- Eee PC Customizations @archive
- lanking button is pressed unless you're at home <file bash /etc/acpi/screenlock.sh> #!/bin/sh # Jeff Br... t -display :0.0 dpms force off $SSAVER & fi </file> <file bash /etc/acpi/lidbtn.sh> #!/bin/sh LID_STATE=`cat /proc/acpi/button/lid/LID/state | awk '{prin... acpi/cancelsuspend.sh # Added line fi exit 0 </file> <file bash /etc/acpi/events/power> # Optionally
- Notes
- lot.php ---- <code php> <?PHP if(isset($_REQUEST["file"])) { header('Content-type: image/png'); passthru("gnuplot ".escapeshellcmd($_REQUEST["file"])); die(); } $dir="/var/www/gnuplot/"; if (is_di... r($dir)) { if ($dh = opendir($dir)) { while (($file = readdir($dh)) !== false) { $split=split("\.",$file); if(filetype($dir . $file)=="file" && $split[
- Data Logging @projects
- ntend. ==== Perl Script ==== === Install === <file bash>sudo cpan -i Device::SerialPort sudo cpan -i... o cpan -i LWP::Simple sudo cpan -i Time::HiRes </file> === Files === <file perl logger.inc.pl>$SERIALPORT="/dev/ttyUSB0"; $SERIALBAUD=19200; # Delay between updates $DELAY=0.3; $DataFile='/tmp/monitordata.lgdat'; </file> <file perl byt
- Lenovo T530 Laptop WiFi upgrade @projects
- .ROM) in UEFItool (Works well under wine) - File > Search, Select GUID, search for 79E0EDD7-9D1D-4... age section again, select "Replace as is" - File > Save Image file, save as MODIFIEDBIOS.ROM - Flash new bios - flashrom -p ch341a_spi -c "MX25L32... Revise list as I made an error in reading to hex file ^Vender:Device^Description^ |8086:4238|Centrino(
- 7-segment display module @projects:electronics
- ronics:7seg.jpg?200| }} ====== Constants ====== <file mpasm saa1065const.asm> ; SAA1064 Constants SAA10... B'10000000' ; . SAA1064SEGJ EQU B'00011110' ; J </file> ====== PIC18 assembly code lookup table ====== <file mpasm saa1065lookup.asm> ;Lookup Table for 7-seg ... 1011000' ; C RETLW B'01011110' ; D RETLW B'01111001' ; E RETLW B'01110001' ; F ;End of Lookup </file>
- SD GPS Track Logger @projects:electronics
- /forum.microchip.com/tm.aspx?m=294073&mpage=1|MDD File System V1.00 with PIC18F working?]] - Microchip f... &nodeId=1824&appnote=en532040|AN1045 Implementing File I/O Functions Using Microchip?s Memory Disk Drive File System Library ]] * Filesystem IC [[http://www.... [[http://elm-chan.org/fsw/ff/00index_e.html|FAT File System Module]] [[http://forum.microchip.com/tm.
- Barometer Graphs @archive
- === Barometer Graphs ====== <HTML> <IMG SRC="/sqlfile.php?id=4"> </HTML> <HTML> <IMG SRC="/sqlfile.php?id=1"> </HTML>
- Water meter monitoring @esphome
- hich magnetic axis to monitor and thresholds). <file yaml watermeter.yaml> esphome: name: WaterMeter... id(sample)) * 0.01 * id(offset)); id(watercounter).publish_state(id(total_pulses)); </file>
- APC Smart-UPS 2200 RM with AP9606 management card @reference
- .debian.org/cgi-bin/bugreport.cgi?bug=655741]] <file> ===== --- a/src/drivers/snmplite/apc-mib.cpp +++... erload: %c\n", data.str[8]); if (data.str[8] == '1') ups->set_overload(); ===== </file>
- test
- ript> new TWTR.Widget({ version: 2, type: 'profile', rpp: 4, interval: 6000, width: 250, hei
- Cetus Tracklog @archive
- /www.CetusGPS.dk Usage: TrackLog [options] trackfile... <Enter> Options (* are default values): -fu
- Making custom udev entries @arduino
- ATTRS{serial}=="A9KJB1T5" #</code> create a file in /etc/udev/rules.d/ <code udev 99-arduino.rules