๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

Is stdvector so much slower than plain arrays

๐Ÿ“‚ Categories: C++

Ive always thought its the general wisdom that stdvector is implemented as an array blah blah blah Today I went down and tested it and it seems to be not so

Thumbnail for Posts

Java ArrayList how to add elements at the beginning

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Arrays Arraylist Stack

I need to add elements to an ArrayList queue whatever but when I call the function to add an element I want it to add the element at the beginning of the array

Thumbnail for Posts

javascript toISOString ignores timezone offset duplicate

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Datetime Timezone-Offset

This question already has answers here How to ISO 8601 format a Date with Timezone Offset in JavaScript 25 answers Closed 5 years ago I am trying to convert

Thumbnail for Posts

Laravel Get base URL

๐Ÿ“‚ Categories: Php
๐Ÿท๏ธ Tags: Laravel Base-Url

Simple question but the answer seems quite hard to come by In Codeigniter I could load the URL helper and then simply do echo baseurl to get my sites URL Is

Thumbnail for Posts

Launch Screen storyboard not displaying image

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Ios Iphone Xcode

Im trying to get an image to display as the launch screen from my Launch Screenstoryboard file however the image never displays I have labels that show up fine

Thumbnail for Posts

Moment js get first and last day of current month

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Date Momentjs

How do I get the first and last day and time of the current month in the following format in momentjs 20160901 0000 I can get the current date and time like

Thumbnail for Posts

Moment Js UTC to Local Time

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Date Momentjs

Im trying to convert UTC time to the local time Ive been following this example from this link httpjsfiddlenetFLhpq4light I cant seem to get the right local

Thumbnail for Posts

Multiple glibc libraries on a single host

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Linux Gcc Glibc

My linux SLES8 server currently has glibc225235 but I have a program which wont work on this version and requires glibc233 Is it possible to have multiple

Thumbnail for Posts

MySQL dump by query

๐Ÿ“‚ Categories: Sql
๐Ÿท๏ธ Tags: Mysql Database

Is it possible to do mysqldump by single SQL query I mean to dump the whole database like phpmyadmin does when you do export to