Skip to content

Instantly share code, notes, and snippets.

View elimuhub7407's full-sized avatar

Hassan Kibiti elimuhub7407

View GitHub Profile
version: '3.8'
services:
dynamo-db-local:
image: "amazon/dynamodb-local:latest"
container_name: dynamo-db-local
ports:
- "8000:8000"
command: " -jar DynamoDBLocal.jar -sharedDb -dbPath ."
aws-cli:
image: amazon/aws-cli
version: '3.8'
services:
dynamo-db-local:
image: "amazon/dynamodb-local:latest"
container_name: dynamo-db-local
ports:
- "8000:8000"
command: " -jar DynamoDBLocal.jar -sharedDb -dbPath ."
aws-cli:
image: amazon/aws-cli
@alvr
alvr / packages.md
Last active March 21, 2025 09:05
Available Packages

Available Packages:

Path Version Description
add-ons;addon-google_apis-google-15 3 Google APIs
add-ons;addon-google_apis-google-16 4 Google APIs
add-ons;addon-google_apis-google-17 4 Google APIs
add-ons;addon-google_apis-google-18 4 Googl
Build.Prop for android Pixel 2
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=OPM1.171019.021
ro.build.display.id=OPM1.171019.021
ro.build.version.incremental=4565141
ro.build.version.sdk=27
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
@UKNC
UKNC / Install headless Firefox on CentOS 6 for Selenium automation.md
Last active May 5, 2023 15:06
Install headless Firefox on CentOS 6 for Selenium automation

Abstract

In the manual the steps required to install headless Firefox on CentOS 6 are described. Headless Firefox may be needed to perform GUI automated testing.

All steps of this manual have been validated on CentOS 6.8. It should not be a problem to adapt the solution to other distros.

Steps

Upgrade yum

@ganadist
ganadist / update-binary
Last active October 18, 2024 07:53
update-binary from UPDATE-SuperSU-v2.46.zip
#!/sbin/sh
#
# SuperSU installer ZIP
# Copyright (c) 2012-2014 - Chainfire
#
# To install SuperSU properly, aside from cleaning old versions and
# other superuser-type apps from the system, the following files need to
# be installed:
#
# API source target chmod chcon required
@JosefJezek
JosefJezek / install-and-setup-wordpress.md
Last active April 26, 2025 16:54
Install & Setup WordPress
@prasadgai
prasadgai / problem with layout
Created April 15, 2011 05:29
how to add dynamic layout to static layout stack?
main.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout android:id="@+id/linearLayout1"