๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

How to include all PHP files from a directory

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

In PHP can I include a directory of scripts ie Instead of includeclassesClass1php includeclassesClass2php is there something like includeclasses Couldnt seem

Thumbnail for Posts

How to list all the available keyspaces in Cassandra

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Cassandra Cassandra-Cli

I am newbie in Cassandra and trying to implement one toy application using Cassandra I had created one keyspace and few column families in my Cassandra DB but

Thumbnail for Posts

How to make a HTTP request using Ruby on Rails

๐Ÿ“‚ Categories: Ruby
๐Ÿท๏ธ Tags: Ruby-On-Rails-3 Http Request

I would like to take information from another website Therefore maybe I should make a request to that website in my case a HTTP GET request and receive the

Thumbnail for Posts

How to make div background color transparent in CSS

๐Ÿ“‚ Categories: Css
๐Ÿท๏ธ Tags: Background-Color Transparent

Im not using CSS3 So I cant use opacity or filter attributes Without using these attributes how can I make the backgroundcolor transparent of a div It should

Thumbnail for Posts

How to modify GitHub pull request duplicate

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Github Pull-Request

This question already has answers here Preferred Github workflow for updating a pull request after code review 2 answers Closed 3 years ago Ive opened a pull

Thumbnail for Posts

How to retrieve checkboxes values in jQuery

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Jquery Checkbox

How to use jQuery to get the checked checkboxes values and put it into a textarea immediately Just like this code lthtmlgt ltheadgt ltheadgt ltbodygt ltdiv

Thumbnail for Posts

How to search all JavaScript sources in Chrome Developer Tools

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Google-Chrome-Devtools

Im having trouble with searching through JS files in chrome devtools in the past the search activated by CtrlShiftF always found what I wanted but recently Im

Thumbnail for Posts

How to select multiple rows filled with constants

๐Ÿ“‚ Categories: Sql
๐Ÿท๏ธ Tags: Select Constants

Selecting constants without referring to a table is perfectly legal in an SQL statement SELECT 1 2 3 The result set that the latter returns is a single row

Thumbnail for Posts

How to show math equations in general githubs markdownnot githubs blog

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Github Markdown Mathjax

After investigating Ive found mathjax can do this But when I write some example in my markdown file it doesnt show the correct equations I have added this in