Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,194,061 members, 7,953,201 topics. Date: Thursday, 19 September 2024 at 12:23 PM

Nsimageorge's Posts

Nairaland Forum / Nsimageorge's Profile / Nsimageorge's Posts

(1) (2) (of 2 pages)

Sports / Re: Manchester City Banned From UEFA Club Competitions For 2 Seasons & Fined €30m by nsimageorge(m): 8:01pm On Feb 14, 2020
So what do FTC get??

8 Likes 4 Shares

Sports / Re: BREAKING NEWS: Manchester City Hit With UEFA Ban for Two Seasons, Fined £25m!!! by nsimageorge(m): 7:41pm On Feb 14, 2020
I was here before this hit the front page...
Programming / Re: Software Developer Wanted by nsimageorge(m): 4:07pm On Jan 10, 2018
Its kinda funny how people are bashing a salary post.
An employer is telling the public what he or she wants to offer an employee and you are talking about too small? Please don't discourage people from trying out opportunities.

2 Likes

Programming / Re: Offers NG : Introducing the Markeplace for Everyone by nsimageorge(m): 9:19pm On Oct 12, 2017
Nice UI.

1 Like

Programming / Re: Help Needed . New To Programming Js by nsimageorge(m): 5:40pm On Oct 08, 2017
excanny:
<script>
var firstName = "John"; // First name
var lastName = "Doe"; // Last name



//concanate(add) both names
var myFullName = firstName + lastName;



//Store Tony's name in variable
var tonysName = "Tony";




// Compare the length of your name vs Tony's

if(myFullName.length > tonysName.length)
{
document.write("My name is longer than Tony's);
}
else
if(myFullName.length == tonysName.length)
{
document.write("Both names are equal in length" );
}
else
{
document.write("My name is shorter than Tony's" );
}

</script>


I think it would be more appropriate to use console.log rather than document.write. Its a JS assignment not a Web assignment.

var firstName = "John"; // First name
var lastName = "Doe"; // Last name
//concanate(add) both names
var myFullName = firstName + lastName;
//Store Tony's name in variable
var tonysName = "Tony";
// Compare the length of your name vs Tony's
if(myFullName.length > tonysName.length)
{
console.log("My name is longer than Tony's" );
}
else
if(myFullName.length == tonysName.length)
{
console.log("Both names are equal in length" );
}
else
{
console.log("My name is shorter than Tony's" );
}
Programming / Re: Please Help Review Or Criticize School Management SDOSMS New Version 1.5 by nsimageorge(m): 4:35pm On Oct 05, 2017
And fix the console errors.
Programming / Re: Please Help Review Or Criticize School Management SDOSMS New Version 1.5 by nsimageorge(m): 4:33pm On Oct 05, 2017
I'd say minimize on the four circle js loading animation. Make it smaller... Or make the animation less conspicous.
Programming / Re: Please Help Review Or Criticize School Management SDOSMS New Version 1.5 by nsimageorge(m): 4:28pm On Oct 05, 2017
Lovely... Very lovely.
I see some serious js coding.
Programming / Re: Any Programmer Tutor In Abakalikk, Ebonyi State by nsimageorge(m): 9:21am On Sep 29, 2017
Don't know for Abakiliki, but there are places in Enugu though.
Knowvees Nigeria and Larisoft are the ones that I can readily mention.
Programming / Re: Simple Algorithm Exercise by nsimageorge(m): 8:50pm On Sep 26, 2017
frankg1:


run it here https://www.codewars.com/kata/directions-reduction/train/javascript.

that is where i got the question from
Okay, I see my mistake

function dirReduc(arr){
var string = arr.join( '' );
var wrongMatch = /NORTHSOUTH|SOUTHNORTH|EASTWEST|WESTEAST/;
while(wrongMatch.test(string)) {
string = string.replace(wrongMatch, '');
}
return string.match(/NORTH|SOUTH|EAST|WEST/g) || [];
}
Programming / Re: Simple Algorithm Exercise by nsimageorge(m): 7:52pm On Sep 26, 2017
frankg1:


Your code didnt pass it... sorry

https://codepen.io/nsimageorge/pen/VMpeVB

This is my solution on code pen...
How did it not pass??
Programming / Re: I Need The Help Of An Android Developer In Owerri by nsimageorge(m): 3:22pm On Sep 25, 2017
xamuel17:
Good day friends, I have this present challenge. it's 2 weeks to my final year project defense and project topic is on andriod application development for computer science learning.. I am supposed to design an Android app

What do you need help with?
Programming / Re: Simple Algorithm Exercise by nsimageorge(m): 10:02pm On Sep 24, 2017
Using JavaScript

function dirReduc(arr){
var string = arr.join( " " );
var wrongMatch = /NORTHSOUTH|SOUTHNORTH|EASTWEST|WESTEAST/;
while(wrongMatch.test(string)) {
string = string.replace(wrongMatch, '');
}
return string.match(/NORTH|SOUTH|EAST|WEST/) || [];
}
Programming / Re: Active Github by nsimageorge(m): 7:38am On Sep 23, 2017
frudokafor:

Respond to the pm pls
I have replied.
Programming / Re: Where Are All My Trolls Gone Too? by nsimageorge(m): 9:21pm On Sep 22, 2017
Is there an opening for intending members?? grin grin grin
Programming / Re: I Have A Very Import Question On Python Syntax by nsimageorge(m): 8:40pm On Sep 22, 2017
What python version is installed on your local machine?
Programming / Re: Challenge For Javascript Beginners/intermidiate by nsimageorge(m): 8:38pm On Sep 22, 2017
Jaddo19:

Try it out

It didn't work. Except you are testing your code in a non-popular environment.
To the best of my knowledge, the javascript console can be accessed only through the console object.

1 Like

Programming / Re: Challenge For Javascript Beginners/intermidiate by nsimageorge(m): 8:19pm On Sep 22, 2017
Jaddo19:
Solution to challenge 3:
 function print(x){
return x;
}
let add=2+2;
Print(add);

This function would not write on the console.
Programming / Re: Active Github by nsimageorge(m): 8:12pm On Sep 22, 2017
frudokafor:
Can you send your username to me as soon as possible so I can have a look
https://github.com/nsima
Programming / Re: How Much Do Web Developers Earn In Nigeria? by nsimageorge(m): 8:08pm On Sep 22, 2017
Web development is greatly undermined in Nigeria.

Everybody thinks that web development is basically just downloading templates and affixing php or python functionalities however they like.

Full stack developers earn between 150 to 350. Unrefined web developers earn little. If you want to enroll for a six months web development course make sure you put your nose to the grindstone and work like hell. Stay hungry for the web knowledge and you'll earn the right amount. It is definitely worth it.

And while learning I'd suggest you get a good grasp of JavaScript... There is a whole lot about that language... smiley smiley Wish you success...

3 Likes 1 Share

Programming / Re: Challenge For Javascript Beginners/intermidiate by nsimageorge(m): 7:59pm On Sep 22, 2017
Jaddo19:
Lemme drop this simple one so beginners can participate.
.
Challenge 3.

Write a function that works just like console.log

Sigh!! How else do you want to write on js console without the console object
There is no other way to get a function that works just like console.log without referring to the console object.

Please post the answer, maybe I might be wrong, I am willing to learn something new...
Programming / Re: Computer Studies Notebook App by nsimageorge(m): 10:16pm On Sep 19, 2017
MicroFuse:
Got some more free lynda.com account to give out, jst quote me with your mail address if interested
georgensima@gmail.com
Programming / Re: Challenge For Javascript Beginners/intermidiate by nsimageorge(m): 6:38pm On Sep 17, 2017
Jaddo19:
Challenge 2.
LOOPING A TRIANGLE
write a loop that makes 7 calls to console.log to output the following
#
##
###
####
#####
######
#######

var x;
for (x = "#"; x.length <= 7; x += "#" )
console.log(x);
Programming / Re: What Programming Language Do I Need To Create App by nsimageorge(m): 5:45pm On Sep 17, 2017
TheKingIsHere:
To all the mobile app gurus, please what programming language do I need to create an app?
I have knowledge in html, CSS, javascript and sql.

But I have been having this feeling of creating my own app which I can put later on Google Play Store.

Please I need your help.

I think if you have knowledge of HTML, CSS, and JavaScript, then you should jump on Ionic and Cordova.
It would be really worth it. You can get a functional application in less than a month.

If you decide to jump on Java for Android, you may still be stuck with UI in the first month.

Thank me later.
Programming / Re: Programming In The South East by nsimageorge(m): 9:39pm On Jun 30, 2017
kanayoNickel:
halo. I stay in Anambra.
Nice to meet you Kanayo. So are you a programmer? Whats your language?
Programming / Programming In The South East by nsimageorge(m): 3:54pm On Jun 30, 2017
My main reason for starting this thread is to create awareness for tech in the South East. I mean, the most advancing tech city in the East is Enugu but sometimes it doesn't look it. If there is anyway we could organize a tech meetup for programmers so people would know that there is something going on in the east. There was once a Google Developers Group but they died as quickly as they started.
My name is George and I work for a startup(Larisoft Nigeria), I wouldn't mind getting to know some other techpreneurs and tech enthusiast in the east.
Programming / Re: Javascript In Pidgin!!! by nsimageorge(m): 10:58am On Jun 16, 2017
Your idea is rather interestingl... But I would have to discourage you...

Please read this:
https://www.quora.com/How-important-is-English-to-programmers

and this:
http://www.hanselman.com/blog/DoYouHaveToKnowEnglishToBeAProgrammer.aspx

Teaching programming in pidgin when every programmer speaks english(at least moderately) is really not that sublime. When I saw the post I was expecting to see Javascript syntax in pidgin(Now that's more sublime, stupid however but sublime)

1 Like

Programming / Re: Hello PHP Dev, If You're To Dump PHP What Language Will You Adopt? by nsimageorge(m): 4:39am On Jun 14, 2017
For me it would be something totally not web dependent. Maybe Go. But why would anyone dump PHP?
Programming / Re: Hello PHP Dev, If You're To Dump PHP What Language Will You Adopt? by nsimageorge(m): 4:31am On Jun 14, 2017
DanielTheGeek:


Thumbs up and goodluck (You'd need it).

I see what you did there... grin grin

1 Like

Programming / Re: Best Way To Separate HTML And PHP? by nsimageorge(m): 1:16am On Jun 13, 2017
NerdyFullo:


Sorry, I'll try to update the question and be as clear as possible.

Some examples here:

$username = "Welcome to my world"; (php)
<div>{HOW TO DISPLAY HERE $username? without using <? ?> if possible}*</div>(html)

// Maybe something like this

<div> {{ username }} </div> (I hope you could understand me)




No, my question is near to "How can I separate processing from output". {I hope I'm making sense here}


Now your question is very logical. What you need is JavaScript data binding.
I hope this helps.

(1) (2) (of 2 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 40
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.