Posts

 https://www.facebook.com/profile.php?id=100035697103044

Lite & VPN

Lite - Download Ms Lite - Download VPN - Download

Coolpad Table

<table id="cp_table"> <tbody><tr>     <th id="cp_th_1">Name</th>     <th id="cp_th_2"> Size </th>   </tr>   <tr>     <td id="cp_td"> Coolpad_9976D </td>     <td id="cp_td">1.4GB</td>    </tr> </tbody></table> <br /> ======= <table id="cp_table"> <tbody><tr>     <th id="cp_th_1">Name</th>     <th id="cp_th_2"> Size </th>   </tr>   <tr>     <td id="cp_td"> Mi Play 9008 </td>     <td id="cp_td">2.4GB</td>    </tr> <tr>    <th colspan="2"  id="cp_th_1"> Version </th> </tr> <tr>       <td colspan="2"  id="cp_td"> V11.0.8.0.OFICNXM </td> ...

Fav Icon for Blogger

<link rel="icon" sizes="192x192" href="IMG URL">

Tecno Table

No Version ------------------ <table id="tecno_table"> <tbody><tr>     <th id=" tecno _th_1">Name</th>     <th id=" tecno _th_2"> Size </th>   </tr>   <tr>     <td id=" tecno _td"> Redmi 9 </td>     <td id=" tecno _td">718MB</td>    </tr> </tbody></table> <br /> With Version ------------------ <table id=" tecno _table"> <tbody><tr>     <th id=" tecno _th_1">Name</th>     <th id=" tecno _th_2"> Size </th>   </tr>   <tr>     <td id=" tecno _td"> Mi Play 9008 </td>     <td id=" tecno _td">2.4GB</td>    </tr> <tr>    <th colspan="2"  id=" tecno _th_1"> Version </th> </tr> <tr>...

Meizu Table

No Version ------------------ <table id="meizu_table"> <tbody><tr>     <th id=" meizu _th_1">Name</th>     <th id=" meizu _th_2"> Size </th>   </tr>   <tr>     <td id=" meizu _td"> Redmi 9 </td>     <td id=" meizu _td">718MB</td>    </tr> </tbody></table> <br /> With Version ------------------ <table id=" meizu _table"> <tbody><tr>     <th id=" meizu _th_1">Name</th>     <th id=" meizu _th_2"> Size </th>   </tr>   <tr>     <td id=" meizu _td"> Mi Play 9008 </td>     <td id=" meizu _td">2.4GB</td>    </tr> <tr>    <th colspan="2"  id=" meizu _th_1"> Version </th> </tr> <tr>...

Huawei Table

No Version ------------------ <table id="huawei_table"> <tbody><tr>     <th id=" huawei _th_1">Name</th>     <th id=" huawei _th_2"> Size </th>   </tr>   <tr>     <td id=" huawei _td"> Redmi 9 </td>     <td id=" huawei _td">718MB</td>    </tr> </tbody></table> <br /> With Version ------------------ <table id=" huawei _table"> <tbody><tr>     <th id=" huawei _th_1">Name</th>     <th id=" huawei _th_2"> Size </th>   </tr>   <tr>     <td id=" huawei _td"> Mi Play 9008 </td>     <td id=" huawei _td">2.4GB</td>    </tr> <tr>    <th colspan="2"  id=" huawei _th_1"> Version </th> </tr> ...

Oppo Table

No Version ------------------ <table id="oppo_table"> <tbody><tr>     <th id=" oppo _th_1">Name</th>     <th id=" oppo _th_2"> Size </th>   </tr>   <tr>     <td id=" oppo _td"> Redmi 9 </td>     <td id=" oppo _td">718MB</td>    </tr> </tbody></table> <br /> With Version ------------------ <table id=" oppo _table"> <tbody><tr>     <th id=" oppo _th_1">Name</th>     <th id=" oppo _th_2"> Size </th>   </tr>   <tr>     <td id=" oppo _td"> Mi Play 9008 </td>     <td id=" oppo _td">2.4GB</td>    </tr> <tr>    <th colspan="2"  id=" oppo _th_1"> Version </th> </tr> <tr>  ...

Vivo Table

No Version ------------------ <table id="vivo_table"> <tbody><tr>     <th id=" vivo _th_1">Name</th>     <th id=" vivo _th_2"> Size </th>   </tr>   <tr>     <td id=" vivo _td"> Redmi 9 </td>     <td id=" vivo _td">718MB</td>    </tr> </tbody></table> <br /> With Version ------------------ <table id=" vivo _table"> <tbody><tr>     <th id=" vivo _th_1">Name</th>     <th id=" vivo _th_2"> Size </th>   </tr>   <tr>     <td id=" vivo _td"> Mi Play 9008 </td>     <td id=" vivo _td">2.4GB</td>    </tr> <tr>    <th colspan="2"  id=" vivo _th_1"> Version </th> </tr> <tr>  ...

Mi Table

No Version ------------------ <table id="mi_table"> <tbody><tr>     <th id="mi_th_1">Name</th>     <th id="mi_th_2"> Size </th>   </tr>   <tr>     <td id="mi_td"> Redmi 9 </td>     <td id="mi_td">718MB</td>    </tr> </tbody></table> <br /> With Version ------------------ <table id="mi_table"> <tbody><tr>     <th id="mi_th_1">Name</th>     <th id="mi_th_2"> Size </th>   </tr>   <tr>     <td id="mi_td"> Mi Play 9008 </td>     <td id="mi_td">2.4GB</td>    </tr> <tr>    <th colspan="2"  id="mi_th_1"> Version </th> </tr> <tr>       <td colspan="2"...

Calculator FRP Command

(+30012012732+ *#0808# adb shell  content insert –uri content://settings/secure –bind name:s:user_setup_complete –bind value:s:1 adb shell  am start -n com.google.android.gsf.login/ adb shell  am start -n com.google.android.gsf.login.LoginActivity

Protect copy paste code for Blogger

<script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'></script><script type='text/javascript'> if(typeof document.onselectstart!="undefined" ) {document.onselectstart=new Function ("return false" ); } else{document.onmousedown=new Function ("return false" );document.onmouseup=new Function ("return false"); } </script>

Disable All Webpage

.nocopy  {  -webkit-touch-callout: none;  -webkit-user-select: none;  -khtml-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none; }

Page Manager

Download

Check Mi Phone Service

Tools Download HiSuite Mi Flash ================ Check Links [Lock|Unlock] [ https://i.mi.com/find/device/activationlock?_locale=en_US#/ ] [ https://sickw.com/ ]

ငွေလွှဲနည်း

 MPT *223* 1500 *09...# Telenor *979*4*1*09...* 1500 # Ooredoo *155* 1500 *09...# MyTel *966*93# ငွေပမာဏ ဖုန်းနံပါတ်

Fb Domain Appeal Text

Good Morning Facebook! With due respect, I would like to inform you my website URL has been blocked on Facebook. Recently I got to know my website URL ### has blocked on Facebook and prohibited me to share my website links over my pages and my timeline. I didn't go against your policies. I apologize If I have broken any Facebook policy by any mistake. It is requested please unblock my website URL and enable its links. I thank Facebook Team for making it a safe place for all.! Please Unblock my website. URL:  ##### Thanks in Advanced

Message Box Android

public void MsgBox(String title, String msg){ AlertDialog alertDialog = new AlertDialog.Builder(this).create(); alertDialog.setTitle(title); alertDialog.setMessage(msg);  alertDialog.setButton(AlertDialog.BUTTON_NEUTRAL, "OK", new DialogInterface.OnClickListener() {  public void onClick(DialogInterface dialog, int which) {  dialog.dismiss();  }  });  alertDialog.show(); } ========= အသုံးပြုပုံ ၁။ Activity မှာ method တခုအနေနဲ့ ထည့်ထားပါ။ ၂။ MsgBox("Info", "This app is created by Purple Snake.");

API ဆိုတာ ဘာလဲ ?

တစ်ကယ်တော့ API ဆိုတာ beginner တွေအတွက် စိမ်းနေနိုင်ပေမယ့် တော်တော်များများ ရင်းနှီးပြီးသားပါ။ Web Service နဲ့ပတ်သက်ပြီး သိထားသင့်တဲ့အရာဆိုလည်း မမှားပါဘူး။ ဒီတော့ API အကြောင်းမပြောခင် Web Service ဆိုတာကို အရင်ကြည့်ရအောင်။ Web Service  Web Service ဆိုတာ မတူညီတဲ့ platform အတွက် ရေးသားထားတဲ့ application တွေကို internet protocol တွေကနေတစ်ဆင့် ချိတ်ဆက်အသုံးပြုနိုင်အောင် ဖန်တီးထားတဲ့ technology တစ်ခုဖြစ်ပါတယ်။ API ဆိုတာ ဘာလဲ ? Application Program Interface လို့ ခေါ်တဲ့ API ကို application တွေ တစ်ခုနဲ့ တစ်ခုကြား ချိတ်ဆက်အသုံးပြုနိုင်ဖို့ အသုံးပြုကြပါတယ်။ API တွေဆိုတာ Web, Database System နဲ့ အခြား Platform တွေမှာပါ သုံးကြပါတယ်။ ဥပမာ Direct X ဆိုတာ Microsoft က Game Development အတွက် ဖန်တီးပေးထားတဲ့ Windows API ပါ။ API တွေမှာ အဓိက လုပ်ဆောင်ချက်နှစ်ခုရှိတယ်။ ပထမတစ်ခုက ပေးပို့လာတဲ့ request တွေကို လက်ခံပေးတယ်။ နောက်တစ်ခုက လက်ခံရရှိလာတဲ့ request နဲ့ သက်ဆိုင်တဲ့ resource တွေကို server ပေါ်ကနေ ယူပြီး response တွေ ပြန်ပို့ပေးတယ်။ ဒီတော့ ကိုယ်ရေးနေတဲ့ application မှာ လိုအပ်တဲ့ requirement တွေအတွက် ...

Rest Api

Postman Read Content

Passcode View

https://github.com/hanks-zyh/PasscodeView dependencies {    implementation 'com.hanks:passcodeview:0.1.2'     implementation 'androidx.legacy:legacy-support-v4:1.0.0' } xml ========= <com.hanks.passcodeview.PasscodeView     android:id="@+id/passcodeView"     android:layout_width="match_parent"     android:layout_height="match_parent"     android:background="#222222"     app:firstInputTip="Enter a passcode"     app:correctStateColor="#71bb4d"     app:wrongStateColor="#ea2b46"     app:normalStateColor="#ffffff"     app:numberTextColor="#222222"     app:passcodeLength="5"     app:passcodeViewType="set_passcode"/> java ========= PasscodeView passcodeView; //id ခေါ်ထား passcodeView.setPasscodeLength(4).setLocalPasscode("1234").setListener(new PasscodeView.PasscodeViewListener(){     @Override     public void onFail(){     } ...

App Updater

https://github.com/KhunHtetzNaing/AppUpdater { "title": "This is Title!", "message": "This is Message", "download": "Direct APK Download Link!!!", "playstore": "com.stmm.app", "uninstall": false, "what": { "model": [], "version": [], "all": true }, "versionName": "1.7", "versionCode": 8, "force": true }

Open Fb page in app

public static Intent getOpenFacebookIntent ( Context context ) { try { context.getPackageManager().getPackageInfo( "com.facebook.katana" , 0 ); return new Intent(Intent.ACTION_VIEW, Uri.parse( "fb://page/<id_here>" )); } catch (Exception e) { return new Intent(Intent.ACTION_VIEW,Uri.parse( "https://www.facebook.com/<user_name_here>" )); } } ============== switch(v.getId()){ case: R.id.btn: startActivity ( getOpenFacebookIntent ()); break; }

Sheets to Json Api

 var id = '1YoJrOslj3SaB3eLmxPGnBs5uVAR9W-LCmy0QFG6p1Qc'; var name = 'Test'; function doGet(e) {   var url = id;   var sheetName = name;   var myData = SpreadsheetApp.openById(id);   var sheet = myData.getSheetByName(name);   var json = convertSheet2Json(sheet);   return ContentService.createTextOutput(JSON.stringify(json))     .setMimeType(ContentService.MimeType.JSON); } function convertSheet2Json(sheet) {   // first line(title)   var firstRange = sheet.getRange(1, 1, 1, sheet.getLastColumn());   var firstRowValues = firstRange.getValues();   var titleColumns = firstRowValues[0];   // after the second line(data)   var lastRow = sheet.getLastRow();   var rowValues = [];   for(var rowIndex=2; rowIndex<=lastRow; rowIndex++) {     var colStartIndex = 1;     var rowNum = 1;     var range = sheet.getRange(rowIndex, colStart...

Icon free website

Graphics design icon free website Icon libraries:  Remix icon: https://remixicon.com Unicons: https://iconscout.com/unicons Feather icon: https://feathericons.com Flat icons : https://www.flaticon.com The noun project: https://thenounproject.com Icon monstr: https://iconmonstr.com Material icon library: https://material.io/resources/icons/?style=baseline X-icons: https://xicons.co Icons 8 : https://icons8.com/icons

Firebase database rules

".read" : true ဆိုရင် ဘယ်သူမဆို Browser မှာတောင် ဖွင့်ကြည့်လို့ရတယ် ။ ".write" : true ဆိုရင် ဘယ်သူမဆို http post request နဲ့ data လှမ်းထည့်နိုင်တယ် ။ ".read" : "auth!=null" ".write" : "auth!=null" ဆိုရင် firebase နဲ့ login ဝင်ထားသူက database ကို read write လုပ်နိုင်တယ် ။

Logcat ကြည့်နည်း

Project တခု ရေးပြီး run လိုက်လို့ crash သွားရင် Logcat ကို ဖွင့်ကြည့်ပါ။ အနီရောင် စာသားတွေထဲက Caused by နဲ့ စတဲ့ စာကြောင်း နဲ့ သူ့ရဲ့ အောက်က တလိုင်း ဟာ ဘယ် class, ဘယ် method မှာ ဘာကြောင့် crash သွားတယ် ဆိုတဲ့ အကြောင်းရင်းကို ဖော်ပြပါတယ်။ Logcat မကြည့်တတ်ရင် သင်ဟာ programmer တယောက် မဟုတ်သေးပါဘူး။

Myanmar Typing Studio AMK

https://studioamk.github.io/UnicodeHero/

Custom Toast

 showToast(Context,"ToastMessage",ToastTextColor(#ffffff),ToastBackgroundColor(#000000));  public static void showToast(Context c,String s, String textcolor, String bgcolor)  {         Toast toast= Toast.makeText(c, "", 0);         toast.setGravity(Gravity.CENTER_VERTICAL, 0, 300);         LinearLayout ne=new LinearLayout(c);         LinearLayout ne2=new LinearLayout(c);         ne2.addView(ne);         LinearLayout.LayoutParams params=(LinearLayout.LayoutParams) ne.getLayoutParams();           params.topMargin = 25;         params.bottomMargin = 25;         params.leftMargin = 50;         params.rightMargin = 50;         ne.setLayoutParams(params);         GradientDrawable drawable=new GradientDrawable();     ...

Jcoder Dev Tool

  https://kaungkhantjc.github.io/tools /

Play Store မှာ တင်ထားတဲ့ Apk page ကို ဖွင့်နည်း

startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id="+appPackageName)));

Noti Bar Color Web

<meta name="theme-color" content="#009788"/> <meta name="msapplication-navbutton-color" content="#009788"/> <meta name="apple-mobile-web-app-status-bar-style" content="#009788"/>

Prevent iFrame

<script type="text/javascript">    if (self != top) {        document.documentElement.style.display = 'none';    } </script>

Profile Shortcut

 <link rel="shortcut icon" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglOe_fpDaEDHdZYOiTBrUjDm8bQf9q0nkLXlrqP6P3aJDIo8xTiKfXI1Y0Fgag0oPG-uUibQcp1JUCJeBnBTixSN_Tv_I9Ckv-bk7aX-ar11kq-667FEgAxntFaYke8Qrkm8qgT2G8yHrx/s1280/SawTunMgMg.png" />

2D Api Source Code

 index.php ---------------- <?php require('stmm_html_dom.php'); $html=file_get_html('https://marketdata.set.or.th/mkt/marketsummary.do?language=th&country=TH'); $i=0; $mArray=array(); foreach($html->find('td') as $e){      array_push($mArray,$e->innertext);      $i++;      if($i>7){          break;      } } $first=str_split($mArray[1]); $second=str_split($mArray[7]); $pointPos=strpos($mArray[7],'.'); $result=array(); $result["RESULT"]=$first[count($first)-1].''.$second[$pointPos-1]; $result["SET"]=$mArray[1]; $result["VALUE"]=$mArray[7]; echo json_encode($result); ?> stmm_html_dom.php ------------------------- Download Here <?php /**  * Website: http://sourceforge.net/projects/simplehtmldom/  * Additional projects: http://sourceforge.net/projects/debugobject/  * Acknowledge: Jose Solorzano (https://sourceforge.net/projects/php-html/)  *  * Licensed u...