₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,073 members, 8,420,171 topics. Date: Thursday, 04 June 2026 at 12:47 PM

Toggle theme

CodeHouse's Posts

Nairaland ForumCodeHouse's ProfileCodeHouse's Posts

1 2 3 4 5 6 7 8 ... 16 17 18 19 20 21 22 23 24 (of 31 pages)

Christianity EtcRe: I Have Cursed God by CodeHouse: 10:36am On Oct 17, 2014
frustratedman:
I called and called upon his name no changes in my situation. I am running out of patience with this dumb imaginary God whom I grew up serving without getting anything in return. He is a failure and he derives joy in our pains and challenges. It shall never be well with God huh
I thought you wanted to kill yourself the other time? Mr man you are a lazy man, stop adding more to your sorrows
Jokes EtcRe: Funny Pics(made In Naija by CodeHouse: 10:14am On Oct 17, 2014
Ɨƚɑ., Ɨƚɑ., Ɨƚɑ., @ all the pics
Nairaland GeneralRe: My Friend Was Duped by CodeHouse: 3:30am On Oct 17, 2014
If it is all true, then I feel your pain
Tech JobsRe: Fuel Station Software by CodeHouse(op):
Sibrah:
Please stop saying '' hello Nairalanders, i was just checking through my old archive. It makes it sound like one app you lifted from one bottomless open source repository
Sorry if it hurts you and saying my old archive doesn't not mean old from the bottomless pit as you comprehend it, if I have 500GB hardrive this minute and upgrade to 1TB, does it not render the 500GB old? This very minute?

I see your point anyway, thanks
Tech JobsRe: Fuel Station Software by CodeHouse(op): 12:17pm On Oct 16, 2014
Sibrah:
I read thru but couldn't put my finger on what this app does exactly. Can it match fuel volume dispensed with cash remitted? What do i tell clients it will do for them in the first place? If you show up and say it will manage their account they tell you they are already doing that.
Of course it will match fuel volume dispensed with cash remitted.

During installation, initial pump readings are taken and mapped. Pumps above are connected to Tanks below. Initial tank readings are also mapped.

Closing stock of today, automatically becomes the opening stock for tomorrow, the app calculates the sales automatically. Users can't enter data in all the fields as the crucial aspect is automated by the app.

Tank and pump readings would be monitored by the app, thereby curbing theft. All other calculations related to fuel sales would be done automatically.

It will also monitor fuel returned to tank, gives you a graphical representation of what the state of the content in the tank is, price of fuel can be adjusted from the admin panel, etc

I personally worked with a personel manager assigned to me by one oga at the top from TOTAL to design this automation process.
Tech JobsFuel Station Software by CodeHouse(op):
Hello All.. I designed this software early last year.

It is a fuel station stock and account management software with security features that will favour fuel station owners (not the managers and workers) as it helps to curb fuel and money theft.

It works on TOTAL standard and can be used to manage multiple stations with minimum use of internet (for sending reports only to multiple stations, if need be)

It has an admin module where you can setup the appliction and customize it for clients.

It comes with a serial key app for you as the owner of the software to determine the length of period you want the application to expire on user's PC, thereby controlling the use of the app, e.g 15 days, 30 days, 1 year or full version..say you want to bill your client on a yearly basis, then you generate a 1 year serial key and if you want to sell it out in perpetuity, then you generate a full version serial key during the setup of the software.

It has the ability to generate custom reports, like crystal report and has a custom mail client to send these reports with attachments.

It has a module for staff management and monthly payroll. Daily office expense can also be monitored.

I am willing to transfer ownership of this software to any serious marketer. Check my signature for my contact so as to discuss price. As the new owner, you have the full right to sell this software to any fuel station at your own price.

(Email, whatsapp or BBM only as I can't answer the phone now)

Science/TechnologyRe: Buy A Truck Of Dangote Cement @ Rate Of Six Hundred Thasaund Naria 08132437616 by CodeHouse: 7:32am On Oct 15, 2014
I'm sure he meant a truck of cement, not the truck
PhonesRe: Save A Bro Frm Being Duped. Is He For Real. See Our Chat Screenshots (+PIC by CodeHouse: 4:52pm On Oct 14, 2014
It is what it is - Scam! Every idio.t knows
ProgrammingRe: Any Assembly Language Programmer Here? by CodeHouse: 3:09pm On Oct 14, 2014
Javanian:
I know exactly what Inc does. The issue is that in the code nothing is assigned to bx before it is incremented but yet the code still works.
I expected it to run when I saw your code, assume it to be default increament on the 32-bit register since the syntax for inc is:

INC operand
Thesame way INC [Count] will run to cause increament in the count variable
ProgrammingRe: Any Assembly Language Programmer Here? by CodeHouse: 2:47pm On Oct 14, 2014
Javanian:

nodata segment
db ?
nodata ends
text segment
assume cs:text, ds:nodata
mov ax, seg nodata
mov ds, ax
inc bx
mov cx, bx
push bx


This is a code snippet culled from a program. I didn't paste the complete code. Please at line 9, what is the value of bx before and after 'inc bx' is called? Does it mean the bx register is given some default value by the operating system or is it by the programmer?
From my rusty knowledge of AL, The inc instruction will increase any operand by 1..depending on if you got the complete code or not where bx register was assigned a value somewhere
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 4:53am On Oct 14, 2014
1stdami:
ho sorry i dint know that was what u were referring to i only knew it has "xml file "
Check my signature for my email and send the files to me
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 10:50pm On Oct 13, 2014
1stdami:
yes that is what i use also its the index.html file that i av been editing
Exactly my point earlier I told you to check your downloaded file to see if there are other files that shares relationship with the index and when I downloaded the layla.rar file, there are just two files in it, layla.html and img folder...no xml file, nothing else
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 10:35pm On Oct 13, 2014
1stdami:
this is the template in the 1st attach

the second is a screen shot of the place i tink the problem is
From the linkyou provided, there is no other file except the index.html amd img folder, I can only work with what you have
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 10:25pm On Oct 13, 2014
Ok show me
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 10:22pm On Oct 13, 2014
Alright firstly, it has nothing to do with github and secondly, I believe I've edited the footer as you descibed.

Show me a screen shot of what it looks like now
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 9:57pm On Oct 13, 2014
1stdami:
i just want it empty
Uffff! Alright, alright, here you go
Index.html without footer info (why would you want to do that)
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 9:52pm On Oct 13, 2014
I've sent you the file already you seem not to respond almost real time, hoping that nairaland will implement chat feature some day.

Click on the the file in the post above to download it
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 9:50pm On Oct 13, 2014
Here is the edited html file
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 9:45pm On Oct 13, 2014
Just to be sure, in the rar file, you have the documentation folder in which you have an index.html file, right? And it is the index.htlml file you intend to edit the copyright info and link?

Note: refresh you device or pc every 10 seconds to get my reply
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 9:37pm On Oct 13, 2014
Done, so what do you want to write in place of Sora Template and the link?
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 9:31pm On Oct 13, 2014
I asked you earier if you could send me the link but you didn't until now..I will download it and checkit out for ya
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 9:25pm On Oct 13, 2014
Do u know how to use github?
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 9:20pm On Oct 13, 2014
Go and paste your code somwhere I can view from here
Tech JobsRe: Any Good Freelance Java Programmer Available ? by CodeHouse: 7:19pm On Oct 13, 2014
What is the task?
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 3:12pm On Oct 13, 2014
Aren't you suppose to be able to edit it through your bloggerr control panel or something?
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 3:09pm On Oct 13, 2014
I didn't see any thing at the footer..check through allthe associated file that came with your download and check for any relationship, what you want to do can't be difficult.

Send me a link to download the file so as to check myself or do you have a remote desktop connection so I can edit it directly for you on your PC, with that I can view your computer from here and see exactly what you are doing.
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 12:17pm On Oct 13, 2014
Send me a link, let me check it out
AgricultureRe: I Dont Know Why People Likes This Website So Much. by CodeHouse: 12:07pm On Oct 13, 2014
I checked your site and immediately closed it..your colours, layout and content isn't friendly. It looks babish, you can still improve it, use web-friendly colours and seriously work on your site.

#MyHonestOpinion
ProgrammingRe: Help : Editing A Html Template by CodeHouse: 11:51am On Oct 13, 2014
Is it a one-page site? I thought you said you have it downloaded on your PC? What are you using to edit?

Stop clicking on the link while attempting to edit it,you could just highlight and delete it or use click on the line where the code is and then use your keyboard arrow key to navigate your way down to the link and backspace all.
ProgrammingRe: Help : Editing A Html Template by CodeHouse:
Remove the <href> tag that links to the author's website, or replace with your own link if you want to direct it to your site

E.g

<div class="copyright">Powered by <a href="http://www.defaultsite.com/">Author</a> </div>
Change to something like this:
<div class="copyright">Powered by <a href="http://www.yoursite.com/">YourName</a> </div>
Or
<div class="copyright">Powered by <a>YourName</a> </div> or something
ProgrammingRe: Can I Be A Programmer?.. by CodeHouse: 7:32pm On Oct 12, 2014
No, you can't angry



































Sure, you can cheesy

Check this link www.nairaland.com/1147325/want-learn-programming-which-language

You are actually in the best position to answer your question. I ask you, Do you want to be a programmer?
ProgrammingRe: Programming advice by CodeHouse: 1:37pm On Oct 12, 2014
asalimpo:
op, see a doctor. This is wat happens wen u sleep and ur body wakes up but ur brain is still snoring.

Or better still, meet som1 with very dry palms to land u a dirty therapeutic slap to wake your brain outta its slumber.
Hahaha

1 2 3 4 5 6 7 8 ... 16 17 18 19 20 21 22 23 24 (of 31 pages)