Wednesday, August 31, 2016
SYMPHONY W32 1 FL1 V01 7 V2 0 DCC All Versions official Flash File Tools Here
SYMPHONY W32 1 FL1 V01 7 V2 0 DCC All Versions official Flash File Tools Here
SYMPHONY W32_1_FL1_V01.7_V2.0_DCC All Versions official Flash File Tools Here
Symphony W32
File Price 100 TK
SYMPHONY W32_1_FL1_V01.7_V2.0_DCC
Download Link
How to Flash
Step 1: Download and extract the stock firmware on your computer.
Step 2: After extracting you will find the SP Flash Tool, Driver and instruction manual.
Step 3: Install the USB Drivers (skip if drivers are already installed).
Step 4: Open the SP Flash Tool and load the Scatter File from the firmware folder.
Step 5: Connect your Smartphone to the computer using the USB Driver.
Step 6: Click on Upgrade / Download Button in the SP Flash Tool to Begin the Flashing.
Step 7: Green Ring will appear at the end of successful Flash.
Important Notes:[*] Take a Backup of your personal data before flashing or installing the firmware on your smartphone. As this helps you to recover the personal data whenever any thing wrong happens.
Symphony W32
Disclaimer:
This Smartphone Price is not Fixed. The price of mobile phones may be different in different countries. Every information on this page is not fully correct. The price of the mobile phone on our web site with company price may be lower or higher.We Collection Our Information Smart Phone manufacturer website And Others Reputed Source.- Price :
- 5350.00
Go to link download
The Dijkstra Algorithm for Single Source Shortest Path
The Dijkstra Algorithm for Single Source Shortest Path
Theory : [ http://en.wikipedia.org/wiki/Dijkstras_algorithm ]
Priority queue (STL) : [ http://comsci.liu.edu/~jrodriguez/cs631sp08/c++priorityqueue.html ]
[ http://www.technical-recipes.com/2011/priority-queues-and-min-priority-queues-in-c/ ]
Till now it feels like thats all you need, I dont know for sure though. Lets see
Update : Heres a full code of a problem that I solved using this algorithm [UVA 10986]
#include <iostream>
#include <list>
#include <set>
#include <vector>
#include <algorithm>
#include <cstdio>
using namespace std;
typedef vector<int> vi;
typedef pair<int, int> ii;
typedef vector<ii> vii;
// based on TopCoder tutorial
#define tr(container, it) for(typeof(container.begin()) it = container.begin(); it != container.end(); it++)
#define INF 200000010
list<ii> G[30000];
int djk( int s, int t, int n ) {
vi D(n, INF);
set<ii> q;
D[s] = 0;
q.insert(ii(0,s));
while (!q.empty()) {
ii top = *q.begin();
q.erase(q.begin());
int v = top.second, d = top.first;
tr(G[v], it) {
int v2 = it->second, cost = it->first;
if (D[v2] > D[v] + cost) {
if (D[v2] != INF) {
q.erase(q.find(ii(D[v2],v2)));
}
D[v2] = D[v] + cost;
q.insert(ii(D[v2],v2));
}
}
}
return D[t];
}
int main( void ) {
int test, n, m, s, t, x, y, v, kase=1;
scanf("%d",&test);
while (test--) {
scanf("%d %d %d %d",&n,&m,&s,&t);
for (int i=0 ; i<=n ; i++) {
G[i].clear();
}
for (int i=0 ; i<m ; i++) {
scanf("%d %d %d",&x,&y,&v);
G[x].push_back(ii(v,y));
G[y].push_back(ii(v,x));
}
int res = djk(s,t,n);
printf("Case #%d: ",kase++);
if (res == INF) printf("unreachable ");
else printf("%d ",res);
}
return 0;
}
Go to link download
China King Box Latest Version V1 37 Full Setup Installer With Driver Free Download
China King Box Latest Version V1 37 Full Setup Installer With Driver Free Download

Go to link download
Advance Turbo Flasher ATF mobile flasher and how it work
Advance Turbo Flasher ATF mobile flasher and how it work

Advance Turbo Flasher (ATF) is the new Nokia turbo flashing box. ATFflashes all the latest Nokia phones in seconds, not minutes! Supports the new loader protocol known to be in the newer Nokia phones like X3 and 6700c.
Updates:
ATF New Version 3.0 Released
Unlock & Repair:
*Repair Super dongle key of SL1, SL2, SL3
*Repair Sim Lock Data of SL1, SL2
*Remove Simlock Via Codes of SL1, SL2
*Remove Simlock for so called "SL3"
*New RAPIDO;
*5800d (RM-356) - v31.0.008 - v30.0.011 - v31.0.101
*6790s-1c (RM-492)
*6790s-1b (RM-599)
*E63 (RM-437) - v400.21.013
*E71 (RM-346) - v400.21.013
*N96 (RM-247) - v30.033 - v30.101
Go to link download
Sony Xperia Z3 Dual 23 0 F 1 96 Android 4 4 4 Kitkat FTF firmware Free download
Sony Xperia Z3 Dual 23 0 F 1 96 Android 4 4 4 Kitkat FTF firmware Free download
(FTF download) Xperia Z3 Dual updated version 23.0.F.1.96 Android 4.4.4 Kitkat for repair-
Sony is releasing a new update to the Xperia Z3 Dual user, it is a new build number 23.0.F.1.96 rolling, building more than two months before 23.0.F.1.82 become past. While there is no doubt Sony will soon update Xperia Z3 and other flagship models to the latest version of Android 5.0 Lollipop system, the fastest possible start push sometime this month, and even on the next few days, oh, but Z3 Duals 23.0.F.1.96 firmware still the same as the previous 23.0.F.1.82 is Android 4.4.4 Kitkat update. Therefore, we do not report to the much hope that this is just a minor update fixes Bugs, it will not bring any major improvements.
Xperia Z3 Dual of 23.0.F.1.96 Android 4.4.4 Kitkat update has now launched in many countries, including the United States, Brazil, Russia, Ukraine, the Middle East and so on. If you do not get the update, try to get through Sony PC Suite. And as usual, if you want to get much quicker updates, please use the following 23.0.F.1.96 FTF locally installed packages manually update.
>> D6633_23.0.F.1.96_RU.ftf <<
Go to link download
Tuesday, August 30, 2016
Test 4K video recording and movies on Galaxy Note 3 Snapdragon 800 runs
Test 4K video recording and movies on Galaxy Note 3 Snapdragon 800 runs

Go to link download
Had the official ROM for Xperia Z Ultra has X Reality
Had the official ROM for Xperia Z Ultra has X Reality
Go to link download
UVa 116 Unidirectional TSP
UVa 116 Unidirectional TSP
#include <stdio.h>
int dir[100][100];
int mtx[100][100];
int path[100];
int main()
{
int a, b, c, min;
int i, j, row, col, a_dir, c_dir;
while (scanf("%d %d",&row,&col)==2)
{
for (i=1 ; i<=row ; i++)
for (j=1 ; j<=col ; j++)
scanf("%d",&mtx[i][j]);
for (j=col-1 ; j>=1 ; j--)
{
for (i=1 ; i<=row ; i++)
{
if (i-1<1)
{
a_dir = -1;
a = mtx[i][j] + mtx[row][j+1];
} else
{
a_dir = 0;
a = mtx[i][j] + mtx[i-1][j+1];
}
if (i+1>row)
{
c_dir = -1;
c = mtx[i][j] + mtx[1][j+1];
} else
{
c_dir = 0;
c = mtx[i][j] + mtx[i+1][j+1];
}
b = mtx[i][j] + mtx[i][j+1];
if (a<=b && a<=c)
{
mtx[i][j] = a;
if (a_dir<0)
{
if (a==b) { dir[i][j] = i; }
else if (a==c) { dir[i][j] = i+1; }
else { dir[i][j] = row; }
} else {
if (a==c && c_dir<0) dir[i][j] = 1;
else dir[i][j] = i-1;
}
}
else if (b<=a && b<=c)
{
mtx[i][j] = b;
if (b==a)
{
if (a_dir<0)
{
dir[i][j] = i;
} else
{
dir[i][j] = i-1;
}
} else if (b==c)
{
if (c_dir<0)
{
dir[i][j]=1;
} else
{
dir[i][j]=i;
}
} else
{
dir[i][j] = i;
}
}
else if (c<=a && c<=b)
{
mtx[i][j] = c;
if (c_dir<0)
{
dir[i][j] = 1;
} else {
if (c==a) { dir[i][j]=i-1; }
else if (c==b) { dir[i][j]=i; }
else { dir[i][j]=i+1; }
}
}
}
}
for (i=1, min=mtx[1][1], path[1]=1 ; i<=row ; i++)
{
if (mtx[i][1]<min)
{
min = mtx[i][1];
path[1] = i;
}
}
printf("%d",path[1]);
for (j=2 ; j<=col ; j++)
{
path[j] = dir[path[j-1]][j-1];
printf(" %d",path[j]);
}
printf(" %d ",min);
}
return 0;
}
Go to link download
UVa 10940 Throwing Cards Away II
UVa 10940 Throwing Cards Away II
Inputs
1Outputs:
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
1
2
2
4
2
4
6
8
2
4
6
8
10
12
14
16
2
4
6
8
10
12
14
16
18
20
22
24
26
28
30
32
Once you find the pattern its straightforward.
1. Find the nearest 2^X such that 2^X <= N
2. If 2^X == N, output N
Else output (N-2^X)*2
Go to link download
HUAWEI Ascend G510 Firmware G510 0200
HUAWEI Ascend G510 Firmware G510 0200

Huawei_Ascend_G510-0200_Firmware,Android 4.1,Emotion_UI,V100R001C151B166,India
FOLLOW ME:


Go to link download
iOS 8 2 Beta 5 IPSW firmware local installation package Free download
iOS 8 2 Beta 5 IPSW firmware local installation package Free download
(IPSW download) iOS 8.2 Beta 5 12D5480A developer has released, if you want to test, give your local installation package
If you are a registered iOS developer, you will be able to easily find a new Beta test version of iOS 8.2.
Apple today officially released the fifth beta version of iOS 8.2 for iOS 8.2 Beta 5 to developers, which establishes the build number for 12D5480A. Almost three weeks ago with iOS 8.2 Beta 4, the new beta Bugs continue to focus on the usual fixes and improvements.
The upcoming iOS 8.2 version will generally be considered to synchronize or transfer environment before April officially opened for sale of Apple Watch Smart Watch with iPhone iOS devices to support interactive work. At this point, it may also imply a rough schedule, the official version of iOS 8.2 will reach the public eye until April. Currently, the public version of the iPhone, iPad and iPod touch iOS iOS devices such as the latest version 8 is released a week ago, including more than Bugs repaired updated iOS 8.1.3.
Currently running iOS 8.2 Beta version of the iPhone, iPad or iPod touch device can be easily obtained through the OTA update iOS 8.2 Beta 5, the specific practices can look at the following tutorial:
How by iPod touch, iPhone or iPad software updates directly to OTA install iOS 8?
In addition, developers can also download iOS 8.2 Beta 5 beta firmware from the iOS Developer Center website, and then manually upgrade through iTunes, the specific process can take a look at the following tutorial sections:
How will your iPod touch, iPhone or iPad update to iOS version 7 Beta Systems?
Although the Beta version of iOS Firmware Bugs or more or less there will be some limitations in function, but many of us still want to taste fresh. And, as usual, one local or DMG IPSW firmware package to Google Google is everyone reason the Heat go. Well, if you are a member of the Miami Heat, you find a Word document from the following download link directly to the corresponding iOS 8.2 Beta 5 IPSW firmware file. Or, you can also watch ATFDL updates.
So, you can now enjoy the latest iOS 8.2 Beta 5, even if you are not an Apple developer
>> Model_iOS_8.2_beta_5_12D5480A.ipsw << Click here Download
Go to link download
Monday, August 29, 2016
Codechef ATM HS08TEST
Codechef ATM HS08TEST
The problem is totally straightforward. Only possible cause for wrong answer response is if x = y. In that case you should check if x+0.5 > y or not.
#include <stdio.h>
int main()
{
int x;
double y;
while (scanf("%d %lf",&x,&y)==2)
{
if (!(((double)x+0.5)>y) && !(x%5))
printf("%.2lf ",y-(double)x-0.5);
else
printf("%.2lf ",y);
}
return 0;
}
Go to link download
UVa 167 The Sultans Successors
UVa 167 The Sultans Successors
One things for sure, Backtracking is damn fun!!! :D
I liked this one a lot. Though I had to take some help for this one. But it still increased a lot of knowledge about Backtracking.
#include <cstdio>
#include <iostream>
#include <iomanip>
using namespace std;
bool col[100], d1[100], d2[100];
class c
{
public:
int x, y;
};
c crd[100];
int knt=0, board[100][100];
c lst[1000];
int qplace(int n)
{
if (n>8)
{
for (int i=1 ; i<=8 ; i++)
{
lst[knt++]=crd[i];
}
return 0;
}
for (int k=1 ; k<=8 ; k++)
{
if (!col[k] && !d1[n+k] && !d2[n-k+8])
{
col[k]=d1[n+k]=d2[n-k+8]=true;
crd[n].x = n;
crd[n].y = k;
qplace(n+1);
col[k]=d1[n+k]=d2[n-k+8]=false;
}
}
return 0;
}
int main()
{
int test, i, j, sum, max;
knt = 0;
for (i=0 ; i<=100 ; i++)
col[i]=d1[i]=d2[i]=false;
qplace(1);
//cout << knt << endl;
scanf("%d",&test);
while (test--)
{
for (i=1 ; i<=8 ; i++)
{
for (j=1 ; j<=8 ; j++)
{
scanf("%d",&board[i][j]);
}
}
max = 0;
for (i=0 ; i<knt ; i+=8)
{
for (j=i, sum=0 ; (j-i)<8 ; j++)
{
sum += board[lst[j].x][lst[j].y];
}
if (sum>max)
max = sum;
}
cout << setw(5) << max << endl;
}
return 0;
}
Go to link download
Samsung Galaxy J5 flash File and Info
Samsung Galaxy J5 flash File and Info
![]() |
Samsung Galaxy J5 |
Name | All Information |
---|---|
BD Price: | TK: 18000 |
General | Information |
4G | Yes |
3G | Yes |
2G | Yes |
Sim | Optional Dual SIM [Micro-SIM, dual stand-by] |
Status | Available |
Release Date | 2015, June |
Display | Information |
Size | 5.0 inches [~68.5% screen-to-body ratio] |
Type | Super AMOLED |
Multi touch | Yes |
Protection | Yes |
Body | Information |
Weight | 146 g (5.15 oz) |
Dimension | 142.1 x 71.8 x 7.9 mm (5.59 x 2.83 x 0.31 in) |
Color | White, Black, Gold |
Camera | Information |
Pixels | 13 MP, 4128 x 3096 pixels, Autofocus, LED flash |
Secondary | 5 MP, LED flash |
Pixels | 4128 x 3096 |
Video | 1080p@30fps |
Features | Information |
OS | Android OS, v5.1 (Lollipop) |
Chipset | Qualcomm MSM8916 Snapdragon 410 |
GPU | Quad-core 1.2 GHz Cortex-A53 |
CPU | Adreno 306 |
Sensor | Yes |
GPS | Yes, with A-GPS, GLONASS/ BDS |
Radio | Yes |
Java | Yes |
Data | Information |
GPRS | Yes |
WLAN | Wi-Fi 802.11 b/g/n, Wi-Fi Direct, hotspot |
EDGE | Yes |
Usb | Yes |
NFC | Yes |
OTG | Yes |
Bluetooth | Yes |
Battery | Information |
Battery Power | Li-Ion 2600 mAh battery |
Talktime | Up to 18 h (3G) |
Standby | Up to 62 h |
Memory | Information |
Internal Memory | 4 GB |
RAM | 2 GB |
Card | MicroSD, up to 64 GB |
Others | Information |
Videos | MP4/mkv/WMV/ Video Saport player |
Music Player | MP3/WMA/WAV/FLAC/eAAC+ |
Viewer | Document, Photo, video Other |
Go to link download
Free Download winstar w903 Flash File 100 Tested Here
Free Download winstar w903 Flash File 100 Tested Here

Download Here
somadhantelecom@yahoo.com
Step 1: Download and extract the stock firmware on your computer.
Step 2: After extracting you will find the SP Flash Tool, Driver and instruction manual.
Step 3: Install the USB Drivers (skip if drivers are already installed).
Step 4: Open the SP Flash Tool and load the Scatter File from the firmware folder.
Step 5: Connect your Smartphone to the computer using the USB Driver.
Step 6: Click on Upgrade / Download Button in the SP Flash Tool to Begin the Flashing.
Step 7: Green Ring will appear at the end of successful Flash.
Important Notes:[*] Take a Backup of your personal data before flashing or installing the firmware on your smartphone. As this helps you to recover the personal data whenever any thing wrong happens.
Go to link download
Nokia BB5 Unlock Code Calculator Security Code Unlocker V2 8 Free Download For All
Nokia BB5 Unlock Code Calculator Security Code Unlocker V2 8 Free Download For All

Users are advised to not reset counter if your phone is one of those, else your phone will stay in CS Mode
Asha 200 RM-761
Asha 200 RM-762
C1-01 RM-607
C1-01 RM-608
C1-02 RM-643
C1-02 RM-644
C2-00 RM-704
C2-02 RM-692
C2-02 RM-693
C2-05 RM-724
C2-05 RM-725
C2-03 RM-702
C2-06 RM-702
C2-07 RM-692
C2-08 RM-702
X2-02 RM-694
X2-05 RM-772
Go to link download
Windows When your machine does not let you write to any USB device
Windows When your machine does not let you write to any USB device
Go to link download
Sunday, August 28, 2016
Si Begal Rahman Dalle Tewas Ditembak Polisi
Si Begal Rahman Dalle Tewas Ditembak Polisi
Go to link download
Primo D4 official firmware flashtool download link Primo D4 Official firmware
Primo D4 official firmware flashtool download link Primo D4 Official firmware
Primo D4 Firmware upgrade instruction
# Install Driver by clicking “install” from “Driver” folder
# Open Flash tool (MultiPortDownload.exe file from flash tools folder)
1. Set Scatter-loading (“MT6572_Android_scatter.txt “file from “SW” folder)
2. Click, BootRom+Preloader COM Sel All
3. Click, Start All
5. Connect USB cable & insert battery
It will starts SW Upgrading and After several seconds, it will show “Cksm(USRDATA) OK…100% “ with green icon.
Go to link download
Yandex Browser 16 12 1 6475 for Windows XP
Yandex Browser 16 12 1 6475 for Windows XP

Go to link download
Miracle Box Latest Version V2 34 Full Crack Setup With Driver Free Download
Miracle Box Latest Version V2 34 Full Crack Setup With Driver Free Download

Download Miracle Box v2.34: Download Miracle Box V2.32 {Latest} Downoad Miracle Box V2.30 Download Miracle Box V2.27 Download Miracle Box V2.25 Here
Download Miracle Box {Official}
Download Miracle Box Driver For Windows 7,8,8.1,10,XP, Vista.
Go to link download
Xperia Z1 new firmware update 14 1 G 1 534
Xperia Z1 new firmware update 14 1 G 1 534
.jpg)
Go to link download
Video Unboxing Galaxy Note 3 genuine price 840
Video Unboxing Galaxy Note 3 genuine price 840

- Operating system : Android 4.3
- Chip Processor: Exynos 5 Octa 5420 , eight people ( 4 of 4 s 1.9GHz & 1.3GHz )
- Display: Super AMOLED 5.7 " FullHD
- RAM : 3GB
- Memory: 32/64GB
- Memory card : microSD
- Camera follows : 13MP , BSI sensor , LED flash , AutoFocus
- Front camera : 2MP , BSI sensor
- Connectivity: Wi - Fi a / b / g / n / ac , Dual - Band , BT 4.0, GPS , GLONASS
- Dimensions: 151.2 x 79.2 x 8.3mm
- Weight : 168 grams
- Battery : 3200 mAh
Go to link download
BlackBerry 9720 with touch screen and QWERTY keyboard officially launched
BlackBerry 9720 with touch screen and QWERTY keyboard officially launched
![]() |
BlackBerry 9720 with touch screen and QWERTY keyboard officially launched |
Go to link download
Karbonn A1 Champ Firmware Free Download Here
Karbonn A1 Champ Firmware Free Download Here
KARBONN A!+ CHAMP after flash dead
Karbonn A1+Champ Have 3 Version.
(Jaina) : HW_V1_20)SW_V1008 this file is not available
(Jaina) : HW_V1_30)SW_V1008 after flash dead
(UTL) : UTLA1PlusChampV1005 after flash dead
I need Karbonn A1+ Champ flash file (Jaina) : HW_V1_20)SW_V1008
Download Here
Go to link download
How to Samsung SM G361H Frp Lock Remove Done By GC PRO Key successful Here
How to Samsung SM G361H Frp Lock Remove Done By GC PRO Key successful Here
SAMSUNG SM-G361H FRP LOCK REMOVE DONE BY GC PRO KEY
FRP LOCK REMOVING GUIDE

yes still.
No pack unlike others..
No every year fee unlike others..
No activation unlike others..
No copy pasted solutions unlike others.
No new box for selling old solutions unlike others... 
BR.
FullFlashPak
GPG team
Go to link download
Saturday, August 27, 2016
Samsung Galaxy Gear 1 63 AMOLED 800MHz MP4 video playback 6 color 1 9MP 315mAh battery sold 29 9
Samsung Galaxy Gear 1 63 AMOLED 800MHz MP4 video playback 6 color 1 9MP 315mAh battery sold 29 9
Go to link download
How To Hard Reset Samsung Note 3 Neo SM N750K And Remove Pattern Code
How To Hard Reset Samsung Note 3 Neo SM N750K And Remove Pattern Code
With this HARD RESET Method will Reset Samsung Note 3 Neo to factory settings by using a keys combination without requiring the phone to be power on.
Use it if you forget your security code or if you have various problems with the phone software.
it will NOT UNLOCK the network lock. This method does not reset the PIN code of the SIM card.
Warning!
Take your sim card and memory card from the phone before the reset.
All personal data from the phone (contacts, pictures, messages, apps, games, files) will be deleted!
if you can, make a backup before!
Go to link download
Jangan Bangga Jadi Pegawai Bank! Wajib Baca
Jangan Bangga Jadi Pegawai Bank! Wajib Baca
Majelis Ulama Indonesia (MUI), melalui Komisi Fatwa-nya dalam forum Rapat Kerja Nasional dan Ijtima’ Ulama Indonesia, sejak hampir 12 tahun yang lalu tepat pada hari Selasa 16 Desember 2003 telah mengeluarkan fatwa tentang bunga.
Fatwa itu intinya menyatakan bahwa bunga pada bank dan lembaga keuangan lain yang ada sekarang telah memenuhi seluruh kriteria riba. Riba tegas dinyatakan haram, sebagaimana firman Allah SWT:
????????? ????? ????????? ????????? ????????
Allah menghalalkan jual beli dan mengharamkan riba. (QS al-Baqarah [2]: 275).
Karena riba haram, berarti bunga juga haram. Karena itu, sejujurnya tidak ada yang istimewa dari fatwa MUI ini. Bahkan sejatinya, untuk perkara yang segamblang atau qath‘î itu tidaklah diperlukan fatwa, alias tinggal dilaksanakan saja. Artinya, fatwa itu lebih merupakan penegasan saja.

Sebagai penegasan, fatwa ini sungguh penting karena meski jelas-jelas dilarang al-Quran, praktik pembungaan uang di berbagai bentuk lembaga keuangan tetap saja berlangsung hingga saat ini.
Tulisan kali ini akan lebih membahas tentang besarnya dosa riba dan keterlibatan di dalamnya (Tulisan lengkapnya dapat dilihat di buku kami: “Hukum Seputar Riba dan Pegawai Bank” yang diterbitkan Ar-Raudhoh Pustaka).
Dosa Riba
Seberapa besar dosa terlibat dalam riba, maka cukuplah hadits-hadits shahih berikut menjawabnya:
“Satu dirham yang diperoleh oleh seseorang dari (perbuatan) riba lebih besar dosanya 36 kali daripada perbuatan zina di dalam Islam (setelah masuk Islam)” (HR Al Baihaqy, dari Anas bin Malik).
“Tinggalkanlah tujuh hal yang dapat membinasakan” Orang-orang bertanya, apakah gerangan wahai Rasul? Beliau menjawab: “Syirik kepada Allah, sihir, membunuh jiwa orang yang diharamkan Allah kecuali dengan hak, memakan riba, memakan harta anak yatim, melarikan diri waktu datang serangan musuh dan menuduh wanita mu’min yang suci berzina”. (HR Bukhari Muslim)
Terlibat dalam riba (Bunga Bank) adalah termasuk dosa besar, yang sejajar dengan dosa syirik, sihir, membunuh, memakan harta anak yatim, melarikan dari jihad, dan menuduh wanita baik-baik berzina. Naudzubillah. Bahkan apabila suatu negeri membiarkan saja riba berkembang di daerahnya maka sama saja ia menghalalkan Allah untuk mengazab mereka semua.
“Apabila riba dan zina telah merajalela di suatu negeri, maka rakyat di negeri itu sama saja telah menghalalkan dirinya dari azab Allah” (HR. Al Hakim)
Pertanyaannya, jika Bank itu diharamkam karena Riba, lalu bagaimanakah hukum bagi orang yang bekerja di dalamnya (pegawai Bank)?
Hukum Menjadi Pegawai Bank Konvensional
Telah sampai kepada kita hadits riwayat Ibnu Majah dari jalan Ibnu Mas’ud dari Nabi SAW:
“Bahwa beliau (Nabi SAW) melaknat orang yang makan riba, orang yang menyerahkannya, para saksi serta pencatatnya.” (HR. Bukhari Muslim)
Jabir bin Abdillah r.a. meriwayatkan:
“Rasulullah melaknat pemakan riba, yang memberi makan dengan hasil riba, dan dua orang yang menjadi saksinya.” Dan beliau bersabda: “Mereka itu sama.” (HR. Muslim)
Ibnu Mas’ud meriwayatkan:
“Rasulullah saw. melaknat orang yang makan riba dan yang memberi makan dari hasil riba, dua orang saksinya, dan penulisnya.” (HR. Ahmad, Abu Daud, Ibnu Majah, dan Tirmidzi)
Sementara itu, dalam riwayat lain disebutkan:
“Orang yang makan riba, orang yang memben makan dengan riba, dan dua orang saksinya –jika mereka mengetahui hal itu– maka mereka itu dilaknat lewat lisan Nabi Muhammad saw. hingga han kiamat.” (HR. Nasa’i)
Dari hadits-hadits ini kita bisa memahami bahwa tidak diperbolehkan untuk melakukan transaksi ijarah (sewa/kontrak kerja) terhadap salah satu bentuk pekerjaan riba, karena transaksi tersebut merupakan transaksi terhadap jasa yang diharamkan.
Ada empat kelompok orang yang diharamkan berdasarkan hadits tersebut. Yaitu; orang yang makan atau menggunakan (penerima) riba, orang yang menyerahkan (pemberi) riba, pencatat riba, dan saksi riba. dan saat ini jenis pekerjaan tersebut merupakan pekerjaan yang membanggakan sebagian kaum muslimin serta secara umum dan legal (secara hukum positif) di kontrak kerjakan kepada kaum muslimin di bank-bank atau lembaga-lembaga keuangan dan pembiayaan.
Berikut adalah
keempat kategori pekerjaan yang diharamkan berdasarkan dalil-dalil yang disebutkan diatas:
1. Penerima Riba.
Penerima riba adalah siapa saja yang secara sadar memanfaatkan transaksi yang menghasilkan riba untuk keperluannya sedang ia mengetahui aktivitas tersebut adalah riba. Baik melalui pinjaman kredit, gadai, ataupun pertukaran barang atau uang dan yang lainnya, maka semua yang mengambil atau memanfaatkan aktivitas yang mendatangkan riba ini maka ia haram melakukannya, karena terkategori pemakan riba. Contohnya adalah orang-orang yang melakukan pinjaman hutang dari bank atau lembaga keuangan dan pembiayaan lainnya untuk membeli sesuatu atau membiayai sesuatu dengan pembayaran kredit yang disertai dengan bunga (rente), baik dengan sistem bunga majemuk maupun tunggal.
2. Pemberi Riba.
Pemberi riba adalah siapa saja, baik secara pribadi maupun lembaga yang menggunakan hartanya atau mengelola harta orang lain secara sadar untuk suatu aktivitas yang menghasilkan riba. Yang termasuk dalam pengertian ini adalah para pemilik perusahaan keuangan, pembiayaan atau bank dan juga para pengelolanya yaitu para pengambil keputusan (Direktur atau Manajer) yang memiliki kebijakan disetujui atau tidak suatu aktivitas yang menghasilkan riba.
3. Pencatat Riba.
Adalah siapa saja yang secara sadar terlibat dan menjadi pencatat aktivitas yang menghasilkan riba. Termasuk di dalamnya para teller, orang-orang yang menyusun anggaran (akuntan) dan orang yang membuatkan teks kontrak perjanjian yang menghasilkan riba.
4. Saksi Riba.
Adalah siapa saja yang secara sadar terlibat dan menjadi saksi dalam suatu transaksi atau perjanjian yang menghasilkan riba. Termasuk di dalamnya mereka yang menjadi pengawas (supervisor).
Sedangkan status pegawai bank yang lain, instansi-instansi serta semua lembaga yang berhubungan dengan riba, harus diteliti terlebih dahulu tentang aktivitas pekerjaan atau deskripsi kerja dari status pegawai bank tersebut.
Apabila pekerjaan yang dikontrakkan adalah bagian dari pekerjaan riba, baik pekerjaan itu sendiri yang menghasilkan riba ataupun yang menghasilkan riba dengan disertai aktivitas lain, maka seorang muslim haram untuk melaksanakan pekerjaan tersebut, semisal menjadi direktur, akuntan, teller dan supervisornya, termasuk juga setiap pekerjaan yang menghasilkan jasa yang berhubungan dengan riba, baik yang berhubungan secara langsung maupun tidak. Sedangkan pekerjaan yang tidak berhubungan dengan riba, baik secara langsung maupun tidak, seperti juru kunci, penjaga (satpam), pekerja IT (Information Technology/Teknologi Informasi), tukang sapu dan sebagainya, maka diperbolehkan, karena transaksi kerja tersebut merupakan transaksi untuk mengontrak jasa dari pekerjaan yang halal (mubah). Juga karena pekerjaan tersebut tidak bisa disamakan dengan pekerjaan seorang pemberi, pencatat dan saksi riba, yang memang jenis pekerjaannya diharamkan dengan nash yang jelas (sharih).
Yang dinilai sama dengan pegawai bank adalah pegawai pemerintahan yang mengurusi kegiatan-kegiatan riba, seperti para pegawai yang bertugas menyerahkan pinjaman kepada petani dengan riba, para pegawai keuangan yang melakukan pekerjaan riba, termasuk para pegawai panti asuhan yang pekerjaannya adalah meminjam harta dengan riba, maka semuanya termasuk pegawai-pegawai yang diharamkan, dimana orang yang terlibat dianggap berdosa besar, karena mereka bisa disamakan dengan pencatat riba ataupun saksinya. Jadi, tiap pekerjaan yang telah diharamkan oleh Allah SWT, maka seorang muslim diharamkan sebagai ajiir di dalamnya.
Semua pegawai dari bank atau lembaga keuangan serta pemerintahan tersebut, apabila pekerjaannya termasuk dalam katagori mubah menurut syara’ untuk mereka lakukan, maka mereka boleh menjadi pegawai di dalamnya.
Apabila pekerjaan tersebut termasuk pekerjaan yang menurut syara’ tidak mubah untuk dilakukan sendiri, maka dia juga tidak diperbolehkan untuk menjadi pegawai di dalamnya. Sebab, dia tidak diperbolehkan untuk menjadi ajiir di dalamnya. Maka, pekerjaan-pekerjaan yang haram dilakukan, hukumnya juga haram untuk dikontrakkan ataupun menjadi pihak yang dikontrak (ajiir).
Selain itu juga Allah SWT mengharamkan kita untuk melakukan kerjasama atau tolong-menolong dalam perbuatan dosa.
????? ??????????? ????? ???????? ?????????????? ?????????? ??????? ????? ??????? ??????? ??????????
“Dan jangan tolong-menolong dalam berbuat dosa dan pelanggaran. Dan bertakwalah kamu kepada Allah, sesungguhnya Allah amat berat siksa-Nya.” (QS. al-Maidah: 02)
Wallahu’alam
Go to link download