₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,327,399 members, 8,430,792 topics. Date: Sunday, 21 June 2026 at 07:24 AM

Toggle theme

Eaimiesylv's Posts

Nairaland ForumEaimiesylv's ProfileEaimiesylv's Posts

1 (of 1 pages)

ProgrammingRe: Leetcode Help by eaimiesylv(m):
chukwuebuka65:
Try to study and understand the code first.Where is your ListNode class? So u dont know the “new list node(0)” is instance of a class called list node which might be an implementation of a linked list. So where is the class?
I actually copied the code. What I am saying is that for the exact code to run on leetcode and not run on an ide is something else. This same code is working without listnode class being define on leetcode that is why I was asking.


However Tensa comment has helped to clarify me
tensazangetsu20:
It is not defined because you haven't created the linked list data structure. You are running it outside leetcode which gives you the data structure defined.
.

ProgrammingRe: Leetcode Help by eaimiesylv(m): 10:40am On Aug 23, 2022
tensazangetsu20:
It is not defined because you haven't created the linked list data structure. You are running it outside leetcode which gives you the data structure defined.
Thank you
ProgrammingRe: Why Are Backend Developers Paid More Than Frontend Developers? by eaimiesylv(m): 3:37pm On Jan 19, 2021
Front end is beyond data presentation or simply designing of nice interface. Font end can be complex if for example it has to process data from an api, renders it and send it back to the api or another api. That does not mean it is difficult or more easier. The complexity depends on the project at hand and where the business logic lies. Why some may claim it is wrong for the business logic to be handle by the front end, I doubt if there is any professional reason why it should not because there are times where you don't even have access to the server at the first instance
ProgrammingHow I started by eaimiesylv(op):
HTML, css, php, JavaScript, Vue, Laravel
ProgrammingRe: I Need Help Integrating Paystack by eaimiesylv(m):
infoeag:
After the User is done with payment process on Paystack (successful or not) the call back url is the url user will be redirect to. On this page you might want to display success or fail message depending on the status of transaction.

The charge.success is an event you might want to listen for, this is useful if you have other operations that need to be complete for a successful transaction.

For verify transaction: let's say your website give access to some paid content, after payment you will want to verify if that particular transaction is valid by comparing the payment ref on your local db with reference on Paystack, If the transaction is successful, if the right amount was paid etc
onpoint
ProgrammingRe: Result Management Software by eaimiesylv(op): 8:25pm On Apr 25, 2018
it is web base
ProgrammingResult Management Software by eaimiesylv(op):
RESULT MANAGEMENT SOFTWARE
This is a web base app that process students result by accepting their assessment
Feature
You can create session
Automatically moves students to next class
You can demote student
You can view student details
ProgrammingRe: Networking And Marketing Software Needed by eaimiesylv(m):
it's something i can do if the job is still available.
ProgrammingRe: Please Guys Help Me With This C++ Program Exam Question. It's Urgent. by eaimiesylv(m):
these may not be the best answer but just a tip


1a properties are the variables in a method while method are the function use to manipulate these variables. for instance you could have a function that sum two numbers. the two numbers are the variable also known as properties while the function that actually performs the addition is known as method....function add(){x+y}

2b: event take place whenever a user interacts with you program.it could be a simple click on a checkbox,mouse over, key press etc. while event handlers capture the action and triggers an appropriate response. a simple event could be something like a tick on a checkbox while the handler could disable the submit button once the event is performed

3b: conceptualize a class as a collection of things and an object as part of the things also as instance of a class. an object is part of a class while a class is the container or house of an object also known as the blueprint of an object.
WebmastersRe: Design An E_commerce Site by eaimiesylv(m):
i currently working on one
ProgrammingRe: Paystack Integration by eaimiesylv(m):
i can help you.

1 (of 1 pages)