User:CQ/Sandbox

From Wikiversity

Jump to: navigation, search

Contents

[edit] Hour Switch

Sunday

Current hour: 9 PM (UTC)

[edit] Top 24 Images

Image of the Hour - 21

Ian Mackenzie High School Classroom.jpg

[edit] #ifeq parser function

{{#ifeq: {{NAMESPACE}} | User | {{BASEPAGENAME}} content development sandbox | This template belongs only on pages in the User namespace. It is currently in the {{NAMESPACE}} namespace}}

CQ content development sandbox

{{sandbox}} testing at User:CQ/Sandbox


[edit] Variables

variables:

  • PAGENAME: CQ/Sandbox
  • SUBJECTPAGENAME: User:CQ/Sandbox
  • FULLPAGENAME: User:CQ/Sandbox
  • BASEPAGENAME: CQ
  • NAMESPACE: User
  • SUBPAGENAME: Sandbox
  • FULLPAGENAMEE: User:CQ/Sandbox

[edit] Upload traffic cop

Wikiversity-logo-Snorky.svg AB-AS-blau-links.svg You are about to upload to the Wikiversity local repository.
Your contribution can only be used here at the English language Wikiversity.
If you think your item is suitable for broader use on other projects and languages, you may consider uploading it to the Wikimedia Commons.
You must be registered and logged in at the Commons to upload there.
AB-AS-blau.svg Commons-logo.svg

[edit] Mouseover

Who jumps over the big lazy dog?

[edit] Navbox test

[edit] ParserFunctions

This is CQ's Sandbox

[edit] NavFrame

Across the Wikiverse 2007 - Week 48
Across the Wikiverse 2007 - Week 49

[edit] Page creator

Welcome to the CQ/Sandbox test at Wikiversity.

You can use the box below to create new pages on this wiki. Make sure you type [[Category:CQ/Sandbox]] on the page before you save it to make it part of the CQ/Sandbox category.




Category:Categories

[edit] Source code

#! usr/bin/perl
 
use warnings;
use strict;
 
print "\n\t enter open tag:";
 my $opentag = <STDIN>;
 chomp $opentag;
 
 print "\n\t enter close tag:";
 my $closetag = <STDIN>;
 chomp $closetag;
 
 print "\n\t enter lowest:";
 my $lowest = <STDIN>;
 chomp $lowest;
 
 print "\n\t enter highest:";
 my $highest = <STDIN>;
 chomp $highest;
 
 my $filename = 'sequence.txt';
 open my $fh, '>', $filename
     or die "Can't open '$filename' for writing: $!";
 
 for my $count ( $lowest .. $highest ) {
 
     print $fh "$opentag$count$closetag\n"
         or die "Can't write to '$filename': $!";
 }
 close $fh or die "Can't close '$filename' after writing: $!"; 
 
 print <<MSG;
 
 A file: $filename
 has been written to your working directory
 MSG

[edit] CSREES/USDA

CSREES (USDA) programs and program codes
Program name Code
Plant Biosecurity 20.2
Managed Ecosystems 23.1
Soil Processes 25.0
Water and Watersheds 26.0
Global Change Initiatives 27.0
Air Quality 28.0
Bioactive Food Components for Optimal Health 31.0
Human Nutrition and Obesity 31.5
Food Safety 32.0
Epidemiological Approaches for Food Safety 32.1
Animal Reproduction 41.0
Animal Growth and Nutrient Utilization 42.0
Animal Genome (A): Applied Animal Genomics 43.0
Animal Genome (B): Tools and Resources 43.0
Animal Genome (C): Bioinformatics 43.0
Animal Protection and Biosecurity (A): Animal Disease 44.0
Animal Protection and Biosecurity (B): Animal Well-Being 44.0
Animal Protection and Biosecurity (C): Animal Biosecurity Coordinated Agricultural Projects (CAP) 44.0
Microbial Genomics (A): Genome Sequencing 51.0
Microbial Genomics (B): Functional Genomics of Microorganisms 51.0
Arthropod and Nematode Biology and Management (A): Organismal and Population Biology 51.2
Arthropod and Nematode Biology and Management (B): Suborganismal Biology 51.2
Arthropod and Nematode Biology and Management (C): Tools, Resources, and Genomics 51.2
Microbial Biology (A): Microbial Observatories 51.8
Microbial Biology (B): Biology of Plant-Microbe Associations 51.8
Biology of Weedy and Invasive Species in Agroecosystems 51.9
Plant Genome (A): Tools, Resources, and Bioinformatics 52.1
Plant Genome (B): Functional Genomics 52.1
Plant Genome (D): Applied Plant Genomics Coordinated Agricultural Project (CAP) 52.1
Plant Biology (A): Gene Expression and Genetic Diversity 56.0
Plant Biology (B): Environmental Stress 56.0
Plant Biology (C): Biochemistry 56.0
Plant Biology (D): Growth and Development 56.0
Agricultural Markets and Trade 61.0
Agricultural Prosperity for Small and Medium-Sized Farms 66.0
Improving Food Quality and Value 71.1
Biobased Products and Bioenergy Production Research 71.2

[edit] User:CQ/THD

Truck is gasoline. Tractors are diesel

[edit] OSI model

OSI Model
Data unit Layer Function
Host
layers
Data 7. Application Network process to application
6. Presentation Data representation and encryption
5. Session Interhost communication
Segment 4. Transport End-to-end connections and reliability
Media
layers
Packet 3. Network Path determination and logical addressing
Frame 2. Data Link Physical addressing
Bit 1. Physical Media, signal and binary transmission