The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
| #!/bin/bash | |
| # Description: This Nemo script uses img2pdf with single or multiple file arguments. | |
| # script location: ~/.local/share/nemo/scripts/ | |
| # Resources: | |
| # [img2pdf Homepage](https://gitlab.mister-muffin.de/josch/img2pdf) | |
| # [img2pdf mirror on github](https://github.com/josch/img2pdf) | |
| # Tags: img2pdf nemo-filemanager nemo-script | |
| #arguments passed to img2pdf | |
| myoptions="--pagesize A4 --fit shrink" |
| /* | |
| Deciphering TinyTask Recording Format after a bit of trial and error I found and used the following | |
| */ | |
| #include<stdio.h> | |
| /* Our structure | |
| - 0002 0000 7906 0000 4501 0000 dd0a 9400 7607 0b00 | |
| - 20 bytes in length | |
| - interpreted as shorts, when we read it with fread, bytes get reordered | |
| - 0200 0000 0679 0000 0145 0000 0add 0094 0776 000b | |
| */ |
| # Script to simulate Population Estimation function by paui | |
| # Inspired to investigate after watching Matts (standupmaths) video: | |
| # How to estimate a population using statisticians | |
| # https://www.youtube.com/watch?v=MTmnVBJ9gCI | |
| # | |
| # Capture-Recapture Method | |
| # Single-Shot version | |
| # eN - population estimate | |
| # M - number of marked samples before re-capture | |
| # C - recapture sample size |
| [download] aubio-0.4.2.tar.bz2 | |
| [build] aubio i686-w64-mingw32.static | |
| Failed to build package aubio for target i686-w64-mingw32.static! | |
| ------------------------------------------------------------ | |
| -> task in 'lib_objects' failed (exit status 1): | |
| {task 140560222801104: c source_avcodec.c -> source_avcodec.c.1.o} | |
| ['i686-w64-mingw32.static-gcc', '-g', '-Wall', '-Wextra', '-I/opt/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2/build/src', '-I/opt/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2/src', '-DAUBIO_PREFIX="/opt/mxe/usr/i686-w64-mingw32.static"', '-DPACKAGE="aubio"', '-DHAVE_FFTW3F=1', '-DHAVE_SAMPLERATE=1', '-DHAVE_SNDFILE=1', '-DHAVE_AVCODEC=1', '-DHAVE_AVFORMAT=1', '-DHAVE_AVRESAMPLE=1', '-DHAVE_AVUTIL=1', '../src/io/source_avcodec.c', '-c', '-o', '/opt/mxe/tmp-aubio-i686-w64-mingw32.static/aubio-0.4.2/build/src/io/source_avcodec.c.1.o'] | |
| Makefile:792: recipe for target 'build-only-aubio_i686-w64-mingw32.static' failed | |
| make[1]: *** [build-only-aubio_i686-w64-mingw32.sta |
| const gblFrom = { | |
| year : 2020 , | |
| month : 3, | |
| day : 29, | |
| hour : 0 | |
| }; | |
| const gblTo = { | |
| year : 2020 , | |
| month : 8, | |
| day : 1, |
| http://www.power-eetimes.com/en/what-destroyed-the-hindenburg-can-ruin-your-equipment.html?cmp_id=71&news_id=222907736&vID=98 |
| http://www.electronics-eetimes.com/en/wireless-sensor-network-challenges-and-solutions.html?cmp_id=34&news_id=222920268&vID=1698&from_mail=1 |
| http://pinouts.ru/Game/playstation_9_pinout.shtml | |
| http://www.wiringdiagrams21.com/2009/11/21/playstation-2-controller-cable-connector-pinout-diagram/ | |
| http://www.fixya.com/support/t4344634-cut_end_ps2_controller_wire | |
| http://makezine.com/2008/06/09/playstation2-controller-i/ | |
| http://store.curiousinventor.com/guides/PS2/ |