Coder Social home page Coder Social logo

study_information's Introduction

. ├── algorithm │   ├── ac │   │   └── Aho-Corasick Automata.pdf │   ├── hyperscan │   │   └── Hyperscan_A Fast Multi-pattern Regex Matcher.pdf │   └── sword_means_offer │   └── sword-means-offer.pdf ├── binary │   └── linux │   ├── elf-64-gen.pdf │   ├── elf.pdf │   ├── how to teach endian.pdf │   ├── Linkers and Loaders ( PDFDrive.com ).pdf │   ├── Linux二进制分析.pdf │   └── 程序员的自我修养—链接、装载与库.pdf ├── cryptography │   ├── Code-现代密码学—原理与协议.pdf │   └── THE_JOY_OF_CRYPTOGRAPHY.pdf ├── database │   ├── 011-PostgreSQL数据库内核分析.pdf │   ├── MySQL必知必会.pdf │   ├── MySQL技术内幕_InnoDB存储引擎(第2版).pdf │   ├── SQL学习指南.pdf │   ├── SQL必知必会-中文-第4版.pdf │   ├── 数据库系统概念(中文第六版).pdf │   └── 高性能MySQL_第3版_中文_.pdf ├── hardware │   ├── fpga │   │   └── Verilog数字系统设计教程.pdf │   └── memory │   └── Jacob,Ng,Wang-Memory_systems.Cache,DRAM,Disk.pdf ├── language │   ├── assembly │   │   ├── 252046-sdm-change-document.pdf │   │   ├── 325462-sdm-vol-1-2abcd-3abcd.pdf │   │   ├── 64-ia-32-architectures-optimization-manual.pdf │   │   ├── 64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.pdf │   │   ├── 64-ia-32-architectures-software-developer-vol-1-manual.pdf │   │   ├── 64-ia-32-architectures-software-developer-vol-3a-part-1-manual.pdf │   │   ├── architecture-instruction-set-extensions-programming-reference.pdf │   │   ├── arm │   │   │   └── developer_suite_assembler_guide.pdf │   │   ├── Assembly.Language.For.x86.Processors.Kip.R..Irvine..6ed.Prentice.Hall.2011www.xuexi111.com.pdf │   │   ├── Assembly Language Step-by-Step Programming with Linux.pdf │   │   ├── assembly_tutorial.pdf │   │   ├── BootinganIntelSystemArchitecture.pdf │   │   ├── ee3376-assembly.pdf │   │   ├── Intel汇编语言程序设计.pdf │   │   ├── Professional_Assembly_Language.2005.pdf │   │   ├── ProgrammingGroundUp.pdf │   │   ├── ProgrammingGroundUp_zh.pdf │   │   ├── site.md │   │   ├── x86汇编语言 从实模式到保护模式完整版.pdf │   │   ├── 汇编语言.pdf │   │   └── 汇编资料.md │   └── rust │   └── The Rust Programming Language.pdf ├── LICENSE ├── network │   └── wlan │   ├── 802.11_Wireless Networks_The Definitive Guide.pdf │   └── 802.11无线网络权威指南(第二版 ).pdf ├── quantum_computer │   ├── README.md │   └── 一文教你“量子编程”入门式.pdf ├── README.md ├── security │   ├── linux │   │   ├── Hijacking_the_Linux_Kernel.pdf │   │   ├── Linux_Forensics-Philip_Polstra.pdf │   │   ├── master_linux_security_and_hardening.pdf │   │   └── real-world-linux-security-intrusion-prevention-detection-and-recovery_compress.pdf │   ├── RE │   │   ├── 0day2.pdf │   │   ├── C++反汇编与逆向分析技术揭秘.pdf │   │   ├── Reverse Engineering for Beginners.pdf │   │   ├── The Shellcoder’s Handbook.pdf │   │   └── 加密与解密.pdf │   └── site.md ├── software │   ├── autoconf │   │   └── autoconf.pdf │   ├── autogen │   │   └── autogen.pdf │   ├── automake │   │   └── automake.pdf │   ├── autotools │   │   ├── autotools-handout-4.pdf │   │   └── autotools.pdf │   ├── bash │   │   └── bash.pdf │   ├── coreutils │   │   └── coreutils.pdf │   ├── cpio │   │   └── cpio.pdf │   ├── crash │   │   └── www.dedoimedo.com-crash-book.pdf │   ├── diff │   │   └── diffutils.pdf │   ├── diffutils │   │   └── diffutils.pdf │   ├── dnf │   │   └── dnf-readthedocs-io-en-latest.pdf │   ├── find │   │   └── find.pdf │   ├── gawk │   │   └── gawk.pdf │   ├── gcc │   │   ├── dwarf_1_1_0.pdf │   │   ├── dwarf-2.0.0.pdf │   │   ├── Dwarf3.pdf │   │   ├── DWARF4.pdf │   │   ├── DWARF5.pdf │   │   ├── gcc_9.3.pdf │   │   └── gcc.md │   ├── gdb │   │   └── gdb.pdf │   ├── git │   │   └── git权威指南.pdf │   ├── latex │   │   ├── beamer │   │   │   └── beameruserguide.pdf │   │   └── LaTeX入门 刘海洋.pdf │   ├── lmbench │   │   └── lmbench Portable Tools for Performance Analysis.pdf │   ├── make │   │   └── make.pdf │   ├── neo4j │   │   ├── cypher-refcard-3.5.pdf │   │   ├── neo4j-cypher-manual-4.0.pdf │   │   ├── neo4j-driver-manual-1.7-go.pdf │   │   ├── neo4j-graph-data-science-manual-1.2.pdf │   │   ├── OreillyGraphDatabases.pdf │   │   └── Pregel A System for Large_Scale Graph Processing.pdf │   ├── papi │   │   └── papi_repo │   ├── postgresql │   │   └── postgresql-13-A4.pdf │   ├── rpm │   │   ├── max-rpm.pdf │   │   ├── Red_Hat_Enterprise_Linux-7-RPM_Packaging_Guide-en-US.pdf │   │   └── rpm-packaging-guide.pdf │   ├── screen │   │   └── screen.pdf │   ├── sed │   │   └── sed.pdf │   └── systemtap │   ├── langref.pdf │   ├── redp4469.pdf │   ├── SystemTap_Beginners_Guide.pdf │   ├── tapsets.pdf │   ├── tutorial.pdf │   └── 参考资料.md ├── system │   ├── linux │   │   ├── kernel_dev │   │   │   ├── course_online │   │   │   │   └── linux_read_code │   │   │   │   ├── linux_lock_and_lockup │   │   │   │   │   └── lock_and_lockup.pdf │   │   │   │   ├── linux_mm │   │   │   │   │   ├── yomocode_LinuxMemory_1.pdf │   │   │   │   │   ├── yomocode_LinuxMemory_2.pdf │   │   │   │   │   ├── yomocode_LinuxMemory_3.pdf │   │   │   │   │   ├── yomocode_LinuxMemory_4.pdf │   │   │   │   │   └── yomocode_LinuxMemory_5.pdf │   │   │   │   ├── linux_module │   │   │   │   │   └── 21_Linux_Module_yomocode_com.pdf │   │   │   │   └── linux_task_and_thread │   │   │   │   ├── linux_task_and_thread-1.pdf │   │   │   │   ├── linux_task_and_thread-2.pdf │   │   │   │   ├── linux_task_and_thread-3.pdf │   │   │   │   ├── linux_task_and_thread-4.pdf │   │   │   │   ├── linux_task_and_thread-5.pdf │   │   │   │   ├── linux_task_and_thread-6.pdf │   │   │   │   ├── scheduler01-code.tar.gz │   │   │   │   ├── scheduler02-code.tar.gz │   │   │   │   ├── scheduler03-code.tar.gz │   │   │   │   ├── scheduler04-code.tar.gz │   │   │   │   ├── scheduler05-code.tar.gz │   │   │   │   └── scheduler06-code.tar.gz │   │   │   ├── Essential_Linux_Device_Drivers.pdf │   │   │   ├── ftrace思维图.xlsx │   │   │   ├── ieee80211p_linux_2014_final_report.pdf │   │   │   ├── ldd3.pdf │   │   │   ├── Linux Kernel Development, 3rd Edition.pdf │   │   │   ├── Linux Kernel Networking - Implementation and Theory.pdf │   │   │   ├── linux_mm_all.pdf │   │   │   ├── linux_note │   │   │   │   ├── 2.6.12 │   │   │   │   │   ├── 2_6_12IO体系结构和设备驱动程序.mdj │   │   │   │   │   ├── 2_6_12块设备驱动程序.mdj │   │   │   │   │   ├── 2_6_12文件系统.mdj │   │   │   │   │   └── 2_6_12进程管理.mdj │   │   │   │   ├── 5.12 │   │   │   │   │   ├── fs │   │   │   │   │   │   └── select.mdj │   │   │   │   │   ├── process_whole_life.mdj │   │   │   │   │   └── start_to_init.mdj │   │   │   │   └── ulastudy │   │   │   │   ├── 2.6.24.mdj │   │   │   │   └── note │   │   │   │   ├── memory │   │   │   │   │   ├── 1.png │   │   │   │   │   ├── mm_kg.mdj │   │   │   │   │   ├── mm.md │   │   │   │   │   ├── src │   │   │   │   │   │   └── test2.c │   │   │   │   │   ├── understand_every_address_space.xlsx │   │   │   │   │   └── vmspace_64.xlsx │   │   │   │   ├── process │   │   │   │   │   ├── process_schedule.md │   │   │   │   │   ├── process_whole_life.mdj │   │   │   │   │   ├── switch_to_and___switch_to.pdf │   │   │   │   │   └── switch_to.mdj │   │   │   │   └── signal │   │   │   │   └── signal.mdj │   │   │   ├── Linux下Ping命令在内核中动态运行过程的跟踪与分析.pdf │   │   │   ├── Linux内核中IP解析全过程.pdf │   │   │   ├── Linux内核安全模块深入剖析.pdf │   │   │   ├── linux内核完全注释0.11.pdf │   │   │   ├── Linux内核设计与实现(第三版).pdf │   │   │   ├── Linux内核调试指南.pdf │   │   │   ├── Linux设备驱动开发详解:基于最新的Linux4.0内核.pdf │   │   │   ├── The Slab Allocator.pdf │   │   │   ├── ULA.pdf │   │   │   ├── ULVMM.pdf │   │   │   ├── 深入理解linux内核(中文第三版).pdf │   │   │   ├── 网络子系统在链路层的收发过程剖析.pdf │   │   │   └── 边干边学linux.pdf │   │   ├── system_dev │   │   │   ├── libc.pdf │   │   │   ├── Linux-UNIX系统编程手册(上册).pdf │   │   │   ├── Linux-UNIX系统编程手册(下册).pdf │   │   │   └── the-linux-programming-interface.pdf │   │   └── 性能优化 │   │   ├── linux_observability_with_bpf.pdf │   │   └── Systems Performance Enterprise and the Cloud.pdf │   ├── minix │   │   └── operating-systems-design-implementation-3rd-edition-1-.pdf │   ├── principle_os │   │   ├── 30dayMakeOS-master.zip │   │   ├── A_Multiprocessor_System_Design(Conway,_1963).pdf │   │   ├── bios │   │   │   ├── ACPI_6_3_May16.pdf │   │   │   ├── Dist_Package_Spec_1_1.pdf │   │   │   ├── UEFI_Shell_2_2.pdf │   │   │   ├── UEFI_Spec_2_8_final.pdf │   │   │   └── UEFI原理与编程_戴正华(著)_机械工业出版社_完整版.pdf │   │   ├── Computer_Architecture_A_Quantitative_Approach.pdf │   │   ├── ComputerOrganizationAndDesign.pdf │   │   ├── Computer.Systems.A.Programmers.Perspective.3rd.Global.Edition.2015.7-csapp.pdf │   │   ├── Computer Systems A Programmer’s Perspective.pdf │   │   ├── intel_manual │   │   │   ├── datasheet │   │   │   │   ├── 8th_and_9th_Generation_Intel®_Core™_Processor_Families_and_Intel®_Xeon®_E_Processor_Family_Datasheet,_Volume_1_of_2.pdf │   │   │   │   ├── 8th_and_9th_Generation_Intel®_Core™_Processor_Families_and_Intel®_Xeon®_E_Processor_Family_Datasheet,_Volume_2_of_2.pdf │   │   │   │   └── 8th-gen-core-spec-update.pdf │   │   │   ├── Intel®_64_and_IA-32_Architectures_Software_Developer's_Manual_Volume_1_Basic_Architecture.pdf │   │   │   ├── Intel®_64_and_IA-32_Architectures_Software_Developer's_Manual_Volume_2A_Instruction_Set_Reference,_A-L.pdf │   │   │   ├── Intel®_64_and_IA-32_Architectures_Software_Developer's_Manual_Volume_2B_Instruction_Set_Reference,_M-U.pdf │   │   │   ├── Intel®_64_and_IA-32_Architectures_Software_Developer's_Manual_Volume_2C_Instruction_Set_Reference,_V-Z.pdf │   │   │   ├── Intel®_64_and_IA-32_Architectures_Software_Developer's_Manual_Volume_2D_Instruction_Set_Reference.pdf │   │   │   ├── Intel®_64_and_IA-32_Architectures_Software_Developer's_Manual_Volume_3A_System_Programming_Guide,_Part_1.pdf │   │   │   ├── Intel®_64_and_IA-32_Architectures_Software_Developer's_Manual_Volume_3B_System_Programming_Guide,_Part_2.pdf │   │   │   ├── Intel®_64_and_IA-32_Architectures_Software_Developer's_Manual_Volume_3C_System_Programming_Guide,_Part_3.pdf │   │   │   ├── Intel®_64_and_IA-32_Architectures_Software_Developer's_Manual_Volume_3D_System_Programming_Guide,_Part_4.pdf │   │   │   └── Intel®_64_and_IA-32_Architectures_Software_Developer's_Manual_Volume_4_Model-Specific_Registers.pdf │   │   ├── LFS │   │   │   ├── LFS-BOOK-10.0-systemd.pdf │   │   │   ├── LFS-BOOK-10.0-systemd.tar.xz │   │   │   ├── md5sums.txt │   │   │   └── wget-list.txt │   │   ├── Linux_Memory_Address_Mapping.pdf │   │   ├── linux内核0.11完全注释.pdf │   │   ├── linux内核完全注释0.12-英文.pdf │   │   ├── NCB-PCI_Express_Base_5.0r1.0-2019-05-22.pdf │   │   ├── Operating Systems - Three Easy Pieces.pdf │   │   ├── stack_computers_book.pdf │   │   ├── The_Definitive_Guide_to_Linux_System_Calls.pdf │   │   ├── Theis_Understanding_The_Linux_Virtual_Memory_Manager.pdf │   │   ├── Understanding_The_Linux_Virtual_Memory_Manager.pdf │   │   ├── 操作系统真象还原.pdf │   │   ├── 操作系统真象还原-附书代码.tgz │   │   ├── 文件系统.pdf │   │   ├── [自己动手写操作系统].于渊.无水印影印版(《Orange's一个操作系统的实现》的第一版).pdf │   │   ├── 自己动手写操作系统完全版.pdf │   │   └── 计算机系统要素:从零开始构建现代计算机.pdf │   └── windows │   └── site.md └── tricky └── linux使用wget镜像网站.txt

78 directories, 214 files

study_information's People

Contributors

gabrieljiang-j avatar

Stargazers

 avatar  avatar  avatar Raypo0m avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.