Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,131 members, 7,811,194 topics. Date: Sunday, 28 April 2024 at 06:03 AM

Segxyhanxy's Posts

Nairaland Forum / Segxyhanxy's Profile / Segxyhanxy's Posts

(1) (of 1 pages)

Programming / Re: Weekend Challenge For Practice: RLE Encoding by segxyhanxy(m): 11:01pm On Aug 07, 2017
a solution of it in java.

public static String rle(String data) {
String compressedData = "";

int counter = 1;
char lastChar = data.charAt(0);
for (int i = 1; i < data.length(); i++) {
char c = data.charAt(i);
if (c != lastChar) {
compressedData += data.substring(i - 1, i) + counter;
counter = 1;
lastChar = c;
} else {
counter++;
lastChar = c;
}
if (i == data.length() - 1) {
compressedData += data.substring(i - 1, i) + counter ;
}
}
return compressedData;
}
Jobs/Vacancies / Re: Integrated Technology Invite by segxyhanxy(m): 1:17am On May 12, 2015
Bennyzino:


Nope
Ey said they will get back

HELLO IT HAS BEEN OVER A WEEK SINCE WE COMMUNICATE HERE...ANY SHOW ABOUT INTEL TECH.
Jobs/Vacancies / Re: Integrated Technology Invite by segxyhanxy(m): 8:44am On May 03, 2015
Bennyzino:


Nope
Guess they are still making decisions.
Keep hopes high bro

Tanx bro. U raised ma hopes.
Did u submit ur cv too after d test
Jobs/Vacancies / Re: Integrated Technology Invite by segxyhanxy(m): 6:59pm On May 02, 2015
@Bennyzino,I was also invited for a test on 29th. Coudnt complete the test due to the limited time. I gave them my cv after the test and they promise to get back to me. Have you being reached after taking the test
Jobs/Vacancies / Re: Invite From Csorbit by segxyhanxy(m): 11:38am On Apr 21, 2015
Just got a mail from them about being unsuccessful for the job selection. Am a bit disappointed but hope is not lost on getting a better offer.
Jobs/Vacancies / Re: Invite From Csorbit by segxyhanxy(m): 6:25pm On Apr 20, 2015
Looking upto to GOD to be shortlisted by CSORBITAL as promised. For me as well, the interview went well. It was an interactive one as we were asked what are the roles of a NOC desk person, and what we do presently. Am hoping so much on this job as it can be a promising one.
Let's keep hope alive guys. Shalom
Programming / Please Help An Aspiring Programmer To Secure A Placement In An It Firm by segxyhanxy(m): 11:28am On Apr 02, 2015
I will be grateful if helped secure a placement in any IT FIRM. Am a young fresh Computer Science graduate who is proficient in JAVA, C# (.NET) and PHP and has a good knowledge of OOP design n design patterns. Am already an oracle certified java programmer.
My e-mail is:segxy4show2000@gmail.com.
REMEBER THAT A LIFE LIVED FOR OTHERS IS A LIFE WORTHWHILE.
happy coding day to You all. Tanx guy!
Phones / Re: Blackberry Playbook: Anyone? by segxyhanxy(m): 5:34pm On Jun 25, 2013
please i need helppppppp....whenever i plug in my playbook into my system,using ddpb to sideload, i get an error mssg dat 'Error: peer not authenticated',pls hw can i rectify it,cos i cant access my playbook anymore on my system...pls sum1 shld help,i need to use my playbook to exchange sum files on my system.tnz
Education / Re: FG Reaction On ASUP Strike In Polytechnics by segxyhanxy(m): 6:36pm On Jun 03, 2013
Vicony4real:

I need to connect with a computer science student of any of our polytechnics.
Hnd to be precise.

Strictly academic.


U can contact me on my fone no:08180387610 ,am an HND2 student of computer sci.,federal poly ilaro...a programming student
Phones / Re: Request For Your Blackberry Playbook Android Apps Or Games by segxyhanxy(m): 10:56am On May 21, 2013
kulex2ki,pls send me bar files or the links to download games like mortal combat,football and footbal manager.pls help me out on this.tanx bro.,my e-mail is :segxy4show2000@gmail.com

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