This paper addresses the subject of SQL Injection in a Microsoft SQL Server/IIS/Active
Server Pages environment, but most of the techniques discussed have equivalents in other
database environments. It should be viewed as a "follow up", or perhaps an appendix, to
the previous paper, "Advanced SQL Injection".
The paper covers in more detail some of the points described in its predecessor, providing
examples to clarify areas where the previous paper was perhaps unclear. An effective
method for privilege escalation is described that makes use of the openrowset function to
scan a network. A novel method for extracting information in the absence of helpful
error messages is described the use of time delays as a transmission channel. Finally, a
number of miscellaneous observations and useful hints are provided, collated from
responses to the ORIGINAL paper, and various conversations around the subject of SQL
injection in a SQL Server environment.
ECE345, Visual-to-Audio Electronic Travel Aid
Code for TM320C54x (v2a.asm) download
This project involves the design and implementation of a audio synthesis device that converts moving images into audio signals. The system is built on a TM320C54x DSP with interface to an IMAQ camera module via the serial port on a PC. Brief description: A LabVIEW VI acquires an image from the IMAQ camera module. It quantizes the image into a 5x5, 3-bit image, and sends the data to the TM320C54x DSP via a serial port. The TM320C54x DSP constructs a 64-tap FIR by combining a series of 64-tap head related transfer functions (HRTF) according to the incoming data, and then filters an input audio signal with this FIR filter, in effect creating a correspondence between the filtered signal and the ORIGINAL image.
MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising of a cross-section between industry and research representatives), MPI is a standardized API typically used for parallel and/or distributed computing. The MPI standard is comprised of 2 documents: MPI-1 (published in 1994) and MPI-2 (published in 1996). MPI-2 is, for the most part, additions and extensions to the ORIGINAL MPI-1 specification.
The MPI-1 and MPI-2 documents can be downloaded from the official MPI Forum web site: http://www.mpi-forum.org/.
Open MPI is an open source, freely available implementation of both the MPI-1 and MPI-2 documents. The Open MPI software achieves high performance the Open MPI project is quite receptive to community input.
Freetz is a firmware-extension (modification) for the AVM Fritz!Box and devices with identical hardware. The ORIGINAL firmware from the manufacturer is extended with new functions and programs which may be selected by the user
Windows Mobile NLED driver proxy. Created for customization of incoming call ring vibration.
While ORIGINAL Windows Mobile ring vibration constant vibrating during all ring, this driver help to apply any user vibrating pattern.
Example of using HTC sensor api to get Light sensor value and set backlight level in modern HTC phones. This app will replace ORIGINAL autobacklight level regulator and add more customizable options.
servlet api全解
This document is built from the HTML documentations available at java.sun.com. It is regularly updated, when new versions of ORIGINAL documentations become available. To download updates and many other WinHelp and HTMLHelp Java documentations for free, visit Franck Allimant s web site :
http://www.confluent.fr/javadoc/indexe.html (in English)
http://www.confluent.fr/javadoc (in French)
This library is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal. The ORIGINAL FORTRAN source code is available at:
This library is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal. The ORIGINAL FORTRAN source code is available at: http://www.ece.northwestern.edu/~nocedal/lbfgs.html
RIL( Radio Interface Layer) is the middleware for GSM/GPRS/EDGE module, this version support the GSM 07.10 mutiplexier protocol, while the android ORIGINAL version not.
This is full set of procedures used to communicate with
any GSM module for SMS sending/receiving (it uses standard AT commands).
ORIGINAL code is for ATMega162 microcontroller, but code is general to
be easy ported to others platforms.
Code can be compiled with IAR AVR compiler.