Urchrlex's Posts
Nairaland Forum › Urchrlex's Profile › Urchrlex's Posts
abrahambest:My brother learn Modern PHP frameworks. like Laravel, symfony, etc; The world of building an app today is for easy interchanging of data using API. You have to build an app that you can share you data securely with the world. If the owner of this nairaland built his app that way he would have been one of the top tech social sites. |
Bizmagnet:Post the right answer Bro. If you want it the way you stated then contact me because u will PAY some dollars! ![]() |
urchrlex:Similar to a question Microsoft gave me last year at their interview. Omo, I not fit do am until the time expired. Question: If A=1, B=2, C= 3, ..., Z=26. Write a program (Javascript) that returns every word whose sum equals to 100. The truth of the matter is writing algorithm in a timed test may not be best to access Programmers because atimes you may need to think and think before you get the problemm solved which time may not permit.[/quote]const characode = function(words){ const letters = {"A":"1","B":"2","C":3, " ":4,"E":"5","F":"6","G":"7","H":"8","I":"9","J":"10","K":"11","L":"12","M":"13","N":"14","O":"15","P":"16","Q":"17","R":"18","S":"19","T":"20", "U":"21","V":"22","W":"23","X":"24","Y":"25","Z":"26"}; var mat = letters[words]; return mat; } function sumwords(word){ var words = word.toUpperCase(); var sum = 0; sum += 0; for(var i = 0; i < words.length; i++) { var fo = parseFloat(characode(words[i])); sum += fo; } if(sum == 100){ return word; }else{ return "The sum of the word is not 100"; } } var mywords ="apple" console.log(sumwords(mywords)); |
Bizmagnet:const characode = function(words){ const letters = {"A":"1","B":"2","C":3, " ":4,"E":"5","F":"6","G":"7","H":"8","I":"9","J":"10","K":"11","L":"12","M":"13","N":"14","O":"15","P":"16","Q":"17","R":"18","S":"19","T":"20", "U":"21","V":"22","W":"23","X":"24","Y":"25","Z":"26"}; var mat = letters[words]; return mat; } function sumwords(word){ var words = word.toUpperCase(); var sum = 0; sum += 0; for(var i = 0; i < words.length; i++) { var fo = parseFloat(characode(words[i])); sum += fo; } return sum; } var mywords ="apple" console.log(sumwords(mywords)); |
jelel6:The logic question is incorrct with outcome they want for(var i=1; i<101; i++){ var tr = "", fi ="", no="", bo=""; if(i % 3 == 0 && i % 5 != 0){ tr = "Fizz"; } if(i % 5 == 0 && i % 3 != 0){ fi = "Buzz"; } if(i % 5 == 0 && i % 3 == 0){ bo = "FizzBuzz"; } if(i % 5 != 0 && i % 3 != 0){ no = i; } console.log(no +tr + fi + bo); } |
urchrlex:1 2 Fizz 4 Buzz Fizz 7 8 Fizz Buzz 11 Fizz 13 14 FizzFizzBuzz 16 17 Fizz 19 Buzz Fizz 22 23 Fizz Buzz 26 Fizz 28 29 FizzFizzBuzz 31 32 Fizz 34 Buzz Fizz 37 38 Fizz Buzz 41 Fizz 43 44 FizzFizzBuzz 46 47 Fizz 49 Buzz Fizz 52 53 Fizz Buzz 56 Fizz 58 59 FizzFizzBuzz 61 62 Fizz 64 Buzz Fizz 67 68 Fizz Buzz 71 Fizz 73 74 FizzFizzBuzz 76 77 Fizz 79 Buzz Fizz 82 83 Fizz Buzz 86 Fizz 88 89 FizzFizzBuzz 91 92 Fizz 94 Buzz Fizz 97 98 Fizz Buzz |
jelel6:Point of correction; This is a very simple logic question not algorithm; Think of it like an Engineer to on and off 100 bulbs for(var i=1; i<101; i++){ var tr = "", fi ="", no=""; if(i % 3 == 0){ tr = "Fizz"; } if(i % 5 == 0 && i % 3 != 0){ fi = "Buzz"; } if(i % 5 != 0 && i % 3 != 0){ no = i; } console.log(no +tr + fi); } Console.log is an api in node not Javascript. for the second part; for(var i=1; i<101; i++){ var tr = "", fi ="", no="", bo=""; if(i % 3 == 0){ tr = "Fizz"; } if(i % 5 == 0 && i % 3 != 0){ fi = "Buzz"; } if(i % 5 == 0 && i % 3 == 0){ bo = "FizzBuzz"; } if(i % 5 != 0 && i % 3 != 0){ no = i; } console.log(no +tr + fi + bo); } |
Requirements: 1. React Js ......80%, 2. Redux ......80%, 3. React-Redux ......80%, 4. React-Native ......80%, 5. HTML5 ......80%, 6. Bootstrap3/4 ......80%, 7. CSS ......80%, 8. PHP ......50% . Pls Call 08083215768. |
Jklue007: |
How much can you pay |
Am back. Please can someone tell me that graph is not important in programming. X and Y axis. Well if you are a php developer you might not understand this now until u move to other programming languages. Games and mobile app development have a lot to do with X and Y axis. If you don't understand mathematics how then can you derive a function of x And y . Ie movement of X with respect to Y. I have been working on a banking application. The loaning process es was explained to me so I 've to derive a function to calculate the monthly repayment, penalties, I would have loved to post the formula here but for security reasons I won't. My fellow programmers the same w ay water is for germination so is mathematics to programming . |
Keep looking at the Code. It will work one day. Or simply write it on paper burn it and drink the water. It gonna work. U need a free programmer. Go train ur villager s and give them the job to do for you. This Guy has the got to insult me . God will judge you. |
Pls Explain ur needs very well . ICT is like half of the whole world. Pls state the technologies u wanna learn and someone will help you. |
For every good software developer. Mathematics remains the key to success. Starting from the plan. Most people don't know that software's have plan. Even ordinary blog should a well designed plan. Flowchart, database structure and wireframe. |
Very Soon I foresee Robot taking over teaching profession. |
Stop jumping from one language to another. thinking that one pays higher or easier than the other. Be good in one and use it to solve as many problems as possible. Starting from desktop, mobile, and web. Don't wait for problem to come create problem for it. If u can't create any problem . Try this one. Building a web robot that will use the web cam to monitor candidate during online exams. If you need more contact me |
With python u can build apk and IOS applications. As simple as it sounds. Some people will be asking is it going to be native or hybrid. It is a Native app. It's not only for web applications, U can build games too. Most people can't even differentiate between native and hybrid. Let me make it simple for you to understand. A Native application can access all the hardware components of a device. WiFi, camera, fingers print, gallery, radio, .... Etc while hybrid cannot. Call for more info |
If your problem is complex and challenging, If you can pay the fees then consult me . If it's just simple database manipulation or integration of a vendor package I am not interested.08156903069 |
https://repl.it/@UchennaIhe/OverjoyedYawningMonitors https://repl.it/@UchennaIhe/OverjoyedYawningMonitors-12 Open this link you will see two python files there run them there. |
osarenomaspecial:My friend am talking about programming not web programming. Building Softwares like Windows, PS games, embedded systems... Follow this topic you will enjoy this topic. |
Main Discussion. You must know that the easiest way to solve programming problem is to first transform or translate it into mathematics problem. In mathematics we have a topic called SET. Most database problems are solved with SET theory. We have things like: Elements, Union, complement , e t c.... Relating your programming problem to mathematics makes it easier to understand and solve..... To Continue... |
Pls for the young guys aspiring to be good programmer s. Note the following. 1. Programming is not web design. 2. Strong knowledge of Advanced Mathematics is mandatory. 3. You must always think outside the box. 4. You must always appreciate errors. 5. Always believe in yourself 6. Appreciate the work of others . And learn from their style of coding. 7. Many roads lead to heaven but you must always look for the shortest road. I e shortest solution to a problem. 8. You must give your life to God and coding. Coding will be your hobby,girlfriend,boyfriend, . 9. ......To continue |
Your question is not well explained. Just read up how to manipulate arrays . You will appreciate arrays if u know matrix in mathematics. For more info you can consult me on 08156903069 |
s as simple as ABCD . It's just like a maths problem that has many solutions but all gives you the same answer. X = a, X =b,X=c,X=d; You want to substitute the value of X =a . To all the functions. Solve it then call me I will tell you how to solve it .You can use simple IF condition to solve it or declare them in you database. Call me :08156903069 |
More Features; Subscription Plans, Social media Platform |
Admin Login credentials Password and username call |
More Features; Multi level Marketing, upto 5th Generation. Referral system |
If You need any Web app to automate your business processes call too. We design at a Very Cheap price |
This wep app is a for sale if you are interested call: 08153920070, www.mylifechanger.com.ng Features; Email Notifications Currency Converter Blog Management Super Admin to Manage other area Admin For more info call: 08153920070 |
which language and the framework! Is it MVC |
You are a fooling urself......... U re looking for someone to use and not pay abi |
enshi:Pls send me the past questions. urchihe@gmail.com |
