₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,042 members, 8,448,337 topics. Date: Monday, 20 July 2026 at 08:26 AM

Toggle theme

Kidstell's Posts

Nairaland ForumKidstell's ProfileKidstell's Posts

1 2 3 4 5 (of 5 pages)

AdvertsRe: Let's All Help Ourself By Sharing E-books 2geda Which Will Help. by Kidstell:
I once paid for something like this but i got crap pls send me these books and be sure that any slight valuable info i have will reach your mail ***********@gmail.com thanks in advance
ProgrammingRe: $6 Million Treehouse Scholarship-learn Code, Get Hired! by Kidstell: 3:15pm On Oct 21, 2013
I need a site where i can set up my student email like you noted
ProgrammingRe: Oracle by Kidstell: 9:20am On Oct 17, 2013
If you want to get confused keep asking here. The basic thing you should know is that if you can get a good center to learn oracle then you will easily match up with any database admin technology. Oracle is very technical very exceptional those who use it should know what i mean. Learn it friend and do not stop like you never did. with this course you will be able to learn the others in your bedroom
WebmastersRe: . by Kidstell: 4:14pm On Oct 16, 2013
Mr active man weldone o. I really like the concept of your organization but i will like to advice that arguing with your customer online or anywhere is totally uncalled for. You gain more reputation by just explaining in simple language for some reasons like
1. so that such mistake doesn't occur again
2. the customer involved will also willingly testify to the authenticity of your claims
3. you have more prospective customers at least those who cram your company name
///if publicizing yourself in a social blog like this is necessary it has to be done right. Somehow i believe you sent the message talking about sango and ogun. Apparently it appears you are definitely incapable of representing your company. Check out other companies and less cooperate organizations well represented to learn like importexpert, mtn and some marketers. In most cases the customers respond, caution, advice and educate novices, in your case you haven't attracted much yet you are ready to loose the little you have. There's a one word expression that describes you, i won't mention it. By prediction i think you will reply but funny enough i will never open this page again not even in a dream. If you haven't repented by Now your reply would be like "some people puck nose into what is not thier business. He can't even wait to get a simple reply" lol
WebmastersRe: The Traffic Rank Of The Most Popular Nigerian Websites by Kidstell: 3:20pm On Oct 16, 2013
babasin: Any good programmer can manipulate the traffic to their web pages.

This is not reliable data.
pls how i need to know then how to know if it is fake traffic
WebmastersRe: The Best Nigerian Websites You Have Seen! by Kidstell: 3:19pm On Oct 16, 2013
Dual Core: How does this make sense?

http://www.simsng.com/main/faqs.htm

And how does having a breadcrumb that points to "Welcome > Careers" on a FAQ page (that's totally useless) make sense?

How does a site that wasn't optimized for Mozilla Firefox top the list as being the best?

What's the point of having an intro page that's totally useless and only servers to waste visitors time and bandwidth which translates to waste of money in most cases?

Please don't go anywhere outside Nairaland saying this is the best Nigerian website. We have suffered enough blows and are only trying to get things right these days don't give people the wrong impression about what we do in Nigeria.
he liked wat he saw which one is the best you have seen stop condemning other for thier genuine opinion
Technology MarketRe: [CLOSED] Brand New SONY Laptop Core I7 by Kidstell(op): 8:44pm On Oct 10, 2013
warrenweste: How much?
please i would be more comfortable with a phone convo. 08160695656
WebmastersRe: Long Waited URL Shortening Service Made In Lagos by Kidstell: 10:34am On Oct 09, 2013
If it's about being made in lagos then make it lag.os or la.gos not vivian or anything
ProgrammingRe: [MOD] PHP WORKOUTS - String Manipulation 1 by Kidstell(op): 10:11am On Oct 09, 2013
Had to reset offset. Kudos to the gurus on the post
http://ideone.com/bjlzIK
<?php
// $a and $b already known
$a='temple';$b='agile';
$al=strlen($a); $bl=strlen($b);
$diff=$bl-$al; $offset=abs($diff);
if($diff>=0){
$twil=$b; $lite=$a;
}else{
$twil=$a;$lite=$b;
}
$tl=strlen($twil); $l=strlen($lite);
($tl>$l)?$part1=substr($twil,0,$offset):$part1='';
($tl>$l)?$mix1=substr($twil,$offset,$tl):$mix1=$twil;
echo "mix1=$mix1**mix2=$lite**";
$mix1=str_split($mix1); $mix2=str_split($lite);
$mix='';
for($i=0;$i<$l;$i++){
$mix.=$mix1[$i].$mix2[$i];
}
$answer=$part1.$mix;
echo "**string1= $a**string2= $b";
echo $answer;
?>
http://ideone.com/dVQ9HV
Technology Market[CLOSED] Brand New SONY Laptop Core I7 by Kidstell(op):
processor: intel core i7-2670QM processor/2.2ghz
Graphics: NVIDIA GeForce GT 540M GPU
Display: 41.6cm (16.4"wink/1600x900
total memory: 4 gb
storage: 640GB (HDD)
Optical drive: blu-ray Disc ROM drive
OS: windows 7 home premium service pack 1 64-bit.
Thread closed...
Computer MarketRe: Compaq 610 Second Laptop 4 Sale by Kidstell:
I like what i'm about to write if you like it call **************
Brand new ---processor: intel core i7-2670QM processor/2.2ghz
Graphics: NVIDIA GeForce GT 540M GPU
Display: 41.6cm (16.4"wink/1600x900
total memory: 4 gb
storage: 640GB (HDD)
Optical drive: blu-ray Disc ROM drive
OS: windows home premium service pack 1 64-bit. 165000 naira. No highest bidder, no first come first serve but any comfortable bargain. I'm within mushin lagos. How do we meet?
Technology MarketRe: Learn How To Start Mini Importation in Nigeria with as low as N4,000. See Proofs by Kidstell: 2:03am On Oct 09, 2013
callen odinks: Sextail, I've been a guest on this forum since, but i saw this thread, i had feelings at first that it was scam, so i decided to create a profile and ask so i wont be duped. Cheers.
If you all got registered on august 18 same day. there's no way you will tell me yanibo is not the tortise's wife. Any way if you agree to a test then i can tell if you are different people or just the same persons or a group of persons
ProgrammingRe: [MOD] PHP WORKOUTS - String Manipulation 1 by Kidstell(op):
Elvisten10: @kidstell, some errors i fixed in that code:
1)explode, you should have used str_split
2)double )) in your code.

Here is the edited copy www.ideone.com/KmIa6G
when i said i noticed your legend grade, it's nice no one argued. I actually thought it should work if i just replaced str_split with explode. But there you are, if it were a puzzle, you just rank hi. Great ELVIS... One subtle error i think someone still needs to figure out is the last xter i.e "a" which is missing it works perfect when a and b have same lenght
ProgrammingRe: [MOD] PHP WORKOUTS - String Manipulation 1 by Kidstell(op): 1:33am On Sep 27, 2013
// $a and $b already known
$a='temple';$b='agile';
$al=strlen($a); $bl=strlen($b);
$diff=$bl-$al; $offset=abs($diff);
if($diff>0){
$twil=$b; $lite=$a;
}else{
$twil=$a;$lite=$b;
}
$tl=strlen($twil); $l=strlen($lite));
($tl>$l)?$part1=substr($twil,0,$offset-1):$part1='';
($tl>$l)?$mix1=substr($twil,$offset-1,$tl-1):$mix1=$twil;
$mix1=explode($mix1,''); $mix2=explode($lite,''); $mix='';
for($i=0;$i<$l;$i++){
$mix.=$mix1[$i].$mix2[$i];
}
$answer=$part1.$mix;
echo "string1= $a"; echo "string2= $b";
echo $answer;
ProgrammingRe: [MOD] PHP WORKOUTS - String Manipulation 1 by Kidstell(op):
Elvisten10: ^^^, i guess i did not read the question well and missed the i need your algo part. Here is my code for this:
<?php
function mixString($str1, $str2) {
$str = $str1.$str2;
$i = strlen($str);
$temp = '';
while($i > 1) {
$i = $i - 1;
$j = mt_rand(0, $i);
$temp = $str[$j];
$str[$j] = $str[$i];
$str[$i] = $temp;
}
return $str;
}
echo mixString('Elvis', 'Chidera');
echo "\n";
echo mixString('Elvis', '');
?>

http://ideone.com/MzyBlV
the arrangement is definite and specific not random but i can notice your legend grade coding. Kudos***
AdvertsRe: How I Started From Nothing, And Make 40,000naira Monthly. by Kidstell:
I'm also interested *********@gmail.com or facebook.com/********** or 234**********
WebmastersRe: Long Waited URL Shortening Service Made In Lagos by Kidstell: 4:47pm On Sep 20, 2013
dhtml12: END TIME TINZ! HOW CAN LAGOS BE MAKING URL SHORTENING SERVICE INSTEAD OF URL LENGTENING SERVICE!

#



END TIME TINZ!!!
what should mean? Sorry to ask but i don't even know what you stand to get when you lenghten a url
WebmastersRe: For Sale !!! !!!! !!!! by Kidstell: 4:13pm On Sep 20, 2013
@Mr. Ajibola, i really wish i could meet you on a chat platform like facebook or something better ASAP. I don't have skype
Programming[MOD] PHP WORKOUTS - String Manipulation 1 by Kidstell(op):
Kudos to all readers and gurus Special regards to @Elvisten. While developing an algorithm to mix 2 or more strings. You are to write a code to mix these two strings thus.
Let $a="$_POST['string1']"; $b="$_GET['key']"; mix $a and $b so that we have
$answer="$_POST$[_'GsEtTr[i'nkge1y'']]";
if you are confused please you can change the values of $a and $b
your solution must work even if the values of both or one of $a and $b is not known.
A fairly simple solution can be found @ http://ideone.com/bjlzIK. Watch out for more workouts in the php gymnasium, hotter higher, harder-- what are you made of CLAY or CODE... Spit it now
WebmastersRe: Lil Php Question by Kidstell: 11:15am On Sep 17, 2013
omoelu1: thank you jare baba dual core... am almost crying trying to solve dis code..
am starting to think “ so, i don't know anything yet in php“..
gbosa to u , boss
i think the oaths have you more itch than did the code. Follow up on more maths to help your logic
WebmastersRe: Am Giving My .com Money Site Give Away Free. To A Lucky Person by Kidstell:
Me myself and i is not interested in a site that has no said advert for any amount. Not recognise by google as if it was launched yesterday
ProgrammingRe: Basic4android Programmers by Kidstell: 8:51am On Sep 16, 2013
leastpay: Please i need a mobile developer in the house that can develop an android app using basic4android. Please drop your email or phöne number. Thanks
please all i need is the application for writting basic for android. Pls if you have help me i'm really great at qbasic and mobile basic and i 've got tuts for basic
ProgrammingRe: Mobile App In Php by Kidstell: 7:25am On Sep 16, 2013
cdoffx: I just googled searched if it is possible to develop mobile apps with PHP and i found out that it is possible using the Zend studio.
I want to ask programmers here if anyone had made use of this zend studio to develop any mobile app? If yes. Could you please share experience? Thanks
i thinks php in it self has the CLI version which can do app things but it is probably advanced for mobile. I never thought about it too but its going to be so great if true
ProgrammingRe: Can Any One Pls Help Me Decrypt These by Kidstell: 11:52am On Sep 07, 2013
megatran: so kidstell can u help me with the decryption process or better still help me with the decrypted key thanks
my is that you can't tell how many times the string has been encrypted brief from that some unknown xters would have been added. Another problem is thatwhat if it was first gashe using a private algorithm then sent to md5 to make sure it is 32 xters. If the encryption algorithm is not known i can't do anything. Google in itself can decrypt md5 if what you get is not a reasonable text. You need to confirm if the new one is still an md5 or not
ProgrammingRe: Can Any One Pls Help Me Decrypt These by Kidstell: 4:46am On Sep 07, 2013
You are definitely a learner have you heard of salting. It means certain characters will be added at strategic points within the string then another chance is that multiple hashing has been done. Imagine that you call an md5 function 5 times and you salt it each time. Who told you md5 is weak? A dreamer i guess(fake online tutorials).
ProgrammingRe: Want To Start A Mobile Social Network Like 2go by Kidstell: 4:44am On Sep 07, 2013
I strongly suggest that you create an online spot where we can meet to discuss this better. If you want better graphics compared to 2go then your app will consume more data bytes hence it becomes expensive to use. Personally i think trying to re do 2go is childish. We should be talking about a whatsapp that is
*platform independent
*more user obedient
*more scalable and portable.
*incorporated with bulk sms service for revenue generation
* serves as online phonebook
*can also be accessed on computer
* this is too much...YES we should start from somewhere. I'm in for both: as investor and developer
ProgrammingRe: Where Can I Get Datasources For These Apps by Kidstell: 11:40pm On Sep 06, 2013
[quote author=Nyt.]More apps for txt too? I think this verges on overkill. What if the designer modified, split or converted d txt to suit his logic?

You can find txts & some other formats @ http://www.gutenberg.org/ebooks/ try googling too b4

@kidstell u can jst take note of the ENCODING of the file and convert back to whatever u need.I'm guessing u're currently relying on ur browsers unicode support[/quote]you get the logic i identify the strange invisible xters then use simple script in basic fortran and other languages. If it is a visible xter i just use find and replace feature of notepad. These xters are sometimes there because the plain text file was re-written by a similar script to div into logic
ProgrammingRe: PHP Workouts-sqlite3 CLASSES (wrapping Or Extending) by Kidstell(op): 5:29pm On Sep 03, 2013
I used to think we 've got sure ethical programmers here. Why is nobody talking, there are no rules here.
Well i will really like to use the Extend because it gives of access to predefined functions and i won't need to re-invent any wheel. Also i 'll be able to create functions that call the predefined functions without creating a new object instance of the sqlite3 class, this helps save ram space. Lets talk
ProgrammingRe: Where Can I Get Datasources For These Apps by Kidstell: 1:03pm On Sep 03, 2013
Unzip or unpack any application with such for example bible.jar should be renamed to anyname.zip then extract and preview all folders and files you should find at a file or folder with a text file. Sometimes this text file has either a strange extension(eg .dat, .p etc) or none at all. Usually don't expect the file to be plain text. When i examined that of happy potter's ebook . Every xter even ordinary space (ascii 000) was seperated by an invisible xter (ascii 032). I don't know the platform you are working on. But i suggest you try some phone applications like 'class editor' 'blue ftp' 'opera solibay' they help you see the strange characters identify thier numerical representation and hence replace them. I don't know/have any application that does this on computers. But i have written simple scripts/codes that can do these task easily.
Lastly it s possible that you could not find the text file, download for another version/edition/author until you find one with the text file. Some are written in binary i would not disturb my self with binary files. Find me on facebook.com/adetj for chat
ProgrammingPHP Workouts-sqlite3 CLASSES (wrapping Or Extending) by Kidstell(op): 12:13pm On Aug 27, 2013
These are ways of utilizing the sqlite3 class. Which will you choose and why or better still which of these is the BEST

method 1 extending
<?php class MyDB extends SQLite3{
function __construct(){ $this->open('test.db');}
}
$db =new MyDB();
if(!$db){
echo $db->lastErrorMsg();
}else{
echo "Opened database successfully\n";
}
?>

method 2 wrapping
class MyDb {
function __construct(){
$data=new sqlite3();
$data->open('test.db');}
}
$db =new MyDB();
if(!$db){
echo $db->lastErrorMsg();
}else{
echo "Opened database successfully\n";
}
?>
ProgrammingRe: [MOD] PHP Workouts-email Validation In Php Using Any Method. by Kidstell(op): 12:03pm On Aug 27, 2013
Next is a topic that is very far from beginners plight but please quick around don't be discouraged. Make it your challenge as we all discuss sqlite3 php classes

1 2 3 4 5 (of 5 pages)