28/08/2017
Well furnished duplex with furniture and fittings all included for sale at Agungi 70mil contact 08027015350
Peculiar Consult is a major provider of tuition of national leading to the acquisition of academic and professional qualifications. That is unacceptable.
Our mission is simple: make technology an asset for your business not a problem. Too many times we have seen other IT consulting firms recommend solutions that are not appropriate for the specific client's business or will not take a business' operations into their planning as they routinely bring down an entire business while they perform routine maintenance on a server. We won't bring you down i
28/08/2017
Well furnished duplex with furniture and fittings all included for sale at Agungi 70mil contact 08027015350
Well furnished duplex with furniture and fittings all included for sale at Agungi 70mil contact 08027015350.
22/05/2017
2 bedroom flat in this building is for sale..location, inside redeem camp with 24hrs power supply price 4.5million
22/05/2017
FOR SALE... 3 bedroom bungalow on a plot of land at ijoko ogba Ayo .... 5.5million
To all Muslim faithfuls
May Allah flood your life with happiness,
u r heart with love,
ur soul with spirtual,
ur mind with wisdom,
Eid Mubarak to you from all of my heart.
Happy new year to you all
Peculiar Consult is organizing Computer Based Test (CBT) training for prospective JAMB student for more info call 08027015350 or 08055903119
Peculiar Consult is organizing Computer Based Test (CBT) for prospective JAMB student for more info call 08027015350 or 08055903119
07/09/2015
join the skill acquisation program for a token. The program commence today at RCCG, FREEDOM CHAPLE, ALAGBADA BESIDES MOBIL FILLING STATION IJEGUN ROAD, IKOTUN, LAGOS
Microsoft has added a rude new emoji to Windows
10
For those of you who are too lazy to type your insults, you’ll be pleased
to learn that Microsoft has added the ‘reversed hand with middle finger
extended’ to Windows 10.
That’s according to Emojipedia, who said Windows 10 users will be
able to share the new emoticon whether they’re using their mobile or a
desktop computer.
Clearly Microsoft has no issues with its users offending each other. In
fact, they’re making sure absolutely everyone can offend each other by
releasing the emoji in a range of different skin tones… including grey.
Apple’s iOS platform and Google’s Android have not yet declared their
support for the swearing finger, meaning Windows 10 will be the only
one of the major operating systems where it is available for use.
New GPS technology that identifies locations within
centimetres could open way for advances in virtual
reality, scientists say
New GPS technology that can identify locations accurate to within
centimetres could open the way for huge advances in virtual reality and
mobile mapping, scientists believe.
Researchers at the Cockrell School of Engineering at The University of
Texas said the centimetre-accurate GPS-based positioning system could
allow unmanned aerial vehicles to deliver packages to a specific spot on a
consumer’s back porch.
The new system, which is far more precise than the orientation capability
currently available on smartphones, could also enable collision avoidance
technologies on cars and allow virtual reality (VR) headsets to be used
outdoors.
Researchers said the advanced GPS coupled with a smartphone camera
could be used to quickly build a globally referenced 3-D map of one's
surroundings that would greatly expand the radius of a VR game.
Currently, VR does not use GPS, which limits its use to indoors and usually
a two-to three-foot radius.
28/12/2014
useful tips on:- How to create a CSV
file. A comma-separated values (CSV) file is
any file containing text that is separated
with a comma , but can also be a file
separated with any other character. To
create a CSV is as simple as creating any
text file and can be created in any text
editor, however, is often created in a
spreadsheet program such as Microsoft
Excel or Open Office Calc. Below are the
steps on how to create a CSV file using a
text editor such as Notepad, Microsoft
Excel, Open Office Calc, and Google Docs.
Notepad (or any text editor)
Microsoft Excel
Open Office Calc
Google Docs
Notepad (or any text editor)
To create a CSV file in a text editor open a
new text editor program, such as Notepad .
Once open write the text data you want
the file to contain and separate each field
or column of data with a comma and each
row with a new line.
Title1,Title2,Title3
one,two,three
example1,example
2,example3
As an example, if you were to create a text
file with the above data, and save it as a
CSV file, each column is created by each
comma and each row is created by each
new line. Therefore, the above data if
opened in a spreadsheet program such as
Microsoft Excel would create a table
similar to the example below.
Title1 Title2 Title3
one two three
example1 example2 example3
If the data you're planning to use in your
CSV file already has comma's, such as an
address; it's easier to use a different
delimiter to separate each of the values.
For example, in the below CSV file we will
be creating names and addresses for
labels that will be printed and are
separating each name and address label
with a tilde character. Alternatively a
better solution would be to have the
address, city, and state in their own
column.
Name
Street Address
City, State ZIP Code
~Mr John Smith
123 Fake address
Salt Lake City, Utah
89110
~Mrs Jane Doe
586 Another fake
Delta, Utah 84624
~Bill White
123 N Fake Street
St Anthony, Idaho
83445
Microsoft Excel
Open Microsoft Excel and the file you
want to save as a CSV file. For example,
below is the data contained in our
example Excel worksheet.
Item Cost Sold Profit
Keyboa
rd
$10.
00
$16.
00
$6.
00
Monito
r
$80.
00
$120.
00
$40.
00
Mouse $5.
00
$7.00 $2.
00
Total $48.
00
Once open, click File , choose the Save As
option, and as the Save as type : select the
CSV (Comma delimited) (*.csv) option.
Once saved, if you were to open the CSV
file in a text editor, such as Notepad, the
CSV file should resemble the example
below.
Item,Cost,Sold,
Profit
Keyboard,$10.00,
$16.00,$6.00
Monitor,$80.00,
$120.00,$40.00
Mouse,$5.00,
$7.00,$2.00
,,Total,$48.00
Open Office Calc
Open the Open Office Calc and the file you
want to save as a CSV file. For example,
below is the data contained in our
example Calc worksheet.
Item Cost Sold Profit
Keyboa
rd
$10.
00
$16.
00
$6.
00
Monito
r
$80.
00
$120.
00
$40.
00
Mouse $5.
00
$7.00 $2.
00
Total $48.
00
Once open, click File , choose the Save As
option, and as the Save as type : select the
Text CSV (.csv) (*.csv) option. Once
saved, if you were to open the CSV file in
a text editor such as Notepad the CSV file
should resemble the example below.
Item,Cost,Sold,
Profit
Keyboard,$10.00,
$16.00,$6.00
Monitor,$80.00,
$120.00,$40.00
Mouse,$5.00,
$7.00,$2.00
,,Total,$48.00
Google Docs
Open Google Docs and the Spreadsheet
file you want to save as a CSV file. Click
File , Download as , and then select CSV
(current sheet) . or visit www.computerhope.com/issues/ch001356.htm
How to create a CSV file. Steps on how you can create a CSV file in a text editor such as notepad, microsoft excel, open office calc, and google docs.
| Monday | 08:00 - 18:00 |
| Tuesday | 08:00 - 18:00 |
| Wednesday | 08:00 - 18:00 |
| Thursday | 08:00 - 18:00 |
| Friday | 08:00 - 18:00 |
| Saturday | 10:00 - 16:00 |