Skip to content

Instantly share code, notes, and snippets.

@maxidl
Last active April 5, 2018 11:47
Show Gist options
  • Save maxidl/3993ac0ef36f9d98b914a7cddfd12cf3 to your computer and use it in GitHub Desktop.
Save maxidl/3993ac0ef36f9d98b914a7cddfd12cf3 to your computer and use it in GitHub Desktop.
Collection of resources
APK decompiler online
http://www.javadecompilers.com/apk
Apktool- a tool for reverse engineering 3rd party, closed, binary Anroid apps.
https://ibotpeaches.github.io/Apktool/
Tools to work with android .dex and java .class files
https://github.com/pxb1988/dex2jar
Tool to help finding JNI calls in x86/ARM disassembly listing
https://github.com/maaaaz/jnianalyzer
Pentest Cheatsheet
https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet
proxy for network traffic analysis
http://docs.mitmproxy.org/en/latest/mitmproxy.html
Multi - Encoder - Decoder online
http://fbcs.bplaced.net/multi_encoder_decoder.html
Useful pandas snippets
https://gist.github.com/bsweger/e5817488d161f37dcbd2
Matplotlib gallery, look through plots and see example for it
http://matplotlib.org/gallery
Colahs Blog - CNN, RNN, Visualizing NNs, understandings, traditional papers
http://colah.github.io/
Rollback cuda version on Manjaro Linux to get compatibility with corresponding TF / Theano version
https://forum.manjaro.org/t/cuda-9-1-not-compatible-with-nvidia-384/37461/4
Multivariate Analysis python
http://python-for-multivariate-analysis.readthedocs.io/a_little_book_of_python_for_multivariate_analysis.html#a-matrix-scatterplot
Statistical Modeling: The Two Cultures - Book
https://projecteuclid.org/euclid.ss/1009213726
Best websites
https://github.com/sdmg15/Best-websites-a-programmer-should-visit
Insane Data Structures
http://kamoh.github.io/blog/2014/07/20/utterly-insane-data-structures/
Big-O made easy
https://justin.abrah.ms/computer-science/how-to-calculate-big-o.html
Algorithmic problems and solutions, data structures & algorithms, computer science resources
https://www.geeksforgeeks.org/
Java Collection Big-O Summary Space and Time
https://stackoverflow.com/questions/559839/big-o-summary-for-java-collections-framework-implementations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment