๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

PermGen elimination in JDK 8

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Java-8 Jvm Permgen

I have installed JDK 8 and trying to run Eclipse I am getting following warning message Java HotSpotTM 64Bit Server VM warning ignoring option MaxPermSize512m

Thumbnail for Posts

Plotting in a non-blocking way with Matplotlib

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Matplotlib Plot

I am having problems trying to make matplotlib plot a function without blocking execution I have tried using showblockFalse as some people suggest but all I

Thumbnail for Posts

Proper MIME type for OTF fonts

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Fonts Mime Opentype

Searching the web I find heaps of different suggestions for what the proper MIME type for a font is but I have yet to try any MIME type that rids me of a

Thumbnail for Posts

Python - Extracting and Saving Video Frames

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Python-2.7 Opencv

So Ive followed this tutorial but it doesnt seem to do anything Simply nothing It waits a few seconds and closes the program What is wrong with this code

Thumbnail for Posts

python dataframe pandas drop column using int

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Pandas Dataframe

I understand that to drop a column you use dfdropcolumn name axis1 Is there a way to drop a column using a numerical index instead of the column

Thumbnail for Posts

Read the package name of an Android APK

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Android Apk

I need to get the package name of an Android APK I have tried to unzip the APK and read the contents of the AndroidManifestxml file but it seems that its not a

Thumbnail for Posts

Recover unsaved SQL query scripts

๐Ÿ“‚ Categories: Sql

How to recover the unsaved scripts if the SSMS crashes unsaved tab gets accidentally

Thumbnail for Posts

Rename a git submodule

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Git-Submodules

Is there some easy way to rename a git submodule directory other than going through the entire motion of deleting it and readding it with a new destination

Thumbnail for Posts

Ruby on Rails Where to define global constants

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Ruby-On-Rails Constants Global

Im just getting started with my first Ruby on Rails webapp Ive got a bunch of different models views controllers and so on Im wanting to find a good place to