Twise Random

A site about computer science .
Skip to content
  • apple
  • android
  • c
  • cpp
  • data structure and algorithms
  • macos
  • python
  • tutorials

Category: windows

Best software to search file content under windows

Posted on July 2, 2021July 2, 2021 by mohamad wael

 

Having the ability to search the content of files is important, it provides a better workflow, and more productivity.

This is a rundown of the best software, which allows files content to be searched, as in for example, searching … Read More

windows full text search

WSL gui applications, using X11 server

Posted on July 1, 2021 by mohamad wael

 

X11 can be used to run and create GUI applications, under Linux. With WSL you can install a bare-bone Linux distribution, under windows.

This installed distro, does actually lack X11, so in order to run GUI applications from … Read More

windows linux, unix, windows, wsl, x11

Install the Mingw and the Cygwin C/C++ compilers under windows

Posted on January 27, 2021February 23, 2021 by mohamad wael

 

Two options for compiling C and C++ , and other kinds of source code files under windows , are : the cygwin-gcc compiler , and the mingw-gcc compiler .

For source code , that uses the posix api , … Read More

windows tutorial