Skip to content

Instantly share code, notes, and snippets.

View rava-dosa's full-sized avatar

Apoorva Kumar rava-dosa

View GitHub Profile

1st step is wikipedia.for things which involve maths.

It's not a good app for sure. Don't waste time installing this. But we spent considerable time hence we submitted.

https://prezi.com/view/bPwnYVAOiZY7YtDCtQbI/
https://github.com/BuddhaLabs/PacketStorm-Exploits/blob/master/9901-exploits/runtime-kernel-kmem-patching.txt
RUNTIME KERNEL KMEM PATCHING
- Silvio Cesare <[email protected]>
- November 1998
* NOT TO BE DISTRIBUTED SEPERATE TO THE FILE *
* NOT TO BE DISTRIBUTED SEPERATE TO THE FILE *
* NOT TO BE DISTRIBUTED SEPERATE TO THE FILE *
https://danluu.com/assembly-intrinsics/
https://www.infoworld.com/article/3175127/software/simd-intrinsics-aren-t-so-scary-but-should-we-use-them.html
https://johanmabille.github.io/blog/2014/10/09/writing-c-plus-plus-wrappers-for-simd-intrinsics-1/
https://fgiesen.wordpress.com/2016/04/03/sse-mind-the-gap/
https://software.intel.com/en-us/articles/how-to-use-intrinsics
http://pharr.org/matt/blog/2018/04/25/ispc-volta-avx.html
https://docs.microsoft.com/en-us/cpp/intrinsics/x64-amd64-intrinsics-list
https://bitshifter.github.io/blog/2018/06/04/simd-path-tracing/
http://www.adrian.idv.hk/2018-05-16-intrinsic/
http://www.cs.uu.nl/docs/vakken/magr/2017-2018/files/SIMD%20Tutorial.pdf
$(document).ready(function() {
$('form').on('submit', function(event) {
$.ajax({
data : {
name : $('#nameInput').val(),
email : $('#emailInput').val(),
password : $('#emailInput').val()
},