₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,426 members, 8,445,431 topics. Date: Wednesday, 15 July 2026 at 04:10 AM

Toggle theme

Lekropasky's Posts

Nairaland ForumLekropasky's ProfileLekropasky's Posts

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

ProgrammingRe: Android Studio Things - Gradle Build In 3 Seconds by lekropasky(m): 6:36pm On May 18, 2016
Na true Oh. The thing is too slow, escpecially if you are using a 2GB Ram Laptop
ProgrammingRe: PHP Code To Insert And Retrieve Images From Mysql Server by lekropasky(m): 6:29pm On May 18, 2016
try This.........
<?php

mysql_connect("localhost", "your username", "your password"wink;
mysql_select_db("your_db_name"wink;

//get post Request
$image = $_POST['image'];
$image_name = $_FILES['imagename']['name'];
$image_path = "http://www.yoursitename.com/root/images".$image_name.".png";

$query = "INSERT INTO images(image_url) VALUES($image_path)";
if( move_uploaded_file($image_name, $image_path))
{
$result = mysql_query($query);
if($result)
{
echo "Image Uploaded Sucessfully";
}else{
echo "Error Inserting Into database";
}
}else{
echo "Error Inserting Image Into File System";
exit;
}
?>
ProgrammingRe: My Just Completed Android E-voting App by lekropasky(op): 9:39pm On May 11, 2016
Of Course. It does
ProgrammingRe: My Just Completed Android E-voting App by lekropasky(op): 9:47pm On May 04, 2016
Thanks you'll
ProgrammingRe: My Just Completed Android E-voting App by lekropasky(op): 10:44am On May 04, 2016
ok....I will post a web service tutorial very soon.
ProgrammingRe: My Just Completed Android E-voting App by lekropasky(op): 8:56pm On May 03, 2016
Am Sorry, I cannot give you the source code.
ProgrammingRe: My Just Completed Android E-voting App by lekropasky(op): 6:22am On May 03, 2016
Guy, I dont need to drop my phone number. Ask me whatever you wanna know here. I promise am gonna help you. Thanks
ProgrammingRe: My Just Completed Android E-voting App by lekropasky(op): 6:42am On Apr 23, 2016
Thanks. Bros....
ProgrammingRe: My Just Completed Android E-voting App by lekropasky(op): 5:25am On Apr 23, 2016
The Backend Was Implemented In PHP and Mysql Server
ProgrammingRe: My Just Completed Android E-voting App by lekropasky(op): 5:23am On Apr 23, 2016
More Screenshot....

ProgrammingMy Just Completed Android E-voting App by lekropasky(op): 5:18am On Apr 23, 2016
We Had A Software Exhibition in my school recently, and this is the software i presented, Though i didnt not win But i know its a good start.
am in 200Level In the Department of Computer Science And Engineering, LAUTECH.

ProgrammingRe: Computer Science/programming Challenging Questions by lekropasky(m): 8:12pm On Mar 01, 2016
asalimpo:
In java.
 
int a,b,c; b=1; a=1; c = Integer.parseInt(scanner.read()); //scanner is instance of //java.util.Scanner while(a<10) { b*=a; a++; if(a==c) break; }
I think to provide the solution. We have to know the value of c.
ProgrammingRe: How Do I Create A Java App That Works With A Relational Database? by lekropasky(m): 7:51pm On Feb 22, 2016
If you plan to develop a Desktop application, i guess you should try and research about Databases that support Embedded Driver such as Java DB. For if you use Mysql your database can only be accessed through an internet server which i think might not be suitable for a standalone Desktop Application. So, it solely depends on the type of the application you want to develop. And if you need guideline to how you'll perform database manipulations, Google is your friend. If you are using Java, then search for ''Java JDBC tutorial''. This should get you On....

Happy Coding.
ProgrammingRe: How Do I Create A Java App That Works With A Relational Database? by lekropasky(m): 1:36pm On Feb 22, 2016
Make you question Clearer. I might be able to help.
ProgrammingI Need Serious Help On My Java Program by lekropasky(op): 6:17pm On Feb 03, 2016
I just completed a Java project that uses Apache Derby Database as Back-End. I used Embedded server for the Database Connection so as to let it run independent of any Network Server. Now, my problem is this....

The program works very fine on my Computer. But when I installed and run it on Another Computer, all the functions are working perfectly except the database driven aspect(Insert, update and select and so on).
I have tested it on Linux, and Windows, the problem persist.

Now, I think the Database needs to locate it file directories to make the connection possible. And the directories( my database address) that I used to connect the database is not on the Client's Computer.

So, I want someone to teach me how to embed the database files with the application package so that all the database files will be packaged as .exe file with the Application.

NB:
I used Netbeans IDE for the whole development.

Thanks.
ProgrammingRe: Please. I'm New To Programming. How Do I Start Learning It And Where? by lekropasky(m): 10:16pm On Jan 23, 2016
Firstly, You"ll have to choose the aspect you wanna Learn.

Web Design/Development
Software Development.

If You are Going into Web/Design/Dev, I'll Advice you to learn JAvascript Then move to PHP.

But, If you are going into Software Dev, Try And Learn Java.

https://www.google.com.ng/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwiL042h7cDKAhXIvRoKHeSFC00QFggbMAA&url=http%3A%2F%2Fwww.ebooksbucket.com%2Fuploads%2Fitprogramming%2Fjava%2FIntroduction_to_Java%2520Programming_Comprehensive_Version.pdf&usg=AFQjCNF2iGgD1Afrzq3A_Pk_ax1sO16FEw&sig2=wV_nf_DngCpvCbLsGsMAFQ


Use The link Above to download a comprehensive Tutotrial On Java.

Happy COding
Nairaland GeneralPlease Enter And Share You Experience. by lekropasky(op): 12:17am On Jan 09, 2016
Have You ever wondered why people suffer on their First visit to a Particular province. Its actually something very frustrating if You have ever experienced this. Imagine, Just got to this Town, wanted an Electrician to come and fix stuffs for me, couldn't find One, anyway, am Going back to my foreign land ASAP because i cannot cope with such a bad way of Living_____Someone making this statement and i was like, "What is she sayinghuh", However big forums like this are made to solve this kinda purzzle outta our mind.

So Guys, Has it ever happened to You?
Have You been Stranded Before? Like You have the money, but You got no one showing up for service in a new PLACE.
If You have Experienced this_______

Share, And Lets Learn!!!

WebmastersRe: Java Gurus In The House. Please Help.... by lekropasky(op): 5:18pm On Dec 17, 2015
No....
please give me some lists
WebmastersJava Gurus In The House. Please Help.... by lekropasky(op): 8:07am On Dec 17, 2015
GoodDay Programmers.

I am trying to implement a stand-alone CBT application using Java. I have been able to do more of the task. But, my problem is, i want to create a Database(OR Maybe an Array) that will hold my questions and the options for each questions( four Options ) which i dont know how to do. I believe Java/Mysql/JDBC Gurus here will lead me through, if only i can get the Login to solve the Problem, i'll be happy.

Thanks In Advance.
ProgrammingRe: I Need The Help Of Java Gurus In The House. Please Enter.... by lekropasky(op): 8:47am On Dec 16, 2015
Thanks Bro... Really Love your contribution....it helps alot...@proxy.
ProgrammingI Need The Help Of Java Gurus In The House. Please Enter.... by lekropasky(op): 7:25pm On Dec 15, 2015
GoodDay Programmers.

I am trying to implement a stand-alone CBT application using Java. I have been able to do more of the task. But, my problem is, i want to create a Database(OR Maybe an Array) that will hold my questions and the options for each questions( four Options ) which i dont know how to do. I believe Java/Mysql Gurus here will lead me through, if only i can get the Login to solve the Problem, i'll be happy.

Thanks In Advance.
WebmastersRe: I Need Help On How To Use The Div Tag by lekropasky(m): 8:11am On Oct 23, 2015
My advice for you is to go and search for videos that teaches Div on YouTube. That's definitely where you can truly understand how the div tag works. Go to YouTube. Search everywhere. I promise it will help you.
ProgrammingRe: Programming Books by lekropasky(m): 10:27am On Oct 07, 2015
Which language?
I'll advice you to search the Web very well before purchasing any ebook online. Because nearly all the books you might be searching for are free online.
you can try...
www.it-ebook.info
ProgrammingRe: Where Can I Get An Android App That Runs Java Codrs by lekropasky(op): 11:17am On Oct 06, 2015
Thanks to you all.
Am goina download the app
ProgrammingWhere Can I Get An Android App That Runs Java Codrs by lekropasky(op): 7:54am On Oct 06, 2015
Hi Nairalanders. I want someone to give me the name of the Android app that can run Java codes.
ProgrammingRe: Please Gurus Help A Java Beginner. by lekropasky(m): 6:53am On Sep 23, 2015
I'll advice you to go and download Java, how to program 9th edition by Dietel and Dietel. The book covers all aspect of Java and uses real world problems as examples. And also very good and brainstorming questions at the end of each chapter.
ProgrammingRe: In Need Of Programmers by lekropasky(m): 9:14pm On Sep 22, 2015
Oh_adigun@yahoo.com
07035452307
ProgrammingI Want To Learn Microcontroller. by lekropasky(op): 9:45pm On Sep 06, 2015
Good day Programmers.
I am a computer Engineering Student. And i really want to learn about microcontroller and embedded systems. I will be glad if anyone can recommend a book/tutorial for me to get started.

Thanks.
WebmastersI Need A Cheap Hosting Company. by lekropasky(op): 7:31am On Sep 04, 2015
I want to create a Blog. And i need a very cheap hosting company i can host my Blog on. Can someone pls recommend a perfect one for me.

Thanks.
ProgrammingRe: Start Making Living By Making Cool Things With Microcontroller And Led by lekropasky(m): 8:55pm On Aug 27, 2015
Please Bro... Can you tellme how i can learn how to use these microcontrollers?
AgricultureRe: Cultivating Cucumber - A Blog by lekropasky(m): 12:17pm On Aug 27, 2015
HeLLo Bros...
I want to cultivate Water Melon, and i have already make the ridges, but i have some few questions.
- what spacing should i use, how wide should one by from another?
-do i need to stake it like the cucummber?
-how do i control the weeds when they starts to show up?

Thanks in Anticipation.
Science/TechnologyRe: Electronics Circuit Design From Concept To Implementation by lekropasky(m): 11:58am On Aug 27, 2015
guassian:
Yea, you can get. just search "embedded system for beginners pdf" on google it will bring out many result for you.
thanks Bro.

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