• Member Avatar for logicslab
    logicslab

    Replied To a Post in Image File Tagging App in Python/wxPython

    Sir, What's the purpose of Image File Tagging ?
  • Member Avatar for logicslab
    logicslab

    Began Watching Image File Tagging App in Python/wxPython

    **Requires:** 1. Python version 3.8 or newer 2. wxPython version 4.0 or newer 3. exif module 4. Windows with NTFS file system To ensure you have the required packages please …
  • Member Avatar for logicslab
    logicslab

    Shared Why the provider return 'null' value for web service json?

    Friends, I am using web service and forms for a number of situations in my project. But now when I try to use same strategy the data is not provided …
  • Member Avatar for logicslab
    logicslab

    Created Why the provider return 'null' value for web service json?

    Friends, I am using web service and forms for a number of situations in my project. But now when I try to use same strategy the data is not provided …
  • Member Avatar for logicslab
    logicslab

    Began Watching Why the provider return 'null' value for web service json?

    Friends, I am using web service and forms for a number of situations in my project. But now when I try to use same strategy the data is not provided …
  • Member Avatar for logicslab
    logicslab

    Marked Solved Status for How to convert a string to json in the ascending order of date ?

    Dear Friends, I have a string with structure $selectedTime = "2017-02-10 07:00,2017-02-10 08:00,2017-02-11 09:00"; I need to convert it as {"2017-02-10":[{"start":"07:00"},{"start":"08:00"}],"2017-02-11":[{"start":"09:00"}]} any idea ? please advise asap Thanks Anes
  • Member Avatar for logicslab
    logicslab

    Replied To a Post in How to convert a string to json in the ascending order of date ?

    Dear Friends, With the Help of my Friend Vishnu A.R I solved the issue my required Code is <?php $selectedTime = "2017-02-10 08:00,2017-02-10 07:00,2017-02-11 09:00"; $arr1 = explode(",", $selectedTime); $arr2 …
  • Member Avatar for logicslab
    logicslab

    Created How to convert a string to json in the ascending order of date ?

    Dear Friends, I have a string with structure $selectedTime = "2017-02-10 07:00,2017-02-10 08:00,2017-02-11 09:00"; I need to convert it as {"2017-02-10":[{"start":"07:00"},{"start":"08:00"}],"2017-02-11":[{"start":"09:00"}]} any idea ? please advise asap Thanks Anes
  • Member Avatar for logicslab
    logicslab

    Began Watching How to convert a string to json in the ascending order of date ?

    Dear Friends, I have a string with structure $selectedTime = "2017-02-10 07:00,2017-02-10 08:00,2017-02-11 09:00"; I need to convert it as {"2017-02-10":[{"start":"07:00"},{"start":"08:00"}],"2017-02-11":[{"start":"09:00"}]} any idea ? please advise asap Thanks Anes
  • Member Avatar for logicslab
    logicslab

    Created How to replace the html table with a new content in ionic 3?

    Friends, I have a search list as shown in image below ![View3.png](/attachments/large/2/d1321f559022df4c5850e9a5fce3635e.png "align-left") When clicking on a result i need to show that detaIls on same place without going to …
  • Member Avatar for logicslab
    logicslab

    Began Watching How to replace the html table with a new content in ionic 3?

    Friends, I have a search list as shown in image below ![View3.png](/attachments/large/2/d1321f559022df4c5850e9a5fce3635e.png "align-left") When clicking on a result i need to show that detaIls on same place without going to …
  • Member Avatar for logicslab
    logicslab

    Created How to add keyboard accessibility in GTK3 code in C

    Dear Friends, I am a newbie in GTK3 development using C. I created a file menu with some sample menu options. But I need to activate each menu using keyboard …
  • Member Avatar for logicslab
    logicslab

    Began Watching How to add keyboard accessibility in GTK3 code in C

    Dear Friends, I am a newbie in GTK3 development using C. I created a file menu with some sample menu options. But I need to activate each menu using keyboard …
  • Member Avatar for logicslab
    logicslab

    Created While loop fileread problem

    Hi dear friends, My current problem regarding inputstream value processing . I don't get the block level full value as shown in loop.I got last byte value only cipher.init(cipherMode, publicKey); …
  • Member Avatar for logicslab
    logicslab

    Began Watching While loop fileread problem

    Hi dear friends, My current problem regarding inputstream value processing . I don't get the block level full value as shown in loop.I got last byte value only cipher.init(cipherMode, publicKey); …
  • Member Avatar for logicslab
    logicslab

    Created Proxy based Security Protocols

    Dear Friends, I am Anes , doing M.Tech in Cyber Security. As part of our syllabus lab program in "Information Security Lab" we have an experiment "**Implementation of proxy based …
  • Member Avatar for logicslab
    logicslab

    Began Watching Proxy based Security Protocols

    Dear Friends, I am Anes , doing M.Tech in Cyber Security. As part of our syllabus lab program in "Information Security Lab" we have an experiment "**Implementation of proxy based …
  • Member Avatar for logicslab
    logicslab

    Replied To a Post in virtualization security

    Dear been, I need to know How Virtualization techniques for Security can be implemented . pls reply me .. Anes
  • Member Avatar for logicslab
    logicslab

    Created virtualization security

    Dear Friends, I am looking for the topic "Virtualization techniques for Security" and got 3 points 1.Isolation and Protection of hypervisor from external entities eg; Privileged management VMs 2. Recursive …
  • Member Avatar for logicslab
    logicslab

    Began Watching virtualization security

    Dear Friends, I am looking for the topic "Virtualization techniques for Security" and got 3 points 1.Isolation and Protection of hypervisor from external entities eg; Privileged management VMs 2. Recursive …
  • Member Avatar for logicslab
    logicslab

    Created How to configure S/MIME on Ubuntu with sendmail

    Dear pals, As part of educational syllabus there is a lab program for "Configuring S/MIME for email communication". We are searching a script based installation scheme for Ubuntu linux. But …
  • Member Avatar for logicslab
    logicslab

    Began Watching How to configure S/MIME on Ubuntu with sendmail

    Dear pals, As part of educational syllabus there is a lab program for "Configuring S/MIME for email communication". We are searching a script based installation scheme for Ubuntu linux. But …
  • Member Avatar for logicslab
    logicslab

    Began Watching Diffie–Hellman key exchange algorithm, can't find bug in program

    Hi I've written this small program to demonstrate the Diffie–Hellman key exchange algorithm. The desired output from the program is for most runs correct. However occasionally there are some discrepancies …
  • Member Avatar for logicslab
    logicslab

    Replied To a Post in Diffie–Hellman key exchange algorithm, can't find bug in program

    Dear Friends, I am Anes, Saw your post and program in URL : [Diffie–Hellman key exchange algorithm, can't find bug in program](http://www.daniweb.com/software-development/cpp/threads/340397/diffiehellman-key-exchange-algorithm-cant-find-bug-in-program). I got the answer , but my doubt …
  • Member Avatar for logicslab
    logicslab

    Replied To a Post in Need topic regarding "Secure multicasting"

    Dear L7,, Thanks for your big help .... dear i also found 1 more link [from wikipedia](http://en.wikipedia.org/wiki/Group_Domain_of_Interpretation) Waiting your further enhancement ... Thanks Anes
  • Member Avatar for logicslab
    logicslab

    Replied To a Post in problem on Red hat Enterprise server Virtual box Yum

    hi dear Rubber,, I don't know abt it . This copy of OS image is got from my collegue . I think Oracle linux is enough for same . Is …
  • Member Avatar for logicslab
    logicslab

    Replied To a Post in problem on Red hat Enterprise server Virtual box Yum

    Dear rubber,, I am using Redhat Enterprise Server 6.1 . please advise my problem is still exist Thanks Anes
  • Member Avatar for logicslab
    logicslab

    Replied To a Post in Need topic regarding "Secure multicasting"

    Dear L7.... I expect secure IP multicasting is enough for me . Pls provide the stuff for same Thanks Anes
  • Member Avatar for logicslab
    logicslab

    Created problem on Red hat Enterprise server Virtual box Yum

    Dear pals, I am using Virtual Box of Oracle in my Windows 7 pc for running Red Hat Enterprise server 6.1 . But When I try to install using Yum …
  • Member Avatar for logicslab
    logicslab

    Began Watching problem on Red hat Enterprise server Virtual box Yum

    Dear pals, I am using Virtual Box of Oracle in my Windows 7 pc for running Red Hat Enterprise server 6.1 . But When I try to install using Yum …
  • Member Avatar for logicslab
    logicslab

    Created Need topic regarding "Secure multicasting"

    Dear pals, I have idea regarding "Multicasting" , but not have a topic "Secure multicasting" . Please provide resource regarding same.. Thanks, Anes
  • Member Avatar for logicslab
    logicslab

    Began Watching Need topic regarding "Secure multicasting"

    Dear pals, I have idea regarding "Multicasting" , but not have a topic "Secure multicasting" . Please provide resource regarding same.. Thanks, Anes
  • Member Avatar for logicslab
    logicslab

    Created How to find large modulus on Casio fx-991 MS

    Hi pals, I am looking to find a modulus calculation using my casio fx-991 ms calculator i know how to find modulus using small numbers eg: 7 mod 3 = …
  • Member Avatar for logicslab
    logicslab

    Began Watching How to find large modulus on Casio fx-991 MS

    Hi pals, I am looking to find a modulus calculation using my casio fx-991 ms calculator i know how to find modulus using small numbers eg: 7 mod 3 = …
  • Member Avatar for logicslab
    logicslab

    Created Help need for CFS(Completely Fair Scheduler) on Linux

    Dear Friends, I am looking a syllabus topic regarding "CFS(Completely Fair Scheduler) on Linux" . Please provide a good topic content .... Anes
  • Member Avatar for logicslab
    logicslab

    Began Watching Help need for CFS(Completely Fair Scheduler) on Linux

    Dear Friends, I am looking a syllabus topic regarding "CFS(Completely Fair Scheduler) on Linux" . Please provide a good topic content .... Anes

The End.