Skip to content

Instantly share code, notes, and snippets.

View dimahmz's full-sized avatar
🏠
Working from home

Hamza dimahmz

🏠
Working from home
View GitHub Profile
@dimahmz
dimahmz / text.kt
Created April 24, 2024 20:34
text components
package com.example.academicpulse.view.components.material
import androidx.compose.material3.LocalContentColor
import androidx.compose.material3.Text as UIText
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.text.font.Font
import androidx.compose.ui.text.font.FontFamily
import androidx.compose.ui.text.font.FontWeight
#include <iostream>
#include <vector>
#include <algorithm>
#include <cmath>
#include <numeric>
#include <cstddef>
using namespace std;
#define ll long long
@dimahmz
dimahmz / nginx.conf
Created November 18, 2023 14:05 — forked from schakko/nginx.conf
Adjusted nginx.conf to make Laravel 9 and Laravel 10 apps with PHP 8.0, 8.1 and 8.2 features runnable on Azure App Service
server {
# adjusted nginx.conf to make Laravel 9 and Laravel 10 apps with PHP 8.0, 8.1 and 8.2 features runnable on Azure App Service
# @see https://laravel.com/docs/10.x/deployment
# @see https://laravel.com/docs/9.x/deployment
listen 8080;
listen [::]:8080;
root /home/site/wwwroot/public;
index index.php;
server_name example.com www.example.com;