₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,281 members, 8,449,566 topics. Date: Wednesday, 22 July 2026 at 02:05 AM

Toggle theme

Skydancer's Posts

Nairaland ForumSkydancer's ProfileSkydancer's Posts

1 2 3 4 5 6 7 8 ... 20 21 22 23 24 25 26 27 28 (of 47 pages)

ComputersRe: Post Your Computer (PC) Troubles Here. by skydancer(op): 11:55pm On Apr 17, 2013
And what is it supposed to show?
ComputersRe: Post Your Computer (PC) Troubles Here. by skydancer(op): 3:55pm On Apr 15, 2013
albacete: It couldn't complete, the Startup Repair.
Maybe i will just buy a new copy of Windows 7 OS
Have you tried the aforementioned methods or are you tired of trying? At this stage the disk check should be complete and you should be using the System Restore, choose the startup repair option when booting, and if it shows automatic fix of startup cancel and use other options, then select system restore and choose a date that your PC was working properly.
ComputersRe: Post Your Computer (PC) Troubles Here. by skydancer(op): 2:18pm On Apr 15, 2013
albacete: where do i get that? D Directory Services Restore Mode and Last Known Good Configuration.

D only option i see is Start Windows Normally and something like Startup Repair Recommended (which i have tried using to boot it but it has taken up to 2 hours yet it is still checking for problems). Should i cancel d Startup Repair?

Sorry i couldn't get a clearer picture
Sorry, I assume you should know since you could start with Safe Mode. You get it by pressing F8. Did you finish the startup repair? It should also do the disk check like the Directory Services Restore Mode. So if you finish and it's not working properly still, then try the Last Known Good Configuration or altneratively perform a system restore via the Startup Repair.
ComputersRe: Post Your Computer (PC) Troubles Here. by skydancer(op): 7:36am On Apr 15, 2013
albacete: it is a Zinox machine running on Windows 7 OS and i am using a nokia E5.
I have tried to start it on safe mode but it does not load all d Windows files, it hangs @ a point.
How do i do this?
Ok, you need to try Directory Services Restore Mode and Last Known Good Configuration. The first one will check your disk for errors if it is marked 'dirty'. The second one should use the registry setting that worked last. Try this and get back to us.
ComputersRe: Laptop Not Booting by skydancer: 1:57am On Apr 15, 2013
Monday is today, so I guess you might not have re-installed? Did you try posting on the thread suggested by Chuks for alternative solutions? You should be able to repair your bootmgr by using any Windows 7 startup repair disk. You can get this function via system recovery or Windows Installation Disc, just try scanning for startup problems and see if you can get it solved.
ComputersRe: Post Your Computer (PC) Troubles Here. by skydancer(op): 1:15am On Apr 15, 2013
albacete: broda mi, could u pls look into this problem as well and give me feedback? Tnx
The important information here is that you were browsing when you plugged your phone and it possibly tried to install a driver which crashed your PC. Because your hard disk operations was interrupted by the BlueScreen you need to check for errors to ensure all indexes are still correct and correct them if 'broken'.

Have you checked for the errors? Does it continue to repeat this error? If yes, at what point?

One apparent solution I can already see is starting in safe mode. However system restore should be able to fix the problem as well.

PS: Also post the OS you are using and the phone.
ComputersRe: Post Your Computer (PC) Troubles Here. by skydancer(op): 11:54pm On Apr 14, 2013
ukachimo: How do l get a pc running with American MegaTrends BIOS system(NTFS format) to recorgnise a harddisk formatted on another pc running on COMPAQ BIOS system (FAT Format? Anytime l try to swap the harddrive, l get NTDRTL Missing
Yes because you formatted it. Isn't that obvious? You need to install a new OS on it, you can do this via a Flash drive or a conventional CD/DVD, For flash, download YUMI and a XP/Linux/Win7/8 installation and install on your Flash drive. Then you can boot from your flash and install on the disk.
ComputersRe: Post Your Computer (PC) Troubles Here. by skydancer(op): 11:51pm On Apr 14, 2013
jonesin: i need an intel core i7- 2720qm socket 988b rpga, 4cores 8thread 6 or 8mb catcher,
u can reach me on skype with , jones1296
Check, the Computer Market Forum and next time, you should rather post such a 'problem' there.
ProgrammingRe: Google Code Jam Contest 2013 by skydancer: 11:37pm On Apr 14, 2013
[quote author=ọmọ_τó_dùn]@skydancer

I used Java. I solved the first one(both small and large input) and the third one (only small input; time expired for large because my algorithm was poor).

The lawnmower was indeed very interesting. But I'll admit that I didn't understand it.[/quote]Nice, almost same as me. Believe me, I refined my algorithm up to 8 times, I don't get how to solve the other types, first I had to use Decimal to allow up to 22 digits, in the 2nd large input scenario, I was confident since I was using GMP's ultra fast BigInteger class yet I still didn't beat the 8 mins limit. I had to blame my PC in the end cheesy

The one I found most interesting was the 4th problem, but I still can't figure out why my solution is wrong... I just committed my solutions to a new branch here... https://github.com/xwiz/csharp/tree/CodeJam2013/
ProgrammingRe: Google Code Jam Contest 2013 by skydancer: 8:42pm On Apr 14, 2013
[quote author=ọmọ_τó_dùn]^
I was able to qualify for next round. I barely qualified though---I started extremely late.[/quote]What language did you use? Did you solve the lawnmower case? Couldn't even grasp the meaning. I loved the last one (Treasure stuff) but still can't solve the small input, though when I manually check, my answers are correct
ProgrammingRe: Google Code Jam Contest 2013 by skydancer: 4:33pm On Apr 14, 2013
Let's just say it was hot, will soon post my codes on GitHub
ProgrammingRe: Google Code Jam Contest 2013 by skydancer: 4:37pm On Apr 13, 2013
Have tried more than 8 different solutions for Problem 3 and I can't still beat the 8 minutes timing!
ProgrammingRe: Google Code Jam Contest 2013 by skydancer: 4:36pm On Apr 13, 2013
Wow, I admit the CodeJam contest is hot!!!
ProgrammingRe: Google Code Jam Contest 2013 by skydancer: 12:10am On Apr 13, 2013
I'm on this now. First problem here... will post c# answer shortly...

Tic-Tac-Toe-Tomek is a game played on a 4 x 4 square board. The board starts empty, except that a single 'T' symbol may appear in one of the 16 squares. There are two players: X and O. They take turns to make moves, with X starting. In each move a player puts her symbol in one of the empty squares. Player X's symbol is 'X', and player O's symbol is 'O'.

After a player's move, if there is a row, column or a diagonal containing 4 of that player's symbols, or containing 3 of her symbols and the 'T' symbol, she wins and the game ends. Otherwise the game continues with the other player's move. If all of the fields are filled with symbols and nobody won, the game ends in a draw. See the sample input for examples of various winning positions.

Given an 4 x 4 board description containing 'X', 'O', 'T' and '.' characters (where '.' represents an empty square), describing the current state of a game, determine the status of the Tic-Tac-Toe-Tomek game going on. The statuses to choose from are:

"X won" (the game is over, and X won)
"O won" (the game is over, and O won)
"Draw" (the game is over, and it ended in a draw)
"Game has not completed" (the game is not over yet)
Input

The first line of the input gives the number of test cases, T. T test cases follow. Each test case consists of 4 lines with 4 characters each, with each character being 'X', 'O', '.' or 'T' (quotes for clarity only). Each test case is followed by an empty line.

Output

For each test case, output one line containing "Case #x: y", where x is the case number (starting from 1) and y is one of the statuses given above. Make sure to get the statuses exactly right. When you run your code on the sample input, it should create the sample output exactly, including the "Case #1: ", the capital letter "O" rather than the number "0", and so on.

Limits

The game board provided will represent a valid state that was reached through play of the game Tic-Tac-Toe-Tomek as described above.
WebmastersRe: How Can We Make Nairaland More Beautiful? by skydancer:
Seun I hope at this point you now have a better understanding of the various things people use Nairaland for and what they expect from it. You asked for beauty, but beauty as said, lies on the eyes of the beholder. Nairaland is beautiful as it is but it can be made much more beautiful to suit the tastes of a wider circle of users.

The mobile version of the website is okay, but I believe it's high time to upgrade, the home page for a logged in user should show the topics they're subscribed to first, followed by recent topics from boards they have marked as their interest, and few of the current hottest topics with a link to view more.

I also think user profiles needs to have a wall, where people can say thanks or leave a message to the user. This will increase my reputation if I am a genuine and good person for other members to know.

The search box should be a custom Google Search box registered with Google CSE, not a normal textbox with "site:nairaland.com".

Finally, the desktop version needs a big retouching. It needs to provide a better UI display of the most prominent features of the website. The notifications should be shown in a modern manner, I think you should adopt Facebook's sidebar method of showing ads. Most accessed features on the left sidebar (nobody wants to go to the homepage every time they want to check a different topic). I also think I can help out during this xmas period in a revamp if you consider one. All the best guys smiley
ComputersRe: Who Is The Fastest Typist Here by skydancer: 9:10am On Nov 05, 2012
@H202, hit me up for a typing race on play.typeracer.com, just reply to this thread anytime you're ready smiley
Tech JobsRe: Looking For A Very Good C# Programmer by skydancer: 12:05pm On Oct 26, 2012
Well, I know many of them.. Hit me up on relaxtuners at gmail on com smiley
ProgrammingRe: How Much Will You Charge A Microfinance Bank In A Town For Banking Application by skydancer: 8:28pm On Oct 25, 2012
To answer your question in a generic manner, I will charge 100k - 400k and I will deliver in 3 - 5 months.

However you should know that you don't just come and ask people how much will you take to build a house for a car dealer who wants a bungalow with 5 rooms. So many things affect the price of that house. That's how software development is.
ProgrammingRe: Program With C# Is There Any Expert In The House! by skydancer: 2:37pm On Sep 09, 2012
Welcome to C#, you'll discover it's a most amazing programming language as you go on, if you need any help you can contact me or just post your problems here. And remember, stackoverflow is your friend smiley
Jobs/VacanciesJob Listing Statistical Information Revealed - Lagos with more than 9,700 jobs by skydancer(op):
If you're considering a career to focus in, you'll find this page news very useful. Here's some excerpt:

A statistical analysis by the Potrix Media at team in the past two days revealed that from all the about 21,653 listed jobs, Lagos had the most number of job listings - a whopping 45% of the total listings. The more surprising thing however was the speed at which it was increasing. In just 48 hours, there were 52 new job listings, i.e. 1.083 jobs in every hour!

See the full news for charts and more. and drop your comments.
Tech JobsRe: Any Programmers In Port-harcourt? by skydancer(op): 7:48pm On Apr 21, 2012
@goon: Not there yet, just wondering who and who I might be able to meet smiley
Tech JobsAny Programmers In Port-harcourt? by skydancer(op): 3:45am On Apr 21, 2012
Imagine Cup national finals for this year will be happening at PH and I'm wondering if there any programmers here in PH for I'd like to meet'em.
ProgrammingRe: How Will You Approach This Problem, Logic Needed? by skydancer: 9:47am On Mar 25, 2012
What do you mean by:

these updates are done via any of mobile, web, external api responses.
?
GamingRe: What Game Are You Currently Playing? by skydancer: 11:14pm On Jan 31, 2012
Surprised there're not much SkyRim fans here shocked , my dovak is itching, tongue
PhonesRe: Nigerian Activist Hackers Take Down Nigerian Army Website! by skydancer: 1:14pm On Jan 16, 2012
Armyhuh Lol. They have automatically announced themselves as bandits. Nigeria is not ripe for such activity with her illiteracy. I think they're using an automatic hacking script for their petty escapades.
ProgrammingRe: *~ Omo-to-dun Voted Programming Section Poster Of The Year *~ Congratulations!! by skydancer: 5:55pm On Jan 03, 2012
The only point in this was tradition of NL, nothing more, so let's focus on the real task this year guys (we need world-competitive programmers). It wasn't even a fair competition smiley

Happy New Year y'all smiley
ComputersRe: Your Thoughts On Software Piracy. by skydancer: 9:45pm On Dec 19, 2011
Mobinga:
There are no enforced laws against it in Nigeria. Continue the downloading.
Exactly, I never really thought about it that way. If the Nigerian police starts to jail all these local places where they sell pirated software, it will reduce vastly. I guess the problem is because we are not rich enough to buy these softwares, if Nigeria could focus on developing our ICT sector a bit, not only will we be able to make cheaper softwares which our own citizens can buy, but we will also encourage developers and create more employment for youths.
ProgrammingRe: *~ Omo-to-dun Voted Programming Section Poster Of The Year *~ Congratulations!! by skydancer: 8:11pm On Dec 18, 2011
dhtml5:
^^^Now whorrissfunny? If i cannot get nominated because i am not law-abiding, i can at least vote. And i never saw any rule that said you can only vote once anywhere.
Hehe.
ps: I have been wanting to ask you, can you develop drupal modules very well? Are you well knowledgeable in drupal performance and scalability? if yes/maybe can you inbox me here or on fb?

1 2 3 4 5 6 7 8 ... 20 21 22 23 24 25 26 27 28 (of 47 pages)