User:MeekMark/sandbox

Userbox

Results:

{{User:MeekMark/No_cell_phone}}


Internet Protocol Suite articles

And now for something completely different

Fun lists that don't belong on Wikipedia

= Words starting with a prefix that don't seem to exist without the prefix =

  • inept
  • unkempt
  • uncouth
  • nonplussed

=== List of entertainment devices used to indicate something about 3"×5" by eras ===

Image:WalkmanTPS-L2.jpg]]

{{User:MeekMark/sandbox graphical timeline}}

Timeline source: User:MeekMark/Sandbox_graphical_timeline

coordinates testing

  • {{coor d|34.051005|N|118.433835|W|region:US_type:city}}
  • {{coor d|34.050689|N|118.434366|W|type:city}}
  • {{coor d|34.050689|N|118.434366|W}}
  • Dallas: {{coor d|32.913379|N|96.796761|W|region:US_type:city}}
  • St. George: {{coor d|37.101378|N|113.578031|W|region:US_type:city}}
  • Ventura County: {{coor d|34.36|-119.15|display=title|type:adm2_region:US-CA_scale:10000_source:UScensus1990}}
  • Draper {{coor d|40.495265|N|111.841292|W|region:US_type:city}}
  • Oquirrh Mountain {{coor d|40.558383|N|111.986351|W|region:US_type:city}}

-118.433835,34.051005 Los Angeles California Temple

  • {{coor d|34.051005|N|118.433835|W|region:US_type:city}}
  • {{coor d|34.050689|N|118.434366|W|type:city}}
  • {{coor d|34.050689|N|118.434366|W}}
  • Dallas: {{coor d|32.913379|N|96.796761|W|region:US_type:city}}
  • St. George: {{coor d|37.101378|N|113.578031|W|region:US_type:city}}
  • Ventura County: {{coor d|34.36|-119.15|display=title|type:adm2_region:US-CA_scale:10000_source:UScensus1990}}
  • Draper {{coor d|40.495265|N|111.841292|W|region:US_type:city}}
  • Oquirrh Mountain {{coor d|40.558383|N|111.986351|W|region:US_type:city}}

-118.433835,34.051005 Los Angeles California Temple

Source tag tests

# Comments use the hash symbol

target: dependencies

command 1

command 2

.

.

.

command n

= boring =

helloworld: helloworld.o

cc -o $@ $<

 

helloworld.o: helloworld.c

cc -c -o $@ $<

 

.PHONY: clean

 

clean:

rm -f helloworld helloworld.o

 

= lang="bash" =

  1. Sample rule

helloworld: helloworld.o

cc -o $@ $<

helloworld.o: helloworld.c

cc -c -o $@ $<

.PHONY: clean

clean:

rm -f helloworld helloworld.o

= lang="make" =

  1. Sample rule

helloworld: helloworld.o

cc -o $@ $<

helloworld.o: helloworld.c

cc -c -o $@ $<

.PHONY: clean

clean:

rm -f helloworld helloworld.o