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) ==== 16 Pin DILS: LTV847... 2kOhm Widerstände (ausser für Fotoabtastung) === Input via I2C === <del>Um GPIOs auf dem Mega zu sparen... erwende ich PCF8574 (getestet). Jeder Chip kann 8 Inputs (1Byte) auf den I2C-Bus bringen.</del> Ich ve
osticket @ticket
18 Treffer, Zuletzt geändert:
ET created=NOW() '. ',ticket_id='.db_input($this->getId()). ',messageId='.db_input($msgid). ',message='.db_input(Format::striptags($msg)). //Tags/code stripped...meaning clie... not send in code..etc ',headers='.db_input($headers). //Raw header. ',source='.
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:
PSIS</h3> <div class="example"> <pre> pdftk &lt;input PDF files | - | PROMPT&gt; [input_pw &lt;input PDF owner passwords | PROMPT&gt;] [&lt;operation&gt; &lt;operation arguments&gt;] [outp... class="example"> <pre> <span class="pdftk">&lt;input PDF files | - | PROMPT&gt;</span> Hier &uuml;
wii-remote_on_linux @wii
12 Treffer, Zuletzt geändert:
check again: <code>jos@jos-ubuntu:~$ lsmod | grep input jos@jos-ubuntu:~$ sudo modprobe uinput jos@jos-ubuntu:~$ lsmod | grep input uinput 10240 0 jos@jos-ubunt... this you need root rights or allow acces to /dev/input/uinput: <code>jos@ubuntu:~$ sudo sh -c 'echo "KER... \", GROUP=\"admin\"" > /etc/udev/rules.d/50-cwiid-input.rules' jos@ubuntu:~$ sudo /etc/init.d/udev rest
video @psp
9 Treffer, Zuletzt geändert:
ed=0 percentage=$((100*$secondsCompleted/$inputlength)) echo "$percentage" sleep ... eted=0 percentage=$((100*$secondsCompleted/$inputlength)) if [ $percentage -gt $lastpercentag... case $1 in --help) cat <<EOF Usage: $appname INPUTFILE [TITLE] Encode video for PSP v$version INPUTFILE can be any video input format suported by ffmpeg I
bash
7 Treffer, Zuletzt geändert:
hnt es sich, folgende Zeilen in der Datei '''/etc/inputrc''' einzufügen [1]: <code> "\e[5~": history-sea... icht systemweit, so kopiert man die Datei '''/etc/inputrc''' nach '''/home/$USER/.inputrc''', und nimmt die Änderung dort vor. Durch drücken der Tasten [[Vorl... de> set 'bind bell-style none' </code> In '''/etc/inputrc''' lassen sich ebenfalls einige (systemweite) Ä
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
map @ffmpeg
6 Treffer, Zuletzt geändert:
m film source: 25.00 (25025/1001) -> 25.00 (25/1) Input #0, mpeg, from 'mr.vob': Duration: 00:03:16.2, ... mp3 -ar 22050 -ab 96k -ac 1 mr.mp3 </code> "-map input:stream" tells ffmpeg to process the given 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,
hardware @raspberry_pi
6 Treffer, Zuletzt geändert:
define RPIPin8 RPI_GPIO 14 attr RPIPin8 direction input attr RPIPin8 interrupt both </code> # Auf Bewegun... waiting for nothing. Use Control+C to exit if io.input(pir_pin): # Waits for motion signal from PIR on G... ) GPIO.setup(11, GPIO.IN) while True: if GPIO.input(11): # Waits for motion signal from PIR on GPIO p... t an GPIO-Pin 23 angeschlossen while True: input_state = GPIO.input(23) if input_state == Fals
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... kt in den Analogmodus bootet: [[https://beko.famkos.net/2022/03/17/cy-822a-with-analogue-input/]]
force_feedback
3 Treffer, Zuletzt geändert:
Paket js-tools Bei mir: <code> sudo fftest /dev/input/event6 </code> MS-SW-FFPro2: Effekte 0-4 funktionieren. <code> sudo ffcfstress -d /dev/input/event6 </code> Stesstest: Kraft ändert sich ständig (witzig) <code>sudo ffmvforce /dev/input/event6</code> Fenster geht auf. Masu gedrückt ha
shelly
3 Treffer, Zuletzt geändert:
reports: shellies/shellyswitch25-<deviceid>/input/<i> for each SW input <i>; reports the current state as 0 or 1 shellies/shellyswitch25-<deviceid>/longpush/<i> for each SW input <i>; reports a value indicating longpush state as
input_password @shell
3 Treffer, Zuletzt geändert:
====== input passwords ====== Common practice for inputing passwords is to read the text without displaying it on th... mmand stty -echo can be used. Any subsequent user input (including commands typed at the shell) will not
arduino
2 Treffer, Zuletzt geändert:
cracking_wep_and_wpa_wireless_networks
2 Treffer, Zuletzt geändert:
htmldoc
2 Treffer, Zuletzt geändert:
joystick
2 Treffer, Zuletzt geändert:
shiftlock
2 Treffer, Zuletzt geändert:
squid
2 Treffer, Zuletzt geändert:
video-dvd @cd-dvd
2 Treffer, Zuletzt geändert:
modify @kernel
2 Treffer, Zuletzt geändert:
advancecd @mame
2 Treffer, Zuletzt geändert:
lx3 @mouse
2 Treffer, Zuletzt geändert:
wminput @wii:wii-remote_on_linux
2 Treffer, Zuletzt geändert:
cryptsetup
1 Treffer, Zuletzt geändert:
dingoo
1 Treffer, Zuletzt geändert:
fail2ban
1 Treffer, Zuletzt geändert:
macos
1 Treffer, Zuletzt geändert:
ooo_to_pdf
1 Treffer, Zuletzt geändert:
oxid
1 Treffer, Zuletzt geändert:
shell
1 Treffer, Zuletzt geändert:
stacker
1 Treffer, Zuletzt geändert:
wine
1 Treffer, Zuletzt geändert:
ubuntu_hardy @fglrx
1 Treffer, Zuletzt geändert:
changes @oxid
1 Treffer, Zuletzt geändert:
explode @shell
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