๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

Compare given date with today

๐Ÿ“‚ Categories: Php
๐Ÿท๏ธ Tags: Date Datetime

I have following var 20100121 0000000 Id like to compare this date against todays date ie Id like to know if this var is before today or equals today or not

Thumbnail for Posts

Convert a char to upper case using regular expressions EditPad Pro

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

I wrote a regular expression in hope that I will be able to replace every match that is just one char to upper case char I am using EditPad Pro however I am

Thumbnail for Posts

Convert to binary and keep leading zeros

๐Ÿ“‚ Categories: Python

Im trying to convert an integer to binary using the bin function in Python However it always removes the leading zeros which I actually need such that the

Thumbnail for Posts

Cross field validation with Hibernate Validator JSR 303

๐Ÿ“‚ Categories: Programming

Is there an implementation of or thirdparty implementation for cross field validation in Hibernate Validator 4x If not what is the cleanest way to implement a

Thumbnail for Posts

CSS horizontal centering of a fixed div

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Css Centering

menu position fixed width 800px background rgb255 255 255 The Fallback background rgba255 255 255 08 margintop 30px I know this question is a million times out

Thumbnail for Posts

DeprecationWarning invalid escape sequence - what to use instead of d duplicate

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Regex Python-3.X

This question already has an answer here How to fix SyntaxWarning invalid escape sequence in Python 1 answer Closed 2 years ago Ive met a problem with re

Thumbnail for Posts

Detecting endianness programmatically in a C program

๐Ÿ“‚ Categories: C++
๐Ÿท๏ธ Tags: Algorithm Endianness

Is there a programmatic way to detect whether or not you are on a bigendian or littleendian architecture I need to be able to write code that will execute on

Thumbnail for Posts

Difference between DateTime and Time in Ruby

๐Ÿ“‚ Categories: Ruby
๐Ÿท๏ธ Tags: Datetime Time

Whats the difference between DateTime and Time classes in Ruby and what factors would cause me to choose one or the

Thumbnail for Posts

Difference between file in local repository and origin

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

I want to find the differences between a file I have in my local repository vs what is in the origin master I know that there is git diff However I just want