Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. root
    3. Topics
    • Profile
    • Following 27
    • Followers 23
    • Topics 14
    • Posts 724
    • Best 182
    • Controversial 1
    • Groups 4

    Topics created by root

    • root

      The Next 100x Crypto Meme Gem
      Crypto • cryptocurrency ethereum peipei 100x • • root

      1
      0
      Votes
      1
      Posts
      233
      Views

      No one has replied

    • root

      LocalAI: A drop-in replacement for OpenAI
      Artificial Intelligence • ai localai gpt4all chatgpt • • root

      1
      0
      Votes
      1
      Posts
      452
      Views

      No one has replied

    • root

      How to fix $supabase does not exist on type in NUXTJS
      Front-End Development • nuxtjs vue vuejs typescript • • root

      3
      0
      Votes
      3
      Posts
      337
      Views

      root

      @nubelle Thanks man it works

    • root

      Secure Your Laravel Website: A Guide on How to Force Redirect HTTP to HTTPS for Better SEO
      Laravel Framework • laravel php https redirect middleware • • root

      1
      0
      Votes
      1
      Posts
      229
      Views

      No one has replied

    • root

      How to Fix "nvm not found" Error in MacOS
      Mac OSX • bash macos nvm nodejs zsh • • root

      1
      0
      Votes
      1
      Posts
      382
      Views

      No one has replied

    • root

      How to Flush DNS on Mac – MacOS Clear DNS Cache
      Mac OSX • clear dns cache command macos apple • • root

      1
      0
      Votes
      1
      Posts
      197
      Views

      No one has replied

    • root

      TPM Device is not Detected in Dell Inspiron 3000
      General Discussion • dell bios tpm inspiron 3000 • • root

      1
      0
      Votes
      1
      Posts
      560
      Views

      No one has replied

    • root

      LankaDevelopers Core Update
      Announcements • update lankadevelopers • • root

      1
      2
      Votes
      1
      Posts
      303
      Views

      No one has replied

    • root

      What's your programming language ?
      Comments & Feedback • programming languages software development web development • • root

      14
      3
      Votes
      14
      Posts
      1287
      Views

      isuru mahesh perera

      @root yep :blush:

    • root

      Get Lat and Lon of all location that are withing 1km radius of my current location through MySQL
      Back-End Development • mysql database sql • • root

      3
      1
      Votes
      3
      Posts
      670
      Views

      root

      @dev_lak

      Wow. it's working

    • root

      What are the best cpanel alternatives (free)?
      Linux • linux cpanel hosting • • root

      5
      0
      Votes
      5
      Posts
      962
      Views

      root

      @b6 ok bro i'll see that

    • root

      The best Linux distro in 2018 (#1 in distrowatch.com)
      Linux • linux arch desktop os • • root

      20
      3
      Votes
      20
      Posts
      4037
      Views

      crxssrazr93

      @sudo said in The best Linux distro in 2018 (#1 in distrowatch.com):

      @crxssrazr93 i don't know man. I know few people who switched directly from windows to manjaro. But i agree a normie might not be able to do that.

      Exactly. I switched from Windows to Arch Linux back in the day too but the linux community kept pushing me back because I didn't know how to troubleshoot and fix or approach most problems that may arise if you use Arch. I use Manjaro extensively. Everyone was like "Arch is not for you, get a more user friendly os instead blah blah." Thank god I didn't give up but I did learn alot though it was a real sh*tstorm at the beginning. 10/10 would do it again.

    • root

      Linux Commands For Developers
      Linux • linux commands ubunu centos redhat • • root

      8
      8
      Votes
      8
      Posts
      1775
      Views

      isuru mahesh perera

      thanx <3

    • root

      PHP Logic problem
      Back-End Development • php • • root

      4
      1
      Votes
      4
      Posts
      1174
      Views

      isuru mahesh perera

      <?php $permissions = ['create_user', 'create_post','edit_post', 'delete_post', 'edit_user', 'delete_user']; $permission_categories = []; foreach ($permissions as $value) { $name = explode("_", $value); # hasn't key if(!array_key_exists($name[1], $permission_categories)){ $permission_categories[$name[1]] = []; } $permission_categories[$name[1]][] = $name[0]; } print_r($permission_categories);
    • 1 / 1