Tag Archives: 2016

2016

Firebug tool – part 001.

This tool helps you to see and change online your webpage. You can download it from the firebug tool. The official site tells us about the most popular and powerful web development tool: Inspect HTML and modify style and layout in real-time Use the most advanced JavaScript debugger available for any browser Accurately analyze network… Read More »

Wifi Analyzer – tool for your wifi network.

The interference from other routers in the vicinity is a common source of connectivity problems, especially in densely populated areas (apartment, congested buildings, conference halls, and shopping centers). To fix this problem you need a tool to see where you can set your wifi channel. You can use this android application. As you can see,… Read More »

Fix your usb stick.

When working with multiple operating systems, backups stick or anything that can damage your USB stick, then this utility application is helpful. This utility was able to access and stick format. The other default programs in Windows, TestDisk, and others HPUSBDisk failed to access it. This is the GUI interface and you can see is… Read More »

How to use the Windows Defender scan with the command line.

The source of this tutorial is this website. If you want to use the BootSectorScan option then this tutorial doesn’t help you. The command can be found into this folder and all arguments will be shown using the /? for help.

The main command some with this basically 11 commands:

One example with… Read More »

Mandelbrot with three.js .

The Mandelbrot set is the set of complex numbers c for which the function f c ( z ) = z 2 + c {\displaystyle f_{c}(z)=z^{2}+c} {\displaystyle f_{c}(z)=z^{2}+c} does not diverge when iterated from z = 0 {\displaystyle z=0} z=0, i.e., for which the sequence f c ( 0 ) {\displaystyle f_{c}(0)} {\displaystyle f_{c}(0)}, f… Read More »