๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

How to iterate for loop in reverse order in swift

๐Ÿ“‚ Categories: Swift
๐Ÿท๏ธ Tags: Ios Swift-Playground

When I use the for loop in Playground everything worked fine until I changed the first parameter of for loop to be the highest value iterated in descending

Thumbnail for Posts

How to make a floated div 100 height of its parent

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

Here is the HTML ltdiv idoutergt ltdiv idinnergtltdivgt Test ltdivgt And here is the CSS inner float left height 100 Upon inspection with the Chrome developer

Thumbnail for Posts

How to pass a value from Vue data to href

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Vue.Js Href

Im trying to do something like this ltdiv vforr in rentalsgt lta bindhrefjobridgt rjobtitle ltagt ltdivgt I cant figure out how to add the value of rid to the

Thumbnail for Posts

How to reference generic classes and methods in xml documentation

๐Ÿ“‚ Categories: C#

When writing xml documentation you can use ltsee crefsomethinggtsomethingltseegt which works of course But how do you reference a class or a method with

Thumbnail for Posts

How to remove multiple deleted files in Git repository

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

I have deleted some files and git status shows as below I have committed and pushed GitHub still shows the deleted files in the repository How can I delete

Thumbnail for Posts

How to save a git commit message from windows cmd

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

I run git from the command line How does one save the commit message I mean what keys should I press to go past this

Thumbnail for Posts

How to send an email with Python

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Email Function Smtplib

This code works and sends me an email just fine import smtplib SERVER localhost FROM emailnbspprotected TO emailnbspprotected must be a list SUBJECT Hello TEXT

Thumbnail for Posts

How to switch between terminals in Visual Studio Code

๐Ÿ“‚ Categories: Programming

Im looking to switch between terminals open in visual studio code With this Switch focus between editor and integrated terminal in Visual Studio Code question

Thumbnail for Posts

How to Update Multiple Array Elements in mongodb

๐Ÿ“‚ Categories: Mongodb
๐Ÿท๏ธ Tags: Arrays Mongodb-Query

I have a Mongo document which holds an array of elements Id like to reset the handled attribute of all objects in the array where profile XX The document is in