RGB | HEX | Opacity of BLACK on WHITE | |
---|---|---|---|
(0,0,0) | #000000 | 100% | |
(3,3,3) | #303030 | 99% | |
(5,5,5) | #505050 | 98% | |
(8,8,8) | #808080 | 97% | |
(10,10,10) | #0A0A0A | 96% | |
(13,13,13) | #0D0D0D | 95% | |
(15,15,15) | #0F0F0F | 94% | |
(18,18,18) | #121212 | 93% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.fl3xx.sales.utils | |
import android.content.Context | |
import android.content.pm.* | |
import android.content.pm.PackageManager.NameNotFoundException | |
import android.util.Base64 | |
import java.security.MessageDigest | |
object SignatureUtil { | |
fun printAppSignature(context: Context) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`https://raw.githubusercontent.com/NiREvil/vless/main/sub/SSTime` | |
`https://raw.githubusercontent.com/soroushmirzaei/telegram-configs-collector/main/protocols/shadowsocks` | |
`https://raw.githubusercontent.com/soroushmirzaei/telegram-configs-collector/main/protocols/vless` | |
`https://raw.githubusercontent.com/soroushmirzaei/telegram-configs-collector/main/protocols/vmess` | |
`https://raw.githubusercontent.com/soroushmirzaei/telegram-configs-collector/main/protocols/reality` | |
`https://raw.githubusercontent.com/soroushmirzaei/telegram-configs-collector/main/protocols/trojan` | |
`https://raw.githubusercontent.com/itsyebekhe/HiN-VPN/main/subscription/normal/vless` | |
`https://raw.githubusercontent.com/itsyebekhe/HiN-VPN/main/subscription/normal/vmess` | |
`https://raw.githubusercontent.com/itsyebekhe/HiN-VPN/main/subscription/normal/trojan` | |
`https://raw.githubusercontent.com/itsyebekhe/HiN-VPN/main/subscription/normal/ss` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Etc/GMT+12 (UTC-12:00) | |
Pacific/Pago_Pago (UTC-11:00) | |
Pacific/Samoa (UTC-11:00) | |
Pacific/Niue (UTC-11:00) | |
US/Samoa (UTC-11:00) | |
Etc/GMT+11 (UTC-11:00) | |
Pacific/Midway (UTC-11:00) | |
Pacific/Honolulu (UTC-10:00) | |
Pacific/Rarotonga (UTC-10:00) | |
Pacific/Tahiti (UTC-10:00) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt update && apt upgrade -y | |
https://github.com/mack-a/v2ray-agent | |
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<!--<editor-fold desc="Holo">--> | |
<color name="Color_AliceBlue">#F0F8FF</color> | |
<color name="Color_AntiqueWhite">#FAEBD7</color> | |
<color name="Color_Aqua">#00FFFF</color> | |
<color name="Color_Aquamarine">#7FFFD4</color> | |
<color name="Color_Azure">#F0FFFF</color> | |
<color name="Color_Beige">#F5F5DC</color> | |
<color name="Color_Bisque">#FFE4C4</color> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.graphics.Canvas | |
import android.graphics.Color | |
import android.graphics.Rect | |
import android.graphics.drawable.ColorDrawable | |
import android.view.View | |
import androidx.annotation.ColorInt | |
import androidx.core.view.ViewCompat | |
import androidx.recyclerview.widget.LinearLayoutManager | |
import androidx.recyclerview.widget.RecyclerView |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.mabnadp.rahavard365.utils | |
import android.graphics.Paint | |
import android.graphics.Typeface | |
import android.text.TextPaint | |
import android.text.style.TypefaceSpan | |
class CustomTypefaceSpan(private val newType: Typeface) : TypefaceSpan(null) { | |
override fun updateDrawState(ds: TextPaint) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<code_scheme name="GoogleStyle copy" version="173"> | |
<option name="OTHER_INDENT_OPTIONS"> | |
<value> | |
<option name="INDENT_SIZE" value="2" /> | |
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | |
<option name="TAB_SIZE" value="2" /> | |
</value> | |
</option> | |
<option name="RIGHT_MARGIN" value="180" /> | |
<AndroidXmlCodeStyleSettings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#copy this file to c:\windows | |
@ECHO OFF | |
ECHO Delete Folder: %CD%? | |
PAUSE | |
SET FOLDER=%CD% | |
CD / | |
DEL /F/Q/S "%FOLDER%" > NUL | |
RMDIR /Q/S "%FOLDER%" | |
EXIT |
NewerOlder