#thecodersgig
Explore tagged Tumblr posts
thecodersgig · 4 years ago
Photo
Tumblr media
Version 2.0.3 released Install ALL IN ONE APP :ONE HUB CENTER FOR ALL APPS & GAMES Features in this release : 1)Offer Section 3)Bug fixes 4)Ui Improvements 5)More secure If you are looking for IT Solution Services You can mail us at : [email protected] Or visit our website: https://thecodersgig.com/ Don't forget to follow us on social media: Instagram:https://instagram.com/thecodersgig Facebook:https://www.facebook.com/thecodersgig/ Twitter:https://twitter.com/thecodersgig Linkedin:https://www.linkedin.com/company/codersgig Youtube:https://youtube.com/channel/UC5JUvmZGiP-XEeee3HR5qiw #javascript #tensorflow #reactjs #thecodersgig #jsdevelopment #frontenddeveloper #mongodb #es6 #nodejs #dev #fullstackdeveloper #madeinindia🇮🇳 #nainital #reactjs #nodejs #expressjs #saga #redux #thunk #api #denojs #nextjs #vscodeis_imp (at India) https://www.instagram.com/p/CUKPSdilmrs/?utm_medium=tumblr
0 notes
thecodersgig · 4 years ago
Photo
Tumblr media
How to build the perfect system ? To build a system which is not penitrable by black hat hacker and other malicious viruses. Best approach would be to do Penetration testing of the entire system . We at thecodersgig make it our top most priority to build the system which are not easily hackable and make sure every component we build is hack proof . #web #thecodersgig #bugbountyhunter #networksecurity #burp #tor #proxy #nmap #domain (at India) https://www.instagram.com/p/CMU4aIdAEqn/?igshid=mwakne8ubqqm
0 notes
thecodersgig · 4 years ago
Photo
Tumblr media
TAKE YOUR BUSINESS IDEA 💡TO ONLINE WITH OUR TECHNICAL EXPERTISE No need to worry just Dm and showcase your business to millions of potential customers Don't worry @thecodersgig team is here to help you out with any query you have Just Dm us or use any of the option below If you are looking for Tech Services You can mail us at : [email protected] Or visit our website: https://thecodersgig.com/ Don't forget to follow us on social media: Instagram:https://instagram.com/thecodersgig Facebook:https://www.facebook.com/thecodersgig/ Twitter:https://twitter.com/thecodersgig Linkedin:https://www.linkedin.com/company/codersgig Youtube:https://youtube.com/channel/UC5JUvmZGiP-XEeee3HR5qiw Just launched @thecodersgig official website : https://thecodersgig.com/ For Softwares and It Services visit our official sites Link in the description @thecodersgig #javascript #tensorflow #reactjs #thecodersgig #jsdevelopment #frontenddeveloper #mongodb #es6 #nodejs #dev #fullstackdeveloper #madeinindia🇮🇳 #nainital #reactjs #nodejs #expressjs #saga #redux #thunk #api #denojs #nextjs #vscodeis_imp (at India) https://www.instagram.com/p/CLhMsc6gwNA/?igshid=1q7ghdo2g59pl
0 notes
thecodersgig · 4 years ago
Photo
Tumblr media
Day 20) Daily Tech Related Post Everyday we will be posting some information related to Technology Today we are Covering : 16 Extremely Useful Chrome Extensions For Developers in 2021 1)Session Manager 2)Clear Cache 3)JSONView 4)Web Developer 5)Usersnap 6)Site Spider 7)Hiver 8)IE Tab 9)Wappalyzer 10)f19N Obtrusive Live Test 11)Ghostery 12)Window Resizer for Developer 13)actiTIME 14)ColorPick Eyedropper 15)Lorem Ipsum generator 16)CSSViewer Follow us and stay tuned for more content like this Share it with your friends too #frontenddeveloper #machinelearning #computerscience #html #css #javascript #coding #programming #angularjs #thecodersgig #sancoders #reactjs #vuejs #jquery #git #bootstrap #coding #docker #madeinindia #technology #ansible #kubernetes #phantom #redis #nagios #github (at Nainital The Lake City Of Uttarakhand India) https://www.instagram.com/p/CK8pdHFgI94/?igshid=1rqi7dtm4lr3c
0 notes
thecodersgig · 4 years ago
Photo
Tumblr media
Day 19: We have Started Three Ways To Solve A Problem Series: So here we will be solving one problem daily. Link to Full source code will be available in our youtube channel Problem Statement: Given an array of citations (each citation is a non-negative integer) of a researcher, write a function to compute the researcher's h-index. According to the definition of h-index on Wikipedia: "A scientist has index h if h of his/her N papers have at least h citations each, and the other N − h papers have no more than h citations each." Test case we will be using for our program will be /* Test cases Input: citations = [3,0,6,1,5] Output: 3 Explanation: [3,0,6,1,5] means the researcher has 5 papers in total and each of them had received 3, 0, 6, 1, 5 citations respectively. Since the researcher has 3 papers with at least 3 citations each and the remaining two with no more than 3 citations each, her h-index is 3. Input: citations = [2, 1, 6, 7, 5, 9, 10, 9] Output: 5 Input: citations = [4,0,3] Output: 2 */ Stay connected for more Amazing content and don't forget to subscribe our YouTube channel too #problem #algorithm #ds #arrays #graph #list #javascript #coder #maths #code #nodejs #thecodersgig #sancoders #madeinindia (at India) https://www.instagram.com/p/CK6rW7_Aynf/?igshid=1954m2zy8gm7b
0 notes
thecodersgig · 4 years ago
Photo
Tumblr media
Day 19) Daily Tech Related Post Everyday we will be posting some information related to Technology Today we are Covering : Top 10 Code Editors in 2021 1)1. Visual Studio Code by Microsoft 2)Atom 3)Sublime Text 4)Notepad++ 5)BlueFish 6)Brackets 7)CodeShare.io 8)Vim 9)Gnu Emacs 10)Spacemacs Follow us and stay tuned for more content like this Share it with your friends too #frontenddeveloper #machinelearning #computerscience #html #css #javascript #coding #programming #angularjs #thecodersgig #sancoders #reactjs #vuejs #jquery #git #bootstrap #coding #docker #madeinindia #technology #ansible #kubernetes #phantom #redis #nagios #github (at India) https://www.instagram.com/p/CK6YX2rAJw2/?igshid=19uyf5v5qs45s
0 notes
thecodersgig · 4 years ago
Photo
Tumblr media
Day 18: We have Started Three Ways To Solve A Problem Series: So here we will be solving one problem daily. Link to Full source code will be available in our youtube channel Problem Statement: You are playing the Bulls and Cows game with your friend. You write down a secret number and ask your friend to guess what the number is. When your friend makes a guess, you provide a hint with the following info: The number of "bulls", which are digits in the guess that are in the correct position. The number of "cows", which are digits in the guess that are in your secret number but are located in the wrong position. Specifically, the non-bull digits in the guess that could be rearranged such that they become bulls. Given the secret number secret and your friend's guess guess, return the hint for your friend's guess. The hint should be formatted as "xAyB", where x is the number of bulls and y is the number of cows. Note that both secret and guess may contain duplicate digits. Test case we will be using for our program will be /* Test cases Example 1: Input: secret = "1807", guess = "7810" Output: "1A3B" Explanation: Bulls are connected with a '|' and cows are underlined: "1807" | "7810" Example 2: Input: secret = "1123", guess = "0111" Output: "1A1B" Explanation: Bulls are connected with a '|' and cows are underlined: "1123" "1123" | or | "0111" "0111" Note that only one of the two unmatched 1s is counted as a cow since the non-bull digits can only be rearranged to allow one 1 to be a bull. Example 3: Input: secret = "1", guess = "0" Output: "0A0B" Example 4: Input: secret = "1", guess = "1" Output: "1A0B" */ Stay connected for more Amazing content and don't forget to subscribe our YouTube channel too #problem #algorithm #ds #arrays #graph #list #javascript #coder #maths #code #nodejs #thecodersgig #sancoders #madeinindia🇮🇳 (at India) https://www.instagram.com/p/CK4GK_WgnBj/?igshid=1egj8n0oacud6
0 notes
thecodersgig · 4 years ago
Photo
Tumblr media
Day 17) Daily Tech Related Post Everyday we will be posting some information related to Technology Today we are Covering : 7 Open Source Projects 1)Apache Cassandra 2)Tensor Flow 3)Renovate 4)Kubernetes 5)Ansible 6)Grant 7)Django Follow us and stay tuned for more content like this Share it with your friends too #frontenddeveloper #machinelearning #computerscience #html #css #javascript #coding #programming #angularjs #thecodersgig #sancoders #reactjs #vuejs #jquery #git #bootstrap #coding #docker #madeinindia #technology #ansible #kubernetes #phantom #redis #nagios #github (at India) https://www.instagram.com/p/CK0YTVUATsM/?igshid=xjgdaqw5o6
0 notes
thecodersgig · 4 years ago
Photo
Tumblr media
Day 16: We have Started Three Ways To Solve A Problem Series: So here we will be solving one problem daily. Link to Full source code will be available in our youtube channel Problem Statement: You are a professional robber planning to rob houses along a street. Each house has a certain amount of moneystashed, the only constraint stopping you from robbing each of themis that adjacent houses have security system connected and it will automatically contact the police if two adjacent houses were broken into on the same night. Given a list of non-negative integers representing the amount of money of each house, determine the maximum amount of money you can rob tonight without alerting the police. Test case we will be using for our program will be /* Test cases Example 1: Input: nums = [1,2,3,1] Output: 4 Explanation: Rob house 1 (money = 1) and then rob house 3 (money = 3). Total amount you can rob = 1 + 3 = 4. Example 2: Input: nums = [2,7,9,3,1] Output: 12 Explanation: Rob house 1 (money = 2), rob house 3 (money = 9) and rob house 5 (money = 1). Total amount you can rob = 2 + 9 + 1 = 12. */ Stay connected for more Amazing content and don't forget to subscribe our YouTube channel too #problem #algorithm #ds #arrays #graph #list #javascript #coder #maths #code #nodejs #thecodersgig #sancoders #madeinindia (at India) https://www.instagram.com/p/CKy09jWAAuT/?igshid=1nxyuf0pmwpsi
0 notes
thecodersgig · 4 years ago
Photo
Tumblr media
Day 15: We have Started Three Ways To Solve A Problem Series: So here we will be solving one problem daily. Link to Full source code will be available in our youtube channel Problem Statement: Given an m x n 2d grid map of '1's (land) and '0's (water), return the number of islands. An island is surrounded by water and is formed by connecting adjacent lands horizontally or vertically. You may assume all four edges of the grid are all surrounded by water. Test case we will be using for our program will be /* Test cases Example 1: Input: grid = [ ["1","1","1","1","0"], ["1","1","0","1","0"], ["1","1","0","0","0"], ["0","0","0","0","0"] ] Output: 1 Example 2: Input: grid = [ ["1","1","0","0","0"], ["1","1","0","0","0"], ["0","0","1","0","0"], ["0","0","0","1","1"] ] Output: 3 */ Stay connected for more Amazing content and don't forget to subscribe our YouTube channel too #problem #algorithm #ds #arrays #graph #list #javascript #coder #maths #code #nodejs #thecodersgig #sancoders #madeinindia (at India) https://www.instagram.com/p/CKwRPL1gvth/?igshid=175ymm032qx60
0 notes
thecodersgig · 4 years ago
Photo
Tumblr media
Day 14: We have Started Three Ways To Solve A Problem Series: So here we will be solving one problem daily. Link to Full source code will be available in our youtube channel Problem Statement: Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or another expression. Note: Division between two integers should truncate toward zero. The given RPN expression is always valid. That means the expression would always evaluate to a result and there won't be any divide by zero operation. Test case we will be using for our program will be /* Test cases Example 1: Input: ["2", "1", "+", "3", "*"] Output: 9 Explanation: ((2 + 1) * 3) = 9 Example 2: Input: ["4", "13", "5", "/", "+"] Output: 6 Explanation: (4 + (13 / 5)) = 6 Example 3: Input: ["10", "6", "9", "3", "+", "-11", "*", "/", "*", "17", "+", "5", "+"] Output: 22 Explanation: ((10 * (6 / ((9 + 3) * -11))) + 17) + 5 = ((10 * (6 / (12 * -11))) + 17) + 5 = ((10 * (6 / -132)) + 17) + 5 = ((10 * 0) + 17) + 5 = (0 + 17) + 5 = 17 + 5 = 22 */ Stay connected for more Amazing content and don't forget to subscribe our YouTube channel too #problem #algorithm #ds #arrays #graph #list #javascript #coder #maths #code #nodejs #thecodersgig #sancoders #madeinindia🇮🇳 (at India) https://www.instagram.com/p/CKtwCoEAZOe/?igshid=1vcligdhsmne2
0 notes
thecodersgig · 4 years ago
Photo
Tumblr media
Day 14) Daily Tech Related Post Everyday we will be posting some information related to Technology Today we are Covering : Top 10 VS Code Extensions for Software Developers 1)GitLens — Git supercharged 2)Visual Studio IntelliCode 3)vscode-database 4)tl;dr pages 5)Rainbow Brackets 6)Path Intellisense 7)Markdown Lint 8)Prettier 9)Code Runner 10)Visual Studio Code Remote — WSL Follow us and stay tuned for more content like this Share it with your friends too #frontenddeveloper #machinelearning #computerscience #html #css #javascript #coding #programming #angularjs #thecodersgig #sancoders #reactjs #vuejs #jquery #git #bootstrap #coding #docker #madeinindia #technology #ansible #kubernetes #phantom #redis #nagios #github (at India) https://www.instagram.com/p/CKss4STAILW/?igshid=1bidq13srsab5
0 notes
thecodersgig · 4 years ago
Photo
Tumblr media
Day 13: We have Started Three Ways To Solve A Problem Series: So here we will be solving one problem daily. Link to Full source code will be available in our youtube channel Problem Statement: You are given an array prices where prices[i] is the price of a given stock on the ith day. You want to maximize your profit by choosing a single day to buy one stock and choosing a different day in the future to sell that stock. Return the maximum profit you can achieve from this transaction. If you cannot achieve any profit, return 0 Test case we will be using for our program will be /*Test Case Example 1: Input: prices = [7,1,5,3,6,4] Output: 5 Explanation: Buy on day 2 (price = 1) and sell on day 5 (price = 6), profit = 6-1 = 5. Note that buying on day 2 and selling on day 1 is not allowed because you must buy before you sell. Example 2: Input: prices = [7,6,4,3,1] Output: 0 Explanation: In this case, no transactions are done and the max profit = 0. */ Stay connected for more Amazing content and don't forget to subscribe our YouTube channel too #problem #algorithm #ds #arrays #graph #list #javascript #coder #maths #code #nodejs #thecodersgig #sancoders #madeinindia🇮🇳 (at India) https://www.instagram.com/p/CKrOEMfgPWD/?igshid=f6v3sthvwve1
0 notes
thecodersgig · 4 years ago
Photo
Tumblr media
Day 13) Daily Tech Related Post Everyday we will be posting some information related to Technology Today we are Covering : Best Linux Distributions For Everyone in 2021 1. Nitrux 2. Zorin OS 3. Pop!_OS 4. Kodachi 5. Rescatux 6. Kali Linux 7. Open Media Vault 8. Porteus 9. Manjaro 10. Puppy Linux 11. Arch Linux 12. Solus 13. NethServer 14. OPNsense 15. Raspberry Pi OS 16. Ubuntu Server 17. DebianEdu/Skolelinux 18. EasyOS Follow us and stay tuned for more content like this Share it with your friends too #frontenddeveloper #machinelearning #computerscience #html #css #javascript #coding #programming #angularjs #thecodersgig #sancoders #reactjs #vuejs #jquery #git #bootstrap #coding #docker #madeinindia #technology #ansible #kubernetes #phantom #redis #nagios #github (at India) https://www.instagram.com/p/CKqHOz1ANpq/?igshid=2ynu5gd2nj7
0 notes
thecodersgig · 4 years ago
Photo
Tumblr media
Day 12) Daily Tech Related Post Everyday we will be posting some information related to Technology Today we are Covering : Top 10 Programming Languages to Learn In 2021 1)Python 2)JavaScript 3)Java 4)C++ 5)GoLang 6)C# 7)SQL 8)Dart 9)R 10)PHP Follow us and stay tuned for more content like this Share it with your friends too #frontenddeveloper #machinelearning #computerscience #html #css #javascript #coding #programming #angularjs #thecodersgig #sancoders #reactjs #vuejs #jquery #git #bootstrap #coding #docker #madeinindia #technology #ansible #kubernetes #phantom #redis #nagios #github (at India) https://www.instagram.com/p/CKnsN3lgH-u/?igshid=1iks9d7wzqa8l
0 notes
thecodersgig · 4 years ago
Photo
Tumblr media
Day 11: We have Started Three Ways To Solve A Problem Series: So here we will be solving one problem daily. Link to Full source code will be available in our youtube channel . @thecodersgig So today problem statement is : A robot is located at the top-left corner of a m x n grid The robot can only move either down or right at any point in time. The robot is trying to reach the bottom-right corner of the grid How many possible unique paths are there? Example:: input: m = 3 n =7 output = 28 Test case we will be using for our program will be /* Test case: 1) input: m = 3 n =7 output = 28 2) input: m = 3 n = 2 output = 3 3) input: m = 7 n = 3 output = 28 4) input: m = 3 n = 3 output = 6 */ Stay connected for more Amazing content and don't forget to subscribe our YouTube channel too #problem #algorithm #ds #arrays #graph #list #javascript #coder #maths #code #nodejs #thecodersgig #sancoders #madeinindia🇮🇳 (at India) https://www.instagram.com/p/CKl9kwGjDJE/?igshid=q3sof4gx3m1x
0 notes