Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Volltextergebnisse:

mint @nsm
42 Treffer, Zuletzt geändert:
m:img_20210929_212425.jpg?200 |Das Display}} ==== Input: 7 Optobänke mit je 4 Inputsignalen 24V (getestet) (5X <12V für Fotoabtastung... PUT_MONEY_RETURN B001000 // 0 - Rückgabe #define INPUT_MONEY_INPUT_50 B001001 // 1 - Münzeingabe 50Pf #define INPUT_MONEY_INPUT_10 B001010 // 2 - Münzeingabe 10Pf #define INPUT_MONEY_INPUT_100 B001011 // 3 - Münzeingabe 1DM #define INPUT_CRED
wii-remote_on_linux @wii
32 Treffer, Zuletzt geändert:
d in Ubuntu and OpenSuSE): in line 37, change 'UINPUT_DEV': "/dev/misc/uinput", to 'UINPUT_DEV': "/dev/input/uinput", save the file and exit Exclamation The follo... e "Wiimote" "AlwaysCore" after the last Section "InputDevice" add: Section "InputDevice" Identifier "Wiimote" Driver "evdev" Option... e folder /wmd-0.1.2, become root, type: modprobe uinput python WMD.py press buttons 1+2 on the Wii Remote
wminput @wii:wii-remote_on_linux
29 Treffer, Zuletzt geändert:
kraft.org/cwiid/wiki/wminput)) == Overview == wminput is an Linux event, mouse, and joystick driver for the wiimote using the uinput system. It supports assigning key/button symbols... , some (most? all?) udev configurations set up a uinput device file readable only by root. Using wminput as a user other than root requires udev to change... ion files are installed in /usr/local/etc/cwiid/wminput. Configuration search directory order is ~/.cwiid/wminput, /usr/local/etc/cwiid/wminput. Configuration file... in [http://abstrakraft.org/cwiid/browser/trunk/wminput/action_enum.txt cwiid/wminput/action_enum.txt]. All valid wiimote, nunchuk, an
osticket @ticket
18 Treffer, Zuletzt geändert:
$sql.='AND (open.staff_id=0 OR open.staff_id='.db_input($thisuser->getId()).' OR dept.manager_id='.db_input($thisuser->getId()).') '; // gerald $sql.='LEFT J... 'AND (overdue.staff_id=0 OR overdue.staff_id='.db_input($thisuser->getId()).' OR dept.manager_id='.db_input($thisuser->getId()).') '; // gerald $sql.='LEFT J... et_id=ticket.ticket_id AND assigned.staff_id='.db_input($thisuser->getId()); if(!$thisuser->isAdmin()){ ... $thisuser->getDepts()).') OR ticket.staff_id='.db_input($thisuser->getId()); } </code> Wenn man schon da
wiimote-ubuntu-mouse-lightpen @wii
15 Treffer, Zuletzt geändert:
e following command <code>sudo aptitude install wminput wmgui lswm</code> Next, we need to find the bluet... tick ===== Unless you want to run sudo modprobe uinput every time you start Ubuntu, it’s recommended tha... e> Insert this line at the end of the file <code>uinput</code> So the whole file should look exactly like... nes beginning with “#” are ignored. fuse lp sbp2 uinput</code> You have to restart your computer for the
string_operations @bash
14 Treffer, Zuletzt geändert:
e to the "readline" libraries and how to write a .inputrc file (which I think should all go in a separate... ad loop -- where we read values from each line of input (from /etc/passwd into seven variables per line. ... ' # Piping an empty "echo" to awk gives it dummy input, #+ and thus makes it unnecessary to supply a fil... terminator. This function may block waiting for input. mbfl_argv_all_files Function Checks tha
pdftk
13 Treffer, Zuletzt geändert:
e> pdftk &lt;input PDF files | - | PROMPT&gt; [input_pw &lt;input PDF owner passwords | PROMPT&gt;] [&lt;operatio... be verwendet werden: <span class="pdftk">&lt;input PDF handle&gt;=&lt;input PDF filename&gt;</span> Das Handle kann in ... e und Seitenbereiche anzugeben. Beispiel: A=input1.pdf B=input2.pdf</pre> </div> <div class="example"> <pre> <span class="pdftk">[input_pw &lt;input PDF owner passwords | PROMPT&gt;]</span> Ei
ps2014 @ikea
9 Treffer, Zuletzt geändert:
\"<form method='POST' action='/setmqtt'>Broker: <input name='broker' value='\" + String(mqttHost) + \"' size=30><br>Port: <input name='port' value='\" + String(mqttPort) + \"' size=6><br>User: <input name='user' value='\" + String(mqttUser) + \"' size=20><br>Pass: <input name='pass' value='' size=20><br>Topic base: <input name='topic' value='\" + mqttBaseTopic + \"' size=30><br><input type='submit' value='Save'></form>\"; html += \"</... etTurns)); // pins & ISRs pinMode(PIN_LIMIT, INPUT_PULLUP); pinMode(PIN_HALL, INPUT_PULLUP); pin
video @psp
9 Treffer, Zuletzt geändert:
INPUTFILE [TITLE] Encode video for PSP v$version INPUTFILE can be any video input format suported by ffmpeg If no TITLE, script ask... archivo de entrada no existe o no se puede leer (Input file not exist or cant read)' exi... itle ] then title=$(kdialog --title "PSPRecode" --inputbox "Titulo (Title):" "$2" 2> /dev/null) fi if [ ... ted to the nearest second if [ $progreso ];then inputlength=`mplayer -identify -frames 0 -vc null -vo n
bash
7 Treffer, Zuletzt geändert:
icht systemweit, so kopiert man die Datei '''/etc/inputrc''' nach '''/home/$USER/.inputrc''', und nimmt die Änderung dort vor. Durch dr... icht systemweit, so kopiert man die Datei '''/etc/inputrc''' nach '''/home/$USER/.inputrc''', und nimmt die Änderung dort vor. Die Bash... eiten einfach 'durchtabben', indem man in '''/etc/inputrc''' folgendes (nach der if mode=emacs Zeile) ein
suhosin
6 Treffer, Zuletzt geändert:
mum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script ma... pt may consume (16MB) ; How many GET/POST/COOKIE input variables may be accepted max_input_vars = 2000 ; Maximum input variable nesting level ; http://php.net/max-input-nesting-level max_input_n
hardware @raspberry_pi
6 Treffer, Zuletzt geändert:
t an GPIO-Pin 23 angeschlossen while True: input_state = GPIO.input(23) if input_state == False: print('Taster gedrueckt') time.sleep(2) # war 0.2, aber
map @ffmpeg
6 Treffer, Zuletzt geändert:
stream. As we'll see later on, ffmpeg can process input from several files. "input" is the zero-based index of the input file we want to use − 0 for the first, 1 for the ... urth stream in the first (and only, in this case) input file. "-map" can also be used to create a new m
ffmpeg
5 Treffer, Zuletzt geändert:
file with multiple audio tracks : <code>ffmpeg -i input.mpg -vcodec copy -acodec copy -f vob output.mpg -acodec copy -newaudio</code> ===== Input Stream Selection ===== <code>ffmpeg -i input.vob -map 0:2 -acodec aac -ab <audio_bitrate> -vn output.mp... ideo codecs and containers you want to be able to input or output. The greater the number, the exponentia
batocera
3 Treffer, Zuletzt geändert:
press the button on your controller. The detected input will then be displayed like so: <code>Event: tim... truction. A lot of people like to make their own input devices and controllers and these are a cheap way... /beko.famkos.net/2022/03/17/cy-822a-with-analogue-input/]] ==== VPinball ==== Visual Pinball X - nimmt
input_password @shell
3 Treffer, Zuletzt geändert:
joystick
3 Treffer, Zuletzt geändert:
shelly
3 Treffer, Zuletzt geändert:
force_feedback
3 Treffer, Zuletzt geändert:
arduino
2 Treffer, Zuletzt geändert:
video-dvd @cd-dvd
2 Treffer, Zuletzt geändert:
lx3 @mouse
2 Treffer, Zuletzt geändert:
htmldoc
2 Treffer, Zuletzt geändert:
modify @kernel
2 Treffer, Zuletzt geändert:
advancecd @mame
2 Treffer, Zuletzt geändert:
cracking_wep_and_wpa_wireless_networks
2 Treffer, Zuletzt geändert:
squid
2 Treffer, Zuletzt geändert:
shiftlock
2 Treffer, Zuletzt geändert:
macos
1 Treffer, Zuletzt geändert:
dingoo
1 Treffer, Zuletzt geändert:
fail2ban
1 Treffer, Zuletzt geändert:
explode @shell
1 Treffer, Zuletzt geändert:
wine
1 Treffer, Zuletzt geändert:
ubuntu_hardy @fglrx
1 Treffer, Zuletzt geändert:
ooo_to_pdf
1 Treffer, Zuletzt geändert:
oxid
1 Treffer, Zuletzt geändert:
cryptsetup
1 Treffer, Zuletzt geändert:
stacker
1 Treffer, Zuletzt geändert:
shell
1 Treffer, Zuletzt geändert:
wiimote-ubuntu @wii
1 Treffer, Zuletzt geändert:
mail_merge @openoffice
1 Treffer, Zuletzt geändert:
changes @oxid
1 Treffer, Zuletzt geändert:
 
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0
DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp   Dogecoin Donations Accepted Here    DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp  DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp