diff --git a/dsa/assignments/EuroEnglishTranslator/EuroConverter.h b/EuroEnglishTranslator/EuroConverter.h similarity index 100% rename from dsa/assignments/EuroEnglishTranslator/EuroConverter.h rename to EuroEnglishTranslator/EuroConverter.h diff --git a/dsa/assignments/EuroEnglishTranslator/main.cpp b/EuroEnglishTranslator/main.cpp similarity index 100% rename from dsa/assignments/EuroEnglishTranslator/main.cpp rename to EuroEnglishTranslator/main.cpp diff --git a/dsa/assignments/MorseTranslator/MorseDecoder.h b/MorseTranslator/MorseDecoder.h similarity index 100% rename from dsa/assignments/MorseTranslator/MorseDecoder.h rename to MorseTranslator/MorseDecoder.h diff --git a/dsa/assignments/MorseTranslator/MorseEncoder.h b/MorseTranslator/MorseEncoder.h similarity index 100% rename from dsa/assignments/MorseTranslator/MorseEncoder.h rename to MorseTranslator/MorseEncoder.h diff --git a/dsa/assignments/MorseTranslator/englishToMorse.h b/MorseTranslator/englishToMorse.h similarity index 100% rename from dsa/assignments/MorseTranslator/englishToMorse.h rename to MorseTranslator/englishToMorse.h diff --git a/dsa/assignments/MorseTranslator/main.cpp b/MorseTranslator/main.cpp similarity index 100% rename from dsa/assignments/MorseTranslator/main.cpp rename to MorseTranslator/main.cpp diff --git a/dsa/assignments/MorseTranslator/morseToEnglish.h b/MorseTranslator/morseToEnglish.h similarity index 100% rename from dsa/assignments/MorseTranslator/morseToEnglish.h rename to MorseTranslator/morseToEnglish.h diff --git a/calculator/calc.xcodeproj/project.pbxproj b/calculator/calc.xcodeproj/project.pbxproj deleted file mode 100644 index 4421923..0000000 --- a/calculator/calc.xcodeproj/project.pbxproj +++ /dev/null @@ -1,246 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 9E7120FA1CB11662005471F7 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 9E7120F91CB11662005471F7 /* main.c */; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 9E7120F41CB11662005471F7 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = /usr/share/man/man1/; - dstSubfolderSpec = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 1; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 9E7120F61CB11662005471F7 /* calc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = calc; sourceTree = BUILT_PRODUCTS_DIR; }; - 9E7120F91CB11662005471F7 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 9E7120F31CB11662005471F7 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 9E7120ED1CB11662005471F7 = { - isa = PBXGroup; - children = ( - 9E7120F81CB11662005471F7 /* calc */, - 9E7120F71CB11662005471F7 /* Products */, - ); - sourceTree = ""; - }; - 9E7120F71CB11662005471F7 /* Products */ = { - isa = PBXGroup; - children = ( - 9E7120F61CB11662005471F7 /* calc */, - ); - name = Products; - sourceTree = ""; - }; - 9E7120F81CB11662005471F7 /* calc */ = { - isa = PBXGroup; - children = ( - 9E7120F91CB11662005471F7 /* main.c */, - ); - path = calc; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 9E7120F51CB11662005471F7 /* calc */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9E7120FD1CB11662005471F7 /* Build configuration list for PBXNativeTarget "calc" */; - buildPhases = ( - 9E7120F21CB11662005471F7 /* Sources */, - 9E7120F31CB11662005471F7 /* Frameworks */, - 9E7120F41CB11662005471F7 /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = calc; - productName = calc; - productReference = 9E7120F61CB11662005471F7 /* calc */; - productType = "com.apple.product-type.tool"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 9E7120EE1CB11662005471F7 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0730; - ORGANIZATIONNAME = "Abdelrahman Ahmed"; - TargetAttributes = { - 9E7120F51CB11662005471F7 = { - CreatedOnToolsVersion = 7.3; - }; - }; - }; - buildConfigurationList = 9E7120F11CB11662005471F7 /* Build configuration list for PBXProject "calc" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 9E7120ED1CB11662005471F7; - productRefGroup = 9E7120F71CB11662005471F7 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 9E7120F51CB11662005471F7 /* calc */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 9E7120F21CB11662005471F7 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9E7120FA1CB11662005471F7 /* main.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 9E7120FB1CB11662005471F7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.11; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - }; - name = Debug; - }; - 9E7120FC1CB11662005471F7 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.11; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - }; - name = Release; - }; - 9E7120FE1CB11662005471F7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - 9E7120FF1CB11662005471F7 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 9E7120F11CB11662005471F7 /* Build configuration list for PBXProject "calc" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9E7120FB1CB11662005471F7 /* Debug */, - 9E7120FC1CB11662005471F7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9E7120FD1CB11662005471F7 /* Build configuration list for PBXNativeTarget "calc" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9E7120FE1CB11662005471F7 /* Debug */, - 9E7120FF1CB11662005471F7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - }; -/* End XCConfigurationList section */ - }; - rootObject = 9E7120EE1CB11662005471F7 /* Project object */; -} diff --git a/calculator/calc/calc b/calculator/calc/calc deleted file mode 100755 index f87a2bd..0000000 Binary files a/calculator/calc/calc and /dev/null differ diff --git a/calculator/calc/main.c b/calculator/main.c similarity index 100% rename from calculator/calc/main.c rename to calculator/main.c diff --git a/dsa/lab/diamond/diamond/main.cpp b/diamond-draw/main.cpp similarity index 100% rename from dsa/lab/diamond/diamond/main.cpp rename to diamond-draw/main.cpp diff --git a/dsa/lab/diamond/diamond.xcodeproj/project.pbxproj b/dsa/lab/diamond/diamond.xcodeproj/project.pbxproj deleted file mode 100644 index 1f37699..0000000 --- a/dsa/lab/diamond/diamond.xcodeproj/project.pbxproj +++ /dev/null @@ -1,246 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 9E7963121CBF748300D26692 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9E7963111CBF748300D26692 /* main.cpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 9E79630C1CBF748300D26692 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = /usr/share/man/man1/; - dstSubfolderSpec = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 1; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 9E79630E1CBF748300D26692 /* diamond */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = diamond; sourceTree = BUILT_PRODUCTS_DIR; }; - 9E7963111CBF748300D26692 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 9E79630B1CBF748300D26692 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 9E7963051CBF748300D26692 = { - isa = PBXGroup; - children = ( - 9E7963101CBF748300D26692 /* diamond */, - 9E79630F1CBF748300D26692 /* Products */, - ); - sourceTree = ""; - }; - 9E79630F1CBF748300D26692 /* Products */ = { - isa = PBXGroup; - children = ( - 9E79630E1CBF748300D26692 /* diamond */, - ); - name = Products; - sourceTree = ""; - }; - 9E7963101CBF748300D26692 /* diamond */ = { - isa = PBXGroup; - children = ( - 9E7963111CBF748300D26692 /* main.cpp */, - ); - path = diamond; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 9E79630D1CBF748300D26692 /* diamond */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9E7963151CBF748300D26692 /* Build configuration list for PBXNativeTarget "diamond" */; - buildPhases = ( - 9E79630A1CBF748300D26692 /* Sources */, - 9E79630B1CBF748300D26692 /* Frameworks */, - 9E79630C1CBF748300D26692 /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = diamond; - productName = diamond; - productReference = 9E79630E1CBF748300D26692 /* diamond */; - productType = "com.apple.product-type.tool"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 9E7963061CBF748300D26692 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0730; - ORGANIZATIONNAME = "Abdelrahman Ahmed"; - TargetAttributes = { - 9E79630D1CBF748300D26692 = { - CreatedOnToolsVersion = 7.3; - }; - }; - }; - buildConfigurationList = 9E7963091CBF748300D26692 /* Build configuration list for PBXProject "diamond" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 9E7963051CBF748300D26692; - productRefGroup = 9E79630F1CBF748300D26692 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 9E79630D1CBF748300D26692 /* diamond */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 9E79630A1CBF748300D26692 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9E7963121CBF748300D26692 /* main.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 9E7963131CBF748300D26692 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.11; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - }; - name = Debug; - }; - 9E7963141CBF748300D26692 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.11; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - }; - name = Release; - }; - 9E7963161CBF748300D26692 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - 9E7963171CBF748300D26692 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 9E7963091CBF748300D26692 /* Build configuration list for PBXProject "diamond" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9E7963131CBF748300D26692 /* Debug */, - 9E7963141CBF748300D26692 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9E7963151CBF748300D26692 /* Build configuration list for PBXNativeTarget "diamond" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9E7963161CBF748300D26692 /* Debug */, - 9E7963171CBF748300D26692 /* Release */, - ); - defaultConfigurationIsVisible = 0; - }; -/* End XCConfigurationList section */ - }; - rootObject = 9E7963061CBF748300D26692 /* Project object */; -} diff --git a/dsa/lab/zoo/zoo.xcodeproj/project.pbxproj b/dsa/lab/zoo/zoo.xcodeproj/project.pbxproj deleted file mode 100644 index b424ca1..0000000 --- a/dsa/lab/zoo/zoo.xcodeproj/project.pbxproj +++ /dev/null @@ -1,265 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 9E52B5291CB36952003F816E /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9E52B5281CB36952003F816E /* main.cpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 9E52B5231CB36952003F816E /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = /usr/share/man/man1/; - dstSubfolderSpec = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 1; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 9E52B5251CB36952003F816E /* zoo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = zoo; sourceTree = BUILT_PRODUCTS_DIR; }; - 9E52B5281CB36952003F816E /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; - 9E52B52F1CB36997003F816E /* zoo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = zoo.h; sourceTree = ""; }; - 9E52B5301CB36C76003F816E /* stockfile1.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = stockfile1.txt; sourceTree = ""; }; - 9E65E2C41CB4BBD400AE98AA /* stockfile2.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = stockfile2.txt; sourceTree = ""; }; - 9E65E2C61CB4D09100AE98AA /* livestock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = livestock.h; sourceTree = ""; }; - 9EBE2BEA1CB41712005DA66F /* animal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = animal.h; sourceTree = ""; }; - 9EC061F51CBDF62C009BFB10 /* vector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vector.h; sourceTree = ""; }; - 9EC061F61CBDF688009BFB10 /* iterator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = iterator.h; sourceTree = ""; }; - 9EC061F71CBDF6A5009BFB10 /* const_iterator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = const_iterator.h; sourceTree = ""; }; - 9EC061F81CBDFC0C009BFB10 /* testclass.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = testclass.h; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 9E52B5221CB36952003F816E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 9E52B51C1CB36952003F816E = { - isa = PBXGroup; - children = ( - 9E52B5271CB36952003F816E /* zoo */, - 9E52B5261CB36952003F816E /* Products */, - ); - sourceTree = ""; - }; - 9E52B5261CB36952003F816E /* Products */ = { - isa = PBXGroup; - children = ( - 9E52B5251CB36952003F816E /* zoo */, - ); - name = Products; - sourceTree = ""; - }; - 9E52B5271CB36952003F816E /* zoo */ = { - isa = PBXGroup; - children = ( - 9E52B5301CB36C76003F816E /* stockfile1.txt */, - 9E65E2C41CB4BBD400AE98AA /* stockfile2.txt */, - 9E52B5281CB36952003F816E /* main.cpp */, - 9E52B52F1CB36997003F816E /* zoo.h */, - 9EBE2BEA1CB41712005DA66F /* animal.h */, - 9E65E2C61CB4D09100AE98AA /* livestock.h */, - 9EC061F51CBDF62C009BFB10 /* vector.h */, - 9EC061F61CBDF688009BFB10 /* iterator.h */, - 9EC061F71CBDF6A5009BFB10 /* const_iterator.h */, - 9EC061F81CBDFC0C009BFB10 /* testclass.h */, - ); - path = zoo; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 9E52B5241CB36952003F816E /* zoo */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9E52B52C1CB36952003F816E /* Build configuration list for PBXNativeTarget "zoo" */; - buildPhases = ( - 9E52B5211CB36952003F816E /* Sources */, - 9E52B5221CB36952003F816E /* Frameworks */, - 9E52B5231CB36952003F816E /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = zoo; - productName = zoo; - productReference = 9E52B5251CB36952003F816E /* zoo */; - productType = "com.apple.product-type.tool"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 9E52B51D1CB36952003F816E /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0730; - ORGANIZATIONNAME = "Abdelrahman Ahmed"; - TargetAttributes = { - 9E52B5241CB36952003F816E = { - CreatedOnToolsVersion = 7.3; - }; - }; - }; - buildConfigurationList = 9E52B5201CB36952003F816E /* Build configuration list for PBXProject "zoo" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 9E52B51C1CB36952003F816E; - productRefGroup = 9E52B5261CB36952003F816E /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 9E52B5241CB36952003F816E /* zoo */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 9E52B5211CB36952003F816E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9E52B5291CB36952003F816E /* main.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 9E52B52A1CB36952003F816E /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.11; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - }; - name = Debug; - }; - 9E52B52B1CB36952003F816E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGN_IDENTITY = "-"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.11; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = macosx; - }; - name = Release; - }; - 9E52B52D1CB36952003F816E /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - 9E52B52E1CB36952003F816E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 9E52B5201CB36952003F816E /* Build configuration list for PBXProject "zoo" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9E52B52A1CB36952003F816E /* Debug */, - 9E52B52B1CB36952003F816E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9E52B52C1CB36952003F816E /* Build configuration list for PBXNativeTarget "zoo" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9E52B52D1CB36952003F816E /* Debug */, - 9E52B52E1CB36952003F816E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 9E52B51D1CB36952003F816E /* Project object */; -} diff --git a/dsa/lab/employee/emp.txt b/employee-reader/emp.txt similarity index 100% rename from dsa/lab/employee/emp.txt rename to employee-reader/emp.txt diff --git a/dsa/lab/employee/employee.h b/employee-reader/employee.h similarity index 100% rename from dsa/lab/employee/employee.h rename to employee-reader/employee.h diff --git a/dsa/lab/employee/vector.cpp b/employee-reader/vector.cpp similarity index 100% rename from dsa/lab/employee/vector.cpp rename to employee-reader/vector.cpp diff --git a/dsa/lab/zoo/zoo/animal.h b/zoo/animal.h similarity index 100% rename from dsa/lab/zoo/zoo/animal.h rename to zoo/animal.h diff --git a/dsa/lab/zoo/zoo/livestock.h b/zoo/livestock.h similarity index 100% rename from dsa/lab/zoo/zoo/livestock.h rename to zoo/livestock.h diff --git a/dsa/lab/zoo/zoo/main.cpp b/zoo/main.cpp similarity index 100% rename from dsa/lab/zoo/zoo/main.cpp rename to zoo/main.cpp diff --git a/dsa/lab/zoo/zoo/stockfile1.txt b/zoo/stockfile1.txt similarity index 100% rename from dsa/lab/zoo/zoo/stockfile1.txt rename to zoo/stockfile1.txt diff --git a/dsa/lab/zoo/zoo/stockfile2.txt b/zoo/stockfile2.txt similarity index 100% rename from dsa/lab/zoo/zoo/stockfile2.txt rename to zoo/stockfile2.txt diff --git a/dsa/lab/zoo/zoo/zoo.h b/zoo/zoo.h similarity index 100% rename from dsa/lab/zoo/zoo/zoo.h rename to zoo/zoo.h