Skip to content

Instantly share code, notes, and snippets.

@abdurraufahmad
abdurraufahmad / Report.md
Created October 18, 2019 10:12 — forked from vladimirfomene/Report.md
Payment Gateway Project Report

Payment Gateway for the Mifos Platform and Beyonic Payment Service

Project Goals

@abdurraufahmad
abdurraufahmad / VideoControllerView
Created October 11, 2019 10:21 — forked from prasad091/VideoControllerView
Custom Media Controller android
/*
* Copyright (C) 2006 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@abdurraufahmad
abdurraufahmad / darul-quran-dibah-ui-design.markdown
Last active September 15, 2019 16:01
Darul Quran Dibah UI Design
#include "stdafx.h"
#include "ReaderDemo.h"
#include "ReaderDemoDlg.h"
#include <cpprest/filestream.h>
#include <cpprest/http_client.h>
using namespace utility;
using namespace web::http;
using namespace web::http::client;
#include "stdafx.h"
#include "ReaderDemo.h"
#include "ReaderDemoDlg.h"
#include <cpprest/filestream.h>
#include <cpprest/http_client.h>
using namespace utility;
using namespace web::http;
using namespace web::http::client;
// mannir
http_client client(U("https://trs.requestcatcher.com"));
// Build request URI and start the request.
uri_builder builder(U("/test"));
builder.append_query(U("q"), U("cpprestsdk github"));
client.request(methods::GET, builder.to_string());
@abdurraufahmad
abdurraufahmad / now.json
Created September 5, 2019 09:52
React Now Json
{
"version": 2,
"name": "darulaquran"
}
<video controls width={400}>
<source
src="https://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4"
type="video/mp4"
/>
Your browser does not support HTML5 video.
</video>
@abdurraufahmad
abdurraufahmad / index.html
Created August 31, 2019 15:37
Quran React
<div id='app'></div>