Text editor to open big (giant, huge, large) text files

Free read-only viewers: Large Text File Viewer (Windows) – Fully customizable theming (colors, fonts, word wrap, tab size). Supports horizontal and vertical split view. Also support file following and regex search. Very fast, simple, and has small executable size. klogg (Windows, macOS, Linux) – A maintained fork of glogg. Its main feature is regular expression search. It supports … Read more

What is the difference between Cygwin and MinGW?

As a simplification, it’s like this: Compile something in Cygwin and you are compiling it for Cygwin. Compile something in MinGW and you are compiling it for Windows. About Cygwin Cygwin is a compatibility layer that makes it easy to port simple Unix-based applications to Windows, by emulating many of the basic interfaces that Unix-based operating systems … Read more

how to edit or see the source code for dll files

It’s sort of difficult. I mean you can look at the file with a hex editor, but it’s not going to look nice. However, you can use 3rd party tools in order to get as much info you can about the .dll: Dependency Walker – useful to get the .dlls that your .dll depends on (and the functions that it need … Read more

How To Activate Windows 10

Today I help you to activate your Windows 10 easily.First, copy the code below: Save the file as filename.bat and pick All files as the file type. Right Click on the file and Run as Administrator Wait for the Command Prompt to complete running the code. When you receive the message whether to restart PC, enter Y and click Enter. Done!

“X does not name a type” error in C++

When the compiler compiles the class User and gets to the MyMessageBox line, MyMessageBox has not yet been defined. The compiler has no idea MyMessageBox exists, so cannot understand the meaning of your class member. You need to make sure MyMessageBox is defined before you use it as a member. This is solved by reversing the definition order. However, you have a cyclic dependency: if you move MyMessageBox above User, … Read more

What is the default password for Postgres

WARNING: trust means exactly that. Anyone who can connect to the PostgreSQL server can control it. If you set trust mode that allows superusers like user postgres (or all users) to connect, they get total control of your PostgreSQL and can probably run shell commands too. You should usually only use it to change the password then restore the configuration back to the auth mode … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)