Skip to content

Instantly share code, notes, and snippets.

View khatabwedaa's full-sized avatar
๐ŸŽป
Focusing

Khatab Wedaa khatabwedaa

๐ŸŽป
Focusing
View GitHub Profile
@khatabwedaa
khatabwedaa / clone_remote_branch.md
Created November 26, 2020 18:36 — forked from ff6347/clone_remote_branch.md
clone remote branch with git
@props([
'type' => 'success',
'colors' => [
'success' => 'bg-green-500',
'info' => 'bg-blue-500',
'warring' => 'bg-yellow-500',
'error' => 'bg-red-500'
],
<?php
namespace App;
class Cart
{
private $cart;
public function __construct()
{
// Place your key bindings in this file to override the defaultsauto[]
[
/**
* Activity Bar
**/
{
"key": "ctrl+shift+q",
"command": "workbench.view.explorer"
},
{
{
"workbench.iconTheme": "eq-material-theme-icons",
"workbench.colorTheme": "Material Theme Palenight",
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false,
"files.autoSave": "onFocusChange",
"explorer.openEditors.visible": 0,
"editor.fontSize": 13,
"editor.lineHeight": 30,
"editor.fontFamily": "'Courier New'",
@if ($paginator->hasPages())
<nav>
<ul class="flex">
{{-- Previous Page Link --}}
@if ($paginator->onFirstPage())
<li class="flex items-center mr-1 px-3 py-2 bg-gray-200 text-gray-500 rounded-lg" aria-disabled="true" aria-label="@lang('pagination.previous')">
<span class="font-bold text-sm" aria-hidden="true">Previous</span>
</li>
@else
<li class="flex items-center mr-1 px-3 py-2 bg-gray-200 text-gray-700 hover:bg-gray-700 hover:text-gray-200 rounded-lg">
@khatabwedaa
khatabwedaa / README.md
Created December 26, 2019 19:56 — forked from roachhd/README.md
EMOJI cheatsheet ๐Ÿ˜›๐Ÿ˜ณ๐Ÿ˜—๐Ÿ˜“๐Ÿ™‰๐Ÿ˜ธ๐Ÿ™ˆ๐Ÿ™Š๐Ÿ˜ฝ๐Ÿ’€๐Ÿ’ข๐Ÿ’ฅโœจ๐Ÿ’๐Ÿ‘ซ๐Ÿ‘„๐Ÿ‘ƒ๐Ÿ‘€๐Ÿ‘›๐Ÿ‘›๐Ÿ—ผ๐Ÿ”ฎ๐Ÿ”ฎ๐ŸŽ„๐ŸŽ…๐Ÿ‘ป

EMOJI CHEAT SHEET

Emoji emoticons listed on this page are supported on Campfire, GitHub, Basecamp, Redbooth, Trac, Flowdock, Sprint.ly, Kandan, Textbox.io, Kippt, Redmine, JabbR, Trello, Hall, plug.dj, Qiita, Zendesk, Ruby China, Grove, Idobata, NodeBB Forums, Slack, Streamup, OrganisedMinds, Hackpad, Cryptbin, Kato, Reportedly, Cheerful Ghost, IRCCloud, Dashcube, MyVideoGameList, Subrosa, Sococo, Quip, And Bang, Bonusly, Discourse, Ello, and Twemoji Awesome. However some of the emoji codes are not super easy to remember, so here is a little cheat sheet. โœˆ Got flash enabled? Click the emoji code and it will be copied to your clipboard.

People

:bowtie: ๐Ÿ˜„

<div class="flex bg-white max-h-full font-roboto" style="height:580px">
<div class="md:w-1/2">
<div class="flex flex-col justify-center items-center h-full px-16">
<div>
<h2 class="text-4xl font-semibold text-gray-900">Build Your New <span class="text-indigo-500">Idea</span></h2>
<p class="text-gray-500">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis commodi cum cupiditate ducimus, fugit harum id necessitatibus odio quam quasi, quibusdam rem tempora voluptates. Cumque debitis dignissimos id quam vel!</p>
</div>
<div class="mt-8 flex w-full">
<?php
$arr = [
"title: Lorem ipsum title",
"body: Lorem ipsum dolor, sit amet consectetur adipisicing elit.",
];
$items = [];
for($i=0; $i < count($arr); $i++) {