gResistor – CALCULATOR FOR RESISTOR COLOR CODE

If you want to calculate the value of resistor from its color code, you can use gResistor.
From the gResistor aplication, you can choose (1) Type of Resistor, such as 4 band, 5 band, and 6 band; (2) Value 1, such as: Black, Brown, Red, Orange, Yellow, Green, Blue, Violet, Gray, and White; (3) Value 2, such as Black, Brown, Red, Orange, Yellow, Green, Blue, Violet, Gray, and White; (4) Value 3, such as: Black, Brown, Red, Orange, Yellow, Green, Blue, Violet, Gray, and White; (5) Multiply, such as: Black, Brown, Red, Orange, Yellow, Green, Blue, and Violet; (6) tolerance, such as: None, Brown, Red, Green, Blue, Violet, Gold, Sylver; (7) temp. such as: None, Brown, Red, Orange, Yellow.
You can download gResistor from: http://www.roroid.ro/index.php?option=com_content&view=article&id=1:gresistor&catid=1:software-projects&Itemid=2

ONLINE Latex Equation Editor

From this webpage http://www.numberempire.com/texequationeditor/equationeditor.php you can easily edit latex equation.
Latex equation that you can edit such as:
Spaces: Thin, Medium, Thick, Negative.
Style: Equation Only = Blackboard, Bold, Bold Greek, Italic, Roman, Fraktur; Text Only = Typewriter, Roman, Upright, Italic, Slanted, SMALL CAPS, Emphasis.
Functions: arg, deg, det, dim, gcd, hom, ker, Pr, sup; Trig = sin, cos, tan, csc, sec, cot, sinh, cosh, tanh, coth, arcsin, arccos, arctan; Limits = lim, liminf, limsup, max, min, inf; Logs = exp, lg, ln, log, log e, log 10.
Foreign : œ , Œ , æ , Æ , å , Å , ß , (§) , (¶) , o , O , l , L , dag , ddag , © , £ .
Symbols : plus or minus, minus or plus, times, divided by, asterrisk, star, circle, degree symbol, bullet, center dot, u plus, square cap, square cup, vee, wedge, diamond, big triangle up, big triangle down, triangle left, triangle right, large triangle left, large triangle right, circle plus, circle minus, circle times, circle splash, circle dot, big circle, double dagger, coproduct.

Where can I find the tool for Numerical equation solving ?

You can use Genius Math Tool for Numerical equation solving. You can download Genius Math Tool from http://www.jirka.org/genius.html

There are many calculations that you can do using Genius Math Tool beside Numerical equation solving, such as:

Basic:
Ask a question and return a string.  Optionally pass in a default; Compose two functions; Compose a function with itself n times, passing x as argument, and returning x if n == 0; Parse and evaluate a string; Get current modulo from the context outside the function; Identity function, returns its argument; Make integer (0 or 1) from a boolean value; Check if argument is a boolean (and not a number); Check if a variable or function is defined; Check if argument is a function; Check if argument is a function or an identifier; Check if argument is a function reference; Check if argument is a matrix; Check if argument is a null; Check if argument is a text string; Check if argument is a number; Parse a string (but do not execute); Mark all currently defined variables as protected.  They will be treated as system defined variables from now on; Set flags for a function, currently “PropagateMod” and “NoModuloArguments”; Set the category and help description line for a function Sets up a help alias; Undefine all unprotected (user defined) global variables and parameters.  Does not reset or change protected (system) parameters; Return a vector of all global unprotected (user defined) variable names; Changes current directory; Display a string and an expression; Prints a string to the error stream; Exits the program; The false boolean value; Displays the user manual; Prints an expression; Prints an expression without a trailing newline; Protect a variable from being modified.  It will be treated as a system defined variable from now on.  Protected parameters can still be modified; Set a global variable; Make a string; The true boolean value; Undefine a variable (including all locals and globals of the same name); Unprotect a variable from being modified.  It will be treated as a user defined variable from now on; Return version as a 3-vector; Waits a specified number of seconds; Gives the warranty information.

Parameters:
Tolerance of the Chop function; How many iterations to try to find the limit for continuity and limits; How many successive steps to be within tolerance for calculation of continuity; Tolerance for continuity of functions and for calculating the limit; How many iterations to try to find the limit for derivative; How many successive steps to be within tolerance for calculation of derivative; Tolerance for calculating the derivatives of functions; Tolerance of the ErrorFunction; Floating point precision; Print full expressions, even if more than a line; Tolerance of the GaussDistribution function; Integer output base; Number of extra Miller-Rabin tests to run on a number before declaring it a prime in IsPrime; If to draw legends or not on line plots; Line plotting window (limits) as a 4-vector of the form [x1,x2,y1,y2]; Maximum digits to display; Maximum errors to display; If true, mixed fractions are printed; The function used for numerical integration in NumericalIntegral; Steps to perform in NumericalIntegral; Display 0.0 when floating point number is less than 10^-x (0=never chop); Only chop numbers when another number is greater than 10^-x; Output style: normal, latex, mathml or troff; Convert all results to floats before printing; Use scientific notation; How many iterations to try for InfiniteSum and InfiniteProduct; How many successive steps to be within tolerance for InfiniteSum and InfiniteProduct; Tolerance for InfiniteSum and InfiniteProduct; Surface plotting window (limits) as a 6-vector of the form [x1,x2,y1,y2,z1,z2]; Normalize vectorfields if true.  That is, only show direction and not magnitude.

Constants:
Catalan’s Constant (0.915…); Euler’s Constant gamma; The Golden Ratio; Free fall acceleration; The natural number e; The number pi.

Numeric:
Absolute value; Replace very small number with zero; Calculates the conjugate; Get the denominator of a rational number; Return the fractional part of a number; Get the imaginary part of a complex number; Division w/o remainder; Check if argument is a complex (non-real) number; Check if argument is a possibly complex rational number; Check if argument is a floating point number (non-complex); Check if argument is a possibly complex integer; Check if argument is an integer (non-complex); Check if argument is a non-negative real integer; Check if argument is a positive real integer; Check if argument is a rational number (non-complex); Check if argument is a real number; Get the numerator of a rational number; Get the real part of a complex number; Return the sign (-1,0,1); Get the lowest integer more than or equal to n; The exponential function; Make number a float; Get the highest integer less than or equal to n; The natural logarithm; Logarithm of any base (calls DiscreteLog if in modulo mode), if base is not given, e is used; Logarithm of x base 10; Logarithm of x base 2; Returns the maximum of arguments or matrix; Returns the minimum of arguments or matrix; Generate random float; Generate random integer; Round a number; The square root; Truncate number to an integer (return the integer part).

Trigonometry:
The arccos (inverse cos) function; The arccosh (inverse cosh) function; The arccot (inverse cot) function; The arccoth (inverse coth) function; The inverse cosecant function; The inverse hyperbolic cosecant function; The inverse secant function; The inverse hyperbolic secant function; The arcsin (inverse sin) function; The arcsinh (inverse sinh) function; Calculates the arctan function; Calculates the arctan2 function (arctan(y/x) if x>0); The arctanh (inverse tanh) function; Calculates the cosine function; Calculates the hyperbolic cosine function; The cotangent function; The hyperbolic cotangent function; The cosecant function; The hyperbolic cosecant function; The secant function; The hyperbolic secant function; Calculates the sine function; Calculates the hyperbolic sine function; Calculates the tan function; The hyperbolic tangent function.

Number Theory:
Are a and b relatively prime?; Return the nth Bernoulli number; Find the x that solves the system given by the vector a and modulo the elements of m, using the Chinese Remainder Theorem; Given two factorizations, give the factorization of the product, see Factorize; Convert a vector of values indicating powers of b to a number; Convert a number to a vector of powers for elements in base b; Find discrete log of n base b in F_q where q is a prime using the Silver-Pohlig-Hellman algoritm; Checks divisibility (if m divides n); Compute phi(n), the Euler phi function, that is the number of integers between 1 and n relatively prime to n; Return n/d but only if d divides n else returns garbage (this is faster than writing n/d); Return factorization of a number as a matrix; Return all factors of a number; Attempt fermat factorization of n into (t-s)*(t+s), returns t and s as a vector if possible, null otherwise; Find the first primitive element in F_q (q must be a prime); Find a random primitive element in F_q (q must be a prime); Compute discrete log base b of n in F_q (q a prime) using the factor base S.  S should be a column of primes possibly with second column precalculated by IndexCalculusPrecalculation; Run the precalculation step of IndexCalculus for logarithms base b in F_q (q a prime) for the factor base S (where S is a column vector of primes).  The logs will be precalculated and returned in the second column; Tests if an integer is even; Test if Mp is a Mersenne prime using a table; Tests if a rational number is a perfect power; Tests if an integer is odd; Check a number for being any perfect power (a^b); Check a number for being a perfect square; Tests primality of integers, for numbers greater than 25*10^9 false positive is with low probability depending on IsPrimeMillerRabinReps; Check if g is primitive in F_q, where q is a prime. If q is not prime results are bogus; Check if g is primitive in F_q, where q is a prime and f is a vector of prime factors of q-1.  If q is not prime results are bogus; If n is a pseudoprime base b but not a prime, that is if b^(n-1) == 1 mod n; Test if n is a strong pseudoprime to base b but not a prime; Calculate the Jacobi symbol (a/b) (b should be odd); Calculate the Jacobi symbol (a/b) with the Kronecker extension (a/2)=(2/a) when a odd, or (a/2)=0 when a even; Return the residue of a mod n with the least absolute value (in the interval -n/2 to n/2); Calculate the Legendre symbol (a/p); Test if Mp is a Mersenne prime using the Lucas-Lehmer test; Returns the n’th Lucas number; Return all maximal prime power factors of a number; Vector with the known Mersenne prime exponents; Use the Miller-Rabin primality test on n, reps number of times.  The probability of false positive is (1/4)^reps; Use the Miller-Rabin primality test on n with enough bases that assuming the Generalized Reimann Hypothesis the result is deterministic; Returns inverse of n mod m; Return the Moebius mu function evaluated in n; Returns the least prime greater than n (if n is positive); Returns the padic valuation (number of trailing zeros in base p); Compute a^b mod m; Return the n’th prime (up to a limit); Return all prime factors of a number; Pseudoprime test, true iff b^(n-1) == 1 (mod n); Removes all instances of the factor m from the number n; Find discrete log of n base b in F_q where q is a prime using the Silver-Pohlig-Hellman algoritm, given f being the factorization of q-1; Find square root of n mod p (a prime). Null is returned if not a quadratic residue; Run the strong pseudoprime test base b on n; Greatest common divisor; Least common multiplier.

Matrix Manipulation:
Apply a function over all entries of a matrix and return a matrix of the results; Apply a function over all entries of 2 matrices (or 1 value and 1 matrix) and return a matrix of the results; Gets the columns of a matrix as a horizontal vector; Remove column(s) and row(s) from a matrix; Calculate the kth compund matrix of A; Count the number of zero columns in a matrix; Delete a column of a matrix; Delete a row of a matrix; Gets the diagonal entries of a matrix as a column vector; Get the dot product of two vectors (no conjugates); Expands a matrix just like we do on unquoted matrix input; Get the hermitian product of two vectors; Make an identity matrix of a given size; Return the index complement of a vector of indexes; Is a matrix diagonal; Check if a number or a matrix is 1 or identity respectively; Is a matrix lower triangular; Check if a matrix is an integer (non-complex) matrix; Check if a matrix is nonnegative, that is if each element is nonnegative; Check if a matrix is positive, that is if each element is positive; Check if a matrix is a rational (non-complex) matrix; Check if a matrix is a real (non-complex) matrix; Is a matrix square; Is a matrix upper triangular; Check if a matrix is a matrix of numbers; Is argument a horizontal or a vertical vector; Check if a number or a matrix is all zeros; Zero out entries above the diagonal; Make diagonal matrix from a vector; Make column vector out of matrix by putting columns above each other; Calculate the product of all elements in a matrix; Calculate the sum of all elements in a matrix; Calculate the sum of squares of all elements in a matrix; Get the outer product of two vectors; Reverse elements in a vector; Calculate sum of each row in a matrix; Calculate sum of squares of each row in a matrix; Gets the rows of a matrix as a vertical vector; Make new matrix of given size from old one; Sort vector elements; Removes any all-zero columns of M; Removes any all-zero rows of M; Return column(s) and row(s) from a matrix; Swap two rows in a matrix; Zero out entries below the diagonal; Get the number of columns of a matrix; Get the number of elements of a matrix; Make an matrix of all ones (or a row vector); Get the number of rows of a matrix; Make an matrix of all zeros (or a row vector).

Linear Algebra:
Get the auxilliary unit matrix of size n; Evaluate (v,w) with respect to the bilinear form given by the matrix A; Return a function that evaluates two vectors with respect to the bilinear form given by A; Get the characteristic polynomial as a vector; Get the characteristic polynomial as a function; Get a basis matrix for the columnspace of a matrix; Return the commutation matrix K(m,n) which is the unique m*n by m*n matrix such that K(m,n) * MakeVector(A) = MakeVector(A.’) for all m by n matrices A; Companion matrix of a polynomial (as vector); Conjugate transpose of a matrix (adjoint); Calculate convolution of two horizontal vectors; Calculate convolution of two horizontal vectors; CrossProduct of two vectors in R^3; Get the determinantal divisors of an integer matrix (not its characteristic); Direct sum of matrices; Direct sum of a vector of matrices; Get the eigenvalues of a matrix (Currently only for up to 4×4 or triangular matrices); Get the eigenvalues and eigenvectors of a matrix (Currently only for up to 2×2 matrices); Apply the Gram-Schmidt process (to the columns) with respect to inner product given by B (if not given use hermitian product); Hankel matrix; Hilbert matrix of order n; Get the image (columnspace) of a linear transform; Get the Inf Norm of a vector; Get the invariant factors of a square integer matrix (not its characteristic); Inverse Hilbert matrix of order n; Is a matrix hermitian; Test if a vector is in a subspace; Is a matrix (or number) invertible (Integer matrix is invertible iff it’s invertible over the integers); Is a matrix (or number) invertible over a field; Is a matrix normal; Is a matrix positive definite; Is a matrix positive semidefinite; Is a matrix skew-hermitian; Is a matrix unitary; Get the jordan block corresponding to lambda and n; Get the kernel (nullspace) of a linear transform; Get the LU decomposition of A and store the result in the L and U which should be references.  If not possible returns false; Get the i-j minor of a matrix; Return the columns that are not the pivot columns of a matrix; Get the p Norm (or 2 Norm if no p is supplied) of a vector; Get the nullspace of a matrix; Get the nullity of a matrix; Get the orthogonal complement of the columnspace; Return pivot columns of a matrix, that is columns which have a leading 1 in rref form, also returns the row where they occur; Projection of vector v onto subspace W given a sesquilinear form B (if not given use hermitian product); Get the QR decomposition of A, returns R and Q can be a reference; Get the rank of a matrix; Return the Rayleigh quotient of a matrix and a vector; Compute an eigenvalue using the Rayleigh Quotient Iteration method until we are epsilon from eigenvalue or for maxiter iterations; Rosser matrix, a classic symmetric eigenvalue test problem; Rotation around origin in R^2; Rotation around origin in R^3 about the x-axis; Rotation around origin in R^3 about the y-axis; Rotation around origin in R^3 about the z-axis; Get a basis matrix for the rowspace of a matrix; Evaluate (v,w) with respect to the sesquilinear form given by the matrix A; Return a function that evaluates two vectors with respect to the sesquilinear form given by A; Smith Normal Form for fields (will end up with 1′s on the diagonal); Smith Normal Form for square integer matrices (not its characteristic); Solve linear system Mx=V, return solution V if there is a unique solution, null otherwise.  Extra two reference parameters can optionally be used to get the reduced M and V; Return the Toeplitz matrix constructed given the first column c and (optionally) the first row r; Calculate the trace of a matrix; Transpose of a matrix; Return the Vandermonde matrix; The angle of two vectors, given an inner product; The direct sum of the vector spaces M and N; Intersection of the subspaces given by M and N; The sum of the vector spaces M and N, that is {w | w=m+n, m in M, n in N}; Get the classical adjoint (adjugate) of a matrix; Compute the Column Reduced Echelon Form; Get the determinant of a matrix; Get the row echelon form of a matrix; Get the reduced row echelon form of a matrix.

Combinatorics:
Get n’th catalan number; Get all combinations of k numbers from 1 to n as a vector of vectors; Double factorial: n(n-2)(n-4)…; Factorial: n(n-1)(n-2)…; Falling factorial: (n)_k = n(n-1)…(n-(k-1)); Calculate n’th Fibonacci number; Calculate the Frobenius number for a coin problem; Galois matrix given a linear combining rule (a_1*x_+…+a_n*x_n=x_(n+1)); Use greedy algorithm to find c, for c . v = n.  (v must be sorted); Harmonic Number, the nth harmonic number of order r; Hofstadter’s function q(n) defined by q(1)=1, q(2)=1, q(n)=q(n-q(n-1))+q(n-q(n-2)); Compute linear recursive sequence using galois stepping; Calculate multinomial coefficients; Get combination that would come after v in call to combinations, first combination should be [1:k]; Get the pascal’s triangle as a matrix; Get all permutations of k numbers from 1 to n as a vector of vectors; (Pochhammer) Rising factorial: (n)_k = n(n+1)…(n+(k-1)); Stirling number of the first kind; Stirling number of the second kind; Subfactorial: n! times sum_{k=1}^n (-1)^k/k!; Calculate the nth triangular number; Calculate combinations (binomial coefficient); Calculate permutations.

Calculus:
Integration of f by Composite Simpson’s Rule on the interval [a,b] with n subintervals with error of max(f””)*h^4*(b-a)/180, note that n should be even; Integration of f by Composite Simpson’s Rule on the interval [a,b] with the number of steps calculated by the fourth derivative bound and the desired tolerance; Attempt to calculate derivative by trying first symbolically and then numerically; Return a function which is the even periodic extension of f defined on the interval [0,L]; Return a function which is a Fourier series with the coefficients given by the vectors a (sines) and b (cosines).  Note that a@(1) is the constant coefficient!; Try to calculate an infinite product for a single parameter function; Try to calculate an infinite product for a double parameter function with func(arg,n); Try to calculate an infinite sum for a single parameter function; Try to calculate an infinite sum for a double parameter function with func(arg,n); Try and see if a real-valued function is continuous at x0 by calculating the limit there; Test for differentiability by approximating the left and right limits and comparing; Calculate the left limit of a real-valued function at x0; Calculate the limit of a real-valued function at x0.  Tries to calculate both left and right limits; Integration by midpoint rule; Attempt to calculate numerical derivative; Numerically compute the coefficients for a cosine Fourier series for a function on [0,L] up to the Nth coefficient; Return a function which is the Fourier cosine series of f on [0,L] with coefficients up to N computed numerically; Numerically compute the coefficients for a Fourier series with half-period L up to the Nth coefficient; Return a function which is the Fourier series of f with half-period L with coefficients up to N computed numerically; Numerically compute the coefficients for a sine Fourier series for a function on [0,L] up to the Nth coefficient; Return a function which is the Fourier sine series of f on [0,L] with coefficients up to N computed numerically; Integration by rule set in NumericalIntegralFunction of f from a to b using NumericalIntegralSteps steps; Attempt to calculate numerical left derivative; Attempt to calculate the limit of f(step_fun(i)) as i goes from 1 to N; Attempt to calculate numerical right derivative; Return a function which is the odd periodic extension of f defined on the interval [0,L]; Compute one-sided derivative using five point formula; Compute one-sided derivative using three-point formula; Return a function which is the periodic extension of f defined on the interval [a,b]; Calculate the right limit of a real-valued function at x0; Compute two-sided derivative using five-point formula; Compute two-sided derivative using three-point formula.

Functions:
argument (angle) of complex number; Dirichlet kernel of order n; Returns 1 iff all elements are zero; The error function, 2/sqrt(pi) * int_0^x e^(-t^2) dt; Fejer kernel of order n; The Gamma function (only real values implemented); Returns 1 iff all elements are equal; Find the first value where f(x)=0; Moebius mapping of the disk to itself mapping a to 0; Moebius mapping using the cross ratio taking z2,z3,z4 to 1,0, and infinity respectively; Moebius mapping using the cross ratio taking infinity to infinity and z2,z3 to 1 and 0 respectively; Moebius mapping using the cross ratio taking infinity to 1 and z3,z4 to 0 and infinity respectively; Moebius mapping using the cross ratio taking infinity to 0 and z2,z4 to 1 and infinity respectively; Poisson kernel on D(0,1) (not normalized to 1, that is integral of this is 2pi); Poisson kernel on D(0,R) (not normalized to 1); The Riemann zeta function (only real values implemented); The unit step function = 0 for x<0, 1 otherwise.  This is the integral of the Dirac Delta function; The cis function, that is cos(x)+i*sin(x); Convert degrees to radians; Convert radians to degrees.

Equation Solving:
Find roots of a cubic polynomial (given as vector of coefficients); Use classical Euler’s method to numerically solve y’=f(x,y) for initial x0,y0 going to x1 with n increments, returns y at x1; Find root of a function using the bisection method; Find root of a function using the method of false position; Find root of a function using the Muller’s method; Find root of a function using the secant method; Find roots of a polynomial (given as vector of coefficients); Find roots of a quadratic polynomial (given as vector of coefficients); Find roots of a quartic polynomial (given as vector of coefficients); Use classical non-adaptive Runge-Kutta of fourth order method to numerically solve y’=f(x,y) for initial x0,y0 going to x1 with n increments, returns y at x1.

Statistics:
Calculate average of an entire matrix; Integral of the GaussFunction from 0 to x (area under the normal curve); The normalized Gauss distribution function (the normal curve); Calculate median of an entire matrix; Calculate the population standard deviation of a whole matrix; Calculate average of each row in a matrix; Calculate median of each row in a matrix; Calculate the population standard deviations of rows of a matrix and return a vertical vector; Calculate the standard deviations of rows of a matrix and return a vertical vector; Calculate the standard deviation of a whole matrix.

Polynomials:
Add two polynomials (vectors); Divide polynomial p by q, return the remainder in r; Check if a vector is usable as a polynomial; Multiply two polynomials (as vectors); Run newton’s method on a polynomial to attempt to find a root, returns after two successive values are within epsilon or after maxn tries (then returns null); Take second polynomial (as vector) derivative; Take polynomial (as vector) derivative; Make function out of a polynomial (as vector); Make string out of a polynomial (as vector); Subtract two polynomials (as vectors); Trim zeros from a polynomial (as vector).

Set Theory:
Returns a set theoretic intersection of X and Y (X and Y are vectors pretending to be sets); Returns true if the element x is in the set X (where X is a vector pretending to be a set); Returns true if X is a subset of Y; Returns a set where every element of X appears only once; Returns a set theoretic difference X-Y (X and Y are vectors pretending to be sets); Returns a set theoretic union of X and Y (X and Y are vectors pretending to be sets).

Miscellaneous:
Convert a vector of ASCII values to a string; Convert a vector of 0-based alphabet values (positions in the alphabet string) to a string; Convert a string to a vector of ASCII values; Convert a string to a vector of 0-based alphabet values (positions in the alphabet string), -1′s for unknown letters.

Symbolic Operations:
Attempt to symbolically differentiate the function f, where f is a function of one variable; Attempt to symbolically differentiate the function f, where f is a function of one variable, returns null if unsuccessful but is silent; Attempt to symbolically differentiate a function n times; Attempt to symbolically differentiate a function n times quietly and return null on failure; Attempt to construct the taylor approximation function around x0 to the nth degree.

Plotting:
Plot a function with a line.  First come the functions (up to 10) then optionally limits as x1,x2,y1,y2; Plot a parametric complex valued function with a line. First comes the function that returns x+iy then optionally the t limits as t1,t2,tinc, then optionally the limits as x1,x2,y1,y2; Show the line plot window and clear out functions; Draw a line from x1,y1 to x2,y2.  x1,y1,x2,y2 can be replaced by a n by 2 matrix for a longer line; Plot a parametric function with a line. First come the functions for x and y then optionally the t limits as t1,t2,tinc, then optionally the limits as x1,x2,y1,y2; Clear all the slopefield solutions; Draw a solution for a slope field starting at x,y and using dx as increment; Draw a slope field.  First comes the function dy/dx in terms of x and y (or a complex z) then optionally the limits as x1,x2,y1,y2; Plot a surface function which takes either two arguments or a complex number.  First comes the function then optionally limits as x1,x2,y1,y2,z1,z2; Clear all the vectorfield solutions; Draw a solution for a vector field starting at x,y, using dt as increment for tlen units; Draw a vector field.  First come the functions dx/dt and dy/dt in terms of x and y then optionally the limits as x1,x2,y1,y2.

IndoAnswer.com Content

http://www.indoanswer.com/

http://www.indoanswer.com/where-can-i-download-google-earth.html

http://www.indoanswer.com/sun-safety-tips.html

http://www.indoanswer.com/how-to-show-playlist-and-playing-the-audio-randomly-on-vlc-media-player.html

http://www.indoanswer.com/ionisation-energy.html

http://www.indoanswer.com/if-i-want-to-open-my-java-file-jar-using-open-with-openjdk-java-6-runtime-why-does-it-always-show-blocked-usrlibjvmjava-6-openjdkbinjava-jar.html

http://www.indoanswer.com/sharepoint-tutorial.html

http://www.indoanswer.com/iespell-check-spelling-for-windows-internet-explorer.html

http://www.indoanswer.com/precision-builder-express-simplify-on-handling-compilation-and-distribution-of-software-products.html

http://www.indoanswer.com/three-basic-components-of-processor.html

http://www.indoanswer.com/journal-alphabet.html

http://www.indoanswer.com/skinny-clock.html

http://www.indoanswer.com/abbreviation-for.html

http://www.indoanswer.com/list-of-university.html

http://www.indoanswer.com/mobile-media-converter-%e2%80%93-convert-your-media-to-mobile-audio-%e2%80%93-mobile-video-%e2%80%93-mp3-audio-%e2%80%93-windows-media-audio-%e2%80%93-ogg-vorbis-audio-%e2%80%93-wave-audio-%e2%80%93-m.html

http://www.indoanswer.com/xmedia-recode-2142-convert-your-file-to-be-played-on-some-media-such-as-apple-archos-asus-blackberry-cowon-creative-labs-dvd-player-standalone-epson-htc-hyundai-iriver-lg-motorola.html

http://www.indoanswer.com/all-websites.html

http://www.indoanswer.com/filetypesman-%e2%80%93-show-list-of-all-file-extension-and-type-registered-on-your-computer.html

http://www.indoanswer.com/call-for-papers.html

http://www.indoanswer.com/webcast-webinar.html

http://www.indoanswer.com/arrange-your-room-online.html

http://www.indoanswer.com/where-can-i-download-jre-or-jdk-6-50-or-142.html

http://www.indoanswer.com/where-can-i-download-eclipse-for-c.html

http://www.indoanswer.com/scholarship.html

http://www.indoanswer.com/lab-calculator-130-%e2%80%93-your-stock-preparator-unit-converter-simple-ratio-easy-dilution-and-volume-calculator.html

http://www.indoanswer.com/pdf-info-202-%e2%80%93-edit-file-name-pdf-version-author-title-subject-keywords-creator-and-producer-on-your-pdf-file.html

http://www.indoanswer.com/free-photo-converter-%e2%80%93-convert-your-photo-to-jpg-png-bmp-tiff-gif.html

http://www.indoanswer.com/flexible-manufacturing-system.html

http://www.indoanswer.com/any-video-converter-%e2%80%93-convert-your-windows-media-files-movmp4-files-real-media-files-flash-video-files-metroska-video-files-avisynth-scripts-high-definition-video-files-mpeg-1-video-fi.html

http://www.indoanswer.com/pazera-free-psp-video-converter-11-%e2%80%93-convert-avi-file-divx-file-xvid-file-mpeg-video-windows-media-video-ipodiphonepsp-video-quicktime-video-mobile-phone-video-metroska-flash-video.html

http://www.indoanswer.com/where-can-i-download-c-tutorial.html

http://www.indoanswer.com/international-journals-2.html

http://www.indoanswer.com/pazera-free-mp4-to-avi-converter-13-%e2%80%93-let-you-convert-your-mp4-file.html

http://www.indoanswer.com/software-list.html

http://www.indoanswer.com/chembuddy-%e2%80%93-casc-%e2%80%93-concentration-calculator-and-solution-mixer.html

http://www.indoanswer.com/solutions-assistant-%e2%80%93-concentration-calculator-and-mass-of-compound-needed-calculator.html

http://www.indoanswer.com/dfd-data-flow-diagram-tutorial.html

http://www.indoanswer.com/pdfill-pdf-tools-70-free-and-no-watermark-your-pdf-tool-to-merge-pdf-files-split-or-reorder-pages-encrypt-and-decrypt-options-rotate-or-crop-pdf-pages-reformat-multiple-pages-add-header-an.html

http://www.indoanswer.com/dev-c-tutorial.html

http://www.indoanswer.com/hdd-health-find-the-information-about-your-hard-disk-such-as-manufacturer-model-firmware-revision-serial-number-drive-capacity-drive-health-processor-speed-vendor-and-temp.html

http://www.indoanswer.com/object-oriented-analysis-and-design-tutorials.html

http://www.indoanswer.com/where-can-i-download-ubuntu-operating-system.html

http://www.indoanswer.com/graphicsh-dev-c.html

http://www.indoanswer.com/primopdf-free-create-pdf-without-watermarks.html

http://www.indoanswer.com/where-can-i-download-auslogics-antivirus.html

http://www.indoanswer.com/hd-tune-255-hard-disk-utility-monitor-your-hard-disk-easily.html

http://www.indoanswer.com/imperial-to-metric-conversions-convert-temperatures-weights-and-measurements.html

http://www.indoanswer.com/ganttproject-the-easy-way-to-create-gantt-chart.html

http://www.indoanswer.com/age-calculator-v20-calculate-how-old-you-are.html

http://www.indoanswer.com/lili-usb-creator-create-bootable-usb.html

http://www.indoanswer.com/cwshredder-coolwebsearch-trojan-remover-v219-remove-coolwebsearch-cws-browser-hijacker-on-your-system.html

http://www.indoanswer.com/autorun-eater-monitor-drive-that-is-using-autoruninf.html

http://www.indoanswer.com/anti-trojan.html

http://www.indoanswer.com/symantec-w32downadup-removal-tool-1102-remove-w32downadup-w32downadupb-and-w32downadupc.html

http://www.indoanswer.com/easeus-partition-master-home-edition-create-partition-delete-partition-and-resize-move-partition.html

http://www.indoanswer.com/health-diabetes-software-version-30272-monitor-your-blood-glucose-blood-pressure-temperature-weight-diabetic-hypos-bowel-movement-a1c-test-result-cholesterol.html

http://www.indoanswer.com/smath-studio-solver-for-matrix-and-vector-complex-numbers-trigonometric-hyperboloc-and-programming.html

http://www.indoanswer.com/calculating-final-concentration.html

http://www.indoanswer.com/airytec-switch-off-timer-to-shutdown-restart-log-off-lock-sleep-and-close-dial-up-vpn-your-computer.html

http://www.indoanswer.com/inventive-design-unit-converter-professional-version-14-convert-units-and-view-formulas.html

http://www.indoanswer.com/subtitle-edit-286-the-easiest-way-to-edit-subtitle.html

http://www.indoanswer.com/physics-simulations-physic-calculation-and-simulation.html

http://www.indoanswer.com/geometric-construction-find-how-to-solve-the-geometric-problem-such-as-segments-angles-triangles-polygons-transformations-euclids-elements.html

http://www.indoanswer.com/inverse-matrices-learn-how-to-calculate-inverse-matrix.html

http://www.indoanswer.com/math-homework-maker-helping-you-to-solve-math-problem.html

http://www.indoanswer.com/quite-universal-circuit-simulatar-qucs-create-analog-simulation-digital-simulation-and-optimization.html

http://www.indoanswer.com/technitium-mac-address-changer-v5-r3-change-your-computer-mac-address.html

http://www.indoanswer.com/how-can-i-check-if-my-lcd-monitor-get-dead-or-defective-pixels.html

http://www.indoanswer.com/how-can-i-remove-this-virus-email-wormwin32mydooma-be.html

http://www.indoanswer.com/where-can-i-find-the-information-about-research-methodology.html

http://www.indoanswer.com/how-to-make-mind-mapping-or-social-brainstorming.html

http://www.indoanswer.com/7-zip-decompressing-format-7z-zip-gzip-bzip2-tar-lzma-rar-cab-arj-z-cpio-rpm-deb-lzh-split-chm-iso-udf-compound-wim-dmg-xar-hfs-and-nsis.html

http://www.indoanswer.com/is-there-any-software-similar-with-yahoo-messenger-that-i-can-use-in-my-ubuntu.html

http://www.indoanswer.com/a-pdf-text-extractor-convert-your-pdf-file-to-text-file.html

http://www.indoanswer.com/online-latex-equation-editor.html

http://www.indoanswer.com/where-can-i-find-the-tool-for-numerical-equation-solving.html

http://www.indoanswer.com/do-you-know-the-basic-application-in-ubuntu-910-the-karmic-koala.html

http://www.indoanswer.com/qtoctave-help-you-to-solve-equation-by-bisection-method-linear-equation-and-nonlinear-equation.html

http://www.indoanswer.com/gresistor-calculator-for-resistor-color-code.html

http://www.indoanswer.com/is-there-any-application-for-drawing-technical-diagram-likes-visio-that-i-can-use-in-my-ubuntu.html

http://www.indoanswer.com/how-can-i-know-the-server-location-of-my-website.html

http://www.indoanswer.com/before-publishing-your-writing-please-test-your-document-readability.html

http://www.indoanswer.com/how-to-convert-flv-file-to-ogg.html

http://www.indoanswer.com/may-i-know-the-document-that-i-can-export-and-import-using-kword.html

http://www.indoanswer.com/system-info-for-your-computer.html

http://www.indoanswer.com/4-websites-to-solve-your-algebra-problem.html

http://www.indoanswer.com/calculate-matrix-transpose-matrix-inverse-cholesky-decomposition-moore-penrose-inverse-qr-decomposition-matrix-trace-lu-decomposition-singular-value-decomposition-matrix-rank-lq-decomposition.html

http://www.indoanswer.com/where-can-i-see-list-of-mozilla-firefox-add-ons.html

http://www.indoanswer.com/online-rubic-solver.html

http://www.indoanswer.com/why-if-i-want-to-install-file-exe-in-my-ubuntu-using-wine-it-always-pop-up-blocked-wine-start-unix.html

http://www.indoanswer.com/the-easiest-way-to-convert-your-video-to-image-using-video-to-image-converter.html

http://www.indoanswer.com/where-can-i-download-theme-for-my-browser-chromium.html

http://www.indoanswer.com/send-free-sms.html

http://www.indoanswer.com/statistical-analysis-using-gnumeric-software.html

http://www.indoanswer.com/indoanswer-com-content.html

http://www.indoanswer.com/review-online-anagram-solver.html

http://www.indoanswer.com/review-online-photo-editor.html

http://www.indoanswer.com/planning-your-house-floor-by-using-floorplanner-com-online-tool.html

Do you know the basic application in UBUNTU 9.10 the Karmic Koala ?

The basic application in UBUNTU 9.10 the Karmic Koala.

Accessories, Games, Graphics, Internet, Office, Sound & Video, Ubuntu Software Center.

Accessories (Calculator |Perform arithmetic, scientific or financial calculations|, CD/DVD Creator |Create CDs and DVDs|, Character Map |Insert special characters into documents|, Disk Usage Analyzer |Check folder sizes and available disk space|, gedit Text Editor |Edit text files|, Manage Print Jobs |Cancel, pause, resume or reprint jobs|, Passwords and Encryption Keys |Manage your passwords and encryption keys|, Search for Files… |Locate documents and folders on this computer by name or content|, Take Screenshot |Save images of your desktop or individual windows|, Terminal |Use the command line|, Tomboy Notes |Take notes, link ideas, and stay organized|), Games (Logic (Five or More |Remove colored balls from the board by forming lines|, Four-in-a-Row |Make lines of the same color to win|, Klotski |Slide blocks to solve the puzzle|, Mines |Clear hidden mines from a minefield|, Same GNOME |Clear the screen by removing groups of colored balls|, Sudoku |Test your logic skills in this number grid puzzle|, Tetravex |Complete the puzzle by matching numbered tiles|), AisleRiot Solitaire |Play many different solitaire games|, Blackjack, Chess |Play the classic two-player boardgame of chess|, Gnometris |Fit falling blocks together|, Lagno |Dominate the board in a classic version of Reversi|, Mahjongg |Disassemble a pile of tiles by removing matching pairs|, Nibbles |Guide a worm around a maze|, Robots |Avoid the robots and make them crash into each other|, tali), Graphics (F-Spot Photo Manager |Organize, enjoy, and share your photos, GIMP Image Editor |Create images and edit photographs|, OpenOffice.org Drawing |Create and edit drawings, flow charts, and logos|, Xsane Image Scanner |Scan, copy and fax images|), Internet (Empathy IM Client |Send and receive messages|, Evolution Mail |Read and write emails|, Firefox Web Browser |Browse the World Wide Web|, Remote Desktop Viewer |Access remote desktops|, Terminal Server Client |Connect to a remote computer|, Transmission BitTorrent Client |Download and share files over BitTorrent|, Ubuntu One |Access and manage your Ubuntu One account|), Office (Dictionary |Check word definitions and spellings in an online dictionary|, Evolution Mail and Calendar |Manage your email, contacts and schedule|, OpenOffice.org Presentation |Create and edit presentations for slideshows, meeting and Web pages|, OpenOffice.org Spreadsheet |Perform calculation, analyze information and manage lists in spreadsheets|, OpenOffice.org Word Processor |Create and edit text and graphics in letters, reports, documents and Web pages|), Sound & Video (Brasero Disc Burner |Create and copy CDs and DVDs|, Movie Player |Play movies and songs|, Rhythmbox Music Player |Play and organize your music collection|, Sound Recorder |Record sound clips|), Ubuntu Software Center |Let you choose from thousands of free applications available for Ubuntu|.

Places: Home Folder, Desktop, Documents, Music, Pictures, Videos, Downloads, Computer, Network, Connect to Server, Search for Files…, Recent Documents.

System: Preferences (About Me |Set your personal information|, Appearance |Customize the look of the desktop|, Assistive Technologies |Choose which accessibility features to enable when you log in|, Bluetooth |Configure Bluetooth settings|, Default Printer |Select default printer|, Display |Change screen resolution|, IBus Preferences |IBus Preferences|, Keyboard |Set your keyboard preferences|, Keyboard Shortcuts |Assign shorcut keys to commands|, Main Menu |Change which applications are shown on the main menu|, Mouse |Set your mouse preferences|, Network Connections |Manage and change your network connection setting|, Network Proxy |Set your network proxy preferences|, PalmOS Devices |Configure PalmOS devices|, Power Management |Configure power management|, Preferred Applications |Select your default applications|, Remote Desktop |Choose how other users can remotely view your desktop|, Screensaver |Set your screensaver prefences|, Sound |Change sound volume and sound event|, Startup Application |Choose what applications to start when you log in|, Windows |Set your window properties|), Administration(Computer Janitor |Clean up a system so it’s more like a freshly installed one|, Disk Utility |manage Drives and Media|, Hardware Drivers |Configure third-party and proprietary drivers|, Language Support |Configure multiple and native language support on your system|, Log File Viewer |View or monitor system log files|, Login Screen |Configure login screen behavior|, Network Tools |View information about your network|, Printing |Configure printers|, Software Sources |Configure tthe sources for installable software and updates|, Synaptic Package Manager |Install, remove and upgrade software packages|, System Monitor |View current processes and monitor system state|, System Testing |Test and report system information|, Time and Date |Change system time, date, and timezone|, Update Manager |Show and install available updates|, USB Startup Disk Creator |Create a USB startup disk using a CD or disk image|, Users and Groups |Add or remove users and groups|), Help and Support |Get help with Ubuntu|, About GNOME |Learn more about GNOME|, About Ubuntu |Learn more about Ubuntu|.

Is there any software similar with yahoo messenger that I can use in my UBUNTU?

You can use Yoono as instant messenger in UBUNTU. Beside you can use Yahoo account, you also can use some accounts such as Facebook, Twitter, MySpace, LinkedIn, FriendFeed, Flickr, Aim, Live Messenger and Google Talk.

Yoono also has upload service, such as YFrog (uses Twitter with automatic authentification), TwitPic (requires a Twitter login), Twitgoo (requires a Twitter login), drop.io, MySites, TweetPhoto (requires a Twitter login).

You can download Yoono from: http://yoono.com/

A-PDF Text Extractor – CONVERT YOUR PDF FILE TO TEXT FILE

By using A-PDF Text Extractor, you can easily convert your pdf file to text (txt) file.

From the option menu, you can manage such as: Page Range: Extract all pages, Page Range: Page from to, Extract: All pages, Extract: Odd pages, Extract: Even pages, Page: Header, Page: Footer, Extract Type: Smart Rearrange, Extract Type: In PDF Order, Extract Type: With Position.

You can download this A-PDF Text Extractor from: http://www.a-pdf.com/text/index.htm

HOW TO MAKE MIND MAPPING OR SOCIAL BRAINSTORMING ?

You can use XMind to create MIND MAPPING or SOCIAL BRAINSTORMING.

Some tools that you can use from XMind such as: Topic, Subtopic, Topic Before, Parent Topic, Floating Topic, Floating ‘Central’ Topic, Relationship, Boundary, Summary, Attachment, etc.

The STRUCTURE that you can insert such as Fishbone (Left Headed), Fishbone (Right Headed), Spreadsheet, Map, Map (Clockwise), Map (AntiClockwise), Org (Down), Org (Up), Tree (Right), Tree (Left), Logic Chart (Right) and Logic Chart (Left).

The MARKERS that you can add such as Priority (Priority 1, Priority 2, Priority 3, Priority 4, Priority 5, Priority 6), Smiley (Smile, Laugh, Angry, Cry, Surprise, Boring), Task Complete (Starting, WOrking, Half, Near Complete, Completed, Pause), Flags (Green, Red, Orange, Purple, Blue, Cyan), Stars (Green Star, Red Star, Yellow Star, Purple Star, Blue Star, Gray Star), Half Stars (Green Half Star, Red Half Star, Yellow Half Star, Purple Half Star, Blue Half Star, Gray Half Star), Others (Calendar, EMail, Phone, Phone, Fax, People, People, Clock, Coffee Cup, Question, Exclamation Mark, Light Bulb, Business Card, Social, Chat, Note, Lock, Unlock, Yes, No).

You also can choose the STYLE, such as TOPIC (Grassland, Skyline, Deep Ocean, Caution!, Surprise, Silver Coin, Bumble Bee, Void, Decision, Process, Terminator, Comments), BOUNDARY (Clouds, Lake, Explosion, Stone, Neon Light 1, Neon Light 2), RELATIONSHIP (Sagittarius, Tracing, Subway, Bridge, Watch This!, Flow) and SHEET (Water, Wheat, Space, Blacboard).

You also can choose the THEMES such as: Default, XMIND Classic, XMIND Simple, XMIND Business, XMIN Academese and XMIND Comic

You also can export to: FreeMind, HTML, Image, Marker Package, Mindjet MindManager Map [Pro], PDF (Map) [Pro], PDF Document [Pro], PowerPoint 2007 Presentation [Pro], PowerPoint 97-2003 Presentation [Pro], RTF File (Word Compatible) [Pro], Text, Word 2007 Document [Pro], Word 97-2003 Document [Pro], XMind 2008 Workbook.

You also can import from: FreeMind 0.8/0.9, Marker Package, MindManager 5/6/7/8, XMind 2008 Workbook.

You can download XMIND from http://sourceforge.net/projects/xmind3/

7-Zip – DECOMPRESSING FORMAT 7z, ZIP, GZIP, BZIP2, TAR, LZMA, RAR, CAB, ARJ, Z, CPIO, RPM, DEB, LZH, SPLIT, CHM, ISO, UDF, COMPOUND, WIM, DMG, XAR, HFS and NSIS

By using 7-zip, you can decompressing file from format 7z (7z), ZIP (zip), GZIP (gz, gzip, tgz), BZIP2 (bz2, bzip2, tbz2, tbz), TAR (tar), LZMA (lzma), RAR (rar), CAB (cab), ARJ (arj), Z (z, taz), CPIO (cpio), RPM (rpm), DEB (deb), LZH (lzh, lha), SPLIT (001, 002, …), CHM (chm, chw, hxs), ISO (iso), UDF (iso), COMPOUND (msi, doc, xls, ppt), WIM (wim, swm), DMG (dmg), XAR (xar), HFS (hfs) and NSIS (exe).

You also can compressing file to format 7z (7z), ZIP (zip), GZIP (gz, gzip, tgz), BZIP2 (bz2, bzip2, tbz2, tbz), TAR (tar).

You can download 7-Zip from: http://www.7-zip.org/

HOW CAN I CHECK IF MY LCD MONITOR GET DEAD OR DEFECTIVE PIXELS?

You can use InjuredPixels to check if your lcd monitor get dead or defective pixels.
After you download InjuredPixels, you do not need to install it.
You can download InjuredPixels from: http://www.hellogramming.com/injuredpixels/

WHERE CAN I FIND THE INFORMATION ABOUT RESEARCH METHODOLOGY ?

5. Designing your research methodology
Choosing your methodology; Research design; Qualitative or quantitative; Using the Internet for social research; Data collection; Overview of secondary and primary data collection methods; Support for different methods; Research ethics and being a responsible researcher; Research ethics proposal proforma; Ethical Codes; Quantitative Data Analysis; Online textbooks; Online tutorials / courses; Statistical tests; Checklist for presenting quantitative data analysis; Qualitative Data Analysis; Bibliography of qualitative research methods; Online Tutorials; Common computer-aided qualitative data analysis packages.
http://media.routledgeweb.com/pdf/9780415467490/5designing_your_research_methodology.pdf

Advanced Quantitative Research Methodology, Lecture Notes: Missing Data
Readings; Summary; Missingness Notation; Possible Assumptions; How Bad Is Listwise Deletion? In the best case scenerio for listwise deletion (MCAR), should we delete listwise or omit the variable? Derivation and Implications; Existing General Purpose Missing Data Methods; Application-specific Methods for Missing Data; How to create application-specific methods? Multiple Imputation; A General Model for Imputations; How to create imputations from this model; Computational Algorithms; MCMC Convergence Issues; One more algorithm: EMB: EM With Bootstrap; Comparisons of Posterior Density Approximations; What Can Go Wrong and What to Do; The Best Case for Listwise Deletion; Root Mean Square Error Comparisons; Detailed Example: Support for Perot; MI in Time Series Cross-Section Data; Imputation one Observation at a time; Priors on Cell Values; Posterior imputation: mean=0, prior mean=5; Model Parameters Respond to Prior on a Cell Value; Replication of Baum and Lake; Imputation Model Fit; Making Multiple Imputation Useful.
http://gking.harvard.edu/g2001syl/files/eviltlkP.pdf

CHAPTER III. RESEARCH METHODOLOGY
OVERVIEW; EMPLOYER STUDIES; MAIL SURVEY; TARGET POPULATION AND SAMPLING FRAME; SAMPLING METHODOLOGY; Summary of Sampling and Completion Statistics for Pilot and Nonpilot Establishments; QUESTIONNAIRE DEVELOPMENT; DATA COLLECTION METHODOLOGY; RESPONSE RATE; WEIGHTING; ON-SITE SURVEY; TARGET POPULATION AND SAMPLING METHODOLOGY; PROTOCOL DEVELOPMENT; DATA COLLECTION METHODOLOGY; INTERVIEWER SELECTION, TRAINING, AND MONITORING; FORM I-9 SAMPLING; RESPONSE RATE; WEIGHTING; EMPLOYEE IN-PERSON INTERVIEWS; EMPLOYEE POPULATION AND SAMPLING FRAME; SAMPLING METHODOLOGY; Employee Sample Sizes and Sampling Percentage, by Verification Outcome and Agency; QUESTIONNAIRE DEVELOPMENT; LOCATING AND CONTACTING EMPLOYEES; INTERVIEWER SELECTION, TRAINING, AND MONITORING; RESPONSE RATES; WEIGHTING; INTERVIEWS WITH FEDERAL OFFICIALS; TARGET POPULATION AND SAMPLING FRAME; DEVELOPMENT OF THE INTERVIEW GUIDE; DATA COLLECTION METHODOLOGY; RESPONSE RATES; INPUT FROM OTHER STAKEHOLDERS; BASIC PILOT TRANSACTION DATABASE ANALYSIS; REVIEW OF I-9 FORMS; OTHER SECONDARY DATA SOURCES; SYSTEM TESTING; REASON TESTERS WERE NOT USED; STATISTICAL TECHNIQUES USED IN THIS REPORT.
http://www.uscis.gov/files/article/4[1].c%20C_III.pdf

Chapter Three: Research Methodology
Introduction; Research Philosophy; Positivism; Interpretivism; Discussion and Rationale for Choice of Approach; Research Strategy; A Taxonomy of Research Methodologies; Survey Research; Case Study Research; Action Research; The Action Research – Case Study: A Combined Approach; Strengths and Weaknesses of Published Case Study Articles; Research Model and Instrument; Research Facilitation Software; Research Operationalisation; An Analogy; Operational Details.
http://www.is.cityu.edu.hk/staff/isrobert/phd/ch3.pdf

Collaborative research methodology for investigating teaching and learning: the use of interactive whiteboard technology
http://smartboards.typepad.com/smartboard/files/article1.pdf

Debate
Can the caged bird sing? Reflections on the application of qualitative research methods to case study design in homeopathic medicine Trevor DB Thompson

Background; Case studies in context; Some intrinsic limitations of standard homeopathic cases reports; Other types of observational research; Designing a Formal Case Study (FCS); Potential research questions that can be answered through the FCS; Deciding on the focus of the study; Sampling in the FCS; Planning Data Collection; Data sources in formal case studies; Data Analysis in FCSs; Means of ensuring trustworthiness of FCS findings; Groundedness; Exploring alternative explanations; Peer-review and respondent validation; Reflexivity; Writing up the FCS; The ethics of case study research; FCS in homeopathy in Bristol, UK; How FCS links with other research methods in homeopathy; Summary.
http://www.homeopathy.org/research/studies/Thompson.pdf

DRM: A Design Research Methodology
Motivation; Framework; Network of influencing factors; Experiences; Conclusions.
http://www.ktem.tu-berlin.de/fileadmin/fg89/PDFs/Forschung/Flyer_Blessing_en.pdf

EVALUATION AND ORGANIZATION OF FUTURES RESEARCH METHODOLOGY—V3.0
Methods as Boundary Objects; A Reformulation of the Model of Analysis; Evaluation and Organization of Futures Research

Methodology – Version 3.0; Ideas and Insights.
http://www.millennium-project.org/millennium/FRM-eval.pdf

General Considerations for Research Methodology in Management Decisions
Introduction to Business Research; The Business Research Problem; My Idea; Objective of Business Research; Types of Research; Application of Descriptive Research; Analytical Research; Applied Research; Fundamental Research; Quantitative Research; Attitude or opinion research; Qualitative Research; Motivation Research; Conceptual Research; Empirical Research; Descriptive Research or Ex post facto Research; Categorical Research; Longitudinal Research; Field-setting or Laboratory or Simulation research; Clinical or diagnostic Research; Exploratory Research; Formalized research; Historical research; Target oriented Research; Decision-oriented research; Operation Research; Market Research; Types of Research Approach; Quantitative Approach; Inferential Approach; Experimental approach; Simulation Approach; Qualitative Approach; Benefits s of Business Research; Benefits in business and Industry; Benefits to Society; Benefits for professions, philosophers and thinkers; Contents of Research Plan; Layout of the Report; Preliminary Pages; Main Text; Introduction; Statement of findings and recommendations; Results; Implications of the results; Summary; End Matter; Criteria of Good Business Research; Features of a Business Research report; Problem Definition; Research Objectives; Background Material; Methodology; Sampling Design; Research Design; Data Collection; Data Analysis; Limitations; Findings; Conclusions; Recommendations; Appendices; Bibliography; Index; Conclusions.
http://interstat.statjournals.net/YEAR/2009/articles/0902005.pdf

Introduction to Research Methodology in Immigration and Settlement
INTRODUCTION TO RESEARCH; Consumers of research; What is research?; The mystery of social research; Social research designs; Applied vs. pure research; Is the research reliable and valid? The research report; READING THE INTRODUCTION OF A RESEARCH REPORT Values; Ethics in research; Descriptive vs. explanatory studies; Sample Research Report; METHODS OF RESEARCH; Cross-sectional vs. longitudinal studies; Unit of analysis: macro vs. micro Reactivity; Methodology, data-collection methods and analysis; Sample Research Report; APPRECIATING DATA ANALYSIS AND FINDINGS; Sampling; Between-method triangulation theory in data analysis; Sample Research Report; MAKING SENSE OF DISCUSSION AND RECOMMENDATIONS; Sample Research Report; READING THE INTRODUCTION OF A RESEARCH REPORT; METHODS OF RESEARCH; COMPARISON OF QUALITATIVE AND QUANTITATIVE METHODOLOGIES; APPRECIATING DATA ANALYSIS AND FINDINGS; MAKING SENSE OF DISCUSSION AND RECOMMENDATIONS.
http://ceris.metropolis.net/pac/pac13.pdf

Market Research Methodology
Market Research Basics; Market Research for Business Planning; Market Information; Market Segmentation; Market Trends; Market Size; Market Analysis; Market Research Methodology; Defining the research problem; Selecting and establishing research design; Identify information types and sources; Collecting and analyzing data; Formulate findings.
http://www.marketresearchanalyst.com/wp-content/uploads/2008/01/market_research_methodology.pdf

Research Methodology
http://medind.nic.in/jaq/t06/i6/jaqt06i6p479.pdf

Research Methodology
Aim; Objectives; Postgraduate Requirements (UK); Research Methodology; Scientific Method (Traditional); Scientific Method (Popper); Qualitative Research Methods; Research Project: initial questions; A Good Research Project; Research Project: Questions for the end of year 1; The Research Proposal includes…; Research Project: Questions for the end of year 2; Research Project: Questions for the end of year 3; A Good Thesis Statement; Potential threats to defence; Research Process; Basic Principles; Months 1-2; Months 3-6; Months 7-12; Questions for the end of the year; Months 13-30; Months 31-36; References.
http://www.cs.cf.ac.uk/degreeprogrammes/postgraduate/researchdocs/RetreatBJLingsTalk.pdf

RESEARCH METHODOLOGY
Background and Objectives; Questionnaire Design; Sample Design.
http://www.ilcriticaltechnologies.niu.edu/ilcriticaltech/pdfs/res_method_pp22-24.pdf

RESEARCH METHODOLOGY
Introduction; Objective of the study; Phenomenological study; Participants; Selection of the participants; The procedure for gaining informed consent was as follows; The protection of the participants’ rights; Role of the researcher; Methods of data collection; Data collection procedure; Data checking; Data analysis; Reliability and Trustworthiness; Conclusion.
http://wallaby.vu.edu.au/adt-VVUT/uploads/approved/adt-VVUT20070509.124625/public/04Chapter3.pdf

RESEARCH METHODOLOGY
Introduction; Research Methods; Document Reviews Method; Unstructured Interview; Questionnaire Method; Questionnaire Design; Introduction Page; Questions; Layout; Questionnaire Distribution; Software Development Methodology; Spiral Model; Rapid Application Development; Waterfall Model; Iterative and Incremental Development Model; MCMT Prototype Application Development Model; Incremental and iterative process for the development of MCMT; Summary.
http://dspace.fsktm.um.edu.my/bitstream/1812/213/8/Chapter%203.pdf

Research methodology
INTRODUCTION; RESEARCH METHODS; Epidemiological methods; Case-reports; Qualitative research methods; Critical review; CONCLUSION; REFERENCES.
http://occmed.oxfordjournals.org/cgi/reprint/47/5/311.pdf

Research Methodology for Machine Translation
Introduction; Some Definitions; Text Preparation; Glossary Development; Translation; Analysis; Conclusion.
http://www.mt-archive.info/MT-1958-Edmundson.pdf

RESEARCH METHODOLOGY SUPPLEMENT
RESEARCH PROCESS; “The world according to F.A.A.P.”; “The world according to F.A.A.P.” (Field, Area, Aspect, Problem); CONTEXTUALISATION; CONTEXTUALISATION CHECKLIST; QUANTITATIVE METHODOLOGY; KEY IDEAS; Attributes converted to numbers; Numbers manipulated to produce implications; Assigning numbers to values; KEY TERMS; Sampling; Quantified Attributes; Statistically Significant; Variables; Pre- and Post Testing; Control and Test groups; Surveys; QUANTITATIVE PROCESS; QUALITATIVE RESEARCH; Action Research; PARAGRAPH DEVELOPMENT.
http://www.vasta.org/vsr/rmsupplement.pdf

Research Methodology
Thinking in questions: Research as a game of questions and answers; What really is your question? Why do you want to study this question? Steps leading to a research question; Certain questions imply certain answers; Quantitative vs. Qualitative Research Only a question of different methods? …or a question of different premises? Quantitative vs. Qualitative Research.
http://www.oikos-international.org/fileadmin/oikos-international/international/Summer_Academies__old_ones_/edition_2001/Presentations/Presentation_Dyllick.pdf

STUDY RESEARCH METHODOLOGY AND DATA LIMITATIONS
Research Methodology; Data Collection; Data Sample and Limitations.
http://www.mfc.org.pl/doc/Publication/Mapping/Appendix2.pdf?PHPSESSID=8cbe1b9676ecb957954cc3a6c3c9d3c5

SURVEY RESEARCH METHODOLOGY IN MANAGEMENT INFORMATION SYSTEMS: AN ASSESSMENT
INTRODUCTION; DEFINITION OF SURVEY RESEARCH; Characteristics of Survey Research; Appropriate Application of Survey Research in MIS; DATA AND METHOD; Survey articles by journal; Classification of Studies by Purpose; Development of Framework for Assessment; Minimum Dimensions of Survey Studies by Purpose; Assessment of the Studies; FINDINGS ABOUT THE QUALITY OF SURVEY RESEARCH IN MIS; Research Design; Distribution of Studies by Survey Type and Purpose; Studies by Units of Analysis and Purpose; Organization Level Studies by Single-Role vs. Multiple-Role Respondents and Purpose; Sampling Procedures; Studies by Sample Frame and Purpose; Studies by Sampling Procedures and Purpose (Organization-level Surveys); Studies by Sampling Procedures and Purpose (Individual-level surveys); Studies by Sample Bias Test and Purpose; Studies by Unit of Analysis, Sample Size, and Purpose; Data Collection; Studies by Response Rates and Purpose; Studies by Data Collection Methods and Purpose; Studies by Usage of Data Collection Methods and Purpose; DISCUSSION; Summary Assessment of Survey Studies by Purpose; Survey Type; Mix of Methods; Representativeness of Sample; Response Rates; CONCLUSION.
http://www.crito.uci.edu/papers/1993/urb-022.pdf

The Methodology Chapter
http://web.uvic.ca/spp/documents/methodology.pdf

Training Students in Research Methodology :
Are We Doing Enough?

http://www.jkscience.org/archive/Volume81/editorial.pdf

Uncovering the Shape of Violence: A Research Methodology Rooted in the Experience of People with Disabilities
BEGINNING: A HUNCH; FROM A HUNCH TO A RESEARCH DESIGN; THE RESEARCH OBJECTIVES; METHODOLOGY; FINDINGS.
http://www.leeds.ac.uk/disability-studies/archiveuk/Barnes/Chapter%2012.pdf

User-Centred Design Research Methods: The Designer’s Perspective
http://www.cs.bath.ac.uk/~anneb/User-centred%20design%202000E&PDE.pdf

WHAT’S CRITICAL IN CRITICAL IS RESEARCH METHODOLOGY?
http://www.management.ac.nz/ejrot/cmsconference/2007/abstracts/criticalthinking/abstract_cecez.pdf

HOW CAN I REMOVE THIS VIRUS: Email-Worm.Win32.Mydoom.a-b,e ?

You can download virus removal for Email-Worm.Win32.Mydoom.a-b,e from this website: http://www.kaspersky.com/removaltools

From the above website, you also can download virus removal for:

Worm.Win32.AutoRun.hr; Net-Worm.Win32.Rovud.a-c; Worm.Win32.AutoRun.dfx; Worm.Win32.AutoRun.dhq; Worm.Win32.AutoRun.daa; Worm.Win32.AutoRun.czz; Trojan-Downloader.Win32.Losabel.ap; Trojan-Downloader.Win32.Todon.an; Trojan.Win32.Agent.aec; Worm.Win32.AutoRun.cby; Trojan.Win32.KillAV.nj; Worm.Win32.VB.jn; P2P-Worm.Win32.Malas.b; IM-Worm.Win32.Sohanad.as; Virus.Win32.VB.he; Virus.Win32.AutoRun.acw; Backdoor.Win32.Allaple.a; Email-Worm.Win32.Brontok.n; not-a-virus:RiskTool.Win32.XCP.a-b; Trojan.Win32.Krotten; Email-Worm.Win32.Bagle.cx-dw; not-a-virus:AdWare.Win32.Visiter; Virus.Win32.Implinker.a; Email-Worm.Win32.Bagle.at,au; Email-Worm.Win32.Zafi.b; Trojan.Win32.StartPage.fw; Backdoor.Win32.Agent.ac; Email-Worm.Win32.Bagle.a-j,n-r,z; Net-Worm.Win32.Sasser.a-d,f; Trojan-Downloader.Win32.Agent.a-j; Email-Worm.Win32.NetSky.b-d; Email-Worm.Win32.Mydoom.a-b,e; Email-Worm.Win32.Torvil.d; Backdoor.Win32.Afcore.l-ad; Email-Worm.Win32.Sober.a,c; Net-Worm.Win32.Opasoft.a-p; Email-Worm.Win32.Swen; Email-Worm.Win32.Dumaru.a-m; Trojan.Win32.SilentLog.a-b; Backdoor.Win32.Small.d; Email-Worm.Win32.Sobig.f; Net-Worm.Win32.Welchia; Net-Worm.Win32.Lovesan; Email-Worm.Win32.Magold.a-e; Email-Worm.Win32.Tanatos.a,b; Email-Worm.Win32.LovGate.a-l; Email-Worm.Win32.Fizzer; Email-Worm.Win32.Lentin.a-p; Email-Worm.Win32.Avron.a-e; Net-Worm.Win32.Opasoft.a-h; Email-Worm.Win32.Winevar; Email-Worm.Win32.Bridex.a; Virus.Win32.Win32.Elkern.c; Email-Worm.Win32.Goner; Email-Worm.Win32.Klez.a,e,f,g,h; Email-Worm.Win32.Nimda.a; Email-Worm.Win32.Sircam.a; Email-Worm.Win32.Blebla.b; Email-Worm.Win32.Navidad.a; Virus.Win32.FunLove.

From his website: http://www.bitdefender.com/site/Downloads/browseFreeRemovalTool you can download virus remaval too for:

Backdoor.IRC.Sticy.A (.exe); Backdoor.K0wbot.1.2 / 1.3.A / 1.3.B (.exe); BackDoor.Rebbew (A,B,C,D) (.exe); Backdoor.Sticy.B (.exe); I-Worm.Sircam (.exe); Trojan.Agent.Delf.RHO; Anti-Generic.IMRobot-EN.exe; Anti-Generic.IMRobot-EN.exe; Trojan.PWS.OnlineGames.KBVT (.exe); Trojan.VB.AE (.exe); Win32.Antiman.A@mm (.exe); Win32.Auric.A@mm (.exe); Win32.Badtrans.B@mm (.exe); Win32.Bagle.A@mm (.exe); Win32.Bagle.AU@mm (.exe); Win32.Bagle.{C-E}@mm (.exe); Win32.Bagle.FO@mm (.exe); Win32.Bagz.B@mm (.exe); Win32.Bride.A@mm (.exe); Win32.Bride.B@mm (.exe); Win32.Bride.C@mm (.exe); Win32.Brontok.A@mm (.exe); Win32.BugBear.A@mm (.exe); Win32.BugBear.B@mm (.exe); Win32.BugBear.C@mm (.exe); Win32.Dumaru.A@mm (.exe); Win32.Dumaru.B/C@mm (.exe); Win32.Dumaru.Y@mm (.exe); Win32.Elkern.A (.exe); Win32.Evaman.A@mm (.exe); Win32.Fizzer.A@mm (.exe); Win32.Frethem.F@mm (.exe); Win32.Funlove (.exe); Win32.Ganda.A@mm (.exe); Win32.Gibe.A@mm (.exe); Win32.Gone.A@mm (.exe); Win32.Holar.H@mm (.exe); Win32.IISWorm.CodeRed.F (.zip); Win32.Ivrol.A@mm (.exe); Win32.Jeefo.A (.exe); Win32.Klez.A@mm (.exe); Win32.Klez.D@mm (.exe); Win32.Klez.E@mm (.exe); Win32.Klez.H@mm (.exe); Win32.Lirva.B@mm (.exe); Win32.LovGate.C@mm; antilovgate-en.exe; antilovgate-en.exe; Win32.LovGate.G/H/J/K@mm (.exe); Win32.Mabutu.A@mm (.exe); Win32.Magistr.B@mm (.exe); Win32.Melare.A@mm (.exe); Win32.Mimail.A@mm (.exe); Win32.Mimail.C@mm (.exe); Win32.Mimail.D,E,F,H@mm (.exe); Win32.Mimail.I@mm (.exe); Win32.Msblast.A (.exe); Win32.Msblast.B (.exe); Win32.Msblast.C (.exe); Win32.Msblast.F (.exe); Win32.Muce.A (.exe); Win32.Mydoom.B@mm (Win32.Novarg.B@mm) (.exe); Win32.Myparty.A@mm (.exe); Win32.Neroma.A@mm (.exe); Win32.Neroma.B@mm (.exe); Win32.Netsky.B@mm (.exe); Win32.Netsky.Q@mm (.exe); Win32.Nimda.A@mm (.exe); Win32.Nimda.E@mm (.exe); Win32.Novarg.A@mm (.exe); Win32.Nyxem.E@mm (.exe); Win32.Parite.A/B/C (.exe); Win32.Polip.A (.exe); Win32.Sober.AD@mm (.exe); Win32.Sober.A@mm (.exe); Win32.Sober.B@mm (.exe); Win32.Sober.C@mm (.exe); Win32.Sober.D@mm (.exe); Win32.Sober.F@mm (.exe); Win32.Sober.O@mm (.exe); Win32.Sobig.A@mm (.exe); Win32.Sobig.B@mm (Palyh) (.exe); Win32.Sobig.C@mm (.exe); Win32.SoBig.E@mm; antisobig-en.exe; antisobig-en.exe; Win32.Sobig.F@mm (.exe); Win32.Valhalla.2048 (.exe); Win32.Worm.Benjamin (.exe); Win32.Worm.Bobax.A/C; antibobax-en.exe; antitest-en.exe download; Win32.Worm.Dabber.A (.exe); Win32.Worm.Delf.NCZ (.exe); Win32.Worm.Downadup.Gen; anti-Downadup-EN.zip; anti-Downadup-EN.zip; dcleaner.zip; Win32.Worm.Korgo.A,B (.exe); Win32.Worm.Korgo.C (.exe); Win32.Worm.Korgo.P (.exe); Win32.Worm.Korgo.R (.exe); Win32.Worm.Mexer.E (.exe); Win32.Worm.Mytob.BY (.exe); Win32.Worm.Opaserv (.exe); Win32.Worm.SQLExp.Slammer.A (.zip); Win32.Worm.Welchia.A (.exe); Win32.Worm.Welchia.B (.exe); Win32.Yahaa.D@mm (.exe); Win32.Yahaa.E@mm (.exe); Win32.Yahaa.J@mm (.exe); Win32.Yahaa.K@mm (.exe); Win32.Yahaa.P@mm/Q@mm (.exe); Win32.Zafi.A@mm (.exe); Win32.Zafi.B@mm (.exe); Win32.Zafi.D@mm (.exe); Worm.Kibuv.A (.exe); Worm.Zimuse.A (.exe).

From this website: http://www.bitdefender.de/site/Downloads/browseFreeRemovalTool you also can download virus removal for:

Adware.Gator.C (.exe); Backdoor.Agobot.3.Gen (.exe); Backdoor.IRC.Sticy.A (.exe); BackDoor.Rebbew (A,B,C,D) (.exe); Backdoor.Sticy.B (.exe); I-Worm.Sircam (.exe); Trojan.Agent.Delf.RHO (.exe); Trojan.VB.AE; AntiVBTrojan-de.exe; AntiVBTrojan-de.exe; VBS.Breetnee.A@mm (.exe); VBS.Breetnee.B@mm (.exe); VBS.Breetnee.F@mm (.exe); Win32.Antiman.A@mm (.exe); Win32.Auric.A@mm (.exe); Win32.Badtrans.B@mm (.exe); Win32.Bagle.A@mm (.exe); Win32.Bagle.B@mm (.exe); Win32.Bagle.{C-E}@mm; antibaglec-de.exe; AntiBagleAU-DE.exe; Win32.Bagle.{F-H}@mm (.exe); Win32.Bagle.{J-K}@mm (.exe); Win32.Bride.A@mm (.exe); Win32.Bride.B@mm (.exe); Win32.Bride.C@mm (.exe); Win32.BugBear.A@mm (.exe); Win32.BugBear.B@mm (.exe); Win32.BugBear.C@mm (.exe); Win32.BugBear.D@mm (.exe); Win32.Dumaru.A@mm (.exe); Win32.Dumaru.B/C@mm (.exe); Win32.Dumaru.Y@mm (.exe); Win32.Elkern.A (.exe); Win32.Evaman.A@mm (.exe); Win32.Evaman.C@mm (Win32.Linort.A@mm) (.exe); Win32.Evaman.D@mm (.exe); Win32.Fizzer.A@mm (.exe); Win32.Frethem.F@mm (.exe); Win32.Frethem.J@mm (.exe); Win32.Frethem.K@mm (.exe); Win32.Ganda.A@mm (.exe); Win32.Gone.A@mm (.exe); Win32.Holar.H@mm (.exe); Win32.Holar.I@mm (.exe); Win32.IISWorm.CodeRed.F (.zip); Win32.Ivrol.A@mm (.exe); Win32.Jeefo.A (.exe); Win32.Klez.A@mm (.exe); Win32.Klez.D@mm (.exe); Win32.Klez.E@mm (.exe); Win32.Klez.H@mm (.exe); Win32.Lirva.B@mm (.exe); Win32.LovGate.C@mm (.exe); Win32.LovGate.F@mm (.exe); Win32.LovGate.G/H/J/K@mm (.exe); Win32.Mabutu.A@mm (.exe); Win32.Melare.A@mm (.exe); Win32.Mimail.A@mm (.exe); Win32.Mimail.C@mm (.exe); Win32.Mimail.D,E,F,H@mm (.exe); Win32.Mimail.I@mm (.exe); Win32.Msblast.A (.exe); Win32.Msblast.B (.exe); Win32.Msblast.C (.exe); Win32.Msblast.F (.exe); Win32.Muce.A (.exe); Win32.Mydoom.B@mm (Win32.Novarg.B@mm) (.exe); Win32.MyDoom.F@mm (.exe); Win32.Mydoom.I@mm (.exe); Win32.MyDoom.M@mm (.exe); Win32.Mydoom.P@mm (.exe); Win32.Neroma.A@mm (.exe); Win32.Neroma.B@mm (.exe); Win32.Netsky.B@mm (.exe); Win32.Netsky.C@mm (.exe); Win32.Netsky.D@mm (.exe); Win32.Netsky.Q@mm (.exe); Win32.Netsky.S@mm (.exe); Win32.Nimda.A@mm (.exe); Win32.Nimda.E@mm (.exe); Win32.Novarg.A@mm (.exe); Win32.Nyxem.E@mm; Antinyxem-DE.exe; AntiNyxem-EN.exe; Antinyxem-DE.exe; Win32.Parite.A/B/C (.exe); Win32.Sobig.A@mm (.exe); Win32.Sobig.B@mm (Palyh) (.exe); Win32.Sobig.C@mm (.exe); Win32.SoBig.E@mm (.exe); Win32.Sobig.F@mm (.exe); Win32.Valhalla.2048 (.exe); Win32.Worm.Benjamin (.exe); Win32.Worm.Bobax.A/C (.exe); Win32.Worm.Cycle.A (.exe); Win32.Worm.Dabber.A (.exe); Win32.Worm.Delf.NCZ; AntiWin32.Worm.Delf.NCZ-de.exe; AntiWin32.Worm.Delf.NCZ-en.exe; Win32.Worm.Downadup.Gen (.zip); Win32.Worm.Korgo.A,B (.exe); Win32.Worm.Korgo.C (.exe); Win32.Worm.Korgo.P (.exe); Win32.Worm.Korgo.R (.exe); Win32.Worm.Mexer.E (.exe); Win32.Worm.Mytob.BC (.exe); Win32.Worm.Mytob.BY (.exe); Win32.Worm.Mytob.C (.exe); Win32.Worm.Opaserv (.exe); Win32.Worm.Sasser.{A-C} (.exe); Win32.Worm.Sasser.D (.exe); Win32.Worm.Sasser.E (.exe); Win32.Worm.Sasser.F (.exe); Win32.Worm.Welchia.A (.exe); Win32.Worm.Welchia.B (.exe); Win32.Worm.Welchia.F (.exe); Win32.Yahaa.D@mm (.exe); Win32.Yahaa.E@mm (.exe); Win32.Yahaa.J@mm (.exe); Win32.Yahaa.K@mm (.exe); Win32.Yahaa.P@mm/Q@mm (.exe); Win32.Zafi.A@mm (.exe); Win32.Zafi.B@mm (.exe); Win32.Zafi.D@mm (.exe); Worm.Kibuv.A (.exe).

From this website: http://us.mcafee.com/virusInfo/default.asp?id=stinger you can download removal tool for:

Adclicker-GV; BackDoor-ALI; BackDoor-AQJ; BackDoor-AQJ.b; BackDoor-AWQ.b; BackDoor-CEB; BackDoor-CEB!bat; BackDoor-CEB!hosts; BackDoor-CEB.b; BackDoor-CEB.c; BackDoor-CEB.d; BackDoor-CEB.dll; BackDoor-CEB.dr; BackDoor-CEB.e; BackDoor-CEB.f; BackDoor-CEB.sys; BackDoor-CFB; BackDoor-DKI!mem; Backdoor-DOI; BackDoor-JZ; BackDoor-JZ.dam; BackDoor-JZ.dr; BackDoor-JZ.gen; BackDoor-JZ.gen.b; Bat/Autorun.worm.h; Bat/Autorun.worm.zr; Bat/Autorun.worm.zr!vbs; Bat/Autorun.worm.zw; Bat/Mumu.worm; Cleanup; CoreFlood; Coreflood!psexec; Coreflood.dldr; CoreFlood.dll; CoreFlood.dr; Danmec; Downloader-ARR; Downloader-AXJ; Downloader-DN.a; Downloader-DN.b; Downloader-QO; Downloader-UA; Exploit-DcomRpc; Exploit-DcomRpc.b; Exploit-DcomRpc.dll; Exploit-Lsass; Exploit-Lsass.dll; Exploit-MS04-011; Exploit-MS04-011.gen; Exploit-MSExcel.k; Exploit-MSExcel.l; Exploit-MSExcel.m; Exploit-MSExcel.n; Exploit-MSExcel.o; Exploit-MSExcel.p; Exploit-MSExcel.q; Exploit-MSExcel.r; Exploit-PDF.b; Exploit-PDF.b.gen; Exploit-PDF.c; Exploit-PDF.d; Exploit-PDF.e; Exploit-PDF.f; Exploit-PDF.g; Exploit-PDF.h; Exploit-PDF.i; Exploit-PDF.i.gen; Exploit-PDF.j; Exploit-PDF.k; Exploit-PDF.l; Exploit-XMLhttp.d; Exploit-XMLhttp.d.gen; Exploit-XMLhttp.d.gen.b; Exploit-XMLhttpd.d; Exploit-XMLhttpd.gen.c; FakeAlert; FakeAlert-AA; FakeAlert-AB; FakeAlert-AB!htm; FakeAlert-AB.dldr; FakeAlert-AB.dr; FakeAlert-AC; FakeAlert-AD; FakeAlert-AE; FakeAlert-AF; FakeAlert-AG; FakeAlert-AG.gen.b; FakeAlert-AG.gen.c; FakeAlert-AH; FakeAlert-AI; FakeAlert-AJ; FakeAlert-AK; FakeAlert-AL; FakeAlert-AM; FakeAlert-AN; FakeAlert-AntiSpywarePro; FakeAlert-AntiSpywarePro.dll; FakeAlert-AntiVirusPlus; FakeAlert-AntiVirusPro; FakeAlert-AntiVirusPro!hosts; FakeAlert-AntiVirusXP; FakeAlert-AO; FakeAlert-AP; FakeAlert-AQ; FakeAlert-AR; FakeAlert-AS; FakeAlert-AT; FakeAlert-AU; FakeAlert-av2009; FakeAlert-av360; FakeAlert-AW; FakeAlert-AZ; FakeAlert-AZ!htm; FakeAlert-B; FakeAlert-B.dldr; FakeAlert-B.dr; FakeAlert-BA; FakeAlert-BB; FakeAlert-BC; FakeAlert-BD; FakeAlert-BE; FakeAlert-BE.gen; FakeAlert-BF; FakeAlert-BG.dldr; FakeAlert-BH.dldr; FakeAlert-BI; FakeAlert-BJ; FakeAlert-BK; FakeAlert-BL; FakeAlert-BM; FakeAlert-BN; FakeAlert-BO; FakeAlert-BO.dldr; FakeAlert-BP; FakeAlert-BQ; FakeAlert-BR; FakeAlert-BS; FakeAlert-BS.dll; FakeAlert-BT; FakeAlert-BU; FakeAlert-BV; FakeAlert-BV.dldr; FakeAlert-BW; FakeAlert-BX; FakeAlert-BY; FakeAlert-BZ; FakeAlert-C; FakeAlert-C.dr; FakeAlert-C.gen; FakeAlert-CA; FakeAlert-CB; FakeAlert-CC; FakeAlert-CC.dr; FakeAlert-CD; FakeAlert-CE; FakeAlert-CF; FakeAlert-CG; FakeAlert-CH; FakeAlert-CI; FakeAlert-CJ; FakeAlert-CK; FakeAlert-CL; FakeAlert-CM; FakeAlert-CN; FakeAlert-CO; FakeAlert-CoreGuard; FakeAlert-CP; FakeAlert-CQ; FakeAlert-CR; FakeAlert-CS; FakeAlert-CT; FakeAlert-CU; FakeAlert-CV; FakeAlert-CW; FakeAlert-CX; FakeAlert-CY; FakeAlert-CZ; FakeAlert-D; FakeAlert-DA; FakeAlert-DB; FakeAlert-DC; FakeAlert-DD; FakeAlert-DE; FakeAlert-DF; FakeAlert-DG; FakeAlert-DH; FakeAlert-DI; FakeAlert-DJ; FakeAlert-DK; FakeAlert-DL; FakeAlert-DM; FakeAlert-DN; FakeAlert-DO; FakeAlert-DP; FakeAlert-DQ; FakeAlert-DR; FakeAlert-DS; FakeAlert-DT; FakeAlert-DU; FakeAlert-DV; FakeAlert-DW; FakeAlert-DX; FakeAlert-DY; FakeAlert-DZ; FakeAlert-E; FakeAlert-EA; FakeAlert-EB; FakeAlert-EC; FakeAlert-ED; FakeAlert-EE; FakeAlert-EF; FakeAlert-EG; FakeAlert-EH; FakeAlert-EI; FakeAlert-EJ; FakeAlert-EK; FakeAlert-EL; FakeAlert-EM; FakeAlert-EN; FakeAlert-EO; FakeAlert-EQ; FakeAlert-ER; FakeAlert-ES; FakeAlert-ET; FakeAlert-EU; FakeAlert-EV; FakeAlert-EW; FakeAlert-EX; FakeAlert-EY; FakeAlert-EZ; FakeAlert-F; FakeAlert-FA; FakeAlert-FB; FakeAlert-FC; FakeAlert-FD; FakeAlert-FE; FakeAlert-FF; FakeAlert-FG.dldr; FakeAlert-FH; FakeAlert-FI; FakeAlert-FJ; FakeAlert-FK; FakeAlert-FL; FakeAlert-FM; FakeAlert-FN; FakeAlert-FO; FakeAlert-FP; FakeAlert-FQ; FakeAlert-FR; FakeAlert-FS; FakeAlert-FT; FakeAlert-FU; FakeAlert-FU.dr; FakeAlert-FV; FakeAlert-FV.dll; FakeAlert-FW; FakeAlert-FX; FakeAlert-FY; FakeAlert-FZ; FakeAlert-G; FakeAlert-GA; FakeAlert-GA!htm; FakeAlert-GA.dll; FakeAlert-GB; FakeAlert-GC; FakeAlert-GD; FakeAlert-GE; FakeAlert-GF; FakeAlert-GG; FakeAlert-GH; FakeAlert-GI; FakeAlert-GJ; FakeAlert-GK; FakeAlert-GL; FakeAlert-GM; FakeAlert-GN; FakeAlert-GO; FakeAlert-GP; FakeAlert-GQ; FakeAlert-GR; FakeAlert-GreenAV; FakeAlert-GS; FakeAlert-GT; FakeAlert-GT.dr; FakeAlert-GU; FakeAlert-GV; FakeAlert-GW; FakeAlert-GX; FakeAlert-GY; FakeAlert-GZ; FakeAlert-H; FakeAlert-HA; FakeAlert-HB; FakeAlert-HC; FakeAlert-HD; FakeAlert-HE; FakeAlert-HF; FakeAlert-HG; FakeAlert-HH; FakeAlert-HI; FakeAlert-HJ; FakeAlert-HK; FakeAlert-HL; FakeAlert-HM; FakeAlert-HN; FakeAlert-HO; FakeAlert-HP; FakeAlert-HQ; FakeAlert-HR; FakeAlert-HS; FakeAlert-HT; FakeAlert-HU; FakeAlert-HV; FakeAlert-HW; FakeAlert-HX; FakeAlert-HY; FakeAlert-HZ; FakeAlert-I; FakeAlert-IA; FakeAlert-IB; FakeAlert-IC; FakeAlert-ID; FakeAlert-IE; FakeAlert-IF; FakeAlert-IG; FakeAlert-IH; FakeAlert-II; FakeAlert-IJ; FakeAlert-IK; FakeAlert-IL; FakeAlert-IM; FakeAlert-IN; FakeAlert-IO; FakeAlert-IP; FakeAlert-IQ; FakeAlert-IR; FakeAlert-IS; FakeAlert-IT; FakeAlert-IU; FakeAlert-IV; FakeAlert-IW; FakeAlert-IX; FakeAlert-IY; FakeAlert-IZ; FakeAlert-J; FakeAlert-JA; FakeAlert-JB; FakeAlert-JC; FakeAlert-JD; FakeAlert-JE; FakeAlert-JF; FakeAlert-JG; FakeAlert-JH; FakeAlert-JI; FakeAlert-JJ; FakeAlert-JK; FakeAlert-JL; FakeAlert-JM; FakeAlert-JM.gen.a; FakeAlert-JN; FakeAlert-JO; FakeAlert-JP; FakeAlert-JQ; FakeAlert-JR; FakeAlert-JT; FakeAlert-JU; FakeAlert-JV; FakeAlert-JW; FakeAlert-JX; FakeAlert-JY; FakeAlert-JZ; FakeAlert-JZ.dll; FakeAlert-K; FakeAlert-KA; FakeAlert-KB; FakeAlert-KC; FakeAlert-KD; FakeAlert-KE; FakeAlert-KF; FakeAlert-KG; FakeAlert-KH; FakeAlert-KI; FakeAlert-L; FakeAlert-LastDefender; FakeAlert-M; FakeAlert-MaCatte; FakeAlert-MalDef; FakeAlert-MalDef.dldr; FakeAlert-MalDef.dll; FakeAlert-MCodec; FakeAlert-MCodec!htm; FakeAlert-N; FakeAlert-N.dldr; FakeAlert-O; FakeAlert-OnlineSecurity; FakeAlert-P; FakeAlert-PersonalAV; FakeAlert-Q; FakeAlert-R; FakeAlert-RealAV; FakeAlert-S; FakeAlert-S.dll; FakeAlert-SafetyCenter; FakeAlert-SafetyCenter.dldr; FakeAlert-SaftyManager; FakeAlert-SaveDefence; FakeAlert-SecureKeeper; FakeAlert-SpyKiller; FakeAlert-SpyPro; FakeAlert-SpywareGuard; FakeAlert-SpywareGuard.gen.b; FakeAlert-SpywareProtect; FakeAlert-SystemSecurity; FakeAlert-T; FakeAlert-U; FakeAlert-V; FakeAlert-W; FakeAlert-WinwebSecurity; FakeAlert-WPS; FakeAlert-X; FakeAlert-XPAntivirus; FakeAlert-XPPoliceAntivirus; FakeAlert-XPSecCenter; FakeAlert-Y; FakeAlert-Y.dr; FakeAlert-Z; Fribet; Generic Fakealert; Generic FakeAlert!lnk; Generic FakeAlert.aa; Generic FakeAlert.ab; Generic FakeAlert.d; Generic FakeAlert.d!gen; Generic FakeAlert.e; Generic FakeAlert.f; Generic FakeAlert.g; Generic FakeAlert.h; Generic FakeAlert.j; Generic FakeAlert.k; Generic FakeAlert.l; Generic FakeAlert.m; Generic FakeAlert.n; Generic FakeAlert.o; Generic FakeAlert.p; Generic FakeAlert.q; Generic FakeAlert.r; Generic FakeAlert.s; Generic FakeAlert.t; Generic FakeAlert.u; Generic FakeAlert.v; Generic FakeAlert.w; Generic FakeAlert.x; Generic FakeAlert.y; Generic FakeAlert.z; Generic!atr; HideWindow; HideWindow.dll; Htool-SAD; HTool-T2W; Ilomo; IPCScan; IRC/Flood.ap; IRC/Flood.ap.bat; IRC/Flood.ap.dr; IRC/Flood.bi; IRC/Flood.bi.dr; IRC/Flood.cd; IRCbot.gen.ah; JS/Autorun.worm.ci; JS/Downloader-AUE; JS/FakeAlert; JS/FakeAlert-AB; JS/FakeAlert-AB.dldr; Keylog-Powered; NTServiceLoader; PersonalAV; ProcKill; Proxy-Agent.af; Proxy-Agent.af.dr; PWS-Banker.df; PWS-Banker.dldr; PWS-FireMing; PWS-FireMing.dll; PWS-FireMing.dr; PWS-Gamania.gen.a; PWS-Narod; PWS-Narod.dll; PWS-Narod.gen; PWS-Sincom; PWS-Sincom.dll; PWS-Sincom.dr; QHosts-123; rootkit; Rscan; Spy-Agent.bf; Spy-Agent.bw!mem; Spy-Agent.bw.gen!mem; Spyware-007; Suspect; VBS/Autorun.bj; VBS/Autorun.worm.aau; VBS/Autorun.worm.aav; VBS/Autorun.worm.au; VBS/Autorun.worm.ay; VBS/Autorun.worm.bi; VBS/Autorun.worm.bj; VBS/Autorun.worm.bs; VBS/Autorun.worm.by; VBS/Autorun.worm.ca; VBS/Autorun.worm.cy; VBS/Autorun.worm.dm; VBS/Autorun.worm.dn; VBS/Autorun.worm.dn!atr; VBS/Autorun.worm.dn!txt; VBS/Autorun.worm.dv; VBS/Autorun.worm.dz; VBS/Autorun.worm.en; VBS/Autorun.worm.ew; VBS/Autorun.worm.fu; VBS/Autorun.worm.gc; VBS/Autorun.worm.gd; VBS/Autorun.worm.k; VBS/Autorun.worm.k!bat; VBS/Autorun.worm.k!lnk; VBS/Autorun.worm.k!reg; VBS/Autorun.worm.zd; VBS/Autorun.worm.ze; VBS/Autorun.worm.zl; VBS/Autorun.worm.zn; VBS/Autorun.worm.zo; VBS/Autorun.worm.zo!lnk; VBS/Autorun.worm.zs; VBS/Autorun.worm.zy; VBS/Autorun.worm.zz; VBS/FakeAlert-AB; VBS/FakeAlert-EY.dr; VBS/FakeAV; VBS/IE-Title; Vundo; Vundo!grb; Vundo.dldr; Vundo.dr; Vundo.gen.aa; Vundo.gen.ab; Vundo.gen.ac; Vundo.gen.ad; Vundo.gen.ae; Vundo.gen.af; Vundo.gen.ag; Vundo.gen.ah; Vundo.gen.ai; Vundo.gen.aj; Vundo.gen.ak; Vundo.gen.al; Vundo.gen.am; Vundo.gen.an; Vundo.gen.ao; Vundo.gen.ap; Vundo.gen.aq; Vundo.gen.ar; Vundo.gen.as; Vundo.gen.at; Vundo.gen.au; Vundo.gen.av; Vundo.gen.aw; Vundo.gen.ax; Vundo.gen.ay; Vundo.gen.az; Vundo.gen.ba; Vundo.gen.bb; Vundo.gen.bc; Vundo.gen.bd; Vundo.gen.be; Vundo.gen.bf; Vundo.gen.bg; Vundo.gen.bh; Vundo.gen.bi; Vundo.gen.bj; Vundo.gen.bk; Vundo.gen.bl; Vundo.gen.bm; Vundo.gen.bn; Vundo.gen.bo; Vundo.gen.bp; Vundo.gen.bq; Vundo.gen.br; Vundo.gen.bs; Vundo.gen.bt; Vundo.gen.bu; Vundo.gen.bv; Vundo.gen.bw; Vundo.gen.bx; Vundo.gen.by; Vundo.gen.bz; Vundo.gen.ca; Vundo.gen.cb; Vundo.gen.cc; Vundo.gen.cd; Vundo.gen.ce; Vundo.gen.cf; Vundo.gen.cg; Vundo.gen.ch; Vundo.gen.h; Vundo.gen.i; Vundo.gen.j; Vundo.gen.k; Vundo.gen.l; Vundo.gen.m; Vundo.gen.n; Vundo.gen.o; Vundo.gen.p; Vundo.gen.r; Vundo.gen.s; Vundo.gen.s.dr; Vundo.gen.t; Vundo.gen.u; Vundo.gen.v; Vundo.gen.w; Vundo.gen.x; Vundo.gen.y; Vundo.gen.z; W32/Anig.worm; W32/Anig.worm.dll; W32/Autorun; W32/Autorun.fo; W32/Autorun.worm; W32/Autorun.worm!inf; W32/Autorun.worm!ini; W32/Autorun.worm!vbd; W32/Autorun.worm.a; W32/Autorun.worm.aa; W32/Autorun.worm.aaa; W32/Autorun.worm.aaab; W32/Autorun.worm.aab; W32/Autorun.worm.aac; W32/Autorun.worm.aad; W32/Autorun.worm.aae; W32/Autorun.worm.aaf; W32/Autorun.worm.aag; W32/Autorun.worm.aah; W32/Autorun.worm.aai; W32/Autorun.worm.aaj; W32/Autorun.worm.aaj!inf; W32/Autorun.worm.aak; W32/Autorun.worm.aal; W32/Autorun.worm.aam; W32/Autorun.worm.aan; W32/Autorun.worm.aao; W32/Autorun.worm.aap; W32/Autorun.worm.aaq; W32/Autorun.worm.aar; W32/Autorun.worm.aas; W32/Autorun.worm.aat; W32/Autorun.worm.aau; W32/Autorun.worm.ab; W32/Autorun.worm.ac; W32/Autorun.worm.ad; W32/Autorun.worm.ae; W32/Autorun.worm.af; W32/Autorun.worm.ag; W32/Autorun.worm.ai; W32/Autorun.worm.aj; W32/Autorun.worm.ak; W32/Autorun.worm.al; W32/Autorun.worm.am; W32/Autorun.worm.an; W32/Autorun.worm.ao; W32/Autorun.worm.ap; W32/Autorun.worm.aq; W32/Autorun.worm.ar; W32/Autorun.worm.as; W32/Autorun.worm.at; W32/Autorun.worm.av; W32/Autorun.worm.aw; W32/Autorun.worm.ax; W32/Autorun.worm.az; W32/Autorun.worm.b; W32/Autorun.worm.b.cfg; W32/Autorun.worm.ba; W32/Autorun.worm.bb; W32/Autorun.worm.bc; W32/Autorun.worm.bd; W32/Autorun.worm.be; W32/Autorun.worm.bf; W32/Autorun.worm.bg; W32/Autorun.worm.bh; W32/Autorun.worm.bk; W32/Autorun.worm.bl; W32/Autorun.worm.bm; W32/Autorun.worm.bn; W32/Autorun.worm.bo; W32/Autorun.worm.bp; W32/Autorun.worm.bp!reg; W32/Autorun.worm.bq; W32/Autorun.worm.br; W32/Autorun.worm.bt; W32/Autorun.worm.bw; W32/Autorun.worm.bx; W32/Autorun.worm.bx!inf; W32/Autorun.worm.bx.gen; W32/Autorun.worm.by; W32/Autorun.worm.bz; W32/Autorun.worm.c; W32/Autorun.worm.cb; W32/Autorun.worm.cb.dr; W32/Autorun.worm.cc; W32/Autorun.worm.cd; W32/Autorun.worm.ce; W32/Autorun.worm.cf; W32/Autorun.worm.cg; W32/Autorun.worm.ch; W32/Autorun.worm.cj; W32/Autorun.worm.ck; W32/Autorun.worm.cm; W32/Autorun.worm.cn; W32/Autorun.worm.co; W32/Autorun.worm.cp; W32/Autorun.worm.cp!bat; W32/Autorun.worm.cq; W32/Autorun.worm.cr; W32/Autorun.worm.cs; W32/Autorun.worm.ct; W32/Autorun.worm.cu; W32/Autorun.worm.cv; W32/Autorun.worm.cw; W32/Autorun.worm.cx; W32/Autorun.worm.cz; W32/Autorun.worm.d; W32/Autorun.worm.da; W32/Autorun.worm.db; W32/Autorun.worm.dc; W32/Autorun.worm.dd; W32/Autorun.worm.dd!inf; W32/Autorun.worm.de; W32/Autorun.worm.df; W32/Autorun.worm.dg; W32/Autorun.worm.dh; W32/Autorun.worm.di; W32/Autorun.worm.dj; W32/Autorun.worm.dk; W32/Autorun.worm.dl; W32/Autorun.worm.dn; W32/Autorun.worm.do; W32/Autorun.worm.dp; W32/Autorun.worm.dq; W32/Autorun.worm.ds; W32/Autorun.worm.dt; W32/Autorun.worm.du; W32/Autorun.worm.dw; W32/Autorun.worm.dx; W32/Autorun.worm.dy; W32/Autorun.worm.e; W32/Autorun.worm.ea; W32/Autorun.worm.eb; W32/Autorun.worm.ec; W32/Autorun.worm.ed; W32/Autorun.worm.ef; W32/Autorun.worm.eg; W32/Autorun.worm.ei; W32/Autorun.worm.ej; W32/Autorun.worm.ek; W32/Autorun.worm.el; W32/Autorun.worm.em; W32/Autorun.worm.eo; W32/Autorun.worm.ep; W32/Autorun.worm.eq; W32/Autorun.worm.er; W32/Autorun.worm.es; W32/Autorun.worm.et; W32/Autorun.worm.eu; W32/Autorun.worm.ev; W32/Autorun.worm.ex; W32/Autorun.worm.ey; W32/Autorun.worm.ez; W32/Autorun.worm.f; W32/Autorun.worm.fa; W32/Autorun.worm.fb; W32/Autorun.worm.fc; W32/Autorun.worm.fc!bat; W32/Autorun.worm.fd; W32/Autorun.worm.fe; W32/Autorun.worm.ff; W32/Autorun.worm.fg; W32/Autorun.worm.fh; W32/Autorun.worm.fi; W32/Autorun.worm.fj; W32/Autorun.worm.fk; W32/Autorun.worm.fl; W32/Autorun.worm.fm; W32/Autorun.worm.fn; W32/Autorun.worm.fp; W32/Autorun.worm.fq; W32/Autorun.worm.fr; W32/Autorun.worm.fs; W32/Autorun.worm.ft; W32/Autorun.worm.fv; W32/Autorun.worm.fw; W32/Autorun.worm.fx; W32/Autorun.worm.fy; W32/Autorun.worm.fz; W32/Autorun.worm.g; W32/Autorun.worm.ga; W32/Autorun.worm.gb; W32/Autorun.worm.gc; W32/Autorun.worm.gd; W32/Autorun.worm.ge; W32/Autorun.worm.gen!job; W32/Autorun.worm.gen.cl; W32/Autorun.worm.gen.za; W32/Autorun.worm.gen.zb; W32/Autorun.worm.gf; W32/Autorun.worm.gg; W32/Autorun.worm.h; W32/Autorun.worm.h!lnk; W32/Autorun.worm.i; W32/Autorun.worm.j; W32/Autorun.worm.k; W32/Autorun.worm.l; W32/Autorun.worm.m; W32/Autorun.worm.n; W32/Autorun.worm.o; W32/Autorun.worm.p; W32/Autorun.worm.q; W32/Autorun.worm.r; W32/Autorun.worm.remmants; W32/Autorun.worm.s; W32/Autorun.worm.t; W32/Autorun.worm.u; W32/Autorun.worm.v; W32/Autorun.worm.v!bat; W32/Autorun.worm.w; W32/Autorun.worm.x; W32/Autorun.worm.y; W32/Autorun.worm.z; W32/Autorun.worm.zc; W32/Autorun.worm.zf; W32/Autorun.worm.zg; W32/Autorun.worm.zh; W32/Autorun.worm.zi; W32/Autorun.worm.zj; W32/Autorun.worm.zk; W32/Autorun.worm.zm; W32/Autorun.worm.zp; W32/Autorun.worm.zq; W32/Autorun.worm.zs; W32/Autorun.worm.zt; W32/Autorun.worm.zu; W32/Autorun.worm.zu.dr; W32/Autorun.worm.zv; W32/Autorun.worm.zw; W32/Autorun.worm.zw!inf; W32/Autorun.worm.zx; W32/Autorun.worm.zz; W32/Autorun.worm.zza; W32/Autorun.worm.zzb; W32/Autorun.worm.zzc; W32/Autorun.worm.zzd; W32/Autorun.worm.zze; W32/Autorun.worm.zze!bat; W32/Autorun.worm.zze.dr; W32/Autorun.worm.zzf; W32/Autorun.worm.zzg; W32/Autorun.worm.zzh; W32/Autorun.worm.zzi; W32/Autorun.worm.zzj; W32/Autorun.worm.zzk; W32/Autorun.worm.zzl; W32/Autorun.worm.zzm; W32/Autorun.worm.zzn; W32/Autorun.worm.zzo; W32/Autorun.worm.zzp; W32/Autorun.worm.zzq; W32/Autorun.worm.zzr; W32/Autorun.worm.zzs; W32/Autorun.worm.zzt; W32/Autorun.worm.zzu; W32/Autorun.worm.zzv; W32/Autorun.worm.zzw; W32/Autorun.worm.zzx; W32/Autorun.worm.zzz; W32/Bagle; W32/Bagle!eml.gen; W32/Bagle!pwdzip; W32/Bagle.ad!src; W32/Bagle.dldr; W32/Bagle.dll.dr; W32/Bagle.eml; W32/Bagle.fb!pwdzip; W32/Bagle.fc!pwdzip; W32/Bagle.fd!pwdzip; W32/Bagle.fe!pwdzip; W32/Bagle.fm.dldr; W32/Bagle.gen; W32/Bagle@MM!cpl; W32/Blaster.worm; W32/Blaster.worm.k; W32/Bropia.worm; W32/Bugbear; W32/Bugbear.a.dam; W32/Bugbear.b!data; W32/Bugbear.b.dam; W32/Bugbear.gen@MM; W32/Bugbear.h@MM; W32/Bugbear@MM; W32/Conficker; W32/Conficker.c; W32/Conficker.sys; W32/Conficker.worm; W32/Conficker.worm!inf; W32/Conficker.worm!job; W32/Conficker.worm.dr; W32/Conficker.worm.gen.a; W32/Conficker.worm.gen.b; W32/Conficker.worm.gen.c; W32/Conficker.worm.gen.d; W32/Deborm.worm.ah; W32/Deborm.worm.gen; W32/Doomjuice.worm; W32/Dumaru; W32/Dumaru.ad@MM; W32/Dumaru.al.dll; W32/Dumaru.dll; W32/Dumaru.eml; W32/Dumaru.gen; W32/Dumaru.gen@MM; W32/Dumaru.w.gen; W32/Elkern.cav; W32/Elkern.cav.c; W32/Elkern.cav.c.dam; W32/Fizzer; W32/Fizzer.dll; W32/Fujacks!htm; W32/FunLove; W32/FunLove.apd; W32/FunLove.dam; W32/Gaobot.worm; W32/Harwig.worm; W32/Hupigon.worm!mem; W32/IRCbot; W32/IRCbot.gen.aa; W32/IRCbot.gen.ab; W32/IRCbot.gen.ac; W32/IRCbot.gen.ad; W32/IRCbot.gen.ae; W32/IRCbot.worm; W32/IRCbot.worm.dll; W32/IRCBot.worm.gen.ai; W32/Klez; W32/Klez.dam; W32/Klez.eml; W32/Klez.gen.b@MM; W32/Klez.rar; W32/Koobface.worm; W32/Koobface.worm.dl; W32/Koobface.worm.gen; W32/Koobface.worm.gen.b; W32/Koobface.worm.gen.c; W32/Koobface.worm.gen.d; W32/Koobface.worm.gen.e; W32/Koobface.worm.gen.f; W32/Koobface.worm.gen.g; W32/Koobface.worm.gen.h; W32/Koobface.worm.gen.i; W32/Koobface.worm.gen.j; W32/Koobface.worm.gen.k; W32/Koobface.worm.gen.l; W32/Koobface.worm.gen.m; W32/Koobface.worm.gen.n; W32/Koobface.worm.gen.o; W32/Koobface.worm.gen.p; W32/Koobface.worm.gen.q; W32/Koobface.worm.gen.r; W32/Koobface.worm.gen.s; W32/Koobface.worm.gen.t; W32/Koobface.worm.gen.u; W32/Korgo.worm; W32/Lirva; W32/Lirva.c.htm; W32/Lirva.eml; W32/Lirva.gen@MM; W32/Lirva.htm; W32/Lirva.txt; W32/Lovgate; W32/Lovgate.dam; W32/Mariofev!mem; W32/Mimail; W32/Mimail.c@MM; W32/Mimail.i!data; W32/Mimail.q@MM; W32/MoFei.worm; W32/MoFei.worm.dr; W32/Mumu.b.worm; W32/Mydoom; W32/Mydoom!bat; W32/Mydoom!ftp; W32/Mydoom.b!hosts; W32/Mydoom.dam; W32/Mydoom.t.dll; W32/Mytob; W32/Mytob.gen@MM; W32/Mytob.worm; W32/MyWife; W32/MyWife.dll; W32/MyWife@MM; W32/Nachi!tftpd; W32/Nachi.worm; W32/Netsky; W32/Netsky.af@MM; W32/Nimda; W32/Nimda.dam; W32/Nimda.eml; W32/Nimda.gen@MM; W32/Nimda.htm; W32/Nuwar; W32/Nuwar.dam; W32/Nuwar.sys; W32/Nuwar@MM; W32/Nuwar@MM!rar; W32/Pate; W32/Pate!dam; W32/Pate.dam; W32/Pate.dr; W32/Polip; W32/Polip!mem; W32/Polybot; W32/Polybot.bat; W32/Rimecud!mem; W32/Sality!mem; W32/Sasser.worm; W32/Sasser.worm!ftp; W32/Sdbot; W32/Sdbot!irc; W32/Sdbot.bat; W32/Sdbot.cli; W32/Sdbot.dll; W32/Sdbot.dr; W32/Sdbot.worm; W32/Sdbot.worm!ftp; W32/Sdbot.worm.bat.b; W32/Sdbot.worm.dr; W32/Sdbot.worm.gen; W32/Sdbot.worm.gen.a; W32/Sdbot.worm.gen.b; W32/Sdbot.worm.gen.c; W32/Sdbot.worm.gen.d; W32/Sdbot.worm.gen.e; W32/Sdbot.worm.gen.q; W32/Sober; W32/Sober!data; W32/Sober.dam; W32/Sober.eml; W32/Sober.f.dam; W32/Sober.g.dam; W32/Sober.q!spam; W32/Sober.r.dr; W32/Sober.r@MM; W32/Sobig; W32/Sobig.dam; W32/Sobig.eml; W32/Sobig.f.dam; W32/Sobig.gen@MM; W32/Spybot.worm; W32/SQLSlammer.worm; W32/Swen; W32/Swen@MM; W32/TryMem; W32/Virut; W32/Virut!htm; W32/Virut!mem; W32/Virut!rtf; W32/Virut.gen; W32/Virut.n; W32/Virut.n!inf; W32/Virut.n!mem; W32/Virut.o; W32/Winemmem; W32/Witty.worm; W32/Yaha.eml; W32/Yaha.gen@MM; W32/Yaha.y@MM; W32/Yaha@MM; W32/Zafi; W32/Zafi.b.dam; W32/Zindos.worm; W32/Zotob.worm; W32/Zotob.worm!hosts; XCP.

From this website http://www.symantec.com/business/security_response/removaltools.jsp you can download:

Trojan.Ramvicrype Removal Tool; Symantec Trojan.Ransomlock Key Generator Tool; Trojan.Initbar Removal Tool; Trojan.Xrupter Removal Tool; W32.Virut Removal Tool; Trojan.Bankpatch Removal Tool; W32.Downadup Removal Tool; Trojan.Brisv.A!inf Removal Tool; Backdoor.Haxdoor.S/Trojan.Schoeberl.E Removal Tool; W32.Spybot.ANDM Removal Tool; W32.Spybot.ACYR Removal Tool; W32.Rajump Removal Tool; W32.Pasobir Removal Tool; Symantec Support Tool ActiveX Control Cleanup Tool; Trojan.Linkoptimizer Removal Tool; W32.Bacalid Removal Tool; W32.Antinny Removal Tool; Trojan.Abwiz Removal Tool; Trojan.Exponny Removal Tool; Trojan.Sientok Removal Tool; W32.Davs Removal Tool; W32.Kiman Removal Tool; W32.Blackmal@mm Removal Tool; W32.Secefa Removal Tool; Backdoor.Ryknos Removal Tool; Trojan.Lodear Removal Tool; Symantec Mobile Threats Removal Tool; W32.Pexmor@mm Removal Tool; W32.Bobax@mm Removal Tool; W32.Esbot Removal Tool; W32.Zotob Removal Tool; W32.Reatle@mm Removal Tool; Trojan.Jasbom Removal Tool; Trojan.Vundo.B Removal Tool; W32.Mytob.AR@mm Removal Tool; W32.Serflog Removal Tool; W32.Kelvir Removal Tool; W32.Serflog.A Removal Tool; W32.Mytob@mm Removal Tool; W32.Bropia Removal Tool; W32.Envid@mm Removal Tool; Trojan.Vundo Removal Tool; W32.Bofra@mm Removal Tool; Adware.JustFindIt Removal Tool; Backdoor.Agent.B Removal Tool; W32.Evaman.C Removal Tool; W32.Erkez.B@mm Removal Tool; W32.Korgo Removal Tool; W32.Donk.Q Removal Tool; Tool to reset shell\open\command registry keys; W32.Sasser Removal Tool; W32.Opasa@mm Removal Tool; W32.Erkez@mm Removal Tool; W32.Blackmal.B@mm Removal Tool; W32.Gaobot.UJ Removal Tool; W32.Beagle.MO@mm Removal Tool; W32.Netsky@mm Removal Tool; W32.HLLW.Anig Removal Tool; W32.Mydoom@mm Removal Tool; W32.Beagle@mm Removal Tool; W32.Gaobot Removal Tool; W32.Sober Removal Tool; Trojan.Qhosts Removal Tool; W32.Swen.A@mm Removal Tool; W32.Sobig.F@mm Removal Tool; W32.Dumaru Removal Tool; W32.Welchia.Worm Removal Tool; W32.Blaster.Worm Removal Tool; Backdoor.Winshell.50 Removal Tool; W32.Mimail Removal Tool; W32.Mumu.B.Worm Removal Tool; W32.Sobig.E@mm Removal Tool; W32.ExploreZip.Worm Removal Tool; W32.Femot.Worm Removal Tool; W32.Bugbear.B@mm Removal Tool; Bat.Mumu.A.Worm Removal Tool; W32.Sobig.C Removal Tool; W32.Sobig.B Removal Tool; W32.HLLW.Fizzer Removal Tool; W32.HLLW.Nebiwo Removal Tool; W32.HLLW.Lovgate Removal Tool; W32.SQLExp.Worm Removal Tool; W32.Sobig.A@mm Removal Tool; W32.Lirva Removal Tool; W32.HLLW.Winevar/W32.Funlove.4099 Removal Tool; W32.Brid.A@mm/W32.Funlove.4099 Removal Tool; W32.Bugbear@mm Removal Tool; W32.Opaserv.Worm Removal Tool; W32.Magistr Removal Tool; W32.Frethem Removal Tool; W32.Yaha Removal Tool; Backdoor.Autoupder Removal Tool; W32.Klez Removal Tool; W2k.Stream Removal Tool; Wscript.Kakworm Removal Tool; W32.Gibe@mm Removal Tool; W32.Mylife Removal Tool; W32.Goner.A@mm Removal Tool; W32.Badtrans.B@mm Removal Tool; W32.Nimda.E@mm Removal Tool; W32.Nimda.A@mm Removal Tool; CodeRed Removal Tool; VBS.Potok@mm Removal Tool; W32.Sircam.Worm@mm Removal Tool; VBS.Haptime Removal Tool; DOS FunLove.4099 Fix Tool; W32 HybrisF Fix Tool; W95.CIH Removal Tool; W95.HybrisF Fix Tool; Fix W32.Funlove.4099 Tool (Cleanflc.exe); VBS.Stages.A Fix; VBS.LoveLetter Fix; PrettyPark.Worm Removal Tool; Happy99.Worm Removal Tool; W32.Navidad Fix; W32.Kriz Removal Tool; Kak.Worm.B Fix; W32.HLLW.QAZ.A Fix; BuddyList Removal Tool; W95.MTX Fix Tool.

Form this website http://www.eset.ie/download/free-virus-remover.php you can download:

Agent trojan cleaner; Agent.AC trojan cleaner; Agent.CS trojan cleaner; Bagle A-K/U-V/AB-AH worm cleaner; Bagle.AI worm cleaner; Bagle.AQ worm cleaner; Bagle.AS/AU worm cleaner; Bagle.AX worm cleaner; Bagle.BA-BB worm cleaner; Bobax worm cleaner; Bugbear.A worm cleaner; Bugbear.B worm cleaner; Colevo.A worm cleaner; Dasmin.B trojan cleaner; Delf.bf trojan cleaner; Deloder.A worm cleaner; Dumaru.A worm cleaner; Dummy File Creator utility; Evaman worm cleaner; Exir worm cleaner; Febelneck.A trojan cleaner; FixExe utility; Fizzer.A worm cleaner; Holar.H worm cleaner; Ircbot.OO worm cleaner; Juli.A worm cleaner; Lirva.A/C worm cleaner; Logpole.A worm cleaner; Lovegate.G worm cleaner; Lovsan.A-E worm cleaner; Mapson.A worm cleaner; Mapson.C worm cleaner; Marq.A worm cleaner; Mimail.A worm cleaner; Mimail.C worm cleaner; Mimail.G worm cleaner; MindJail backdoor cleaner; MyDoom worm cleaner; Mytob.T worm cleaner; Nachi.A worm cleaner; Nachi.B worm cleaner; Netsky worm cleaner; Netspree worm cleaner; Noala.B worm cleaner; Opaserv A-H worm cleaner; Opaserv.P worm cleaner; Pawur.A worm cleaner; Randex.E worm cleaner; Sasser.A-F worm cleaner; Sober.A-O worm cleaner; Sobig.A worm cleaner; Sobig.B worm cleaner; Sobig.C worm cleaner; Sobig.E worm cleaner; Sobig.F worm cleaner; Stepaik.A worm cleaner; Swash.A worm cleaner; Swen.A worm cleaner; Zafi.A worm cleaner; Zafi.B worm cleaner; Zafi.D worm cleaner.

Technitium MAC Address Changer v5 R3 – CHANGE YOUR COMPUTER MAC ADDRESS

By using Technitium MAC Address Changer v5 R3, you can easily change your computer MAC address. From Technitium MAC Address Changer v5 R3, you also can see the network connection details, such as: Connection, Device Name, Hardware ID, Configuration ID, MAC Address.

Technitium MAC Address Changer v5 R3 also reserves button such as: Disable, Change MAC, Disable DHCP, Release IP, Renew IP, Add IP Address, Add Gateway, add DNS Server, Remove IP Address, Remove Gateway, Remove DNS Server. The congiguration Preset that is reserved by this Technitium MAC Address Changer v5 R3 such as Remove All Settings, Set DHCP, Sample Local Network, Sample Local Network (With HTTP Proxy).

You can download Technitium MAC Address Changer v5 R3 from http://www.technitium.com/

Quite Universal Circuit Simulatar (QUCS) – CREATE ANALOG SIMULATION, DIGITAL SIMULATION AND OPTIMIZATION

You can use Quite Universal Circuit Simulatar (QUCS) to create analog simulation, digital simulation and optimization. The components that are reserved such as:

Lumped components: Resistor, Resistor US; Capacitor, Inductor, Ground, Subcircuit Port, Transformer, symmetric Transformer, dc Block, dc Fee, Bias T, attenuator, Amplifier, Isolator, Circutor, Gyrator, Pahse Shifter, Coupler, Current Probe, Voltage Probe, Mutual Inductors, 3 Mutual Inductors, Switch, Relay, Equation Defined RF Device, Equation Defined 2-port RF Device. Sources: dc Voltage Source, dc Current Source, ac Voltage Source, ac Current Source, Power Source, Noise Voltage Source, Noise Current Source, Voltage Controlled Current Source, Current Controlled Current Source, Voltage Controlled Voltage Source, current controlled voltage source, Voltage Pulse, Current Pulse, Rectangle Voltage, Rectangle Current, Correlated Noise Sources, Correlated Noise Sources, Correlated Noise Sources, AM modulated Source, PM modulated Sources, Exponential Current Pulse, Exponential Voltage Pulse, File Based Voltage Source, File Based Current SOurce. Probes: Current Probe, Voltage Probe.Transmission Lines: Transmission Line, 4-Terminal Transmission Line, Twisted-Pair, Coaxial Line, Rectangular Waveguide, RLCG Transmission Line, Substrate, Microstrip Line, Coupled Microstrip Line, Microstrip Corner, Microstrip Mitered Bend, Microstrip Step, Microstrip Tee, Microstrip Cross, Microstrip Open, Microstrip Gap, Microstrip Via, Microstrip Radial Stub, Coplanar Line, Coplanar Open, Coplanar Short, Coplanar Gap, Coplanar, Bond Wire. Nonlinear components: Diode, npn transistor, pnp transisitor, npn transistor, pnp transisitor, n-JFET, p-JFET, n-MOSFET, p-MOSFET, depletion MOSFET, n-MOSFET, p-MOSFET, depletion MOSFET, OpAmp, Equation Define Device, Diac, Triac, Thyristor. Verilog-a devices: HICUM L2 v2.1, FBH HBT, Modular OpAmp, HICUM L2 v.2.22, Logarithmic Amplifier, npn HICUM L0 v1.12, pnp HICUM L0 v1.12, Potentiometer, MESFET, EPFL-EKV NMOS 2.6, EPFL-EKV PMOS 2.6, npn HICUM L0 v1.2, pnp HICUM L0 v1.2, HICUM L2 v2.23,Photodiode, Phototransistor.Digital Components: digital source, Inverter, n-port OR, n-port NOR, n-port AND, n-port NAND, n-port XOR, n-PORT XNOR, Buffer 4×2 AndOr, 4×3 AndOr, 4×4 AndOr, 2to1 Mux, 4to1 Mux, 8to1 Mux, 2to4 Demux, 3to8 Demux 4to16 Demux, 1Bit HalfAdder, 1Bit FullAdder, RS-FlipFlop, D-FlipFlop, D-FlipFlop w/SR, JK-FlipFlop, JK-FlipFlop w/ SR, T-FlipFlow w/ SR, Gated D-Latch, Logic 0, Logic 1, 2Bit Pattern, 3Bit Pattern, 4Bit Pattern, A2D Level Shifter, D2A Level Shifter, 4Bit Bin2Grey, 4Bit Grey2Bin, 1Bit Comparator, 2Bit Comparator, 4Bit Comparator, 4Bit HPRI-Bin, VHDL file, Verilog file, digital simulation. File components: SPICE netlist, 1-port S parameter file, 2-port S parameter file, n-port S parameter file, Subcircuit. Simulations: dc simulation, Transient simulation, ac simulation, S-parameter simulation, Harmonic balance, Parameter sweep, digital simulation, optimization. Diagrams: Cartesian, Polar, Tabular, Smith Chart, Admittance Smith, Polar-Smith Combi, Smith-Polar Combi, 3D-Cartesian, Locus Curve, Timing Diagram, Truth Table. Paintings: Line, Arrow, Text, Ellipse, Rectangle, filled Ellipse, filled Rectangle, Elliptic Arc.

You can download Quite Universal Circuit Simulatar (QUCS) from: http://sourceforge.net/projects/qucs/files/qucs-binary/0.0.15/qucs-0.0.15-setup.exe/download

Math Homework Maker – HELPING YOU TO SOLVE MATH PROBLEM

By using Math Homework Maker, you can solve some math problems such as Converts Simple Fraction to Improper Fraction; Converts Improper Fraction To Simple Fraction; Converts Simple Fraction To Decimal Fruction; Converts Decimal Fruction To Simple Fraction; Operators On Fraction; Common Denominator; Reduction; Quadrilateral – Areas and Perimeters: Square, Trapezium, Quadrilateral which two of its diagonals are verticals (Rhombus, Square, Dalton), Rectangle, Parallelogram and Rhombus; Triangle – Areas and Perimeters; Heron’s Formula For FInding Area Of A Triangle; Circle – Areas and Perimeters; Traffic Problems; Percentage Problems; Solving Quadratic Equation; Arithmetic Progression; Geometric Progression; Triangles – The Law Of Sines; Triangles – The Law Of Cosines; Statistic Mean, Standard-Deviation, Volume; Complex Numbers.

You can download Math Homework Maker from: http://www.naorsoft.com/math.exe

Geometric Construction – FIND HOW TO SOLVE THE GEOMETRIC PROBLEM SUCH AS SEGMENTS, ANGLES, TRIANGLES, POLYGONS, TRANSFORMATIONs, EUCLID’S ELEMENTS

By using Geometric Construction, you can find the solution of some problems about geometric, such as:

Basic Construction
Construct a line segment congruent to a given line segment; Construct an angle congruent to a given angle; Construct the bisector of an angle; Construct the perpendicular bisector of a line segment; Construct the midpoint of a line segment; Construct a perpendicular to a given line from a given external point; Construct a perpendicular to a given line at a given point on the line; Construct a line through a given external point parallel to a give line; Construct a right angle; Construct a right triangle when the legs are given; Construct a right triangle when a leg and the hypotenuse are given; Construct a right triangle when a leg and the opposite angle are given; Construct a right triangle when a leg and the adjacent acute angle are given; Construct a right triangle when the hypotenuse and an acute angle are given.

Segments
Given line segments a and b. Construct line segment x = a + b; Given line segments a and b. Construct line segment x = a – b; Given a line segment a. Construct line segment x = ma, where m is a natural number. In this example, m = 4; Divide a line segment into n congruent parts. In this example, n = 4; Given a line segment AB = a. Construct line segment x = (m/n)a, where m and n are natural numbers. In this example, x = (3/4)a; Given a line segments a, b and c. Construct a line segment x = ab/c; Divide a line segment internally in ratio a : b; Divide a line segment externally in ratio a : b; Divide a line segment internally in the golden ratio; Divide a line segment externally in the golden ratio.

Angles
Construct an angle congruent to the sum of two given angles; Construct an angle congruent to the difference of two given angles; Given an angle A, A < 90°. Construct a 90°-A angle; Construct a 45°-45°-90° triangle; Construct a 30°-60°-90° triangle; Construct a 18°-72°-90° triangle; Construct a 36°-54°-90° triangle; Construct a 36°-72°-72° triangle.

Circles and Arcs
Construct a circle passing through three noncollinear points; Construct a cricle with a given segment as radius and passing through two given points; Construct the center of a given arc; Construct the midpoint of a given arc; Construct the tagent to a circle through a given point on the circle; Construct the tagents to a circle through a given point not on the circle; Construct the external tangents to two given circles; Construct the internal tangents to two given circles; Upon a given line segment as a chord, construct an arc of a circle in which a given angle can be inscribed; Construct the Apollonius circle.

Triangles
Construct a triangle when three sides are given; Construct a triangle when two sides and the angle opposite one of them are given; Construct a triangle when two sides and the adjacent angle are given; Construct a triangle when a side, an adjacent and the opposite angle are given; Construct a triangle when a side and the two adjacent angles are given; Construct a triangle when ha, ma, la are given.

Polygons
Circumscribe a circle about a given rectangle; Construct a parallelogram when two sides and the angle between them are given; Inscribe a circle in a given rhombus; Inscribe a circle in a given quadrilateral; Inscribe a square in a given triangle.

Regular Polygons
Inscribe an equilateral triangle in a circle; Inscribe a square in a circle; Inscribe a regular pentagon in a circle; Inscribe a regular hexagon in a circle; Inscribe a regular octagon in a circle; Inscribe a regular decagon in a circle; Circumscribe a square about a circle; Construct an equilateral triangle when a side is given; Construct a square when a side is given; Construct a regular pentagon when a side is given; Construct a regular hexagon when a side is given.

Triangle Centers
Incenter (Construct the incenter, inradius and incircle of a triangle; Construct the incentral triangle of a triangle; Construct the A-excenter, A-exradius and A-excircle of a triangle; Construct the excentral triangle of a triangle; Construct the A-incenter-excenter circle of a triangle); Centroid (Construct a median of a triangle; Construct the centroid of a triangle; Construct the medial triangle of a triangle); Circumcenter (Construct the circumcenter, circumradius and circumcircle of a triangle); Orthocenter (Construct an altitude of a given triangle; Construct the orthocenter of a given triangle; Construct the orthic triangle of a given triangle); Nine-point center (Construct the nine-point center and the nine-point circle of a given triangle. Solution 1; Construct the nine-point center and the nine-point circle of a given triangle. Solution 2; Construct the Euler line of a given triangle; Construct the Euler points and the Euler triangle of a given triangle); Symmedian point (Construct a symmedian of a given triangle; Construct the symmedian point of a given triangle); Gergonne point (Construct the Gergonne point of a given triangle; Construct the intouch triangle of a given triangle); Nagel point (Construct the Nagel point of a given triangle); Spieker center (Construct the Spieker center of a given triangle); Feuerbach point (Construct the Feuerbach point of a given triangle; Construct the Feuerbach triangle of a given triangle); Fermat point (Construct the Fermat point of a given triangle).

Transformations
Reflection (Construct the reflection of a point in a line; Construct the reflection of a point in a point); Homothety (Construct the homothetic centers of two circles); Inversion (Construct the inverse image of a point. Case 1. The given point is outside the inverse circle; Construct the inverse image of a point. Case 2. The given point is inside the inverse circle; Construct the inversion pole of a given line; Construct the inverse image of a given line; Construct the inverse image of a given circle).

Extremal Problems
Heron’s Problem

Advanced Problems
Radical center (Construct the radical axis of two circles; Construct the radical center of three circles); Apollonius circles (Construct Apollonius circles no 1 and 2; Construct Apollonius circles no 3 and 4; Construct Apollonius circles no 5 and 6; Construct Apollonius circles no 7 and 8); Soddy circles (Construct the outer Soddy circle; Construct the inner Soddy circle); Malfatti circles (Construct the Malfatti circles); Arbelos (Construct the Archimedean circles; Construct the incircle of an arbelos. Solution 1; Construct the incircle of an arbelos. Solution 2; Construct the incircle of an arbelos. Solution 3).

Euclid’s Elements
Collapsible compass; Construct the center of a given circle.

Articles
Golden Ratio

You can download Geometric Construction from: http://www.dekovsoft.com/gc/gc.exe

Inverse Matrices – LEARN HOW TO CALCULATE INVERSE MATRIX

In Inverse Matrices, you can learn how to calculate inverse matrix. You just need to choose 2×2 matrix, 3×3 matrix, or 4×4 matrix on matrice menu; then add the value of each row and coulomn. To see how to calculate the inverse matrix, you just need to click Solution button.

You also can see the examples of hoffmann and Bradley 2×2 matrices; Feddeev and Sominskiy 2×2 matrices; Kostrikin 2×2 matrices; hoffmann and Bradley 3×3 matrices; Feddeev and Sominskiy 3×3 matrices; Kostrikin 3×3 matrices; hoffmann and Bradley 4×4 matrices; Feddeev and Sominskiy 4×4 matrices; Kostrikin 4×4 matrices. In Special Matrices, you learn about Vandermonde Matrix, Hilbert Matrix, Hankel Matrix, and Fibonacci Matrix. By using Inverse Matrices, you also can convert a finite decimal fraction.

You can download Inverse Matrices from: http://www.dekovsoft.com/invm.exe

Physics Simulations – PHYSIC CALCULATION AND SIMULATION

By using Physics Simulations, you can easily calculate and view simulation in physics, such as about: Ohm’s Law; Parallel/Serial resistor connection; Resistivity of conductors; Potentiometric connection; Parallel/Serial capacitors connection; Semiconductor diode; Electromagnet; Electromagnetic relay; Faraday’s experiment; Magnetic induction; Transformer; Spring ticker; Math Ticker; Charge/Discharge of solidss; Field intensity of dot charge; Attraction/Repulsion forces between two charges; Cathode-Ray Tube; Refraction circle; X-Ray Tube; Ruby Laser; Phooeffect; Lens.

You can download Physics Simulations from: http://download.cnet.com/Physics-Simulations/3000-2054_4-10739212.html

Subtitle Edit 2.8.6 – THE EASIEST WAY TO EDIT SUBTITLE

By using Subtitle Edit 2.8.6, you can easily edit subtitle file, such as: SubRip (srt); BBC iPlayer (xml); DVD Studio Pro (STL); DVD subtitle (sub); MicroDVD (sub); Mplayer2 (mpl); Sub Station Alpha (ssa); SubViewer 2.0 (sub); SAMI (smi); TMPlayer (txt); Unknown1 (txt); Unknown2 (txt); Unknown3 (txt); csv (csv); Xml (xml). The File encoding such as: ANSI; UTF-7; UTF-8; Unicode; Unicode (big endian).

From Tools menu, you find: Visual sync; Translation helper; Create/adjust lines; Adjust durations; Fix common errors; Start numbering from; Remove text for hear impaired; Change casing; Change frame rate; SOrt by; Split subtitle; Append subtitle; Translate (powered by Google); Translate from swedish to danish (powered by nikse.dk); Find double words; Spell check; Get dictiobaries.

You can download Subtitle Edit 2.8.6 from http://www.nikse.dk/se/SE286.rar

Airytec Switch Off – TIMER TO SHUTDOWN, RESTART, LOG OFF, LOCK, SLEEP, and CLOSE DIAL-UP (VPN) YOUR COMPUTER

By using Airytec Switch Off you can easily set timer to shutdown, restart, logg off, lock, sleep or close dial-up (VPN) your computer. You can set the schedule such as Daily, Weekly, Ounce, Countdown, or when CPU Idle.

Setting that you can find from this Airytec Switch Off such as Force applications to close; Warn me before executing action; Run only when current user is logged on; Run whether users are logged on or not; and Run each time current user logs in.

You can download Airytec Switch Off from: http://www.airytec.com/files/3.1/swoff31.exe

Inventive Design Unit Converter Professional Version 1.4 – CONVERT UNITS and VIEW FORMULAS

By using Inventive Design Unit Converter Professional Version 1.4, you can easily convert the Acceleration, Angle, Angle (Solid), Angular Velocity, Capacitance, Charge, Conductance, Current, Data Storage, Density, Digital Image, Distance, Electric Field, Energy, Flow, Force, Illumination, Magnetic Flux, Mass, Power, Pressure, Radiation, Sound, Temperature, Time, Torque, Velocity, Viscosity (Dynamic), Viscosity (Kinematic), Volume, and Volume (Dry). You also can view formulas, such as: Symbols, Units and Prefixes; Physical Constants; Trigonometry; Geometry; Mechanics; Illuminations and Waves; Thermodynamics.

In Acceleration, you can convert: Centimeters/sec(2); Feet/sec(2); Free fall (g); Galileo; Inches/sec(2); Kilometers/hour-sec; Meters/sec(2); Miles/hour-min; Miles/hour-sec; yard/sec(2). In Angle, you can convert: Circles; Degrees; Gon; Grades; Mil; Minutes; Octants; Point; Quadrants; Radians; Revolutions; Right angle; Seconds; Seconds; Sign; Turns. In Angle (Solid), you can convert: Hemisphere; Sphere; Spherical right angles; Square degree; Square minute; Square second; Steradian. In Angular Velocity, you can convert: Degree/day; Degree/hour; Degree/min; Degree/sec; Radian/day; Radian/hour; Radian/min; Radian/sec; Revolution/day; Revolution/hour; Revolution/min; Revolution/sec. In Area, you can convert: Acres; Barn; Centimeters(2); Darcy; Feet(2); Hectares; inches(2); Kilometers(2); Meters(2); Miles(2); Milimeters(2); Roods; Section; Squareperch; Squarerods; Sulung; Township (US); Yards(2). In Capacitance, you can convert: Abfarad; EMU of capacitance; ESU of capacitance; Farad; Microfarad; Picofarad; Statfarad. In Charge, you can convert: Abcoulomb; Ampere-hour; Ampere-minute; Ampere-second; Coulomb; Faraday; franklin; StatCoulomb. In Conductance, you can convert: Abmho; Gemmho; Kilosiemens; Mho; Micromho; Microsiemens; Milisiemens; Siemens, Statmho. In Current, you can convert: Abampere; Ampere; EMU of Current; ESU of Current; Gilbert; Microampere; Miliampere; Statampere. In Data Storage, you can convert: Bit (b); Block; Byte (B); CD (74 min); CD(80 min); Double-Word; DVD (1 layer, 1 side); DVD (1 layer, 2 side); DVD (2 layer, 1 side); DVD (2 layer, 2 side); Exabit; Exabyte; Exabyte (10^18 bytes); Floppy Disk (3.5,DD); Floppy Disk (3.5,ED); Floppy Disk (3.5,HD); Floppy Disk (5.25,DD); Floppy Disk (5.25,HD); Gigabit; Gigabyte; Gigabyte (10^9 bytes); Jaz 1 GB; Jaz 2GB; Kilobit (Kb); Kilobyte (KB); Kilobyte (10^3 bytes); Megabit (Mb); Megabyte; Megabyte (10^6 bytes); Nibble; Petabit; Petabyte; Petabyte (10^15 bytes); Quadruple-Word; Terabit; Terabyte; Terabyte (10^12 bytes); WOrd; Zip 100; Zip 250. In Density, you can convert: Grains/gallon (US); Grams/centimeter(3); Grams/meter(3); Kilograms/meter(3); Miligrams/meter(3); Ounces/gallon; Pound/foot(3); Pound/gallon (UK); Pound/gallon (US); Pound/inch(3); Pound/yard(3); Slug/foot(3); Tons/yard(3). In Digital Image, you can convert: Dot/inch; Dot/meter; Dot/millimeter; Pixel/inch. In Distance, you can convert: Angstrom; Astonomical Unit (AU); Centimeters; Decimeters; Feet; Fermi; Furlongs; Hectometers; Inches; Kilometers; Light years; Meters; Micron; Miles; Millimeters; Nautical miles; Parcecs; Planck; Yards. In Electric Field, you can convert: Kilovolt/centimeter; Microvolt/meter; Milivolt/meter; Statvolt/centimeter; Statvolt/inch; Volt/centimeter; Volt/inch; Volt/meter; Abvolt/centimeter. In Energy, you can convert: BTU (39 F); BTU (59 F); BTU (IT); BTU (mean); BTU (th); Calorie (15 C); Calorie (20 C); Calorie (IT); Calorie (mean); Calorie (th); Electron volt; Erg; Foor poundal; Foot pound-force; Joules; Kilocalorie (IT); Kilocalorie (mean); Kilocalorie (th); Kilowatt hour; Quad; Therm (EC); Therm (US); Tons of TNT; Watt hour; Watt seconds. In Flow, you can convert: Centimeter(3)/hour; Centimeter(3)/min; Centimeter(3)/sec; Feet(3)/hour; Feet(3)/min; Feet(3)/sec; Gallon/day; Gallons/day (UK); Gallons/hour; gallons/hour (UK); Gallon/min; Gallons/min (UK); Gallons/sec; Gallons/sec (UK); Liters/day; Liters/hour; Liters/min; Liters/sec; Meter(3)/day; Meter^3/hour; Meter(3)/min; Meter(3)/sec; Milliliters/hour; Milliliters/min; Milliliters/sec; Ounces/hour; Ounces/hour (UK); Ounces/min; ounces/min (UK); Ounces/sec; Ounces/sec (UK); Yards(3)/hour; Yards(3)/min; yard(3)/sec. In Force, you can convert: Dynes; Gramforce; Joules/centimeter; Jpules/meter; Kilogram force; Kilonewtons; Kips; Millinewtons; Newtons; Ounce force; Pound force; Ton force (2000 lbf). In Illumination, you can convert: Centimeter Candle; Flame; Lumen/centimeter(2); Lumen/foot(2); Lumen/meter(2); Lux; Mater Candle; Nox; Phot. In Magnetic Flux, you can convert:  Gauss square centimeter; Kiloline; Line; Maxwell; Maxwell (International); Megaline; Tesla square centimeter; Tesla square meter; Volt second; Weber. In Mass, you can convert: Carats; Grains; Grams; Kilograms; Micrograms; Milligrams, Ounces; Ounces (troy); Pennyweights; Pounds; Pounds (troy); Stones; Tons; Tons (long); Tons (Meteric). In Power, you can convert: BTU/hour; Btu/min; BTU/sec; Calories/sec; Horsepower; Kilowatts; Megawatts; Pound-feet/min; Pound-feet/sec; Watts. In Pressure, you can convert: Atmospheres; Bars; Centimeters of Mercury; Dynes/centimeter(2); Inches of Mercury; Kilograms/centimeter(2); Kilogram/meter(2); Kilopascals; Microbars; Millibars; Millimeters of Mercury; Pascals; Pounds/foot(2); Pounds/inch(2); PSI; Tons/foot(2); Tons/inch(2); Torrs. In Radiation, you can convert: Attogray/second; Centigray/second; Decigray/second; Dekagray/second; Exagray/second; Femtogray/second; Gigagray/second; Gray/second; Hectogray/second; Joule/kilogram/second; Kilogray/second; Megagray/second; Microgray/second; Milligray/second; Nanogray/second; Petgray/second; Picogray/second; Rad/second; Teragray/secon. In Sound, you can convert: Bel; Decibel; Neper. In Temperature, you can convert: Celsius; Fahrenheit; Kelvin. In Time, you can convert: Centuries; Days; Decades; Fortnights; Hours; Leap-years; Melliniums; Milliseconds; Minutes; Month (30 days); Nanoseconds; Seconds; Shake; Weeks; Years. In Torque, you can convert: Dyne-centimeter; Kilogram-force-meter; Millinewton-meter; Newton-meter; Ounce-force-inch; Pound-force-foot; Pounce-force-inch. In velocity, you can convert: C, Centimeters/hour; Centimeters/min; Centimeters/sec; Feet/hour; Feet/min; Feet/sec; Kilometers/hour; Kilometers/min; Kilometes/sec; Knots; Mach; Meters/hour; Meters/min; Meters/sec; Miles/hour; Miles/min; Miles/sec. In Viscosity (Dynamic), you can convert: Centipoise; Decipoise; Dyne-sec/cm(2); Gram -force-sec/cm(2); Gram/cm-sec; Hyl/meter-sec; Kilogram-force-sec/m(2); Kilogram/meter-sec; Kilogram/meter-hour; Millipascal-sec; Millipoise; Newton-sec/meter(2); Pascal-second; Poise; Poiseuille; Pound-force-sec/feet(2); Pound-force-sec/inch(2); Pound/foot-hour; Pound/foot-sec; Poundal-hour/feet(2); Poundal-sec/feet(2); Reyn; Slug/foot-sec. In Viscosity (Kinematic), you can convert: Centistokes; Foot(2)/Second; Meter(2)/Second; Stokes. In Volume, you can convert: Centimeters(3); Cups; Feet(3); Gallons; Gallons (UK); Inches(3); Liters; Meter(3); Milliliters; Ounces; Ounces (UK); Pints; Quarts; Stere; Tablespoons; Teaspoons; Yard(3). In Volume (Dry), you can convert: Barrels; Bushels; Liters; Pecks; Pints; Quarts.

In Symbols & Units, you can see the Greek alphabet; Decimal Prefixes;  Basic unit. In Physical Constant you can see the formula such as: Avogadro’s number; Bohr magneton; Boltzmann’s constant; Stefan-Boltzmann constant; Electron charge; Electron rest mass; Electronic charge to mass ratio; Faraday constant; Permeability of free space; Permittivity of free space; Planck’s constant; Proton mass; Proton to electron mass ratio; Standard gravitational intensity; Unified atomic mass constant; Universal constant of gravity; Universal gas constant; Velocity of light vacuum. In Trigonometry, you cand find the formula of Trigonometric, Hyperbolic and Algebraic Relations, such as: Trigonometrical Relationship; Relationships for Plane Triangle; Trigonometric Definitions; Positive Quadrants for Trigonometric Ratios; Algebraic Relationship; Logarithms; Hyperbolics; Equations of Curves. In Geometry, you can find the formula of Triangle; Right Triangle; Equilateral Triangle; Parallelogram; Trapezoid; Circle; Sector of Circle; Circular Ring; Sector of Circular Ring; Ellipse; Cone; Right Circular Cone; Frustum of Right Circular Cone; Right Circular Cylinder; Sphere; Wedge. In Mechanics, you can find the formula of Velocity; Acceleration; Angular Velocity; Equation of Motion (Constant Speed); Equation of Motion (Constant Acceleration); Newtons 1st law; Newtons 2nd law; Weight; Work; Effect; Quantity of Motion; Impulse Law; Preservation of Quantity of Motion; Pressure; Mass Density; Efficiency; Kinetic Energy; Potential Energy; Sliding Friction; Centripetal Acceleration; Newton’s Gravity Law; Ascending Force. From the Illumination and Waves, you can find the formula of Angle of Reflection; Refractivity; Snell’s Refraction Law; Frequency and Period; Velocity, Frequency and Wavelength; Interference. In Thermodynamics, you can find the formula of Hydrostatic Pressure; Equation of State for Perfect Gas; Molecular Velocity and Temperature;  1st Law of Thermodynamics; Thermal Capacity; Thermal Phase Transition.

You can download  Inventive Design Unit Converter Professional Version 1.4 from http://download.cnet.com/Unit-Converter-Professional/3000-2053_4-10575547.html

calculating final concentration

Buffered Solutions
How Buffers Work; Calculating the pH of Buffered Solutions

http://www.sparknotes.com/chemistry/acidsbases/buffers/section1.html

CALCULATING CONCENTRATION

http://www.dbooth.net/mhs/chem/calculatingconcentration.html

Calculating concentration

http://www.thestudentroom.co.uk/showthread.php?t=1121459

Calculating Concentrations

http://www.saskschools.ca/curr_content/chem30/modules/module7/lesson2/calculating.htm

calculating molar concentration reaction

http://www.tutorvista.com/search/calculating-molar-concentration-reaction

calculating the amount of DNA in the final concentration – DNA extracted from bone powder

http://www.protocol-online.org/biology-forums/posts/27372.html

Calculating the reaction rate of a chemical reaction?

http://answers.yahoo.com/question/index?qid=20080921200902AAjiALV

Calculate the concentration of the solution in grams/dm3 of anhydrous sodium carbonate. more info please read.?

http://uk.answers.yahoo.com/question/index?qid=20090913233702AAhkVg2

Concentration Calculator and Concentration Converter

http://www.etoolsage.com/converter/consistency.asp

How 2 Calculate cells/mL to cells needed per well? – EZ way to determine how much cell suspension to add/well for a certain number of

http://www.protocol-online.org/biology-forums/posts/19394.html

How do you find the concentration of nitric acid in the final solution?

http://answers.yahoo.com/question/index?qid=20090313172526AAayzs5

How is the concentration of a chemical solution calculated?

http://www.helium.com/items/509765-how-is-the-concentration-of-a-chemical-solution-calculated

How to calculate concentration about dilution?

http://answers.yahoo.com/question/index?qid=20081110101803AADfL1j

How to Make Simple Solutions and Dilutions
Simple Dilution (Dilution Factor Method based on ratios); Serial Dilution; Making fixed volumes of specific concentrations from liquid reagents: V1C1=V2C2 Method; Moles and Molar solutions (unit = M = moles/L); Percent Solutions (% = parts per hundred or grams/100 ml); Concentrated stock solutions – using “X” units; Normality (N): Conversion to Molarity.

http://abacus.bates.edu/~ganderso/biology/resources/dilutions.html

Please help on calculating concentration!!!?

http://answers.yahoo.com/question/index?qid=20091008020646AAONk7t

The Tocris Molarity Calculator
Calculate the mass, volume or concentration required for a solution

http://www.tocris.com/molarityCalculator.php

What are percent concentration and molarity of solution if 20g NaCl were dissolved and filled up to 100mL? What is the density of this solution?

http://www.chembuddy.com/?left=CASC&right=concentration-calculation

SMath Studio – SOLVER FOR MATRIX and VECTOR; COMPLEX NUMBERS; TRIGONOMETRIC; HYPERBOLIC; and PROGRAMMING

You can use SMath Studio to solve Matrix and Vector problem; Complex Numbers; Trigonometric; Hyperbolic; and Programming.

The function in Matrix and vector such as: alg, col, cols, det, el, identity, invert, length, mat, matrix, max, min, minor, rank, row, rows, tr, transpose, and vminor. The function in Complex numbers such as: arg, lm, pol2xy, Re, xy2pol. The function in Trigonometric such as: acos, acot, arccosec, arcsec, asin, atan, cos, cot, csc, sec, sin, and tan. The function in Hyperbolic such as: acosh, acoth, asinh, atanh, cosh, soth, csch, sech, sinh, and tanh. The function in Programming such as: for, if, line, and while.

SMath Studio also reserves the reference book as guider. The content of its reference book such as: Identical transformation (Properties of degrees, Properties of arithmetic roots, Properties of fractions; Formulas of the reduced multiplication, and Properties of modules);  Trigonometry (General concepts, Definitions, Functional relations of a single angle, Argument addition formulas, Multiple arguments formulas, Addition of trigonometric functions, Multiplication of trigonometric functions, Formulas of power reduction, Half angle formulas, Universal trigonometric substitution, Inverse trigonometric functions, Relations of angles in a triangle, Formulas of oblique-angled triangles, and Transformation of expressions);  Logarithm (Definition of a logarithm, Basic logarithmic identities, and Properties of logarithms);  Derivatives of functions (Definition of a derivatives, and Table of derivatives); Limits (Properties of limits, and Classical limits); Integrals (Table of Integrals, and Main rules); Series (Table of functions expanded into power series).

You can download SMath Studio from: http://download.cnet.com/SMath-Studio/3000-2053_4-10908235.html

EASEUS Partition Master Home Edition – CREATE PARTITION, DELETE PARTITION and RESIZE / MOVE PARTITION

By using EASEUS Partition Master Home Edition, you can easily Create Partition, Delete Partition and  Resize or Remove Partition.

To use this EASEUS Partition Master Home Edition is too easy. EASEUS Partition Master Home Edition supports IDE, SATA, SCSI, USB removable hard disk, and Firewire hard diskEASEUS Partition Master Home Edition also supports the following file systems: FAT12, FAT16, FAT32 and NTFS.

Beside Create Partition, Delete Partition and  Resize or Remove PartitionEASEUS Partition Master Home Edition also can performs these operations, such as: Partitions scheme; Create partitions; Move a partition to unallocated disk space; Resize/Move a partition; Format partitions; Delete partitions; Delete all partitions; Change partition label; Check partition for error; Copy partition; Copy disks; Copy dynamic volume; View partition properties; View disk properties; Set drive letter; Hide partitions; Set active; Convert partition; Explore partition; and Create Bootable Disk.

You can download EASEUS Partition Master Home Edition from http://download.cnet.com/Easeus-Partition-Master-Home-Edition/3000-2248_4-10863346.html

Health Diabetes Software – Version 3.0.272 – MONITOR YOUR BLOOD GLUCOSE, BLOOD PRESSURE, TEMPERATURE, WEIGHT, DIABETIC HYPOS, BOWEL MOVEMENT, A1C TEST RESULT, CHOLESTEROL

Health Diabetes Software – Version 3.0.272 reserves some modules to work on, such as Blood Glucose; Blood Pressure; Temperature; Weight; Diabetic Hypos; Bowel Movement; A1c Test Results; Cholesterol; Pain; My Diabetic Diary; Listing of Meds I Take; Medication Schedule; Questions for the Doctor; Meal Plan; My Feet; My Doctor Visits; Leg Cramps; Kidney, Liver, Thyroid, and Urine Analysis Test Results; Medical Team and Appointment Schedule; Insulin; and User Preferences.

From Diabetic Hypos, you can fill the form of Symptoms of the Hypo, such as: Blood Glucose Reading is Unusually Low;  Excessive HungerSeizures; Shaking, Trembling; Irritability, Aggression; Paleness; Light Headedness, Dizziness; Confusion, FuzzyThinking; Drowsiness; Prickly Skin; Sweating; Feeling Cold; Visual Halo; Headache, Faintness; Loss of Consciousness; Slurred Speech; Rapid Heart Beat, Palpitations; Blurred Vision. Form of What Caused the Hypo such as: Too Much Injected Insulin; Stress Or Hot Weather; Not Enough Food; Too Many Oral Medications; A Delayed Meal; An Unusual Amount Of Exercise Or Work; and Drinking Alcohol.

From Kidney,LiverThyroid, and Urine Analysis Test Results, you can enter the data such as: Date of Test; A/G_Ratio; Albumin; ALP; ALT; AST; Bicarbonate; Bilirubin Serum; Bilirubine Urine; BUN; Calcium; Chloride; Cholesterol; Creatinine; GGT; Globulin; Glucose; Ketones; LD-LDH; Magnesium; Microalbuminuria; Phosperous; Potassium; Protein; PT; Sodium; T3; T4; TRH; TSH; UricAcid.

You can download Health Diabetes Software – Version 3.0.272 from http://download.cnet.com/Health/3000-2129_4-10148913.html 

Symantec W32.Downadup Removal Tool 1.1.0.2 – REMOVE W32.Downadup, W32.Downadup.B and W32.Downadup.C

If you want to remove W32.Downadup, W32.Downadup.B and W32.Downadup.C, you can use Symantec W32.Downadup.By using Symantec W32.Downadup, you can easily remove  W32.Downadup, W32.Downadup.B and W32.Downadup.C.You can download Symantec W32.Downadup from http://download.cnet.com/Symantec-W32-Downadup-Removal-Tool/3000-2239_4-10911656.html

anti trojan

a-squared Anti-Malware/Anti-Trojan Software

http://www.anti-trojan.net/

a-squared Anti-Malware and Mamutu behavior blocker – Malware scanner, remover and protection against new infections of Viruses, Spyware, Trojan Horses, Bots, Backdoors.

http://www.emsisoft.com/en/

Advanced communication techniques of remote access trojan horses on Windows operating system GSEC Practical v1.4b (option 1)
Introduction; Definitions; Backdoor; Rootkit; Remote access trojan; Keylogger; Dropper; Motivation; Outline; Standard communication techniques; Basic communication; Stealth mode ports; Defense tools; Anti-Virus tools; Personal Firewalls; Anti-Trojan tools; Advanced techniques; DLL injection; Process injection; Process killing; Process modification; Configuration changes; Protected stack bypassing; Tunneling; Simple tunneling; Advanced tunneling; Polymorphic code; Future scenario; Conclusions.

http://www.trojan.ch/papers/SANS04.pdf

anti trojan In PPD Software; anti trojan In Title; anti trojan In Short Description

http://www.brothersoft.com/downloads/anti-trojan.html

Anti-Trojan and Trojan Detection with In-Kernel Digital Signature testing of Executables.
In-Kernel signature checking of executables 3; Why; How; Costs; Reference Implementations; OpenBSD; FreeBSD; Signature Database; Summary 5; Is it worth it; Where to next; Kernel Profiling; Kernel Profiles 7; Flat Profiles for Compilation Loop; Flat Profile for Workstation; Call Graph Profiles; Generic Kernel in Compilation Loop; Signed Exec Kernel Option in Compilation Loop; Signed Exec Kernel Option – Workstation; References 12; books; papers; training courses.

http://www.netxsecure.net/downloads/sigexec.pdf

Anti-Trojan Elite 4.8.1

http://www.softpedia.com/get/Antivirus/Anti-Trojan-Elite.shtml

Anti-Trojan Shield – High Performance Trojan Detector

http://www.atshield.com/

anti-trojan.org is intended to be a resource for everything related to Computer Trojans.

http://www.anti-trojan.org/

GFiDownloadSecurity for Microsoft ISA Server
Downloads content checking, anti-trojan & anti-virus

http://www.atsmia.com/specials/gfi/dsecbrochure.pdf

GFiMailSecurity for Exchange/SMTP/Lotus
Email anti-virus, content policies, exploit detection and anti-trojan

Virus checking with multiple anti-virus scanning engines; Scan against trojans and executables; Norman Virus Control & BitDefender virus engines are included; Kaspersky, McAfee and AVG virus engines (optional); Automatic removal of HTML scripts; Email exploit detection engine; Spyware detection; Attachment checking; Multiply the value of GFI MailSecurity with powerful reporting; Granular user-based email content policies/filtering; Custom quarantine filters; Enable easy quarantine folder monitoring through RSS feeds; Web-based configuration – enables remote management from any location; Approve/reject quarantined email using the moderator client, email client or web-based moderator.

http://www.gfi.com/mailsecurity/msecbrochure.pdf

Keep Your Computer Safe!
Anti Trojan Elite is here

http://news.softpedia.com/newsPDF/Anti-Trojan-Elite-38833.pdf

Testing Times for Trojans
Abstract; Introduction; Trojan horses; So what? How is this relevant? The tests; Current state of the art in anti-Trojan testing; University of Hamburg Virus Test Centre; West Coast Labs; Virus Bulletin; ICSA; Theoretical test requirements; The verification problem; What is a Trojan horse? Advantages of the suggested definition; No mention on ‘intent’; No requirement to carry out perceived purpose; No requirement for the payload to be destructive; No mention of specification; Disadvantages of the suggested definition; No mention of specification; No mention of ‘intent’ (or: Bugs are Trojans?); The problem of perceived purpose; Renaming; Other supporting documentation; In reality; ICSA’s Malware think-tank; Return to Testing; Conclusion; References.

http://www.research.ibm.com/antivirus/SciPapers/Whalley/Testing.pdf

The RSA® Anti-Fraud Command Center
Service Delivery Process; Anti-phishing; Anti-Trojan; Fraud Discoveries and Intelligence; Training and Certification

http://www.rsa.com/products/consumer/sb/10580_AFCC_SB_1109.pdf

TrojanHunter 5

http://www.misec.net/

TrojanScan

http://www.windowsecurity.com/trojanscan/

Autorun Eater – MONITOR DRIVE THAT IS USING AUTORUN.INF

Sometimes when we plug in the pen drive to our computer, it automatically run the program that we never save the program to our pen drive and the program will install itself to our computer. The programs that install them self without permission could be malware and could infect our computer.

You can use Autorun Eater to detect if the pen drive contain autorun.inf. So you can decide letting the autorun runs or remove it.  You also can use Autorun Eater to Fix Task Manager, Fix RegEdit and Fix Folder Options.

You can download Autorun Eater from http://download.cnet.com/Autorun-Eater/3000-2239_4-10752777.html 

CWShredder – CoolWebSearch Trojan Remover v2.19 – REMOVE COOLWEBSEARCH (CWS) BROWSER HIJACKER ON YOUR SYSTEM

You can use CWShredder – CoolWebSearch Trojan Remover v2.19 to find and remove CoolWebSearch (CWS) browser hijacker on your system.

From CWShredder – CoolWebSearch Trojan Remover v2.19, you can see the symtoms if you system  attacked by CoolWebSearch (CWS), such as: Redirections to CoolWebSearch related pages; Redirections when mistyping URLs; Redirections when visiting Google; Enormous IE slowdowns when typing; IE start page/search page changing on reboot; Sites in the IE Trusted Zone you didn’t add; Popups in Google and Yahoo when searching; Errors at startup;  Unable to access anti-spyware tools or sites.

You also can move the CoolWebSearch (CWS) that has found to Recycle Bin instead of deleting them.

You can download CWShredder – CoolWebSearch Trojan Remover v2.19 from http://download.cnet.com/CWShredder/3000-8022_4-10301587.html 

Age Calculator v2.0 – CALCULATE HOW OLD YOU ARE

If you want to know how many years, how many month and how many days you have lived in this world, you can use Age Calculator v2.0 software. You just need to enter your birthday and today date then you will see how many years, how many months and how many days you have lived in this world.

You can download Age Calculator v2.0 from: http://download.cnet.com/Age-Calculator/3000-2056_4-10845988.html