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 / minimum numbers in row 2 dimention array
Last active March 17, 2019 07:56
in 2 dimention arrays you can get the small numbers in the Row
#include <iostream>
#include<stdio.h>
using namespace std ;
int main()
{
int d;
int min;
//array dimention
puts("Enter the array dimention :- ");
# This code for change the english letters to numbers
# Examples input letter a : output 1 , input letter z : output 26
# Change Name To Numbers Function
def name_to_numbers(nam):
lowrance = nam.lower()
for i in lowrance:
if i == " ":
print(' | ' , end=" ")
else:
<?php
$arr = [
"title: Lorem ipsum title",
"body: Lorem ipsum dolor, sit amet consectetur adipisicing elit.",
];
$items = [];
for($i=0; $i < count($arr); $i++) {
<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">
@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: 😄

@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">
{
"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'",
// Place your key bindings in this file to override the defaultsauto[]
[
/**
* Activity Bar
**/
{
"key": "ctrl+shift+q",
"command": "workbench.view.explorer"
},
{
<?php
namespace App;
class Cart
{
private $cart;
public function __construct()
{
@props([
'type' => 'success',
'colors' => [
'success' => 'bg-green-500',
'info' => 'bg-blue-500',
'warring' => 'bg-yellow-500',
'error' => 'bg-red-500'
],