Skip to content

Instantly share code, notes, and snippets.

View Juhlinus's full-sized avatar
🐝
Happy.

Linus Juhlin Juhlinus

🐝
Happy.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am juhlinus on github.
  • I am juhlinus (https://keybase.io/juhlinus) on keybase.
  • I have a public key ASBg7eV-sbHL3ZCp32pXHl5tAlqIAwcUcCib_TfnMtqmwgo

To claim this, I am signing this object:

fniuafiwfawnifwuwafafw
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> My Coding Journal</title>
</head>
<body>
</body>
<ul>
<li>Toplaners</li>
<ul><li>Dyrus</li>
<li>Voyboy</li>
<li>Samarin D</li>
</ul>
</ul>
<ol>
<li>Midlaners</li>
<ol>
h1
{
margin-top: 22.5%;
text-align: center;
font-family: 'Roboto', 'Arial';
color: white;
}
.card
{
mounted(){
/*
Determine if drag and drop functionality is capable in the browser
*/
this.dragAndDropCapable = this.determineDragAndDropCapable();
/*
If drag and drop capable, then we continue to bind events to our elements.
*/
if( this.dragAndDropCapable ){

Examples

$faker->numbersThatEquatesTo(100)

array:6 [
  0 => 6
  1 => 80
  2 => 5
  3 => 7
<!-- BuyButton.vue -->
<template>
<button>Add to Cart</button>
</template>
<!-- ProductSlot.vue -->
<template>
<div>
<buy-button />
</div>
(function() {
if ($('.sort-queries-by-time').length == 0) {
$('.phpdebugbar-widgets-sqlqueries .phpdebugbar-widgets-status')
.append('<a class="sort-queries-by-time" style="padding: 2px 11px 2px 7px;margin-right: 5px;margin-top: -1px;border-radius: 5px;text-transform: uppercase;font-weight: bold;color: #ffffff;font-size: 11px;background: #f4645f;box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);float: right;line-height: 1.8em;">✌ Group</a>');
}
function groupBy(list, keyGetter) {
const map = new Map();
list.forEach((item) => {
@Juhlinus
Juhlinus / Class usage without \
Created September 11, 2019 11:37
Class usage without \
(\s(?!\\)([A-Z\\a-z]+::))|(new(\s(?!\\))[A-Z\\a-z]+)