Last active
April 5, 2018 11:47
-
-
Save maxidl/3993ac0ef36f9d98b914a7cddfd12cf3 to your computer and use it in GitHub Desktop.
Collection of resources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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