بیاضِ دل سے
بلاشبہ شاعری مجھے وراثت میں ملی ہے ۔ میرے والد مرحوم مغفو ر (عمر بخش) نوحہ اور مرثیہ کے شاعر تھے۔ گویا میں نے شعر اور شاعری کی آغوش میں آنکھ کھولی۔ جیسے جیسے وقت گزرتا گیا میرا ذوق و شوق پختہ ہوتا چلا گیا۔ میں نے آٹھویں جماعت میں ۱۹۸۲ء میں فاضلکا اسلامیہ ہائی سکول پاک پتن میں داخلہ لیا تو ہمارے اس سکول میں ادبی سرگرمیاں اس دور میں عروج پر تھیں۔ ہمارے اُردو کے اُستاد جناب شریف ساجد صاحب تھے ۔ آپ صر ف اُستاد ہی نہیں تھے بل کہ اُردو شاعری کا ایک حوالہ تھے۔ ان کا اندازِ تعلیم تعلم انتہائی شاعرانہ تھا جس سے میرے ادبی ذوق کو بے پناہ جلا ملی۔
جب میں میٹرک تک پہنچا تو اُس وقت تک میں تھوڑے بہت قافیے ملانے لگ گیا تھا۔ ان دنوں حضور بابافریدالدین مسعود گنج شکرؒ کا عرس تھا تو کسی حوالہ سے حضرت پرنم الٰہ آبادی ہمارے ہاں ٹھہرے۔ ان دنوں آپ کی لکھی گئی قوالی ’’بھردو جھولی میری یا محمدؐ ‘‘ کا ملک کے طول و ارض میں بہت شہرہ تھا۔ بنا بریں مجھے اُن کی خدمت کا شرف حاصل ہوا اور تقریباً ہفتہ دس دن اُن کی قربت نصیب رہی۔ لہٰذا میں نے موقع کو غنیمت جانتے ہوئے اُن کو اپنے ٹوٹے پھوٹے اشعار دکھائے اور اُن سے ابتدائی اصلاح لی۔
۱۹۹۱ء میں حلقہ اربابِ فرید پاک پتن ادبی تنظیم کی بنیاد رکھی گئی جس کے پہلے صدر قادر الکلام شاعر جناب منیب برہانی تھے اور پہلے جنرل سیکرٹری تنویر عباس نقوی تھے۔ مجھے اس تنظیم کا پہلا فنانس سیکریٹری منتخب کیا گیا۔ کتاب ہذا میں اس دور سے اب تک کا کلام شامل ہے۔
لہٰذا مجھے اس پلیٹ فارم پر قطب الدین چشتی ، طالب شاکر، حاجی شفیق خاکی، محترمہ یاسمین برکت، رانا...
Islam is not a mere set of worships but it leaves no stone unturned to guide its followers regarding the social conduct be it politico-legal, sociocultural or economic etc to name a few. The interest-based transactions have been categorically rendered impermissible and unlawful by virtue of Quranic injunctions and authentic ahadith. In this article the issue of interest based transactions – Muslim to Muslim, Muslim to non-Muslim and vice versa, a Muslim resident of a non-Muslim state and a Muslim non-resident of a nonMuslim state – has been discussed in detail in the light of Quran, hadith and juristic rulings of the eminent Islamic scholars including the great four imams.
Designing RTOS for multiprocessor based system and partitioning the design into hardware and software is the paradigm for the high-end systems evolving to support computation-intensive applications. In this thesis, RTOS is presented that is amalgam of distributed software scheduler and dynamically scalable hardware switch capable of performing all kernel tasks in real time and at wire speed and consequently, minimizing software related scheduling overheads and optimizing resource utilization. Key components of the research output are software framework for mapping high density media applications on multiprocessor based system, its corresponding multilevel scheduler design and design of programmable hardware switch to optimize resource utilization and enhance system performance. In the developed multiprocessor based system, heterogeneous multiprocessors are arranged as Arrays of inter-connected pipelines giving rise to a modified pool-of-pipelines architecture or two dimensional tightly coupled matrix architecture, having scalable, distributed processing and memory capabilities through a plurality of processing elements. The hardware software distributed architecture improves the application optimization, mapped on this multiprocessor based system, by enhancing execution time and minimizing processor idle time, while reducing design complexity and interface problems. RTOS architecture exploits parallelism both in the system application environment and in the distributed computing occurring in the hardware. Based on the type of service, the processes are divided into sub tasks and distributed onto multiple Processors, which are programmed to operate on a set of data, in a certain sequence and in a particular time slot. - 7 -The sequence is maintained by the instruction format of hardware RTOS and the time slot is predicted by the configurations set by the user. Application pipelining framework is presented in the software part of RTOS to exploit parallelism in media application, based on the concept of components or task model, similar to instruction pipelining in the Processor. To meet the constraints and characteristics of the defined framework, two level scheduling policy is adapted. Fixed- Priority Preemptive scheduling algorithm is used at the First-level. For Second-level various scheduling algorithms have been evaluated and analyzed offline and implemented in the software. Heuristic based algorithm is recommended as Second-level algorithm for media application to maintain QoS. The hardware RTOS, called Switch, is implemented as a programmable processor with dedicated program cache. It performs all RTOS kernel tasks in real time and facilitates inter-processor exchange of data, communication or synchronization, deadlock avoidance and exchange of data with external shared memory, thus, enhancing performance and minimizing Processors idle time. The RTOS supports hardware scalability to cater for high to very high density applications and incorporates scalable scheduling and resource management