Found 589 bookmarks
Newest
Regex Hub - Useful Regex Patterns
Regex Hub - Useful Regex Patterns
A collection of regular expressions to solve everyday tasks. Quickly find and test JavaScript regex patterns for tasks such as matching dates, HTML tags, or Hex color codes
·projects.lukehaas.me·
Regex Hub - Useful Regex Patterns
JS Bin
JS Bin
A live pastebin for HTML, CSS & JavaScript and a range of processors, including SCSS, CoffeeScript, Jade and more...
·live.datatables.net·
JS Bin
Mysqli SELECT query with prepared statements
Mysqli SELECT query with prepared statements
Before running any query with mysqli, make sure you've got a properly configured [mysqli connection variable](https://phpdelusions.net/mysqli/mysqli_connect) that is required in order to run SQL queries and to inform you of the possible errors.
·phpdelusions.net·
Mysqli SELECT query with prepared statements
CSS Selectors Cheat Sheet
CSS Selectors Cheat Sheet
In CSS, selectors are patterns used to select DOM elements. Here is an example of using selectors. In the following code, a and h1 are selectors: a { color: black; } h1 { font-size 24px; } Cheat sheet of common selectors head selects the element with
·guide.freecodecamp.org·
CSS Selectors Cheat Sheet
How to Use Wireshark, the Best Packet Analyzer Around
How to Use Wireshark, the Best Packet Analyzer Around
Wireshark is the best network traffic analyzer and packet sniffer around. In this article, we will look at it in detail. Wireshark is a network analyzer that lets you see whats happening on your network. It lets you dissect your network packets at a microscopic level, giving you in-depth information
·freecodecamp.org·
How to Use Wireshark, the Best Packet Analyzer Around
The Difference Between a Framework and a Library
The Difference Between a Framework and a Library
Developers often use the terms library and framework interchangeably. But there is a difference. Both frameworks and libraries are code written by someone else that is used to help solve common problems. For example, lets say you have a program where you plan on working with strings. You decide to
·freecodecamp.org·
The Difference Between a Framework and a Library
JavaScript Promise Tutorial How to Resolve or Reject Promises in JS
JavaScript Promise Tutorial How to Resolve or Reject Promises in JS
Promises are important building blocks for asynchronous operations in JavaScript. You may think that promises are not so easy to understand, learn, and work with. And trust me, you are not alone! Promises are challenging for many web developers, even after spending years working with them. In this article,
·freecodecamp.org·
JavaScript Promise Tutorial How to Resolve or Reject Promises in JS
Type Conversion in C++ - GeeksforGeeks
Type Conversion in C++ - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
·geeksforgeeks.org·
Type Conversion in C++ - GeeksforGeeks
HackThisSite
HackThisSite
HackThisSite.org is a free, safe and legal training ground for hackers to test and expand their ethical hacking skills with challenges, CTFs, and more.
·hackthissite.org·
HackThisSite
CSS Flexible Box Layout - CSS: Cascading Style Sheets | MDN
CSS Flexible Box Layout - CSS: Cascading Style Sheets | MDN
CSS Flexible Box Layout is a module of CSS that defines a CSS box model optimized for user interface design, and the layout of items in one dimension. In the flex layout model, the children of a flex container can be laid out in any direction, and can "flex" their sizes, either growing to fill unused space or shrinking to avoid overflowing the parent. Both horizontal and vertical alignment of the children can be easily manipulated.
·developer.mozilla.org·
CSS Flexible Box Layout - CSS: Cascading Style Sheets | MDN