Skip to content

Instantly share code, notes, and snippets.

View JoDeveloper's full-sized avatar
๐Ÿ”„
MERGE CONFLICT WITH THE UNIVERSE

Yousuf Omer JoDeveloper

๐Ÿ”„
MERGE CONFLICT WITH THE UNIVERSE
View GitHub Profile
import 'package:flutter/material.dart';
/// ็ฎ€ๅ•ๅˆ—่กจ้กน
class SampleListItem extends StatelessWidget {
/// ๆ–นๅ‘
final Axis direction;
/// ๅฎฝๅบฆ
final double width;
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'dart:math' as math;
class SlidingCardsView extends StatefulWidget {
@override
_SlidingCardsViewState createState() => _SlidingCardsViewState();
}
class _SlidingCardsViewState extends State<SlidingCardsView> {
#create new laravel project
function nlp() {
DIR="$HOME/projects"
if [ -d "$DIR/$1" ]; then
echo "Directory $DIR/$1 exists already."
return 1
fi
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
android.useAndroidX=true
android.enableJetifier=true
android.enableUnitTestBinaryResources=true
lintOptions {
disable 'InvalidPackage'
}
aaptOptions {
cruncherEnabled = false
}
defaultConfig {
applicationId "com.jodeveloper.missing"
@JoDeveloper
JoDeveloper / js create token
Last active August 17, 2021 09:41
js create token
const rand=()=>Math.random(0).toString(36).substr(2);
const token=(length)=>(rand()+rand()+rand()+rand()).substr(0,length);
console.log(token(56));
@JoDeveloper
JoDeveloper / AppServiceProvider.php
Created November 20, 2022 11:36 — forked from greenspace10/AppServiceProvider.php
Laravel, Livewire, Alpine JS Toast Notifications
/**
* Bootstrap any application services.
*
* @return void
*/
public function boot()
{
Component::macro('notify', function ($message, $title = '', $type = 'success') {
$this->dispatchBrowserEvent('notify', ['message' => $message, 'title' => $title, 'type' => $type]);
});
@JoDeveloper
JoDeveloper / gist:f6b8014cdab8161e6eeac7217a524469
Created September 29, 2024 07:26 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue:
<?php return array (
'alert_store_out_from_campaign' => 'ุชุฑูŠุฏ ู…ุชุฌุฑูƒ ู…ู† ู‡ุฐู‡ ุงู„ุญู…ู„ุฉุŸ',
'alert_store_join_campaign' => 'ุชุฑูŠุฏ ุงู„ุงู†ุถู…ุงู… ุฅู„ู‰ ู‡ุฐู‡ ุงู„ุญู…ู„ุฉุŸ',
'about_us' => 'ู…ุนู„ูˆู…ุงุช ุนู†ุง',
'about_us_image' => 'ุนู†ุง ุตูˆุฑุฉ',
'about_us_updated' => 'ุนู†ู†ุง ุชู… ุชุญุฏูŠุซู‡!',
'about_the_campaign' => 'ุญูˆู„ ุงู„ุญู…ู„ุฉ ...',
'account_transaction' => 'ู…ุนุงู…ู„ุฉ ุงู„ุญุณุงุจ',
'account_transaction_removed' => 'ู…ุนุงู…ู„ุฉ ุงู„ุญุณุงุจ ุชู…ุช ุฅุฒุงู„ุชู‡ุง!',
'access_denied' => 'ุชู… ุงู„ุฑูุถ !',