Skip to content

Instantly share code, notes, and snippets.

View ammar0466's full-sized avatar

Ammar Ibrahim ammar0466

  • ammar0466 @ gmail . com
  • Malaysia
  • 00:36 (UTC +08:00)
View GitHub Profile
@ammar0466
ammar0466 / AddMeFastExample.java
Created April 5, 2016 16:32 — forked from ikstob/AddMeFastExample.java
Example of using Selenium from Java
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.support.ui.ExpectedCondition;
@ammar0466
ammar0466 / index.php
Created April 8, 2017 03:34 — forked from anonymous/index.php
Polish My Skill - Upload File (1 Apr )
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Polish My Skills with Bootstrap-JQuery</title>
<link rel="stylesheet" href="css/bootstrap.css">
</head>
<body>
<tr>
<td align='right'>PHONE :</td>
<td><b>518878943</b></td>
</tr>
how to select another td:
soup.find("td", text="PHONE :").find_next_sibling("td").text
# 10_basic.py
# 15_make_soup.py
# 20_search.py
# 25_navigation.py
# 30_edit.py
# 40_encoding.py
# 50_parse_only_part.py
https://swizzin.ltd/
liteserver.nl
//download git project
git clone <link.git>
//change directory partition
cd /d D:\
//install python project requirement
pip install -r <requirements.txt>
#initial ubuntu vps
GVP9S-XQYMX-GZE8P-ZM9J6-E9F7A-UQ4PT
Compare 2 columns to find duplicates using Excel formulas
https://www.ablebits.com/office-addins-blog/2013/09/05/compare-two-columns-remove-duplicates/
=IF(ISERROR(MATCH(A1,$B$1:$B$10000,0)),"Unique","Duplicate")
@ammar0466
ammar0466 / gist:68de60f529355c78dce06e01ee132a6c
Created February 3, 2020 13:31
How to use fbind whatsapp to sdcard
root phone
install twrp
install magisk
install fbind woth fix2 by vr25
@ammar0466
ammar0466 / gist:3ac3cb6b1aba3aeca34ca913224b1af0
Created December 30, 2020 07:56
Notepad++ Remove Prefix
notepad++
remove prefix dash
ctrl+H
find ^-
replace with EMPTY
select REGEX
Replace ALL