index
├── ClassGeneral
│ ├── ClassroomCode
│ └── Syllabus
├── Classes
│ ├── AdvancedEvolutionaryComputation
│ │ └── Content
│ ├── Bioinformatics
│ │ └── Content
│ │ ├── BioImage
│ │ ├── BioInfoBasics
│ │ ├── BioNetworks
│ │ ├── BioReview
│ │ ├── CompEpi
│ │ ├── GraphTheory
│ │ ├── ImageBasics
│ │ ├── Inspiration
│ │ ├── NeuralNetworks
│ │ ├── PlatformTools
│ │ ├── PythonReview
│ │ └── eScience
│ ├── CompSciTools
│ │ └── Content
│ │ ├── LinuxBash
│ │ │ └── Debian
│ │ ├── VersionControl
│ │ └── VirtualMachines
│ ├── ComputationalThinking
│ │ └── Content
│ │ ├── 01-Computation
│ │ ├── 02-GitLinuxBash
│ │ ├── 03-IntroPython
│ │ ├── 04-ExpressionsTypes
│ │ ├── 05-Branches
│ │ ├── 06-Loops
│ │ ├── 07-Containers
│ │ ├── 08-Functions
│ │ ├── 09-ModulesPackages
│ │ │ ├── global_vars
│ │ │ ├── simple_package
│ │ │ └── subfolder
│ │ ├── 10-DebuggingTesting
│ │ ├── 11-TypeHints
│ │ ├── 12-Strings
│ │ ├── 13-AlgorithmsSoftware
│ │ ├── 14-Recursion
│ │ ├── 15-ClassesInheritance
│ │ ├── 16-TypeFormatDebug
│ │ ├── 17-Exceptions
│ │ ├── 18-InputOutput
│ │ │ ├── docopt
│ │ │ │ └── examples
│ │ │ │ └── git
│ │ │ ├── folder
│ │ │ │ ├── subfolder
│ │ │ │ │ ├── subsubfolder
│ │ │ │ │ │ └── anotherfile.py
│ │ │ │ │ └── subsubfolder2
│ │ │ │ └── subfolder2
│ │ │ └── whatever
│ │ ├── 19-TestingFrameworks
│ │ ├── 20-IteratorsGenerators
│ │ ├── 21-FunctionalProg
│ │ ├── 22-DataVis
│ │ ├── 23-Regex
│ │ └── 24-EvilEval
│ ├── DataStructures
│ │ └── Content
│ │ ├── 00-Inspiration
│ │ └── 10b-IntegeterSorts
│ ├── DeepLearning
│ ├── DiscreteMath
│ │ └── Content
│ ├── EvolutionaryComputation
│ │ └── Content
│ │ ├── AdvancedTheory
│ │ ├── BioAnalogyOrigins
│ │ ├── Co-evolutionarySystems
│ │ ├── ComputationalProblems
│ │ ├── ConstraintHandling
│ │ ├── EvolutionaryRobotics
│ │ ├── FitnessSelection
│ │ ├── GeneticProgramming
│ │ ├── Hybridization
│ │ ├── Implemention
│ │ ├── InteractiveEAs
│ │ ├── MetaheuristicParts
│ │ ├── MultiobjectiveEAs
│ │ ├── Non-stationaryNoisyFunctionOptimization
│ │ ├── ParameterControl
│ │ ├── ParameterTuning
│ │ ├── PopularVariants
│ │ └── RepresentMutateRecombine
│ ├── Networking
│ │ └── Content
│ │ ├── API
│ │ ├── Application
│ │ ├── DataLink
│ │ ├── DayInLifeOfPacket
│ │ ├── Inspiration
│ │ ├── LanHacking
│ │ ├── NetworkControl
│ │ ├── NetworkData
│ │ ├── Overview
│ │ ├── PacketCrafting
│ │ ├── ProxyAnonVPN
│ │ ├── Security
│ │ ├── Transport
│ │ ├── WebDev
│ │ ├── WireharkLabs
│ │ └── Wireless
│ ├── OperatingSystems
│ │ └── Content
│ │ ├── 00-History
│ │ ├── 01-Overview
│ │ ├── 02-Processes
│ │ └── 03-InputOutput
│ ├── ProgrammingCpp
│ │ └── Content
│ └── Security
│ ├── Content
│ │ ├── AccessControls
│ │ ├── AffineCipher
│ │ ├── AppArmorSELinux
│ │ ├── AppliedCryptoSystems
│ │ ├── AsymmetricEncryption
│ │ ├── Authentication
│ │ ├── BufferOverflow
│ │ ├── CryptoMath
│ │ ├── Databases
│ │ ├── DefensiveProgramming
│ │ ├── DeniableForwardSecure
│ │ ├── Hashing
│ │ ├── InfoSecOverview
│ │ ├── Inspiration
│ │ ├── IntroCryptoCaesar
│ │ ├── MaliciousSoftware
│ │ ├── ModernSymmetric
│ │ ├── OSHardening
│ │ ├── OneTimePad
│ │ ├── PasswordUserGroup
│ │ ├── Permissions
│ │ ├── PracticalPersonal
│ │ ├── ReverseEngineering
│ │ ├── SubstitutionFrequency
│ │ ├── SymmetricBlock
│ │ ├── SymmetricStream
│ │ ├── TranspositionCiphers
│ │ └── Virtualization
│ └── Syllabus
├── ContactPublicKey
└── ITextras
├── GitMSTwebsite
├── LinuxCampusNetwork
└── OpenO365