Skip to content

Instantly share code, notes, and snippets.

View ahmad-elbatanouni's full-sized avatar

Ahmad ElBatanouni ahmad-elbatanouni

View GitHub Profile
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-deployment
spec:
selector:
matchLabels:
my-label: some-value
replicas: 3
template:
apiVersion: v1
kind: Pod
metadata:
name: ahmad3
spec:
containers:
- image: wordpress
name: first-wordpress-container
name: Docker Image CI
on:
push:
branches: [ master ]
jobs:
build:
package com.example.ahmad.myapplication;
import android.os.Bundle;
import android.support.v4.content.ContextCompat;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:openDrawer="start">
public class t {
public static void main(String[] args) {
int current_val = 0, counter = 0;
for (int i = 1; i < 10000000; i++) {
current_val = i;
while (current_val != 1) {
current_val = calculateSquares(current_val);
if (current_val == 89) {