This file contains hidden or 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.blogspot.dbh4ck.avatargrabberdb.Fragments; | |
| import android.app.DownloadManager; | |
| import android.content.Context; | |
| import android.graphics.Bitmap; | |
| import android.net.Uri; | |
| import android.os.Bundle; | |
| import android.os.Environment; | |
| import android.support.v4.app.Fragment; |
This file contains hidden or 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.blogspot.dbh4ck.dbtheme; | |
| import android.content.Context; | |
| import android.content.Intent; | |
| import android.graphics.Bitmap; | |
| import android.graphics.BitmapFactory; | |
| import android.graphics.Canvas; | |
| import android.graphics.Color; | |
| import android.graphics.Paint; | |
| import android.graphics.PorterDuff; |
This file contains hidden or 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.blogspot.dbh4ck.dbtheme; | |
| import android.content.Context; | |
| import android.content.SharedPreferences; | |
| import android.preference.PreferenceManager; | |
| /** | |
| * Created by DB on 22-04-2017. | |
| */ |
This file contains hidden or 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.blogspot.dbh4ck.dbtheme; | |
| import android.os.Build; | |
| import android.os.Bundle; | |
| import android.support.v7.app.AppCompatActivity; | |
| import android.view.WindowManager; | |
| /** | |
| * Created by DB on 22-04-2017. | |
| */ |
This file contains hidden or 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.blogspot.dbh4ck.aes_encrypt_decrypt_android; | |
| import android.app.Dialog; | |
| import android.content.Context; | |
| import android.view.View; | |
| import android.widget.Button; | |
| /** | |
| * Created by DB on 18-02-2017. | |
| */ |
This file contains hidden or 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
| #--------------------------------------------------------------------- | |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # -*- SQLITE3 GUI DEMO APP -*- | |
| # -*- Python (2.7.11) -*- | |
| # -*- wxPython (2.8) -*- | |
| # -*- Author : DB <dbh4ck@gmail.com> aka <db~@NC> -*- | |
| # -*- GUI wxPython -*- | |
| # -*- coded by db~@NC -*- |
This file contains hidden or 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
| #--------------------------------------------------------------------- | |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # -*- SQLITE3 GUI DEMO APP -*- | |
| # -*- Python (2.7.11) -*- | |
| # -*- wxPython (2.8) -*- | |
| # -*- Author : DB <dbh4ck@gmail.com> aka <db~@NC> -*- | |
| # -*- GUI wxPython -*- | |
| # -*- coded by db~@NC -*- |
This file contains hidden or 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
| #--------------------------------------------------------------------- | |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # -*- Nimbuzz Login, Avatar Grabber, Hang Bots -*- | |
| # -*- Python (2.7.10) -*- | |
| # -*- wxPython (2.8) -*- | |
| # -*- Author : DB <dbh4ck@gmail.com> aka <db~@NC> -*- | |
| # -*- GUI wxPython -*- | |
| # -*- coded by db~@NC -*- |
This file contains hidden or 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
| # #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # -*- coded by db~@NC -*- | |
| import os | |
| import sys | |
| import traceback | |
| import types | |
| import getpass | |
| import locale |
NewerOlder