Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
int f(){ | |
const int M = 55500; | |
//int N = M + 3; | |
int N = M - 1; | |
int *a = new int[M]; | |
a[N] = 14; | |
return a[N]; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xset mouse 6 4 #pointer acceleration with threshold |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DISCLAMER | |
I don't know how to configure and install nvidia/bumblebee properly. | |
Now `inxi -G` gives drivers 'kernel' for intel and 'N/A' for nvidia. | |
I. On working machine download and burn iso to USB device at /dev/sdb | |
$ wget https://sourceforge.net/projects/manjarolinux/files/archive/17.1.7/kde/manjaro-kde-17.1.7-stable-x86_64.iso/download | |
$ wget https://sourceforge.net/projects/manjarolinux/files/archive/17.1.7/kde/manjaro-kde-17.1.7-stable-x86_64.iso.sha256/download | |
$ sha256sum -c ./manjaro-kde-17.1.7-stable-x86_64.iso.sha256 | |
$ sudo dd bs=4M if=./manjaro-kde-17.1.7-stable-x86_64.iso of=/dev/sdb status=progress #CAUTION! Be careful with 'of' destination! |
NewerOlder