Skip to content

msraom/Code-Lib

 
 

Repository files navigation

Code-Lib

============
This repository includes some interesting data structures and algorithms. Collect basic funny code files that I did before in different programming languages

Java Lib

  1. design_patterns introduces famous design patterns with related code;
    Design Patters

C & C++ Lib

  1. 6 sorts algorithms (Bubble, selection, Assersion, quick, merge, Radix) Sorts
  2. trie data struction (Funny, it can contain the whole English words)
  3. other simple ones

SQL Lib (Oracle 12c)

  1. examples include creating (Package, Procedure, Function, Trigger, Profile, Tablespace, User, Password_verify_function, and Dynamic SQL)
  2. DBAcommands shows multiple commands for DBA
  3. Basic SQL stuff (SQLsummary, SQLsummaryDBA)
  4. Debug stuff (How to install Oracle 12c on Linux, How to fix connection issue)

Data Security Lib (on Linux)

  1. CybersecurityStrategy introduces important points to set up security policies;
  2. Big_Tools includes tcpdump, nmap, gpg, netcat, gdb, dd, ramdisk, pipe, etc;
  3. concepts show basic concepts related to network security, Data Assurance;
  4. network_commands focuses on the high level network commands
    Big Tools
    Concepts
    Cybersecurity Strategy
    Network Commands

About

This repository includes some interesting data structures and algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SQLPL 37.1%
  • Python 27.7%
  • C++ 7.9%
  • Java 7.7%
  • PLSQL 5.5%
  • Shell 3.9%
  • Other 10.2%