₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,064 members, 8,420,115 topics. Date: Thursday, 04 June 2026 at 11:41 AM

Toggle theme

Ridott02's Posts

Nairaland ForumRidott02's ProfileRidott02's Posts

1 2 3 4 5 6 (of 6 pages)

ProgrammingRe: Programmers: What Project(s) Are You Working On Now? by ridott02: 8:03am On Apr 21, 2013
bakenda: Do you mean you have a column that contains comma separated values of username[b]s[/b]?!
To start with, that's a bad design, you should have a separate table that stores the friendship relationship,
i.e friends table with columns id,username,friend...something like that...
PhonesRe: Tecno N7 5" Android Phone by ridott02: 7:49am On Apr 21, 2013
pauladonis: amoled indeed, do u know d fone as much as I think u dohuhhuhhuh
You mean tech is not good as it does not upgradable?
PhonesRe: Tecno N7 5" Android Phone by ridott02: 7:44pm On Apr 20, 2013
Dontripsy: one advantage that samsung, htc and other high-end phones will continue to have over TECNO is the fact they are not stuck with one OS version i.e they are upgradeable. And that for me is a huge one. NO ONE WANTS TO SPEND 30K ON A PHONE THAT BECOMES ''OUTDATED'' WITHIN A FEW WEEKS OF PURCHASE!
How do you mean?You mean it's not upgradeable from sandwich to jeally bean or what?let me know the difference cause want to go for that Q1 soonest.
PhonesRe: Best Internet Plan For An Android Smartphone? by ridott02: 3:46pm On Apr 19, 2013
cybermaven: Hi. Although Airtel has low rates, their network is poor in some areas. Watch your network bar for a day or two. If it's constantly at level 1 or 2, then you may want to look for an alternative network.
I had this same issue. Ditched it within a week because the network was only superfast at my church - and I'm there just twice a week.
If I get to relocate I'll pick the SIM up again.
Just a recommendation, you could try MTN nite plan.
=N=2,500 per month.
3GB + 1.5GB = 4.5GB
You can use the 1.5GB any time of the day. Once it's exhausted the 3GB is then used at nite. Leftover data can be added to your next subscr.
Thankfully, I'm on Pulse so I get free weekly 10MB and daily 5MB for =N=5
Hello'how ℓ̊​ get this 5MB for 5naira on mtn?
PhonesRe: Tecno N7 5" Android Phone by ridott02: 1:40pm On Apr 19, 2013
mr.drizzy:
i got anoda info that the f7 is 6.1" oh!
Please send the link where you got these infos from.
PhonesRe: Tecno N7 5" Android Phone by ridott02: 1:24pm On Apr 19, 2013
papooze4: tecno F7 with 1gb ram,hehehehehen ok o.make we dey look o
Is this one new tecno or what?Does it look like Q1 or N7?Info please.
PhonesRe: Tecno N7 5" Android Phone by ridott02: 12:25pm On Apr 19, 2013
mr.drizzy:
hmm i believe ur a freshman into the new tech ways!,anyway jelly bean is the latest android os upgrade,from froyo,to gingerbread the ice cream sandwich and den dis new one jellybean,jst like how windows 7 has new upgrade to windows 8 ,hope u grab
I now understood what it's all about.'Am a java programmer also an administrator so,'am not new to tech. but I have not use android phone before but I know OS.Thanks brother.
PhonesRe: TECNO Android Smartphone N7 With High-end Performance Exposure by ridott02: 10:06pm On Apr 18, 2013
sam4xadams: The longest thread in nairaland is tecno N3 thread still counting 17o+ I bet this thread go reach am. I anywhere I sold my galaxy y pro duos to get this n3. The n7 is nice too
How did you want to sale your samsung ypro?
PhonesRe: Tecno N7 5" Android Phone by ridott02: 9:31pm On Apr 18, 2013
papooze4: sorry dat Q1 is 14,500#.... d second buildin just opposite microstation,
Which of the price is real.
#13500 or #14500?
PhonesRe: Tecno N7 5" Android Phone by ridott02: 9:16pm On Apr 18, 2013
Brother,what about this jelly bean ?I know nothing on this app.pls,put me through.
PhonesRe: Tecno N7 5" Android Phone by ridott02: 9:09pm On Apr 18, 2013
bukahands: N7 but Q1 has qwerty incase dats ur thing
I appreciate but,why n7 better than q1?
PhonesRe: Tecno N7 5" Android Phone by ridott02: 9:06pm On Apr 18, 2013
BizBloke: I can't say sha but Q1 runs 4.0. Goes for N16,000
Thanks brother for your concern.
ProgrammingRe: PIC Micro Hardware Programming Methods by ridott02: 5:13pm On Apr 18, 2013
Ogundale: There are three ways to program a PIC microcontroller
Using normal programming hardware (high volt programming HVP).
Low volt programming (LVP).
Bootloading.
The first two methods use the programming port of the PIC microcontroller labeled ICSP (In Circuit Serial Programming).
This port is shared between the existing pins of the microcontroller and after programming the pins revert back to normal microcontroller operation.
Note: To make ICSP work correctly you have to consider the effects and requirements of the ICSP programmer e.g. for HVP a high voltage exists at the Vpp pin (your circuit must be able to handle the high voltage - up to 13V). Also the loading for the other signals PGC and PGD must not be too high i.e. don't put an LED on these pins that uses 20mA - if you did the voltage levels would not be high enough at the inputs to the PIC for programming.
It's fairly easy to design for ICSP use by using isolation resistors to normal circuitry and choosing not to use heavy loads on these pins.
ICSP provides 6 connections from the pic ICSP programmer to your board as follows :
VPP - (or MCLRn) Programming voltage (usually 13V).
Vcc - Power (usually 5V).
GND Ground (zero volts).
PGD - Data usual port and connection RB7.
PGC - Clock usual port and connection RB6.
PGM - LVP enable usual port and connection RB3/RB4.
PIC Micro: High Volt Programming
To use the first method a hardware interface is needed or 'PIC programmer' to interface between the programming software (usually running on the PC) and the PIC chip. This hardware takes its information from the PC via one of three interfaces either:
The RS232 COM port
The Parallel port
The USB port
You choose the interface you want to use and then choose an appropriate PIC programmer. The PC then communicates with the hardware generating the serial (ICSP) signals to translate the PIC hex file into a serial data stream suitable for the target microcontroller.
Note: Almost all PIC microcontrollers use the ICSP interface so once you have a HVP you can program virtually any PIC microcontroller. e.g. you can program 12F675, 16F84, 16F88, 16F877(A), 18F2550, 18F452 etc.
There are several programs for programming PIC micos e.g. ICPROG and many different hardware programmers.
PIC Micro: Low volt programming (LVP)
LVP is exactly the same as HVP except:
The Vpp voltage is set to the normal supply voltage.
The PGM pin indicates programming mode.
Note: In this mode you can not use the PGM pin for anything else it is dedicated solely to LVP control.
Devices are manufactured with PGM mode enabled and the only way to turn off the PGM mode is to program it using an HVP programmer.
Note: Some PIC microcontrollers can only use the HVP method since for the LVP method you have to sacrifice one pin - PGM - (to tell the PIC Micro either that it is being programmed (high volts e.g. 5V) or that it is not being programmed (0V) ) and some PIC micros only have 8 pins e.g. 12F675. For this chip the PGM pin is not available so HVP is the only way.
The real benefit of using the LVP mode is that you can program several PIC Micros on a board without having to individually program each one - you could daisy chain each extra micro to a master micro which would then program each one in turn - and this is only possible since the Vpp signal is a normal logic level in LVP mode.
PIC Micro: Bootloading
Bootloading uses any available interface to load a program into program memory. It requires a bootstrap program to interpret the interface data and translate it into program memory instructions.
Note: Note only the newer devices that are capable of programming their own memory can use this method.
Typically a serial port is used for bootloading and the PIC micro bootstrap program will wait for a set time after power up listening on the serial port for a reserved word that tells the bootstrap program to start i.e. it listens for sequence of characters that is not normally used on the interface
Once it receives this sequence it enters bootstrap mode where a hex file is transmitted to the microcontroller over the interface. It interprets this and programs the memory of the microcontroller and then starts the program.
There are two issues with this method:
You have to program the bootstrap code using HVP or LVP.
It uses up some of the microcontroller resources.
Once programed it provides a convenient way of using the device as you won't need programming hardware anymore and one major benefit is that you can re-program a device without undoing the equipment e.g. if you boxed up you project you could still re-program it using the serial port!
Brother,am a java programmer ℓ̊​ leant codes-setup only what is nextstep to take to be able to develop applications and which one is better between java and .Net?Please help out.
ProgrammingRe: Programmers: What Project(s) Are You Working On Now? by ridott02: 4:56pm On Apr 18, 2013
Olyboy16: Hello people, my name's "my name" and i hope i'l find a fellow java frat here.
Definately,Java man ℓ̊​ have been finding javaperson ti share idea with all these while.
PhonesRe: Tecno N7 5" Android Phone by ridott02: 3:59pm On Apr 18, 2013
[i][/i]
Gooci: IS DS REAlly true?? i de plan go buy ooooo.... i beg gv a bit of description... tanx
Brother which is better between Q1 and n7?
Nairaland GeneralRe: Welcome, New Nairalanders by ridott02: 2:22pm On Apr 18, 2013
Emeka 7.:
I bet you will have a nice time in this forum.
Emeka 7.:
I bet you will have a nice time in this forum.
Emeka 7.:
I bet you will have a nice time in this forum.
Where do I click if I want to reply a person?
PhonesRe: Tecno N7 5" Android Phone by ridott02: 7:41am On Apr 18, 2013
When you an android phone,will the OS upgrade or what?
PhonesRe: Tecno N7 5" Android Phone by ridott02: 7:23am On Apr 18, 2013
Wao!You mean one of the shops opposite microstation?Did they give you warrantee?
PhonesRe: Tecno N7 5" Android Phone by ridott02: 7:15am On Apr 18, 2013
[font=Lucida Sans Unicode][/font]Thanks bro but there is a confusing info there.Some quote dual-core while some quote single core which one is real?
PhonesRe: Tecno N7 5" Android Phone by ridott02: 7:38am On Apr 17, 2013
What about the new tecno Q1?please any good info?
PhonesRe: Tecno N7 5" Android Phone by ridott02: 7:19am On Apr 13, 2013
There is no harm in geting clear picture of this very phone.Q1 was quoted and is of the same functions how will I go about this brother?Help out for the informations in details.Most the trend info are not in detail.
PhonesRe: Tecno N7 5" Android Phone by ridott02: 7:07pm On Apr 12, 2013
How much is it and what it's features?
PhonesRe: TECNO Android Smartphone N7 With High-end Performance Exposure by ridott02: 10:49pm On Apr 11, 2013
[quote author=GSMvillage]It is reported that TECNO will launch a new smartphone N7, an enhanced version of N3, with the combination of combination of Android 4.0 Ice Cream Sandwich with a 1GHz dual core CPU, running on a 5.0 inches large touchscreen. Other notable specs include a 5 mega pixel rear camera with flash, a 0.3 mega pixel front camera, 4GB of ROM and 512GB of RAM. TECNO, as a rule, will offers an 8GB memory card with purchase of every smartphone, with the device supporting up to 32GB memory card
what about the TECNO Q1?what are its functions pics?I like keypad and touchscreen together not just touchscreen alone.
PhonesRe: Best Internet Plan For An Android Smartphone? by ridott02: 10:35pm On Apr 11, 2013
How do I subscribe for this 500mb for #1000?
ProgrammingRe: .NET C#/VB.NET Project in the Pipeline for Programmers who may be interested by ridott02: 9:15pm On Apr 11, 2013
The c# and java which one is the best in programming?The .net is all about what is it web only or what?Am a java programmer want to meet people of like mind.
ProgrammingRe: .NET C#/VB.NET Project in the Pipeline for Programmers who may be interested by ridott02: 8:40pm On Apr 11, 2013
Gooday friend,
what is the different from java programming and c#?which one is better?'Am a programmer I only understands code running what the good next step to take?.
Foreign AffairsRe: South-Korea & US Start Drills As Tensions With North-Korea Escalate by ridott02: 8:06am On Apr 03, 2013
[quote author=Feed me more]The only way this is going to end for North Korea is badly if things keep going the way they are. This saber rattling has been going on for 60 years. So, the question becomes, "Who is going to give North Korea what they want?" Given what they want, how is that even possible? Why would the world waste anymore resources on these people? It never resolves anything.

To achieve a united Korea, the North Korean government would have to be eliminated, and China would have to acqu
Their end is now I think!They are setting treating to the world of which they will not succed.
Foreign AffairsRe: South-Korea & US Start Drills As Tensions With North-Korea Escalate by ridott02: 7:36am On Apr 03, 2013
Iykeponti: Even if u add Russians,France & Germany still not enough to win USA...... :p American has everything dats y they ll never-never allow con3 from Arab world to obtain nuclear weapon ,never! As 4north Korea ,they should learn from Japan...
You are brained brother.They bombed just two places in japan then and japan crash down.Their nuclear is just a new descovery and it's an intosicant to them that's they thought of attacking US.
Foreign AffairsRe: South-Korea & US Start Drills As Tensions With North-Korea Escalate by ridott02: 7:27am On Apr 03, 2013
CFCfan: The situation in the Korean Peninsula is getting so tense; I just hop that common sense prevails amongst the key actors there.

The North Koreans will surely be risking a nuclear holocaust of its own populace, if the Pyongyang regime decides to attack either the US or South Korea.

I don't think either China or Russia would be able to come to their aid, once the US retaliates.
If they are to test power is it on US?China will not be a fool risking their economic development for unrewading war.
Foreign AffairsRe: Russia Criticises US Bomber Flights Near North Korea by ridott02: 9:32pm On Apr 02, 2013
oboh c: who told you that china will be alone. the world is already polarised between NATO and the shanghai pact. I must tell you the Shanghai pact whichh is made up of cina/russia their allies which also comprises of the arab world, did i say india, pakistan etc, plus north africa. I guess CNN, BBC wont tell you all this. apart from the shit they feed you with about the west.
None of those countries you beleived are together are after their economy.Besides,war,is not what people do jumple into without any gain.And also,if they join,they will all loose out because,they will face un which comprises of:UK,France,germany etc.Do you research well before analysis.
Foreign AffairsRe: Russia Criticises US Bomber Flights Near North Korea by ridott02: 8:32pm On Apr 02, 2013
solomon111: I hope the US knows what they are doing in this war they are provoking.
Russia and china will not support them.
And if their actions threaten russian interests,they would have incurred the wrath of the second most powerful military on earth.
I pity ignorant american citizens,this is going to be more than they bargained for.
When russian satelite fell from the space and US high-jack it what did they do?Nothing because they not equal to US so they maintain peace.Russia cannot threaten US for anything they just want to be at a saver's side that's all.
Nairaland GeneralRe: Welcome, New Nairalanders by ridott02: 8:02am On Apr 02, 2013
'Am new how will I know if followers on one topic contribute and how to use it effectively.

1 2 3 4 5 6 (of 6 pages)