Skip to content

Instantly share code, notes, and snippets.

View gperez-88's full-sized avatar
🏠
Working from home

Gabriel Perez gperez-88

🏠
Working from home
  • Dominican Republic
View GitHub Profile
@gperez-88
gperez-88 / .dart
Created October 17, 2025 17:22
Sample encrypt and desencrypt message
// DesencryptMessageService
import 'dart:convert';
import 'package:core_utils/core_utils.dart';
import 'package:feature_chat/src/data/models/message_dto.dart';
import 'package:feature_chat/src/data/models/room_dto.dart';
typedef GetRoomCallback = Future<RoomDto?> Function(String roomId);
class DesencryptMessageService {
@gperez-88
gperez-88 / message_sharing_service.dart
Created October 16, 2025 14:32
MessageSharingService
// ignore_for_file: use_build_context_synchronously
import 'dart:io';
import 'package:core_ui/core_ui.dart';
import 'package:core_utils/core_utils.dart'
show getBucketUrlProvider, CrashlyticsService;
import 'package:feature_chat/src/config/chat_cache_manager.dart';
import 'package:feature_chat/src/domain/entities/message.dart';
import 'package:flutter/material.dart';
@gperez-88
gperez-88 / servers.csv
Created November 23, 2022 15:32 — forked from ofou/servers.csv
List of servers to test speedtest-cli
We can't make this file beautiful and searchable because it's too large.
Country,City,Provider,Host,ID
Abkhazia,Sukhum,Aquafon GSM,62.182.8.78:8080,9058
Abkhazia,Sukhum,"Systema, LTD",cyxym.net:8080,5089
Abkhaziya,Sukhum,A-Mobile,speedtest.a-mobile.biz:8080,9714
Afghanistan,Herat,Afghan Wireless,hrtspeedtest.afghan-wireless.com:8080,9622
Afghanistan,Kabul,Afghan Telecom,sp1.afghantelecom.af:8080,11019
Afghanistan,Kabul,etisalat Afghanistan,speedtest.etisalat.af:8080,21807
Afghanistan,Kabul,Afghan Wireless,speedtest.afghan-wireless.com:8080,5189
Afghanistan,Kabul,Afghan Wireless Communication Company,kdzspeedtest.afghan-wireless.com:8080,13501
Afghanistan,Kabul,Insta Telecom,speedtest.instatelecom.com:8080,12798
@gperez-88
gperez-88 / servers.csv
Created November 23, 2022 15:32 — forked from ofou/servers.csv
List of servers to test speedtest-cli
We can't make this file beautiful and searchable because it's too large.
Country,City,Provider,Host,ID
Abkhazia,Sukhum,Aquafon GSM,62.182.8.78:8080,9058
Abkhazia,Sukhum,"Systema, LTD",cyxym.net:8080,5089
Abkhaziya,Sukhum,A-Mobile,speedtest.a-mobile.biz:8080,9714
Afghanistan,Herat,Afghan Wireless,hrtspeedtest.afghan-wireless.com:8080,9622
Afghanistan,Kabul,Afghan Telecom,sp1.afghantelecom.af:8080,11019
Afghanistan,Kabul,etisalat Afghanistan,speedtest.etisalat.af:8080,21807
Afghanistan,Kabul,Afghan Wireless,speedtest.afghan-wireless.com:8080,5189
Afghanistan,Kabul,Afghan Wireless Communication Company,kdzspeedtest.afghan-wireless.com:8080,13501
Afghanistan,Kabul,Insta Telecom,speedtest.instatelecom.com:8080,12798