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
-module(module_starter_hack). | |
-export([try_force_start_application/1]). | |
try_force_start_application(App) -> | |
start_application_process_result(App, try_start_application(App)). | |
%%%%%%%%%%%%%%% | |
%% Helpers |
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
-module(camisc_unique). | |
-export([semi_unique/0, get_timestamp/0, test/0]). | |
%% =================================================================== | |
%% API | |
%% =================================================================== | |
%% Generate a somewhat unique 64 bit number. | |
%% |
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
#!/bin/bash | |
sudo add-apt-repository -y ppa:yannubuntu/boot-repair && sudo apt-get update | |
sudo apt-get install -y boot-repair && boot-repair |
NewerOlder