Skip to content

Instantly share code, notes, and snippets.

View SiddigHope's full-sized avatar

Siddig A.Hamoda SiddigHope

View GitHub Profile
@SiddigHope
SiddigHope / officeActivator.bat
Last active November 15, 2025 12:03 — forked from mndambuki/officeActivator.bat
Activate Microsoft Office 2019
@echo off
title Activate Microsoft Office 2019 !
cls
echo ============================================================================
echo #Project: Activating Microsoft software products
echo ============================================================================
echo.
echo #Supported products:
echo - Microsoft Office Standard 2019
echo - Microsoft Office Professional Plus 2019
@SiddigHope
SiddigHope / Record iOS emulator video
Created January 26, 2025 08:35 — forked from issuran/Record iOS emulator video
How to capture iOS Simulator video
1- First of all, you have to run your app on the simulator.
2- Then, open the terminal
3- Now, you have to run the command you desire:
- Screenshot: xcrun simctl io booted screenshot
- Video: xcrun simctl io booted recordVideo <filename>.<file extension>.
For example: xcrun simctl io booted recordVideo appvideo.mov
4- Press cntrl + c to stop recording the video.
@SiddigHope
SiddigHope / More-links.txt
Created May 30, 2024 15:11 — forked from dreamsparkx/More-links.txt
Install Apache, PHP, MySQL and phpMyAdmin on Mac OS X
<html>
<head>
<title>Set Webhooks</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.0/css/bulma.min.css" />
<script src="https://unpkg.com/vue/dist/vue.js"></script>
</head>
<body>
@SiddigHope
SiddigHope / nairyah-package.json
Last active May 1, 2023 17:30
a file containing all the packages included in Nairyah app
{
"name": "elnaeria-platform",
"version": "1.0.2",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
export const states = [
{
label: " الخرطوم",
value: "1"
},
{
label: " الجزيره",
value: "2"
},
{
@SiddigHope
SiddigHope / elevations.ts
Created February 28, 2022 06:40 — forked from mmazzarolo/elevations.ts
React-Native cross platform elevation definitions
/**
* React-Native cross-platform elevations.
* Based on https://ethercreative.github.io/react-native-shadow-generator/
*
* Usage:
* 1. Import "elevations" from this file
* import { elevations } from "config/elevations";
* 2. Use it. Assuming you need an elevation of 2 (based on the Android
* elevation standard), doing the following will cast the same shadow
* on both platforms: