Nandos in Springfield Quay in Scotland is the only halal Nandos in Scotland. It is usually quite busy except for in afternoons. At night you can be in the ordering cue for a long time. As it is halal, a lot of customers are Muslim The environment is quite nice. Child seats and baby change is available. My personal favourite is the extra hot full platter with spicy chips and extra hot sauce, followed by a toffee cheese cake. The best way to reach it from outside of Glasgow is to leave M8 at junction 20 towards Springfield quay.
Tuesday, October 2, 2012
Sunday, February 26, 2012
How to install GTranslate for Joomla
1. Download GTranslate from http://gtranslate.net/
2. Go to joomla admin and login
3. Go to extension->extension manager
4. Select and upload the file you downloaded, com_gtranslate....zip
5. It will be now installed.
6. Go to extensions>module manager
7. Select Gtranslate and change the following settings
2. Go to joomla admin and login
3. Go to extension->extension manager
4. Select and upload the file you downloaded, com_gtranslate....zip
5. It will be now installed.
6. Go to extensions>module manager
7. Select Gtranslate and change the following settings
- Status-> published
- access-> public
- at bottom of page in menu selection block-> module assignment-> on all pages
- Now go back to top of page and select position. There are lots of options and some of them dont make sense, so just try differnt ones until you find suitable one. Position-12 (beez-20) worked for me.
- Every time you change position, press save and in other window of browser go check where the translate tool has appeared.
- once done, click on save and close
Best of luck
Thursday, January 12, 2012
apple battery sizes
ipod - shuffle ---- G2 ---- 616-0278 --- 23.5*23.5*3mm ---- 3 gm --- 200mah
ipod - shuffle ---- G1 ---- 616-0212 --- 20.5*31.5*5.5 ---- 6-12 gm --- 250mah
ipod - nano ---- G2 ---- 616-0407 --- 61.00 x 22.00 x 2.00 mm --- 50gm ==400mah
ipod - shuffle ---- G1 ---- 616-0212 --- 20.5*31.5*5.5 ---- 6-12 gm --- 250mah
ipod - nano ---- G2 ---- 616-0407 --- 61.00 x 22.00 x 2.00 mm --- 50gm ==400mah
Wednesday, August 24, 2011
Sunday, August 21, 2011
Permabond black magic with CSA activator
Hi have been recently using the Permabond Black Magic (737) super-glue adhesive with its activator CSA spray.
All I have to say is WOW. It becomes hard as rock in seconds and bonds to all sorts of materials. The only material that I have seen it doesn't bond to at all is silicone but then what does
Here is the datasheet
http://www.permabond.co.uk/files/Download/2011_SS_CA_UK.pdf
All I have to say is WOW. It becomes hard as rock in seconds and bonds to all sorts of materials. The only material that I have seen it doesn't bond to at all is silicone but then what does
Here is the datasheet
http://www.permabond.co.uk/files/Download/2011_SS_CA_UK.pdf
Friday, August 19, 2011
Getting started with Contiki. Complete noob
OK
Here I am writing notes for using contiki OS for the first time and getting used to it.
Step 1
Download contiki from http://sourceforge.net/projects/contiki/files/Contiki/Contiki%202.4/contiki-2.4.zip/download
I downloaded the 2.4 version available at that time
then
i downloaded
VMWARE player from http://www.vmware.com/products/player/
after that I downloaded the intant contiki vmwre files from http://sourceforge.net/project/showfiles.php?group_id=76159&package_id=278141
now extract the files for the instant contiki in suitable folder
go into VMWARE
Most important files are in the folder contiki-2.x
So go to this folder by typing
cd contiki-2.x <enter>
inside you can try some examples as shown in the video http://www.youtube.com/watch?v=8E-iVH2y2XY&feature=related
first example
cd examples <enter>
cd rime<enter>
rime is a wireless protocol that has been a part of contiki for some time
I currently know of two simulators provided by contiki
NETSIM is a network simulator that is very basic . to see example write these commands in the rime directory
make TARGET=netsim <enter>
and then
./example-abc.netsim <enter>
this will start an example code rimming rime on some nodes in NETSIM window.
to end this simulation early
go to the terminal window and write
CTRL+C
to try another example you can write
make TARGET=cooja example-collect
This starts the COOJA simulator which is the more heavy weight of these simulators
Again refer to the video above.
NOW read this presentation
http://www.sics.se/~adam/contiki-workshop-2007/workshop07cooja_intro.ppt
this is good intro to Cooja
also try this
http://www.sics.se/contiki/wiki/index.php/Setting_up_a_Low-Power_IPv6/RPL_Network
Here I am writing notes for using contiki OS for the first time and getting used to it.
Step 1
Download contiki from http://sourceforge.net/projects/contiki/files/Contiki/Contiki%202.4/contiki-2.4.zip/download
I downloaded the 2.4 version available at that time
then
i downloaded
VMWARE player from http://www.vmware.com/products/player/
after that I downloaded the intant contiki vmwre files from http://sourceforge.net/project/showfiles.php?group_id=76159&package_id=278141
now extract the files for the instant contiki in suitable folder
go into VMWARE
select "Open a Virtual Machine"
go to the instant contiki extracted folder and open the Vm file
Press the play icon
this will start ubuntu linux in side the Vm window
the user name is "user" and password is also "user"
Once you log into the ubunto
start the terminal program on the desktop
here are some simple commads to use in the terminal
cd <enter> will take you back to the start directrory
cd.. <enter> will take you up one directory
dir <enter> wil show the list of all files/directoruies in current directory
cd directory_name<enter> will take you inside the directory name
Most important files are in the folder contiki-2.x
So go to this folder by typing
cd contiki-2.x <enter>
inside you can try some examples as shown in the video http://www.youtube.com/watch?v=8E-iVH2y2XY&feature=related
first example
cd examples <enter>
cd rime<enter>
rime is a wireless protocol that has been a part of contiki for some time
I currently know of two simulators provided by contiki
NETSIM is a network simulator that is very basic . to see example write these commands in the rime directory
make TARGET=netsim <enter>
and then
./example-abc.netsim <enter>
this will start an example code rimming rime on some nodes in NETSIM window.
to end this simulation early
go to the terminal window and write
CTRL+C
to try another example you can write
make TARGET=cooja example-collect
This starts the COOJA simulator which is the more heavy weight of these simulators
Again refer to the video above.
NOW read this presentation
http://www.sics.se/~adam/contiki-workshop-2007/workshop07cooja_intro.ppt
this is good intro to Cooja
also try this
http://www.sics.se/contiki/wiki/index.php/Setting_up_a_Low-Power_IPv6/RPL_Network
Subscribe to:
Posts (Atom)






