User:MeekMark/sandbox

Coordinates: 34°22′N 119°09′W / 34.36°N 119.15°W / 34.36; -119.15
From Wikipedia, the free encyclopedia

My personal Sandbox

Sub-sandboxes:

Userbox[edit]

Results:

This user has no cell phone.


Internet Protocol Suite articles[edit]


And now for something completely different[edit]

Try Image:At sign.svg in text flow.


Fun lists that don't belong on Wikipedia[edit]

Words starting with a prefix that don't seem to exist without the prefix[edit]

  • inept
  • unkempt
  • uncouth
  • nonplussed

List of entertainment devices used to indicate something about 3"×5" by eras[edit]

1979 Sony Walkman
playing cards
transistor radio
Years

Timeline source: User:MeekMark/Sandbox_graphical_timeline

coordinates testing[edit]

* {{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]]

-118.433835,34.051005 Los Angeles California Temple


Source tag tests[edit]

# Comments use the hash symbol
target: dependencies
	command 1
	command 2
          .
          .
          .
	command n


boring[edit]

helloworld: helloworld.o
	cc -o $@ $<
 
helloworld.o: helloworld.c
	cc -c -o $@ $<
 
.PHONY: clean
 
clean:
	rm -f helloworld helloworld.o
 

lang="bash"[edit]

# Sample rule
helloworld: helloworld.o
	cc -o $@ $<

helloworld.o: helloworld.c
	cc -c -o $@ $<

.PHONY: clean

clean:
	rm -f helloworld helloworld.o

lang="make"[edit]

# Sample rule
helloworld: helloworld.o
	cc -o $@ $<

helloworld.o: helloworld.c
	cc -c -o $@ $<

.PHONY: clean

clean:
	rm -f helloworld helloworld.o