MYMYMYSQL.BLOGSPOT.COM
Learning MySQL / PostgreSQL and other stuffJust somewhere to keep my notes while I'm playing.
http://mymymysql.blogspot.com/
Just somewhere to keep my notes while I'm playing.
http://mymymysql.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.4 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
7
SSL
EXTERNAL LINKS
0
SITE IP
172.217.3.97
LOAD TIME
0.406 sec
SCORE
6.2
Learning MySQL / PostgreSQL and other stuff | mymymysql.blogspot.com Reviews
https://mymymysql.blogspot.com
Just somewhere to keep my notes while I'm playing.
mymymysql.blogspot.com
Learning MySQL / PostgreSQL and other stuff: File System Manipulation
http://mymymysql.blogspot.com/2013/03/file-system-manipulation.html
Learning MySQL / PostgreSQL and other stuff. Just somewhere to keep my notes while I'm playing. Friday, March 15, 2013. Extending a 'normal' fdisk partition. We have a server with ext3 files systems. The file systems for root (/) and usr (/usr) are 4GB and need to be increased to 8GB. Use fdisk to create a new partition of the correct size. Subscribe to: Post Comments (Atom).
Learning MySQL / PostgreSQL and other stuff: Simple Perl
http://mymymysql.blogspot.com/2013/04/simple-perl.html
Learning MySQL / PostgreSQL and other stuff. Just somewhere to keep my notes while I'm playing. Tuesday, April 9, 2013. Perl is a highly complicated language, but it is possible to do some useful things using some pretty simple code. Here are a few examples. Here is a simple example of a program that reads a file and prints it out. I'm sure that it could be written with fewer lines of code, but this has the advantage of being a framework for any program you might need to write. Use File: stat;. We either...
Learning MySQL / PostgreSQL and other stuff: Perl: Am I Root?
http://mymymysql.blogspot.com/2015/08/perl-am-i-root.html
Learning MySQL / PostgreSQL and other stuff. Just somewhere to keep my notes while I'm playing. Monday, August 10, 2015. Perl: Am I Root? Testing to see if you are running with root privileges is straight-forward in Perl. Here is some sample code:. Tjinkers@ebl-oel6vm1 perl]$ cat ./testroot.pl #! Usr/bin/perl if ( $ eq 0 ). As the saying goes, "That was easy! Subscribe to: Post Comments (Atom).
Learning MySQL / PostgreSQL and other stuff: Jar file 101
http://mymymysql.blogspot.com/2014/01/jar-file-101.html
Learning MySQL / PostgreSQL and other stuff. Just somewhere to keep my notes while I'm playing. Wednesday, January 22, 2014. Here is a very simple example. I have a very simple single class application called Frame2. The manifest file tells jar which class file has the "Main-Class" directive to run. Note that this file needs to end with a new line character. PS C: Users tjinkers java swing ls Frame2.*. Directory: C: Users tjinkers java swing. Mode LastWriteTime Length Name. Mode LastWriteTime Length Name.
Learning MySQL / PostgreSQL and other stuff: Displaying files in date order
http://mymymysql.blogspot.com/2013/04/displaying-files-in-date-order.html
Learning MySQL / PostgreSQL and other stuff. Just somewhere to keep my notes while I'm playing. Tuesday, April 23, 2013. Displaying files in date order. Here is an example of a program that reads all the files directory and displays them in date order. My ($MYDIR, $mtime, $filename,%filearray, $key);. Sub numerically { $filearray{$a} = $filearray{$b}; }. Read all the file names in to an array. Opendir $MYDIR, $LOGDIR or die "Unable to open file: $! My @allfiles = readdir $MYDIR;. Print "Unsorted n";.
TOTAL PAGES IN THIS WEBSITE
7
Albums
Kuala Lumpur, Malaysia. Tokyo, Japan 2014. Kotakinabalu, Sabah, Malaysia 2012. Suriname 2012 - I. Suriname 2012 - II. Suriname 2012 - III. Kuantan, Malaysia 2011 - April. Sungai Lembing, Malaysia 2011. Hong Kong 2011 - I. Hong Kong 2011 - II. Hong Kong 2011 - III. Kuantan, Malaysia 2011 - January. Shanghai, China 2010 - I. Port Dickson, Malaysia 2010. Kuala Gandah, Malaysia 2009. Phnom Penh, Cambodia 2009 - I. Phnom Penh, Cambodia 2009 - II. Shanghai, China 2007 - I. Shanghai, China 2007 - II.
Season's Fly Shop
New products are coming soon! Drop us a line! Better yet, see us in person! We love our customers, so feel free to visit during normal business hours. Arizona, United States. Monday - Friday: 9am - 5pm.
The Great Barbara Kingsolver
The Great Barbara Kingsolver. If we can't, as artists, improve on real life, we should put down our pencils and go bake bread."-B.Kingsolver. An Interview with Barbara Kingsolver. By selecting this url you will be directed to the interview:. Http:/ www.youtube.com/watch? Some of her works include:. High Tide in Tucson. Remember How the Moon Survives. Http:/ www.youtube.com/watch? If you agree, become a Fan of our Page and Connect with Facebook! Tuesday, April 20, 2010. Brian, Tracy, and Lisette. 8220;Hig...
Blog de mymymyrtille - Skyblog of mymymyrtille the boss - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Skyblog of mymymyrtille the boss. Bon ben sur se blog yaura mé plu grand délir, mes amis, ma famille, dla zic, des délir dé délir et dé délir. Enfin bon BONNE VISITE! Mise à jour :. Mon new blog ( et oui encore un! Abonne-toi à mon blog! Welcome to my BLOG! Bienvenue sur mon blog! Non là, jen fé un ti peu tro! Bon alors, jpense que jlé dja di mé jle redi, ici ya mé potes, dla zic, et que dé délir! Euhhhhhhhhh. juste un ti rapel:. Ou poster avec :. Retape dans...
Blog de mymymyrtille00 - Welcome in my blog !!!! - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Welcome in my blog! Coucou tout le monde! Moi trankil, trankil. Voila, alors vu ke c mon 2ème blog et kil é composé ke de montage, jvoulé savoir cke vou en pensez. Voila! Mise à jour :. Abonne-toi à mon blog! N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. N'oublie pas ...
Learning MySQL / PostgreSQL and other stuff
Learning MySQL / PostgreSQL and other stuff. Just somewhere to keep my notes while I'm playing. Tuesday, July 12, 2016. The full Coin Flip Porgram. I got the Coin Flip program to work! Note that there are a few methods in here that I have implemented but not used, this is fairly normal. So for instance when writing the Coin class, it seemed obvious to be able to turn a coin over, not just flip it, but I don't need that right now. Require 'optparse' class Coin attr reader :face, :value. Coinseach do coin ...
mymymystery - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 2 Years. This deviant's activity is hidden. Deviant since May 1, 2014. This is the place where you can personalize your profile!
mymymystica20ans's blog - Blog de mymymystica20ans - Skyrock.com
12/11/2008 at 6:33 AM. 10/05/2009 at 11:19 AM. Subscribe to my blog! Voici quelques photos de mon anniversaire. En effet, j'ai fêté mes 20ans en faisant une petite boufe, un bowling et une boîte. Tout ça pour dire que j 'ai passé une magnifique soirée avec des gens que j'apprécie et presque toutes les personnes que j'aime le plus! Please enter the sequence of characters in the field below. Posted on Wednesday, 12 November 2008 at 6:50 AM. Edited on Thursday, 25 December 2008 at 2:07 AM. Mon chéri et moi.
MyMyMyToys.com
0 item(s) - RM0.00. Welcome visitor you can login. Or create an account. Block - 3 Mini Block (22). Block - Animal (6). Block - Cars (7). Block - Chima (14). Block - City Work (9). Block - Fire Fighter (6). Block - Gun (6). Block - Hobbit (1). Block - Hobbit (0). Block - Military (29). Block - Ninja (28). Block - Pirate (15). Block - Police (8). Block - Robot (16). Block - San Guo (5). Block - Space (24). Block - Transportation (20). Block - 3 Mini Block (22). Block - Animal (6). Block - Cars (7).
mymymyyyy's blog - ** My my myyyy ! ** °~ Lucette II NSKB For you kill' =p !° "#Luc£ La grosse .. - Skyrock.com
Lucette II NSKB For you kill' =p! Luc La grosse . JE TAIME UN TRUC DE OUF MEUF . (L). 16/02/2008 at 10:43 AM. 06/09/2008 at 8:59 AM. La vie . c'est ainsi! Subscribe to my blog! La vie . c'est ainsi! Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.14) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Saturday, 06 September 2008 at 8:59 AM. Post to my blog.