Badar Nadeem (badarnadeem)

badarnadeem

Geek Repo

Github PK Tool:Github PK Tool

Badar Nadeem's repositories

node-random-password

Easily install and use the node random password package for generating random passwords of different types and lengths. Set custom lengths and strengths for your passwords.

Language:JavaScriptLicense:GPL-3.0Stargazers:0Issues:0Issues:0

random-password

Generate random passwords of different types and lengths. Set custom lengths and strengths for your passwords. Easy to install and use.

Language:PHPLicense:GPL-3.0Stargazers:0Issues:0Issues:0

magento-assessment

Magento Assessment for MPCJ. Demonstrates the steps for initializing and setting up a Magento project. Also describes how to compile, update and run the application.

Language:PHPLicense:OSL-3.0Stargazers:0Issues:0Issues:0

reactivex-java

The reactive extensions library allows the composition of asynchronous and event-based programs by extending the observer pattern. This is a guide to RxJava, includes packages for different sets of operators in the reactivex framework.

Language:JavaStargazers:0Issues:0Issues:0

atmospheric-temperature-monitoring-system

Atmospheric Temperature Monitoring System - ATMS is an IoT system built to automate, manage and analyze the environmental changes, to initiate actuators and to recover valuable information from the target environment.

Language:JavaStargazers:0Issues:0Issues:0

advanced-local-bound-service

A bound service in android is the one whose scope is limited to the same process or application. This application demonstrates an advanced example using the binder pattern to bind and unbind to a local bound service.

Language:JavaStargazers:0Issues:0Issues:0

android-download-manager

Services in android can be used for performing extensive background tasks. This sample application demonstrates the use of services to download some data from the internet.

Language:JavaStargazers:0Issues:0Issues:0

async-task

AsyncTasks in android are ideally used for performing short operations. Asynchronous tasks perform computation on a background thread the results of which are published on the main thread. This application demonstrates the usage of async tasks in android.

Language:JavaStargazers:0Issues:0Issues:0

started-and-intent-service

A started service in android is the one which runs indefinitely once started until it is manually stopped. An intent service on the other hand is the one which stops itself automatically once it completes all of it's tasks. This application demonstrates the use of both started and intent services.

Language:JavaStargazers:0Issues:0Issues:0

local-bound-service

Unlike remote services the scope of a locally bound service is limited to the same process and application. This application demonstrates the implementation of a local bound service.

Language:JavaStargazers:0Issues:0Issues:0

remote-bound-service

Remote services in android are not limited to the process or the application that it is part of, instead they can be accessed by other applications as well. This application demonstrates the usage of remote services in android.

Language:JavaStargazers:0Issues:0Issues:0

laravel-backpack

Laravel backpack is a Laravel package that can be used for building custom admin panels. The package speeds up the development process by enabling fast implementation of CRUD operations.

Language:JavaScriptLicense:NOASSERTIONStargazers:0Issues:0Issues:0

flash-notifications

This flash composer package can be used with the Laravel framework for showing optimized notifications across the application. This implementation demonstrates the usage of the package.

Language:PHPStargazers:0Issues:0Issues:0

laravel-excercises

Includes exercises and examples from the instructor using the Laravel framework. Several different aspects of the framework are covered with implemented samples. Also included are authentication and request files.

Language:HTMLStargazers:0Issues:0Issues:0

eventbus-recyclerview-fragments-picasso

Event Bus in android is a library that allows communication between different components. This implementation demonstrates the use of event bus with fragments and the picasso library.

Language:JavaStargazers:0Issues:0Issues:0

basic-task-list

An implementation of a basic task list application developed using the Laravel framework. The application enables the user to manage tasks which includes create, update and delete operations.

Language:PHPStargazers:0Issues:0Issues:0

custom-adapter

An adapter in android is used to take the data from the data source and insert it to the adapter view which is responsible for displaying the data. This is a custom adapter which follows the same principle.

Language:JavaStargazers:0Issues:0Issues:0

example-api

An implementation of a simple API using the Laravel framework providing access to the article resource along with authentication and registration routes.

Language:PHPStargazers:0Issues:0Issues:0