CÔNG TY TNHH THƯƠNG MẠI KỸ THUẬT ĐIỆN ĐẠI HÒA PHÚ, cảm biến áp suất, bộ đếm, bộ định thời,
seen from China
seen from China

seen from Germany
seen from Sweden
seen from China

seen from Switzerland

seen from Malaysia

seen from France
seen from China

seen from United States
seen from Malaysia
seen from China

seen from Italy
seen from China
seen from Singapore
seen from Taiwan
seen from United States
seen from United States
seen from United States

seen from Ukraine
CÔNG TY TNHH THƯƠNG MẠI KỸ THUẬT ĐIỆN ĐẠI HÒA PHÚ, cảm biến áp suất, bộ đếm, bộ định thời,
Qlight New Products Available
LSG Industrial & Office Products Inc. being the new distributor of Qlight in the Philippines is offering the new additions in the collection of high quality visual and audible status indication systems designed to enhance work safety. Check out below for the new product groups.
QTG,QTC,QTR Series
Modular LED steady/flashing signal tower lights
Rearrangement of light modules can be easily achieved by Lock-type structure
Translucent milky lens type (QTR), separate color filter lens type (QTC), colored diffusion lens type (QTG), comes in 3 size selection.
QWCD35/ QWCD50
LED Strobe Light and Smart Electric Horn Configuration (Max. 123dB)
Qlight’s innovative concept of using the horn cover as a light globe
IP66, can select between the basic type with 31 built-in sounds and an external sound (MP3) type that supports 31 user-defined sounds
QAD Series
Smart electric horn/ High siren buzzer (Max.105dB)
Wall mount multifunctional signal devices
Comes in 3 different size with 2 different model type, H type (electric horn) that supports 30 built-in sound and 30 user-defined MP3 sounds and BZ type
QMCL Series
Multiple color LED steady signal lights
New LED signal light that can configure with 7 colors in 1 signal unit
A milky translucent hue when on provide a comfortable and stable viewing condition for workers in close proximity. Comes 4 different sizes
QEL Series
LED Light Bars for Distribution Panel
Features wide direct light distribution in the distribution panels
Power line threading type, terminal box equipped type, on-off switch equipped type available depending on your sophisticated operation needs
QMPS
Panel mounted smart electric horn (Max. 98dB)
Compact, yet versatile panel embedded multi-functional speaker
Offers binary and bit input mode options with 30 pre-recorded sounds, SD card type supports up to 30 user-generated sound input
Source: http://www.qlight.com/en/
Need to order? Got some questions? Or perhaps want to ask for free quotation? Just call us: (+6345)499-2168 we’ll be happy to hear from you. https://lsgindustrial.com/
The "hell-server"
I s'pose a better name would be "How to preform automated deep-source checks"
I've pushed the code to paultag/qlight, and it's just for personal use at the moment.
It's built to use paultag/sb around sbuild.
Basically, it preforms a crudload of tests -- such as licensecheck, suspicious-source, pyflakes, bashisms, cppcheck, php in linter mode, and a ton of other checks. You can see a large majority of them in the source file.
The batch runner is a "singleton", so it's safely called more then once. It's running on a 5-minute cron, and I've configured a dput target to push it into it's queue & run the enqueue script.
Here's some example output from a random package I had lying around:
===== build status ===== sbo-run-clang successful sbo-run-gcc successful ===== global status ===== Ran plugin extract, exit code 0 Ran plugin watch, exit code 0 Ran plugin licensecheck, exit code 0 Ran plugin validate-source, exit code 0 Ran plugin build, exit code 0 Ran plugin descr, exit code 0 Ran plugin lintian, exit code 0 ===== descr ===== I: PT: Does this sound right? "gbemol is/are a(n) Graphical frontend for the Music Player Daemon (MPD)" ===== piuparts ===== [last 20 lines] ===== licenses ===== BSD (3 clause) GPL (v2 or later) GPL (v2 or later) GENERATED FILE GPL (v2 or later) (with incorrect FSF address) LGPL (v2 or later) (with incorrect FSF address) *No copyright* GPL (v2 or later) *No copyright* UNKNOWN ===== lintian ===== I: gbemol: spelling-error-in-binary usr/bin/gbemol Wheter Whether W: gbemol: hardening-no-relro usr/bin/gbemol I: gbemol: spelling-error-in-manpage usr/share/man/man1/gbemol.1.gz allows to allows one to ===== watch ===== -- Scanning for watchfiles in . -- Found watchfile in ./debian -- In debian/watch, processing watchfile line: http://sf.net/gbemol/gbemol-(.*)\.tar.gz -- Found the following matching hrefs: gbemol-0.3.tar.gz gbemol-0.3.1.tar.gz gbemol-0.3.2.tar.gz Newest version on remote site is 0.3.2, local version is 0.3.2 => Package is up to date -- Scan finished ===== source issues ===== suspicious-source: bashisms: script ./ltmain.sh does not appear to have a #! interpreter line; you may get strange results possible bashism in ./ltmain.sh line 368 ($RANDOM): my_tmpdir="${my_template}-${RANDOM-0}$$" error: ./ltmain.sh: Unterminated quoted string found, EOF reached. Wanted: <"> pyflakes: cppcheck: [src/gbemol-utils.c:167]: (error) Memory leak: path [src/libmpdclient.c:1654]: (error) Possible null pointer dereference: output - otherwise it is redundant to check if output is null at line 1663 [src/libmpdclient.c:1655]: (error) Possible null pointer dereference: output - otherwise it is redundant to check if output is null at line 1663 [src/libmpdclient.c:1656]: (error) Possible null pointer dereference: output - otherwise it is redundant to check if output is null at line 1663 [src/libmpdclient.c:1664]: (error) Possible null pointer dereference: output - otherwise it is redundant to check if output is null at line 1663 phplint: desktop validate: .//.pc/desktop_file.patch/gbemol.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated .//.pc/desktop_file.patch/gbemol.desktop: error: (will be fatal in the future): value "gbemol.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path .//.pc/desktop_file.patch/gbemol.desktop: warning: value "Application;AudioVideo;Player;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application" mp3check: mp3val: fontlint: ftvalid: msgfmt: POFileChecker: POFileSpell: pngcheck: jpeginfo: ogginfo: oggz-validate: xmllint: lacheck: jslint: check for environ calls to home: check for use of /tmp: ./intltool-extract.in: $OUTFILE = "./tmp/$OUTFILE.h" check for use of system(): ./aclocal.m4: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` ./intltool-merge.in: return 1 if ((-x $file) or (system("$file -l >$devnull") == 0)); ./intltool-merge.in: system ("$iconv -f $encoding -t UTF-8 <$devnull 2>$devnull"); ./intltool-update.in: return 1 if ((-x $file) or (system("$file --version >$devnull") == 0)); ./intltool-update.in: system ($EXTRACT, "--update", "--srcdir=$SRCDIR", ./intltool-update.in: system ($EXTRACT, "--update", "--type=$gettext_type", ./intltool-update.in: system ("$MSGMERGE", "-o", $outfile, $infile, "$MODULE.pot"); ./intltool-update.in: system ("$MSGFMT", "-o", "$devnull", "--verbose", $output_file); ./intltool-update.in: system ("$MSGFMT", "-o", "$devnull", "--verbose", "$SRCDIR/$lang.po"); ./configure: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` ./intltool-extract.in: system ("mkdir -p $dirname"); ./intltool-extract.in: system("mkdir tmp/"); ./debian/gbemol.1:the \fBDebian\fP system (but may be used by others). Permission is ./debian/manpage.sgml: the &debian; system (but may be used by others). Permission is ===== sbo-run-clang.log warnings ===== update-binfmts: warning: unable to close /proc/sys/fs/binfmt_misc/register: Invalid argument update-binfmts: warning: unable to enable binary format python2.6 dpkg-source: warning: extracting unsigned source package (gbemol_0.3.2-2.dsc) dpkg-buildpackage: warning: using a gain-root-command while being root gbemol-preferences.c:483:13: warning: 'gbemol_preferences_load_spin' defined but not used [-Wunused-function] gbemol-net.c:60:11: warning: variable 'res' set but not used [-Wunused-but-set-variable] dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libfontconfig.so.1 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libatk-1.0.so.0 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against librt.so.1 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libgio-2.0.so.0 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libcairo.so.2 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libpango-1.0.so.0 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libpangocairo-1.0.so.0 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libfreetype.so.6 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libpangoft2-1.0.so.0 (it uses none of the library's symbols). dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe + add misc-depends to fix lintian warning. ===== sbo-run-gcc.log warnings ===== dpkg-source: warning: extracting unsigned source package (gbemol_0.3.2-2.dsc) dpkg-buildpackage: warning: using a gain-root-command while being root gbemol-preferences.c:483:13: warning: 'gbemol_preferences_load_spin' defined but not used [-Wunused-function] gbemol-net.c:60:11: warning: variable 'res' set but not used [-Wunused-but-set-variable] dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libfontconfig.so.1 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libatk-1.0.so.0 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against librt.so.1 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libgio-2.0.so.0 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libcairo.so.2 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libpango-1.0.so.0 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libpangocairo-1.0.so.0 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libfreetype.so.6 (it uses none of the library's symbols). dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/gbemol/usr/bin/gbemol was not linked against libpangoft2-1.0.so.0 (it uses none of the library's symbols). dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe + add misc-depends to fix lintian warning.
Not as interesting as it can get, but still pretty cool. Andrea, I swear I'm not picking on you :)
More to come later (hopefully) :)