This repository has been archived by the owner on Dec 29, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kim Burgess
committed
Dec 15, 2011
1 parent
f9f6c55
commit c98e3a1
Showing
8 changed files
with
0 additions
and
198 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,3 @@ | ||
/** | ||
* The contents of this file are subject to the Mozilla Public License Version | ||
* 1.1 (the "License"); you may not use this file except in compliance with | ||
* the License. You may obtain a copy of the License at | ||
* http://www.mozilla.org/MPL/ | ||
* | ||
* Software distributed under the License is distributed on an "AS IS" basis, | ||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | ||
* for the specific language governing rights and limitations under the | ||
* License. | ||
* | ||
* The Original Code provides a collection of useful functions to assist in | ||
* array manipulation and parsing within the NetLinx language. | ||
* | ||
* Portions created by the Initial Developer are Copyright (C) 2010 the | ||
* Initial Developer. All Rights Reserved. | ||
* | ||
* Contributor(s): | ||
* true <amx at trueserve dot org> | ||
* Kim Burgess <[email protected]> | ||
* | ||
* | ||
* $Id$ | ||
* tab-width: 4 columns: 80 | ||
*/ | ||
|
||
program_name='array' | ||
#if_not_defined __NCL_LIB_ARRAY | ||
#define __NCL_LIB_ARRAY | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,3 @@ | ||
/* The contents of this file are subject to the Mozilla Public License Version | ||
* 1.1 (the "License"); you may not use this file except in compliance with | ||
* the License. You may obtain a copy of the License at | ||
* http://www.mozilla.org/MPL/ | ||
* | ||
* Software distributed under the License is distributed on an "AS IS" basis, | ||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | ||
* for the specific language governing rights and limitations under the | ||
* License. | ||
* | ||
* The Original Code is a collection of system messaging functions to assist | ||
* with run-time debugging and console output. | ||
* | ||
* The Initial Developer of the Original Code is Queensland Department of | ||
* Justice and Attorney-General. | ||
* Portions created by the Initial Developer are Copyright (C) 2010 the | ||
* Initial Developer. All Rights Reserved. | ||
* | ||
* Contributor(s): | ||
* Kim Burgess <[email protected]> | ||
* | ||
* | ||
* $Id$ | ||
* tab-width: 4 columns: 80 | ||
*/ | ||
|
||
program_name='debug' | ||
#if_not_defined __NCL_LIB_DEBUG | ||
#define __NCL_LIB_DEBUG | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,3 @@ | ||
/* The contents of this file are subject to the Mozilla Public License Version | ||
* 1.1 (the "License"); you may not use this file except in compliance with | ||
* the License. You may obtain a copy of the License at | ||
* http://www.mozilla.org/MPL/ | ||
* | ||
* Software distributed under the License is distributed on an "AS IS" basis, | ||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | ||
* for the specific language governing rights and limitations under the | ||
* License. | ||
* | ||
* The Original Code is an input/output (IO) library designed to expand on the | ||
* base functionality provided in the NetLinx language. | ||
* | ||
* The Initial Developer of the Original Code is Queensland Department of | ||
* Justice and Attorney-General. | ||
* Portions created by the Initial Developer are Copyright (C) 2010 the | ||
* Initial Developer. All Rights Reserved. | ||
* | ||
* Contributor(s): | ||
* Kim Burgess <[email protected]> | ||
* | ||
* $Id: io.axi 23 2010-05-12 16:29:43Z kim.john.burgess $ | ||
* tab-width: 4 columns: 80 | ||
*/ | ||
|
||
program_name='io' | ||
#if_not_defined __NCL_LIB_IO | ||
#define __NCL_LIB_IO | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,3 @@ | ||
/* The contents of this file are subject to the Mozilla Public License Version | ||
* 1.1 (the "License"); you may not use this file except in compliance with | ||
* the License. You may obtain a copy of the License at | ||
* http://www.mozilla.org/MPL/ | ||
* | ||
* Software distributed under the License is distributed on an "AS IS" basis, | ||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | ||
* for the specific language governing rights and limitations under the | ||
* License. | ||
* | ||
* The Original Code is a math library to expand on the base math | ||
* functionality provided by the NetLinx language. | ||
* | ||
* The Initial Developer of the Original Code is Queensland Department of | ||
* Justice and Attorney-General. | ||
* Portions created by the Initial Developer are Copyright (C) 2010 the | ||
* Initial Developer. All Rights Reserved. | ||
* | ||
* Contributor(s): | ||
* Kim Burgess <[email protected]> | ||
* | ||
* $Id$ | ||
* tab-width: 4 columns: 80 | ||
*/ | ||
|
||
program_name='math' | ||
#if_not_defined __NCL_LIB_MATH | ||
#define __NCL_LIB_MATH | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,3 @@ | ||
/** | ||
* The contents of this file are subject to the Mozilla Public License Version | ||
* 1.1 (the "License"); you may not use this file except in compliance with | ||
* the License. You may obtain a copy of the License at | ||
* http://www.mozilla.org/MPL/ | ||
* | ||
* Software distributed under the License is distributed on an "AS IS" basis, | ||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | ||
* for the specific language governing rights and limitations under the | ||
* License. | ||
* | ||
* The Original Code provides a collection of useful functions to assist in | ||
* string manipulation and parsing within the NetLinx language. | ||
* | ||
* The Initial Developer of the Original Code is Queensland Department of | ||
* Justice and Attorney-General. | ||
* Portions created by the Initial Developer are Copyright (C) 2010 the | ||
* Initial Developer. All Rights Reserved. | ||
* | ||
* Contributor(s): | ||
* Kim Burgess <[email protected]> | ||
* true <amx at trueserve dot org> | ||
* | ||
* | ||
* $Id$ | ||
* tab-width: 4 columns: 80 | ||
*/ | ||
|
||
program_name='string' | ||
#if_not_defined __NCL_LIB_STRING | ||
#define __NCL_LIB_STRING | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,3 @@ | ||
/* The contents of this file are subject to the Mozilla Public License Version | ||
* 1.1 (the "License"); you may not use this file except in compliance with | ||
* the License. You may obtain a copy of the License at | ||
* http://www.mozilla.org/MPL/ | ||
* | ||
* Software distributed under the License is distributed on an "AS IS" basis, | ||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | ||
* for the specific language governing rights and limitations under the | ||
* License. | ||
* | ||
* The Original Code is a test suite for the NetLinx common libraries math | ||
* library. | ||
* | ||
* The Initial Developer of the Original Code is Queensland Department of | ||
* Justice and Attorney-General. | ||
* Portions created by the Initial Developer are Copyright (C) 2010 the | ||
* Initial Developer. All Rights Reserved. | ||
* | ||
* Contributor(s): | ||
* Kim Burgess <[email protected]> | ||
* | ||
* $Id: $ | ||
* tab-width: 4 columns: 80 | ||
*/ | ||
|
||
program_name='test_math' | ||
#if_not_defined __NCL_LIB_TEST_MATH | ||
#define __NCL_LIB_TEST_MATH | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,3 @@ | ||
/* The contents of this file are subject to the Mozilla Public License Version | ||
* 1.1 (the "License"); you may not use this file except in compliance with | ||
* the License. You may obtain a copy of the License at | ||
* http://www.mozilla.org/MPL/ | ||
* | ||
* Software distributed under the License is distributed on an "AS IS" basis, | ||
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | ||
* for the specific language governing rights and limitations under the | ||
* License. | ||
* | ||
* The Original Code is a collection of test and code benchmarking utilities. | ||
* | ||
* The Initial Developer of the Original Code is Queensland Department of | ||
* Justice and Attorney-General. | ||
* Portions created by the Initial Developer are Copyright (C) 2010 the | ||
* Initial Developer. All Rights Reserved. | ||
* | ||
* Contributor(s): | ||
* Kim Burgess <[email protected]> | ||
* | ||
* | ||
* $Id: $ | ||
* tab-width: 4 columns: 80 | ||
*/ | ||
|
||
program_name='test_utils' | ||
#if_not_defined __NCL_LIB_TEST_UTILS | ||
#define __NCL_LIB_TEST_UTILS | ||
|
This file contains 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