This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>Error</title> | |
</head> | |
<body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
headliner- { | |
foo { | |
img { | |
border: 5px solid red; | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe width="420" height="315" src="http://www.youtube.com/embed/mMFXSQpGfFY" frameborder="0" allowfullscreen></iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ailedDryRun: ! Error found during dry run of '0009_auto__add_field_project_uuid'! Aborting. | |
Traceback (most recent call last): | |
File "/Users/david/.virtualenvs/publet/lib/python2.7/site-packages/south/migration/migrators.py", line 173, in _run_migration | |
migration_function() | |
File "/Users/david/.virtualenvs/publet/lib/python2.7/site-packages/south/migration/migrators.py", line 62, in <lambda> | |
return (lambda: direction(orm)) | |
File "/Users/david/Sites/publet/publet/projects/migrations/0009_auto__add_field_project_uuid.py", line 18, in forwards | |
for p in Project.objects.all(): | |
File "/Users/david/.virtualenvs/publet/lib/python2.7/site-packages/django/db/models/query.py", line 123, in _result_iter | |
self._fill_cache() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"articles": [ | |
{ | |
"type": "game", | |
"sport" "football" | |
"status": "complete", | |
"date": "2012-06-15T19:42:28", | |
"video": "http://www.youtube.com/watch?v=DXI22SivkpI", | |
"home": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Swamp Head Brewery | |
* Midnight Oil Oatmeal Coffee Stout | |
* 10-10-10 Imperial IPA | |
* Batch 400 American Stout (Tasting Room exclusive other than DC) | |
Cigar City Brewing Co. | |
* Bolita Double Brown | |
* Cognac BA Imperial Sweet Stout | |
* Humidor IPA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$query = "SELECT * FROM $table WHERE (($varsqft >= $minsquarefeet && $varsqft <= $maxsquarefeet && $varyear >= $minyearbuilt && $varyear <= $maxyearbuilt && $varbed >= $minbedrooms AND $varbed <= $maxbedrooms AND $varbath >= $minbathrooms) OR ($search_vacant_proptype_string AND $minbedrooms=0 AND $minbathrooms=0)) AND $varprice >= $pricelow AND $varprice <= $pricehigh $search_hotnew_string $search_openhouse_string $search_justreduced_string $search_pool_string $search_sprinklersystem_string $search_keywords_string $search_garage_string $search_parking_string $search_area_string $search_proptype_string $search_offices_string $citysearch $search_waterfront_string $subdivisionsearch $mlsname_search ORDER BY $sortorder LIMIT $startrow, 10"; | |
$countquery = "SELECT count(*) FROM $table WHERE (($varsqft >= $minsquarefeet && $varsqft <= $maxsquarefeet && $varyear >= $minyearbuilt && $varyear <= $maxyearbuilt && $varbed >= $minbedrooms AND $varbed <= $maxbedrooms AND $varbath >= $minbathrooms) OR ($search_vacant_propty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Poynter or someone needs to offer a training workshop on cyber security and anonymity for journalists. Data scrubbing, encryption, etc. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<style> | |
body { | |
background-color: #dddddd; | |
} | |
#container { | |
background-color: #ffffff; | |
margin: 0 auto; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="flexslider"> | |
<ul class="slides"> | |
<li> | |
<h3>Picture of all good foods</h3> | |
<img src="rcfp-conventions.jpg" width="300px"/> | |
<p>Here is a caption yo.</p> | |
</li> | |
<li> | |
<h3>Bananas</h3> | |
<img src="rcfp-slapp.jpg" width="300px" /> |