JSON.stringify takes more optional arguments.
Try:
JSON.stringify({a:1,b:2,c:{d:1,e:[1,2]}}, null, 4); // Indented 4 spaces
JSON.stringify({a:1,b:2,c:{d:1,e:[1,2]}}, null, "\t"); // Indented with tab
Backup or copy - paste SQL table to another database.
"CREATE TABLE db_name.`table_name` SELECT * FROM old_db_name.`old_table_name`"
You can also use:
"CREATE TABLE IF NOT EXISTS ..."
If you don't want to do this if table is already copied or backed up!
Renaming a table in MySQL
RENAME TABLE `users` TO `member`;
sudo apt-get install icoutils
wrestool -x -t 14 source.exe > output.ico
The above should result in a multi-layered file but it’s quicker and easier to open this proprietary Microsoft Windows .ICO in GIMP, select which icon you’d like to use then export it as a non-proprietary .PNG file to retain transparency.
Note: It seems that 64-bit executable binaries are not supported. I’m uncertain if that’s from structural differences or missing libs to add support, such as ia32-libs .
xrandr --output LVDS1 --set "scaling mode" "Full"