Skip to content

Instantly share code, notes, and snippets.

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

Moaz Mohamed moazmohamed20

🏠
Working from home
  • El Shorouk City, Cairo, Egypt
View GitHub Profile
import java.util.*;
public class Solution {
public static boolean canWin(int leap, int[] game) {
return canWinFrom(0, leap, game);
}
public static boolean canWinFrom(int i, int leap, int[] game) {
// If: 0 < i <= game.length
import java.io.*;
import java.util.*;
public class Solution {
public static int getHourGlassSum(int[][] matrix, int hearRow, int headColumn, int HourGlassWidth) {
int sum = 0;
// Sum HourGlass Top Half
for (int r = 0; r <= HourGlassWidth/2; r++)

Privacy Policy

Introduction

Our privacy policy will help you understand what information we collect at RoMa, how RoMa uses it, and what choices you have. RoMa built the Missing app as a free app. This SERVICE is provided by RoMa at no cost and is intended for use as is. If you choose to use our Service, then you agree to the collection and use of information in relation with this policy. The Personal Information that we collect are used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible in our website, unless otherwise defined in this Privacy Policy.

Information Collection and Use

cogos56308-001-site1.ctempurl.com

Deploy to Play Store

1. Create /android/key.properties

keyAlias=upload
keyPassword=####

Get The SHA Hash of Your Signing Certificate

  • Option 1:
keytool -list -v -keystore "%userprofile%/.android/debug.keystore" -alias androiddebugkey -storepass android -keypass android
  • Option 2:
    At Project Folder:

Git Commands

Initialization

Warning

Replace moazmohamed20 with your username
Replace moazmohamed15@outlook.com with your email

git config --global init.defaultBranch main

GPG Key

  • Generate GPG key.

    gpg --full-generate-key
  • At the prompt, specify the kind of key you want, or press Enter to accept the default.