Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,194,515 members, 7,954,962 topics. Date: Saturday, 21 September 2024 at 01:14 PM

Blenyo11's Posts

Nairaland Forum / Blenyo11's Profile / Blenyo11's Posts

(1) (2) (3) (4) (5) (6) (7) (8) (9) (of 9 pages)

Jobs/Vacancies / Frer TRX Airdrop by blenyo11(m): 9:45am On Dec 19, 2020
� Tron round 2 Airdrop launched in Telegram �

� 257,400,00 JST tokens R2 Airdrop �

� Get free JUST(JST) tokens in bot

Claim Now�
/JSTAirdropBot?start=1394997446
Software/Programmer Market / Re: Junior/mid Level C# Developer Needed For Urgent Task by blenyo11(m): 8:48pm On Nov 17, 2018
I smells something
wink
Programming / Review My Programming Language - SIMPLE PROGRAMMING Language by blenyo11(m): 4:05am On Mar 12, 2018

-------- ---------- ---- ---- ------- ------ ------------------
--------------- ------ ------- ------- ------------- ------ ------------------
----- ----- ------ -------- -------- ----------------- ------ ------------------
----- ---- ------ ---------- ---------- -------- ------- ------ ------
----- ------ ----------- ------------ ------ ------- ------ ------
----- ------ ------------------------ -------- ------- ------ ------
----- ------ ------ ------ ---------------- ------ ------
----- ------ ------ ------ ------------- ------ ------------------
----- ------ ------ ------ ------ ------ ------------------
----- ------ ------ ------ ------ ------ ------------------
----- ------ ------ ------ ------ ------ ------
----- ------ ------ ------ ------ ------ ------
----- ------ ------ ------ ------ ------ ------
----- ------ ------ ------ ------ ------ ------
----- ------ ------ ------ ------ ------ ------
------ ------ ------ ------ ------ ------ -------------------- ------------------
----------------- ------ ------ ------ ------ -------------------- ------------------
--------- ---------- ------ ------ ------ -------------------- ------------------


I have been working on this since July, 2017 to see how things works under the hook.
Now that I have a the basics of every programming language, i feel like sharing and getting the input of the gurus in the house
Who knows - this may be one of the first production ready Nigerian Programming Language

You can download the interpreter https://drive.google.com/file/d/1WWv2DD7Dwb4Rj4GHDhgIGG4bLsSdg5gb/view?usp=sharing

The source code is written in golang. You can contribute on github
https://github.com/ademuanthony/simple

EXAMPLES

printLn("Please enter the principal" ) ;

var p = parseInt(readLn());

printLn("Please enter the interest rate" );
var r = parseInt(readLn());

printLn("Please enter the time" );
var t = parseInt(readLn());

var simepleInterest = fn(p, t, r) {
return (p*t*r)/100
}

var i = simepleInterest(p, t, r);

print("The interest is ", i);

printLn("Thanks" ) ;


var factorial = fn(n){
if(n == 1){
n
}else{
n * factorial(n-1)
}
}

printLn("The factorial of", 20, "is", factorial(20));


var reduce = fn(arr, initial, f){
var iter = fn(arr, result){
if (len(arr) == 0) {
result
} else {
iter(rest(arr), f(result, first(arr)));
}
};
iter(arr, initial);
};

var sum = fn(arr){
reduce(arr, 0, fn(initial, el) { initial + el });
};

println(sum([1, 2, 3, 4, 5]));
Software/Programmer Market / Re: New Site For Freelance Creators by blenyo11(m): 1:29am On Jan 08, 2018
Cool site. But I think you should look into the commission. The percentage, in my opinion, should decrease with increase in the amount and there should be a cap. But the reverse is the case on the platform
Programming / Re: Ruby Vs Go by blenyo11(m): 9:48am On Jan 02, 2018
Just go for Go
Programming / What Is The URL For Jumia Seller Centre API by blenyo11(m): 5:14pm On Oct 05, 2017
Good day to you all
Please I need the URL for Jumia API
I have seen their doc at https://sellerapi.sellercenter.net/docs/
but I don't the API URL.
Please help
Programming / Re: 5$ Per Hour Programmering Job With Blockchain Technology Knowledge by blenyo11(m): 3:57pm On Jul 23, 2017
Golang
08035146243
Software/Programmer Market / Asp.net MVC Developer Need by blenyo11(m): 1:56pm On Jul 11, 2016
An ASP.NET MVC developer who uses C# and is good with the facebook graph API is needed for a facebook web app project.
Please Contact 08035146243
Programming / Phalcon Developer Needed For A Project by blenyo11(m): 3:36pm On Jul 05, 2016
I am working on a project with phalcon php framework. I need someone to join me as time is not on my side. The pay is good. Contact 08035146243
Programming / Re: Money Generator Software,real And Tested by blenyo11(m): 3:58pm On Jul 03, 2016
<<<<<<<<<<<<<<<<<!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!>>>>>>>>>>>>>>>>>>
Programming / Re: Php Quiz Application With Radio Button And Checkbox (jquery And Php/sql) by blenyo11(m): 11:27am On Jul 02, 2016
Web or native app
Programming / Re: Sakososms.com Help Me Test-drive It by blenyo11(m): 11:26am On Jul 02, 2016
Nice user interface. You have to provide login details for a demo account son one can check what you are having on the inside
Software/Programmer Market / WPF Developer Needed by blenyo11(m): 8:01am On Jun 25, 2016
An experienced C#/WPF developer needed for a job.
Please call 07053332881
Jobs/Vacancies / Re: 2016 Nigerian Police Recruitment Form - All Required Documents - A Must Read! by blenyo11(m): 1:55pm On May 25, 2016
can someone please show me a sample of the police recruitment 2016 printout?
thanks.
Programming / Re: Tools You Must Have To Start Programming In Nigeria by blenyo11(m): 2:34pm On May 23, 2016
mexzony:

dude i can tell you its really good. am using it as i type as as usual PHCN is no where to be found..
i would not have bought it if it was not good at all.
to get it a guy here on nairaland sells it. i can give you his info if you need it.
at the end of the day the choice is yours.
cheers.
Okay
The contact please
Programming / Re: Tools You Must Have To Start Programming In Nigeria by blenyo11(m): 1:30pm On May 23, 2016
mexzony:
I can't emphasize on the extra power source.for me phcn almost made me frustrated so had to go and get a power full back up.
Had to purchase this power bank.
Massive 200000mah.
It helps me now and I can program all day.
PHCN is bleeped up.

How good is this backup
And how can I get one
Programming / Re: Devs: Here Is A Free Idea For You by blenyo11(m): 3:33pm On Apr 16, 2016
Its cool
Programming / Re: My New C# Open Source App Prevents Laptop Background Data Consumption On Windows by blenyo11(m): 9:07am On Apr 14, 2016
This is a nice one My Oga. But please reconsider the name as fast as possible as I want to see this app on millions of machine
Software/Programmer Market / Re: Urgent!!!app Developer Needed. by blenyo11(m): 2:12pm On Apr 13, 2016
08035146243
Programming / Re: Looking For An ASP.NET 5/angular2 Developer To Build A School Management System by blenyo11(m): 6:38pm On Apr 06, 2016
pcguru1:


Angular 2 , this has to be a big lie.

AngularJs and not angular 2 as the project is two years old now

Thanks all the same
Big Lie dectector
Programming / Re: Looking For An ASP.NET 5/angular2 Developer To Build A School Management System by blenyo11(m): 10:52pm On Apr 05, 2016
KoolPitt:
Looking for an ASP.NET 5/Angular2 developer to build a school management system
I already use the same technology to build a school management solution that is hosted at
http://www.glosmas.com/portal [I can give you login details if you want]
I can do the same for you
07053332881
Software/Programmer Market / Re: An Online Account Management Script In Php/mysql by blenyo11(m): 5:33pm On Apr 05, 2016
I can build it for you
07053332881
Programming / Re: An Online Account Management Script Needed by blenyo11(m): 5:31pm On Apr 05, 2016
I can do it for you.
07053332881
Programming / Re: Programming Competition: Search Engine Task. Rewards up for grabs. by blenyo11(m): 10:24am On Mar 24, 2016
@dhtml18 and everybody. I have gotten my reward
Thanks to all for the encouragement
Programming / Re: Programming Competition: Search Engine Task. Rewards up for grabs. by blenyo11(m): 11:36am On Mar 22, 2016
Okay
dhtml18:
I am sorry for the break in transmission.

I am here jare, sorry dudes, been on the street hustling. The winners shall be awarded by wednesday evening (2 nights from now).

Meanwhile, for all those that competed in this tournament, I am interested in having your profiles e.g.

Name - Anthony (dhtml18):
Location - Lagos
Platforms - websites, mobile apps, desktop apps
Languages - html (novice), javascript (intermediate), php (great), python (expert)
Frameworks - codigniter, cakephp
IDEs - Visual studio, Android Studio, Eclipse
Phone - 03442344 (whatsapp)
Email - support (at) Nairaland (dot) com

Send it to me by email to support (at) Nairaland (dot) com
Programming / Re: Programming Competition: Search Engine Task. Rewards up for grabs. by blenyo11(m): 6:31pm On Mar 21, 2016
@DanielTheGeek @dhtml18
? ? ?
Programming / Re: Wants To Connect To A Locally Hosted Website From Another Computer by blenyo11(m): 3:54pm On Mar 17, 2016
The two computers has to be connected over LAN and you should be able to ping one from the other using the name or an assigned IP
If the above conditions are met then typing the same IP in the browser should take u to the site
Programming / Re: Hotel Booking Portal by blenyo11(m): 11:49am On Mar 17, 2016
I can do it and can deliver on time
Here is a HR system I just finished for a client
http://bluehrm.ademuanthony.com/
07053332881
Programming / Re: Programming Competition: Search Engine Task. Rewards up for grabs. by blenyo11(m): 5:19pm On Mar 14, 2016
dhtml18:
Interesting, but why is it that only one person is contacting me? am i meant to award only one person?

I was not able to send a mail directly because NL restriction.
I have started following you. you may have to follow back so I can send the message.

Thanks Sir
Programming / Re: I Want To Hire A Beginner Who Is Willing To Learn New Skills by blenyo11(m): 9:48am On Mar 14, 2016
lastjob:
Season developers are hard to find on Nairaland. The reality is that most of them are not even paying attention to these kinds of posts because they are busy working on something else. So i have given up on trying to find them here. I noticed there are alot of beginners however who are trying to improve their skills so they can get jobs too and make some money. So i am willing to work with individuals with little or no experience in programming but they must have the drive to learn and advance quickly.

I am a senior web and mobile app developer based in the US looking to create a small development team in Nigeria. The team will focus on developing hybrid apps for several Nigerian startups. You will learn and work remotely. You will have complete guidance throughout the entire projects. The minimum requirement is a knowledge of basic HTML & CSS (A plus if you know HTML5, LESS, SASS)

Project Phases
Stage 1. You will learn how write object oriented programs in JavaScript (Great advantage if you already know this)
Stage 2. You will learn how to work with ionic framework for developing hybrid mobile apps (Great advantage if you already know this)
Stage 3. You will work on several small projects to expose you to real life problems
Stage 4. Based on how you do with these projects you may or may not qualify to join the development team
(You can skip these phases if you already have these skills and request for an interview instead)

I did not put an email here intentionally because i want to have an open conversation with you if you are interested. Hoping to hear from you guys. Thanks

UPDATE

I have prepared a questionnaire. Please request for questionnaire by responding with your email. You can also add me on NL and send me a message requesting for questionnaire. I will be contacting you personally after you complete the questionnaire.

Email: blenyo11@gmail.com
I have gone pass stage 1 to 3 of the requirement
If you can forward the questionnaire

1 Like

Programming / Re: Programming Competition: Search Engine Task. Rewards up for grabs. by blenyo11(m): 8:28pm On Mar 13, 2016
dhtml18:
Interesting, but why is it that only one person is contacting me? am i meant to award only one person?

Sunday things
Just came online
Have sent a mail

Many thanks to the judges

We are all learning and I hope we will all get better

1 Like

Programming / Re: Programming Competition: Search Engine Task. Rewards up for grabs. by blenyo11(m): 8:58pm On Mar 12, 2016
The composition did not asked us to separate the target site. I is supposed to be a crawler for searching NL programming section and stactover flow. But in my search result you will see source wihich is eaither NL or stackoverflow

1 Like

(1) (2) (3) (4) (5) (6) (7) (8) (9) (of 9 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.