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
| %%% ------------------------------------------------------------------- | |
| %%% Author : Said | |
| %%% Description : | |
| %%% | |
| %%% Created : 11.08.2012 | |
| %%% ------------------------------------------------------------------- | |
| -module(gen_test). | |
| -behaviour(gen_server). | |
| %% -------------------------------------------------------------------- |
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
| %% Author: Said | |
| %% Created: 30.07.2012 | |
| %% Description: TODO: Add description to dog | |
| -module(dog). | |
| %% | |
| %% Include files | |
| %% | |
| %% |
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
| %% Author: Said | |
| %% Created: 15.07.2012 | |
| %% Description: TODO: Add description to fac | |
| -module(fac). | |
| %% | |
| %% Include files | |
| %% | |
| -define(END_OF_LAZY_LIST, []). |
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
| %% Author: Said | |
| %% Created: 21.05.2012 | |
| %% Description: TODO: Add description to brain | |
| -module(brain). | |
| %% | |
| %% Include files | |
| %% | |
| %% |
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
| %%% ------------------------------------------------------------------- | |
| %%% Author : Said | |
| %%% Description : | |
| %%% | |
| %%% Created : 22.04.2012 | |
| %%% ------------------------------------------------------------------- | |
| -module(customer). | |
| -behaviour(gen_server). | |
| %% -------------------------------------------------------------------- |
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
| %% Author: Said | |
| %% Created: 15.03.2012 | |
| %% Description: TODO: Add description to sqlex | |
| -module(sqlex). | |
| %% | |
| %% Include files | |
| %% | |
| -import(jobcheck_utils, [keyfind/2, join_bin/2]). |
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
| %% Author: Said | |
| %% Created: 22.02.2012 | |
| %% Description: troll a bit | |
| -module(main). | |
| %% | |
| %% Include files | |
| %% | |
| -include("http_codes.hrl"). |
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
| %% Author: Said | |
| %% Created: 13.02.2012 | |
| -module(test). | |
| %% | |
| %% Include files | |
| %% | |
| %% | |
| %% Exported Functions |