ഇതൊഴിവാക്കി പ്രധാന ഉള്ളടക്കത്തിലേക്ക് പോവുക

പോസ്റ്റുകള്‍

Challenge: Can you find out a file is a CDR,TOWER-CDR, CELL ID, SDR and IPDR from the data?

Ok, that's a good question, First, let's find out whether we can find out the header row of each kind. In the car of CDR, Header row must contain date/time or date and time together, duration. Can you say that the idea will be 100% foolproof? No, IPDR may contain those fields too, but it's rare that an IPDR file comes with duration field along with date and time in a separate column, and more than that IPDR will contain IP’s for sure. So no need to explain it further.. If you were able to find text” IP” along with date and time in the header field, it's an IPDR. What are the left-outs? Cell ID? (don't care too much about that buddy, anyway, we will incorporate open-cell id soon ) Still, you can check for latitude, longitude, azimuth and address in header fields to identify it. SDR? You can check for Name, Address, pin code, city, state headers. Can't u? So we covered all the documents! It's party time. Isn't it? Someone may say ”I can see your overconfi...

How to use background worker with Progress Bar based on user state in C#

How to use background worker with Progress Bar based on user state in C# //Intializing New Progress Bar var NCPB = new NewCustomisedProgressBar(); //Creating new Background Worker  var bgworker = new BackgroundWorker(); //Setting Background Worker for reporting progress bgworker.WorkerReportsProgress = true; //Do The Main Work here in Background Thread bgworker.DoWork += delegate(object sender1, DoWorkEventArgs e1)   { //Write the working code here //Remember GUI Triggering codes cant be written inside this //for that use Report Progress Funtion //Here I am triggering gui 5 times to make change in progress bar value after each task completion //First Time GUI Trigger,setting progress bar value to 0 (sender1 as BackgroundWorker).ReportProgress(0, 0); //Do The First Quarter Work Here //Second Time GUI Trigger,setting progress bar value to 25 (sender1 as BackgroundWorker).ReportProgress(0, 1); //Do The Second Quarter Work Here //Third Time GUI Trigger,setting progress b...

The Average Runner

World is changing so quickly, and I’m like a  temple runner, reaching nowhere. Finally the question came," for what, are you running son! " I may say, I was scared of time, people around me, or the black figure that gonna hunt me one day for sure Or to get the gold coins in the path. And then, the question appeared again, "The hurdles in between is a little bit hurting, don’t you feel that? " I answered, I was running because of no reason. I know, a painful death is waiting for me. Still I ran, cause I know someone may say, he hasn't tried. I am afraid of that. Then I jumped to a cliff from a peak and died peacefully,  They will call me an "Average runner" for sure.

ഒരു കഥാ മത്സരത്തിന്‍റെ ഭാഗമായി എഴുതിയത്

ഇത് വരെ ആരും  കണ്ടിട്ടില്ലാത്ത ഒരാള്‍   ഇംഗ്ലീഷ് വര്‍ഷം 2045, അല്ല, കൊല്ലവര്‍ഷം 1221 ചിങ്ങം മൂന്നാം തീയ്യതി. അങ്ങനെയാണ് എഴുതേണ്ടത്. കാരണം എഴുത്തിനും പാട്ടിനും സംസാരത്തിനും   എന്തിന് ചിന്തകള്‍ക്ക് വരെ വിലക്കേര്‍പ്പെടുത്തിക്കഴിഞ്ഞിരിക്കുന്നു. ചിന്തകള്‍ക്ക് വിലക്കേര്‍പ്പെടുത്താന്‍ പാടില്ലെന്നോ? ,  അതെങ്ങനെ ശരിയാവും, ചിന്തകള്‍ ഓരോന്നും ശക്തമായ നിരീക്ഷണങ്ങള്‍ക്ക് വിധേയമാവും തരത്തിലാണ്   ഇപ്പോഴത്തെ സാങ്കേതികരംഗത്തെ കുതിച്ചുച്ചാട്ടം.  മഹത്തായ ആര്‍ഷഭാരതസംസ്കാരത്തിന്   ചേര്‍ന്ന വിധമാണ് ഈ രാജ്യത്ത് എല്ലാം ഇപ്പോള്‍ നിര്‍മിക്കപ്പെടുന്നത്.    എന്തിനു പറയുന്നു, നിങ്ങളുടെ രഹസ്യനിമിഷങ്ങള്‍ വരെ ക്യാമറയും കൈയ്യിലെ ഞെരമ്പില്‍ കോര്‍ത്ത  ചിപ്പും  കൈവശപ്പെടുത്തിയിരിക്കും.  എന്നിട്ടോ?   ചിന്തകളുടെ ഒരു ചക്രവ്യൂഹത്തിനുള്ളില്‍  അവ വലിച്ചുകീറി നിരീക്ഷണം ചെയ്യും,  ഇംഗ്ലീഷ് വര്‍ഷം 2025ല്‍ ഇവ അറിയപ്പെട്ടിരുന്നത്   "ആര്‍ട്ടിഫിഷ്യല്‍ ഇന്റലിജന്‍സ് എനെബിള്‍ട് സെന്‍ട്രല്‍ സര്‍വര്‍" എന്നായിരുന്നു.  ഇന്നതിന്  ...

Enjoy the little things

Express right now

The Tree