Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,198,270 members, 7,967,657 topics. Date: Sunday, 06 October 2024 at 02:46 AM

Bassie's Posts

Nairaland Forum / Bassie's Profile / Bassie's Posts

(1) (2) (3) (of 3 pages)

Programming / Re: Tech Guys Help Me Understand Git by Bassie(m): 1:09pm On Jul 15, 2016
Hi @FrankLampard,

git pull origin master - would get the updates from the master branch(Assuming that's the "branch" you two are working on) unto the local repository

As an unrelated addition,

If you would love to check first if a branch you tracking is ahead or behind your local repository,

git remote update
git status -uno

Hope it helps

1 Like 1 Share

Programming / Re: (SOLVED) How To Delete *this* In Debian Linux (pic Included) by Bassie(m): 12:28pm On Nov 11, 2014
In addition to all that has been suggested, You can do
dpkg -l
That should show you the Packages you have installed with some description. Once you spot the Package, you can remove it -
sudo apt-get remove PACKAGE_NAME
Programming / Re: How Do You Browse The Net On Linux Or Unix? by Bassie(m): 9:20am On Jul 28, 2014
@asalimpo, what Linux distro do you use. Assuming it's Debian Based, you can use the network manager to create a "Mobile Broadband" Connection.Little Directions attached. No "Hacking" would be needed.

Programming / Re: Processing Games And Tangible User Interface by Bassie(m): 6:31pm On Jun 19, 2013
@pc_guru So glad to hear that , Congratulations. it seems your Youtube Video is private so i cant view it.
Programming / Re: Processing Games And Tangible User Interface by Bassie(m): 9:13am On Mar 19, 2013
It's Wonderful. Well Done. If you can, you could make it collaborative - having two baskets with the second one controlled by a second player, with the winner of the game being the one with most fruit picks.
Wishing you all the best though
Programming / Re: Processing Games And Tangible User Interface by Bassie(m): 9:44am On Mar 13, 2013
pc guru: @bassie wanna ask for some advice,am suppose to create fruits falling and baskets catch them, i have 2 options handle that logic myself or use the fisica library, not sure which to take. because i will also render splitscreen for 2 players.

Im not too sure on which approach to adopt. Didn't use the fisica library - but the examples on their site look interesting. If fisica seems an overkill for your task, you could implement it yourself.The fewer dependencies, the better. Wishing you the very best. As another tip, your Lecturers would give you a better grade if your game explores some(if not all) concept(s) of the RBI framework.
Programming / Re: Processing Games And Tangible User Interface by Bassie(m): 7:42pm On Mar 06, 2013
@pc_guru, Nay Problem. Lovely Design by the way.With a wild guess, that's PDE 1.5 you using?, i would advice that you check what PDE environment runs the Table top you would be testing on(my guess is that it might be 1.2), so you dont have some custom methods that are not backward compatible with PDE 1.2( or what ever Demo Env your lecturer would have). There are other walkarounds to this, but avoiding this scenario is usually the best.
Programming / Re: Processing Games And Tangible User Interface by Bassie(m): 7:15am On Mar 06, 2013
pc guru: @Bassie have you heard of TUIO "Tangible User Interface Object" i'm thinking of implementing that too to this structure

Yea, they are Processing Libraries(i think there are about two), that provide a "bridge" between the Processing Language and reactvision.
Programming / Re: Processing Games And Tangible User Interface by Bassie(m): 4:09pm On Mar 04, 2013
@pc_guru, i hope you are back to speed now?
Programming / Re: Processing Games And Tangible User Interface by Bassie(m): 11:58am On Mar 02, 2013
Hi, been there, done that - a long time ago(Recreated Super Mario). There arent any "Framework" as such, infact Processing can be seen as a Framework - with Just a bunch of extra classes added on top of the Standard Java Classes.There are however tons of Other Frameworks implemented in other Languages(Kivy - built on python), but this Coursework has to be implemented with a Java Framework(unless things have changed now) and processing seems to be the best(and probably the only) Java Framework that has classes for that.
This is what i did,You can modify my approach to suit you. Your Base class should contain only methods required to "start" the game up, like init(),setup(),draw(). Then every other Utility Method should be Placed in a Different Class with methods definition accepting Objects of your main class.For Instance, in your Fruit Case, methods that control movement of the fruit should be in another class.

About a boiler plate BB, i might still have one somewhere, would check.
I hope i have been able to help. Wishing you all the best. Holla Back, if stuck!
Jokes Etc / Crazy Mail Purportedly From The "FBI" by Bassie(m): 2:45pm On Jun 29, 2012
Pardon me if most of us have already seen it. Got this mail Today with subject "READ THE ATTACHED FBI OFFICIAL NOTICE AND COMPLY IMMEDIATELY IF YOU DON'T WANT US TO ARREST YOU AND JAIL YOU", attached is the contents. A very few give this great nation of ours a bad name. Whoever wrote it really needs to have his head checked and thanks for atleast making me laugh

Fashion / Re: Anyone For Glasses? by Bassie(m): 10:31pm On Oct 31, 2011
Just one side lined thought,in as much as we all should have our eye pressures checked once in two year, If you short sighted, please make it more frequent. There's a greater risk of Glaucoma with Short sighted blacks than their contemporaries.
Programming / Re: Java Vs PHP: Which Has The Brightest Future? by Bassie(m): 8:54am On Sep 06, 2011
@Op
Both
Programming / Re: Programming With Netbeans by Bassie(m): 1:46pm On Mar 24, 2010
http://netbeans.org/kb/ Would be of Help!
Programming / Re: Save Me From Javac Compiler by Bassie(m): 4:29pm On Oct 08, 2009
You Welcomed!
Programming / Re: Save Me From Javac Compiler by Bassie(m): 7:38am On Oct 08, 2009
Programming / Re: Moving On To J2EE by Bassie(m): 5:22pm On Dec 16, 2008
@bigboyslim

How's Your delve into J2EE going? More Grease ~
Programming / Re: Moving On To J2EE by Bassie(m): 11:30am On Dec 12, 2008
logica:

how accomplished are those people making the discouraging comments? there-in, you will find your answer.

best answer!, Enterprise Java has been mystified Purely due to Ignorance. For books, Google could be of help, better still if you've got an FTP acct, i could upload some for you!After a While,Explore some Enterprise Frameworks! Welcome to Enterprise!
Programming / Re: Java Rules,who Thinks Otherwise? by Bassie(m): 6:12pm On Nov 25, 2008
And it goes On!
Programming / Re: My Fellow Java Programmers Might Like This,its Not A Main Class Though by Bassie(m): 6:09pm On Nov 25, 2008
And the Essence of the Post was ?
Programming / Re: I Want To Become A Good Systems Programmer Before I Graduate by Bassie(m): 4:16pm On Oct 19, 2008
and have a nice time(s) Coding!
Programming / Re: Help I Need To Test My Java Application On My Laptop by Bassie(m): 4:10pm On Oct 19, 2008
In Addition,
www.naijadukes.net might help with further questions on the Java Tech.
Programming / Re: Join A Software Army? by Bassie(m): 12:45pm On Sep 08, 2008
@mojojojo

Rightly Spoken!
Programming / Re: Javapos Documentation by Bassie(m): 7:50pm On Sep 04, 2008
Software/Programmer Market / Re: Superb Banking Software For Microfinance Banks by Bassie(m): 8:31am On Aug 28, 2008
@kpac
A web presence might help you showcase your applications, dont you think so?
Programming / Re: Java Beginner by Bassie(m): 6:51am On Aug 27, 2008
www.naijadukes.net should help - a forum dedicated to Java techs!
Software/Programmer Market / Re: I Need A Programmer Who Can Teach Me Programming by Bassie(m): 7:34am On Aug 24, 2008
indeed naijadukes.net is ur Java home Online.

@ poster
By the way, welcome to the Java world where the only imposible thing is thinking impossible.
Computers / Re: Vista Issues With Oracle 10g by Bassie(m): 7:27am On Aug 24, 2008
There's a Work around to intall Oracle 10g on Vista, but chances are that it's behaviour would be totally unpredictable, working at one time perfectly and at another time messing up totally.As Options,why dont you try downgrading your OS or get the oracle 10G update for Vista. Of my two options, i think the former will be the best to take.
Programming / Re: What's Happening Here? by Bassie(m): 4:02pm On Aug 11, 2008
Bad things happen to Good People. Most Importantly, lessons have to be learnt and i guess have been learnt - that which is totally secured is "non-existent"!
Programming / Re: Jand - Java Nigerian Group Launches Web Forum! by Bassie(m): 5:30pm On Jul 29, 2008
if you do Java, get involved in JAND.So glad it's finally up!.
Programming / Re: Join A Software Army? by Bassie(m): 10:27am On Jul 13, 2008
With no recent word from the author of this thread(Lordbenax),i think he has probably gone into another "hibernation" session.
Programming / Re: Java Server Pages (jsp) Or Java Server Face(jsf Which Path To Trend? ? ? ? by Bassie(m): 1:35pm On Jun 11, 2008
Understand JSF real well and you will appreciate it's importance  as a Developer on the Java Platform

(1) (2) (3) (of 3 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. 32
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.