Programming › Re: If Programming Languages Were Religions... by stack1(m): 8:10pm On Apr 16, 2017 |
Raychux23: COBOL would be Ancient Paganism - There was once a time when it ruled over a vast region and was important, but nowadays it's almost dead, for the good of us all. Although many were scarred by the rituals demanded by its deities, there are some who insist on keeping it alive even today. Dont be suprised there are still millions of lines of COBOL code still been maintained in coporate business software sector |
Programming › Re: If Programming Languages Were Religions... by stack1(m): 8:08pm On Apr 16, 2017 |
Perl made me laff the hardest, though i like perl |
Programming › Re: If Programming Languages Were Religions... by stack1(m): 8:07pm On Apr 16, 2017 |
Mehn after a lon, boring, broke-ass easter, this made my day, thanks OP  |
Programming › Re: Lets Start A Real Web-deveopment Course Here Html+css+javascript+php+mysql by stack1(op): 1:06pm On Apr 16, 2017 |
Yeah i could start a whatsapp group but it would be subscription based any intrested persons should DM me 08171457253 |
Car Talk › Re: 10 Chevrolet Facts You Should Know by stack1(m): 10:55am On Apr 15, 2017 |
Their Camaro, and Suv's are always on point |
Technology Market › Re: new 2TB & 4TB external hdd fully LOADED™ with exciting contents **DAILY UPDATE** by stack1(m): 10:44am On Apr 15, 2017 |
Hmmm mehn i like your persistence tho, Lol I go contact u soon |
Programming › Re: Lets Start A Real Web-deveopment Course Here Html+css+javascript+php+mysql by stack1(op): 4:52pm On Apr 14, 2017 |
Hi all long time sorry i couldnt keep up, Time/Resource constraint, for those learning via this thread the only honest option for me would be to monetize, else this just has to die out, lemme hear your opinions |
Programming › Re: Lets Learn C by stack1(op): 4:50pm On Apr 14, 2017 |
Hey folks, aplologies here, but its seems its time i'll have to pull the plug on this, cant cope with my timeline and needed resources, except i'll have to moneytize it. So if anyone is intrested contact me, it could still be here or elsewhere |
Programming › Re: Looking For A Full-stack Developer by stack1(m): 4:40pm On Apr 14, 2017 |
Sent u a mail |
Programming › Re: Please Help Fix My XSLT File by stack1(m): 6:21pm On Apr 12, 2017 |
liliian: I tried but it wasn't working, that is why i removed it and just put what i did to be corrected here.
yes i want to tranSform it to XHTML. see the xslt tutorials on w3cschools they have some very descriptive examples on xslt->xhtml |
Programming › Re: Please Help Fix My XSLT File by stack1(m): 6:49pm On Apr 11, 2017 |
Woe e don tey, i did anything xslt related, but i dont see any style rules being specified since u say u want fonts/colors etc, Are you transforming to HTML/XHML. But then after defining your apply-templates nodes, then in the template node urself i can only see u extracting values of nodes with value-of, nothing related to style here |
|
|
|
|
Fashion › Website Deal by stack1(op): 10:34am On Apr 07, 2017 |
Get your own custom designed business website for just N70,000, limited time offer call/whatsapp 08171457253 |
Properties › Website Deal by stack1(op): 10:28am On Apr 07, 2017 |
Get your own business website @ N70,000 only, limited time offer call/whatsapp 08171457253 |
Programming › Re: Frontend Devloper/designer Needed by stack1(m): 6:33pm On Apr 04, 2017 |
s.stackng@gmail.com |
Programming › Re: What Is The Longest Line Of Code You Have Written And In What Language by stack1(m): 6:32pm On Apr 04, 2017 |
Js 10000+ lines |
Programming › Re: Kodi Has Been Shut Down by stack1(m): 10:39am On Apr 02, 2017 |
Has it really, or its just an Aprils fools Hack |
Programming › Re: C++ Programmers Please HELP! by stack1(m): 10:37am On Apr 02, 2017 |
Good for you, next time also state the errors you might be getting, its easier to get help that way |
Programming › Re: Lets Learn C by stack1(op): 10:37am On Apr 02, 2017 |
Thanks for your patience |
Programming › Re: Lets Learn C by stack1(op): 10:35am On Apr 02, 2017 |
Guys am so sorry, been have quite some challenges, promise to resume this month, please i apologize for the extra long Delay. Also been busy with work generally, but am starting to settle down so just gimme a few weeks within the month we are resuming |
Programming › Re: C++ Programmer Needed by stack1(m): 10:31am On Apr 02, 2017 |
mustashfa: Are you a C++ programmer? I have a one off project for you that includes OpenCV.
Kindly drop your mail or number then I will call you.
Thanks. s.stackng@gmail.com |
Programming › Re: Http Request/response Testing by stack1(m): 10:27am On Apr 02, 2017 |
Postman as the guy up there said, and its not a language its an app |
Programming › Re: Researchers Working On Program To Bring The Dead Back To Life by stack1(m): 12:15am On Mar 14, 2017 |
LOL |
Programming › Re: I Need Help On C by stack1(m): 12:04am On Mar 14, 2017 |
babajeje123: Thank you @ Stack. I have corrected the data type bug. However, I still don't get the output file well formatted. Here is the screenshot with the new codes
#include <stdio.h> int main() { int i, C; char surname[30]; char name[30], matricno[30]; char MIT801[6], MIT802[6]; FILE *file, *file1;
/* Open an existing file */ file = fopen("Broadsheett.txt","r" ; if(file == NULL){ printf("Error: Unable to open a file" ; }
file1 = fopen("newbroadsheet.txt", "w" ; fprintf(file1, "University of Nairaland\n" ; fprintf(file1, "Department of Programming\n" ; fprintf(file1, "================================\n" ;
while (!feof(file)) { fscanf(file, "%s %s %s %s", name, matricno, MIT801, MIT802); fprintf(file1, "%s\t%s\t%s\t%s\n", name, matricno, MIT801, MIT802); }
"matricno" and "MIT801" are missing in the output file. if the output isnt well formatted, uses spaces and tabs to adjust, also use printf's minimum-width specification |
Programming › Re: I Need Help On C by stack1(m): 10:46am On Mar 13, 2017 |
It might have to do with the file contents, somehow, what fscanf is reading in isnt matching the requirements for in A and B, that is a mismatched type is been read, so garbage would be stored in A & B then printed out, either non-integers are being read or some kind of overflow is occuring, may be paste the content of the input file |
Programming › Re: Who Can Build A Facebook Like Social Media by stack1(m): 7:10pm On Mar 10, 2017 |
4 months 2.5M |
Programming › Re: In Need Of A Technical Co-founder by stack1(m): 9:16pm On Mar 06, 2017 |
tennyson10: Tried calling you but you didn't pick up you're not picking up Im sorry, I use that number strictly for whatsapp currently |
Programming › Re: In Need Of A Technical Co-founder by stack1(m): 7:09pm On Mar 05, 2017 |
09024753839 |
Programming › Re: I Need A Very, I Mean Very Professional Web Developer/designer by stack1(m): 6:42pm On Mar 05, 2017 |
Kenshinmunac: i need a veryyyyyyyyyyyyyy good web developer/ designer, as in you must be very good o,
i need you to build me a website.
abeg if you they learn work or you just enter the business abeg no branch here o, i am a developer myself. 09024753839 PM me |