├── .gitignore ├── 24x7-sitemap.xml ├── Architecture └── architecture_map.html ├── Blockchain └── ethereum_map.html ├── Cloud └── cloud_map.html ├── DONE.txt ├── DevOps ├── devops_map.html └── linux_administration_summary.html ├── General └── cryptography_map.html ├── IoT └── map.html ├── JAVA └── java_map.html ├── LICENSE ├── MachineLearning └── map.html ├── ProjectManagement └── map.html ├── README.md ├── TODO.txt ├── WebTechnologies ├── W3C_Identity.dia ├── W3C_Identity.svg └── map.html ├── _config.yml ├── background.jpg ├── beautify.sh ├── check_urls.sh ├── custom.js ├── demo.html ├── escapeHTML.sh ├── generate_sitemap.sh ├── github-sitemap.xml ├── google19773fb18c739b62.html ├── help.html ├── helpman.icon.svg ├── httpServer.py ├── icons.txt ├── index.html ├── labelIcon.svg ├── map_template.html ├── map_v1.css ├── map_v1.js ├── source-code-pro ├── EOT │ └── SourceCodePro-Regular.eot ├── LICENSE.txt ├── OTF │ └── SourceCodePro-Regular.otf ├── README.SPB.md ├── README.md ├── TTF │ └── SourceCodePro-Regular.ttf ├── WOFF │ ├── OTF │ │ └── SourceCodePro-Regular.otf.woff │ └── TTF │ │ └── SourceCodePro-Regular.ttf.woff ├── WOFF2 │ ├── OTF │ │ └── SourceCodePro-Regular.otf.woff2 │ └── TTF │ │ └── SourceCodePro-Regular.ttf.woff2 ├── bower.json ├── package.json └── source-code-pro.css ├── testing └── manual_testing.txt └── tools.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/.gitignore -------------------------------------------------------------------------------- /24x7-sitemap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/24x7-sitemap.xml -------------------------------------------------------------------------------- /Architecture/architecture_map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/Architecture/architecture_map.html -------------------------------------------------------------------------------- /Blockchain/ethereum_map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/Blockchain/ethereum_map.html -------------------------------------------------------------------------------- /Cloud/cloud_map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/Cloud/cloud_map.html -------------------------------------------------------------------------------- /DONE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/DONE.txt -------------------------------------------------------------------------------- /DevOps/devops_map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/DevOps/devops_map.html -------------------------------------------------------------------------------- /DevOps/linux_administration_summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/DevOps/linux_administration_summary.html -------------------------------------------------------------------------------- /General/cryptography_map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/General/cryptography_map.html -------------------------------------------------------------------------------- /IoT/map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/IoT/map.html -------------------------------------------------------------------------------- /JAVA/java_map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/JAVA/java_map.html -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/LICENSE -------------------------------------------------------------------------------- /MachineLearning/map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/MachineLearning/map.html -------------------------------------------------------------------------------- /ProjectManagement/map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/ProjectManagement/map.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/README.md -------------------------------------------------------------------------------- /TODO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/TODO.txt -------------------------------------------------------------------------------- /WebTechnologies/W3C_Identity.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/WebTechnologies/W3C_Identity.dia -------------------------------------------------------------------------------- /WebTechnologies/W3C_Identity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/WebTechnologies/W3C_Identity.svg -------------------------------------------------------------------------------- /WebTechnologies/map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/WebTechnologies/map.html -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/_config.yml -------------------------------------------------------------------------------- /background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/background.jpg -------------------------------------------------------------------------------- /beautify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/beautify.sh -------------------------------------------------------------------------------- /check_urls.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/check_urls.sh -------------------------------------------------------------------------------- /custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/custom.js -------------------------------------------------------------------------------- /demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/demo.html -------------------------------------------------------------------------------- /escapeHTML.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/escapeHTML.sh -------------------------------------------------------------------------------- /generate_sitemap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/generate_sitemap.sh -------------------------------------------------------------------------------- /github-sitemap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/github-sitemap.xml -------------------------------------------------------------------------------- /google19773fb18c739b62.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/google19773fb18c739b62.html -------------------------------------------------------------------------------- /help.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/help.html -------------------------------------------------------------------------------- /helpman.icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/helpman.icon.svg -------------------------------------------------------------------------------- /httpServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/httpServer.py -------------------------------------------------------------------------------- /icons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/icons.txt -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/index.html -------------------------------------------------------------------------------- /labelIcon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/labelIcon.svg -------------------------------------------------------------------------------- /map_template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/map_template.html -------------------------------------------------------------------------------- /map_v1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/map_v1.css -------------------------------------------------------------------------------- /map_v1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/map_v1.js -------------------------------------------------------------------------------- /source-code-pro/EOT/SourceCodePro-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/source-code-pro/EOT/SourceCodePro-Regular.eot -------------------------------------------------------------------------------- /source-code-pro/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/source-code-pro/LICENSE.txt -------------------------------------------------------------------------------- /source-code-pro/OTF/SourceCodePro-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/source-code-pro/OTF/SourceCodePro-Regular.otf -------------------------------------------------------------------------------- /source-code-pro/README.SPB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/source-code-pro/README.SPB.md -------------------------------------------------------------------------------- /source-code-pro/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/source-code-pro/README.md -------------------------------------------------------------------------------- /source-code-pro/TTF/SourceCodePro-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/source-code-pro/TTF/SourceCodePro-Regular.ttf -------------------------------------------------------------------------------- /source-code-pro/WOFF/OTF/SourceCodePro-Regular.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/source-code-pro/WOFF/OTF/SourceCodePro-Regular.otf.woff -------------------------------------------------------------------------------- /source-code-pro/WOFF/TTF/SourceCodePro-Regular.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/source-code-pro/WOFF/TTF/SourceCodePro-Regular.ttf.woff -------------------------------------------------------------------------------- /source-code-pro/WOFF2/OTF/SourceCodePro-Regular.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/source-code-pro/WOFF2/OTF/SourceCodePro-Regular.otf.woff2 -------------------------------------------------------------------------------- /source-code-pro/WOFF2/TTF/SourceCodePro-Regular.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/source-code-pro/WOFF2/TTF/SourceCodePro-Regular.ttf.woff2 -------------------------------------------------------------------------------- /source-code-pro/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/source-code-pro/bower.json -------------------------------------------------------------------------------- /source-code-pro/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/source-code-pro/package.json -------------------------------------------------------------------------------- /source-code-pro/source-code-pro.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/source-code-pro/source-code-pro.css -------------------------------------------------------------------------------- /testing/manual_testing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/testing/manual_testing.txt -------------------------------------------------------------------------------- /tools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/earizon/IT_notes/HEAD/tools.txt --------------------------------------------------------------------------------