Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix osdcontenst link #75

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ List of all the meetups of the OSDC Community along with the links to their resp

| Date | Meetup Topic | Details | Speaker(s) | Talk Slides/Notes |
| ---------- | -------------------------- | --------------------------------------------- | ---------- | -------------------------------------------------------------|
| 2022-10-12 | Hacktoberfest Hands-On | Introduced newcomers to Hacktoberfest, git and GitHub. Had people install git-bash and make a Pull Request. Announced [OSDContenst](https://github.com/osdcontenst). | [@exitflynn](https://github.com/exitflynn) | [Slides](https://drive.google.com/file/d/1pT04MiOmn2AP1OQ6ePhz5Fo9kwqQqAU5/view)
| 2022-10-12 | Hacktoberfest Hands-On | Introduced newcomers to Hacktoberfest, git and GitHub. Had people install git-bash and make a Pull Request. Announced [OSDContenst](https://github.com/OSDC/OSDContenst). | [@exitflynn](https://github.com/exitflynn) | [Slides](https://drive.google.com/file/d/1pT04MiOmn2AP1OQ6ePhz5Fo9kwqQqAU5/view)
| 2022-08-24 | Under the Hood of a Compilation : An Introduction to the LLVM Compiler which Powers Languages like C/C++, Rust, Fortran, Julia, Swift and more | Discussed how high level source code converts to machine code through a compiler + architecture of LLVM and their IR representation | [@phyBrackets](https://github.com/phyBrackets) | [Slides](https://drive.google.com/file/d/11ZZZOB68mIBPHYz7LUTEErRRe5sxZCc6/view?usp=sharing) \| [Links](https://drive.google.com/file/d/1XoMn0hjfnmnL90Qm3E7TfPzxs_hwNjxn/view?usp=sharing)|
| 2022-08-19 | How to Make Processes Boring by Automating Them: An Introduction to DevOps | Discussed the need of DevOps, CI/CD Pipelines, different types of tools + Demo on github-actions | [@PrimalPimmy](https://github.com/PrimalPimmy) | [Slides](https://drive.google.com/file/d/1jHw6SzxEv4bO9wuBG1z0BcH2OyS0LIj2/view?usp=sharing) \| [Links](https://drive.google.com/file/d/1jD31zonigW5qy7jfcoOgkgMF-6hTsha8/view?usp=sharing)|
| 2022-07-29 | The Hitchhiker’s Guide to the Cooler Parts of the Internet | Demonstration on OSINT, Shodan, Internet archives and more | [@exitflynn](https://github.com/exitflynn) | [Slides](https://drive.google.com/file/d/1qjuD6sPeYsTk-1NivfrbFF01TxPtAZMC/view?usp=sharing) \| [Links](https://drive.google.com/file/d/1tENBDOViBlKlIXuvVj0d78uKeg8HtdrI/view?usp=sharing) |
Expand Down