Pages

Saturday 5 November 2016

My Tree tool (pytree) for cloning a directory Structure - Release 1.0

Hey All...

Today I am posting my new tool to display all directories and sub directories in a given path.

As you can see now as in the following Video of it.

This tool works and gets all the directories and its structure.This tool is built in a really free and memory managed manner.

Here I used the DataStructure. Ended up with Recursion. :)

Thursday 27 October 2016

Food Truck Problem by IEEEXtreme

Hello All..Today I am here with my solution for a Coding contest problem.

Problem begins now...

Madhu has a food-truck called "The Yummy Goods" that goes to a different business Hotspot everyday at lunch! Madhu wants to perform location-based advertising to folks in offices near her halt. To do this she uses the GPS location as a longitude and a latitude at the Stop and decides on radius (r) value. She wants to broadcast advertisement SMSes, to customers within this radius, advertising her food-truck.

She needs your help to generate the list of Phone numbers of such folks. She has access to big file of telecom data, which among other details, contains the phone number, longitude, and latitude of active cell-phone users in the city at that moment.


Thursday 20 October 2016

My Real time Web Project - ID Card Generator

Hey all...

Today I am here to expose you my first real time application.. Here I am posting my images how it actually works.

It's actually a Id card generator. It generates ID Cards as per the given data of the bank user. Below are the Images which would show you how it works.

Thursday 4 August 2016

Logic Pyramid Solution

Hey all..

I am here today to explain you about how to solve the Logic Pyramid problem as below..

Yeah if the user gives input as n then we have to build a n sized pyramid like this with the specified series..

  00006
 00028 00066
00120 00190 00276
First Logic of series

let 6 and 28 be known
so
Eg
Case 1#

28 - 6 = 22
22+ 16=38
38+28 = 66

Case 2#

66  -  28 =  38
38 + 16 = 54
54 + 66 = 120

Now Code for this in C Language

Wednesday 20 July 2016

Back with Output of TextEditor

Hmmm...

Now Back with CODING my work done...

Output below of my TextEditor...



So here is the Output of whatever I said about My Project about TextEditor  in the previous post I posted.

Click Here - TextEditor

Friday 20 May 2016

Today My Start to Develop a Text Editor

Hello EveryOne..
 
  Today I am starting to develop a simple TextEditor Application using Java.So I am starting this with a small Plan.

Monday 4 April 2016

How I made MyTorch?

Firstly its the main thing that we have to follow is about checking out Android Documentation whenever you try to develop any new application.All the required information about each and every component will be found here.

Android Documentation

And at each step it is very important that how you actually manipulate your code.

Steps to create such an App.

Sunday 3 April 2016

My First Torch Light App

Find out my first Torch Light app for Android Mobiles with Flash light support.
Try out and subscribe to get my all updates of apps.

Download it here:

My Torch_1.0.apk

https://drive.google.com/open?id=0B9k40Tc6BMFmdlJLQ1djeEpCaDA

How I made it?

http://iamdevelope.blogspot.in/2016/04/how-i-made-mytorch.html

Thank You all..