Úložiště kódu
@extends('layouts.main')
@section('title', '')
@section('content')
@stop
@section('scripts')
@stop
date_format(date_create("2013-03-15"),"d.m.Y");
ls -1R | grep '^[^ .]' | grep '.*[^\/]$'
from aocd import get_data
data = get_data(day=5, year=2022)
data = data.splitlines()
array.forEach(function(item){
//item.function()
})
function reformatDate(inputDate) {
const [year, month, day] = inputDate.split('-');
return `${day}. ${month}. ${year}`;
}
[[0 for i in range(cols)] for j in range(rows)]
<Directory /var/www/>
Options -Indexes +FollowSymLinks
AllowOverride None
Require all granted
</Directory>
sed -i 's/^APP_DEBUG=false/APP_DEBUG=true/' .env