View experts.rb
This file contains 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
# This is the code editor. | |
# Request permission from HAWK to post code. | |
# Install a gem from Rubygems.org | |
gem 'gem_name' | |
# Install a gem from git | |
gem 'gem_name', | |
git: 'http://github.com/owner/repo.git' |
View experts.html
This file contains 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
<!-- Padding (fully supported, always preferred) --> | |
<td style="padding: 0 0 5px 0;"> | |
<!-- A spacer cell (for emergencies) --> | |
<td style="font-size: 0px; line-height: 0px;" width="50"> </td> |
View experts.css
This file contains 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
// This is the code editor. | |
// Request permission from HAWK to post code. | |
//Fix from the HTML Email Boilerplate | |
#outlook a {padding:0;} /* Force Outlook to provide a "view in browser" menu link. */ |
View experts.php
This file contains 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
// This is the code editor. | |
// Request permission from HAWK to post code. | |
use Sitepoint\Courses\PageController; | |
$controller = new CourseAdminController(); |
View experts.php
This file contains 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
// This is the code editor. | |
// Request permission from HAWK to post code. | |
config/production.php: | |
---------------------- | |
define("DATABASE_NAME", "some_name"); | |
htdocs/index.php: |
View experts.php
This file contains 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
// This is the code editor. | |
// Request permission from HAWK to post code. | |
echo "Hello World!"; | |
//config//production.php: | |
//DATABASE_NAME |
View experts.php
This file contains 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
// This is the code editor. | |
// Request permission from HAWK to post code. | |
config/production.php: | |
---------------------- | |
define("DATABASE_NAME", "some_name"); | |
htdocs/index.php: |
View experts.css
This file contains 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
// This is the code editor. | |
// Request permission from HAWK to post code. | |
//code here | |
jnglkdfnblkfd |
View experts.css
This file contains 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
// This is the code editor. | |
// Request permission from HAWK to post code. | |
//code here | |
jnglkdfnblkfd |
View experts.css
This file contains 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
// This is the code editor. | |
// Request permission from HAWK to post code. | |
//code here | |
jnglkdfnblkfd |
NewerOlder