Skip to content

Instantly share code, notes, and snippets.

View jafar260698's full-sized avatar
🌴
On vacation

Jafar Temirov jafar260698

🌴
On vacation
View GitHub Profile
12:27:52: Executing 'signingReport'…
Executing tasks: [signingReport] in project /Users/jafartemirov/StudioProjects/adm-rahbar-new/android/app
> Task :gradle:checkKotlinGradlePluginConfigurationErrors SKIPPED
> Task :gradle:compileKotlin UP-TO-DATE
> Task :gradle:compileJava NO-SOURCE
> Task :gradle:compileGroovy NO-SOURCE
> Task :gradle:pluginDescriptors UP-TO-DATE
> Task :gradle:processResources UP-TO-DATE
import 'dart:collection';
import 'dart:convert';
import 'dart:io';
import 'package:intl/intl.dart';
import 'package:path_provider/path_provider.dart';
import 'package:pos_system/utils/app_date_utils.dart';
import 'package:pos_system/utils/app_utils.dart';
import 'package:pos_system/utils/logger/write_log.dart';
import 'package:qr_flutter/qr_flutter.dart';
Privacy Policy
Effective Date: 19.06.2024
Introduction
Welcome to MyClinic ("we", "our", "us"). We are committed to protecting and respecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our application, [Your App Name], designed for managing dental patient records and CRM activities.
Information We Collect
FROM php:8.2-apache
# 1. Install development packages and clean up apt cache.
RUN apt-get update && apt-get install -y \
curl \
g++ \
git \
libonig-dev \
libbz2-dev \
libfreetype6-dev \
Future<void> countQueue() async {
String filePath = r"C:\Windows\System32\spool\PRINTERS";
File file = File(filePath);
file.readAsString().then((String contents) {
print("File contents:");
print(contents);
}).catchError((error) {
print("Error reading file: $error");
});
}
void checkPath() {
String filePath = "C:/Arcus2/CommandLineTool/bin/CommandLineTool.exe";
File file = File(filePath);
if (file.existsSync()) {
print("File exists.");
callCommandLineTool(1000);
} else {
print("File does not exist.");
}
}
stages:
- build
- deploy
build-dev:
stage: build
only:
- dev
tags:
- dev-app-backend
app_backend.1.sxlwvaqibsx4@vmi1698673.contaboserver.net | 10.0.0.2 - - [16/Apr/2024:10:50:56 +0000] "GET / HTTP/1.0" 500 211 "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Trident/5.0)"
app_backend.1.sxlwvaqibsx4@vmi1698673.contaboserver.net | [Tue Apr 16 10:53:39.768592 2024] [php:error] [pid 20] [client 10.0.0.2:21674] PHP Fatal error: Uncaught ErrorException: file_put_contents(/var/www/html/storage/framework/views/9065e79a479fcdb86f244f50aa1f572b.php): Failed to open stream: Permission denied in /var/www/html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:205\nStack trace:\n#0 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(254): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'file_put_conten...', '/var/www/html/v...', 205)\n#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}(2, 'file_put_conten...', '/var/www/html/v...',
stages:
- build
- deploy
build-dev:
stage: build
only:
- dev
tags:
- dev-my-app-backend
TypeAheadField<Patient>(
suggestionsCallback: (search) {
return model.searchPatient;
},
builder: (context, controller, focusNode) {
return SearchUI(
controller: controller,
focusNode: focusNode,
hintText: getTranslated(context, 'search'),
keyboardType: TextInputType.text,