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
| <?php | |
| $my_menu = array( | |
| 'menu' => 'main-menu', | |
| 'container' => '', | |
| 'items_wrap' => '%3$s' | |
| ); | |
| wp_nav_menu( $my_menu ); | |
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
| <?php | |
| /** | |
| * _s Theme Options | |
| * | |
| * @package _s | |
| * @since _s 1.0 | |
| */ | |
| /** | |
| * Register the form setting for our _s_options array. |
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
| import java.util.*; | |
| /** | |
| * Write a description of class Board here. | |
| * | |
| * @author BUNZ | |
| * @version 1.BUNZ | |
| */ | |
| public class Board { | |
| char [ ] [ ] gameBoard; | |
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
| Envy Labs - Web Dev Shop, creators of CodeSchool | |
| CodeSchool - Online learning site | |
| Push - Creative Agency / Branding (Restaurants) | |
| BMDM - Digital Marketing Agency (sort of print oriented) | |
| MMGY - Advertising (International w/ Orlando Office) | |
| Lightmaker - Digital Agency (International w/ Orlando Office) | |
| Prismatic - Digital Marketing Agency / Branding | |
| MUUTE - Digital and Visual "Consultancy"/Agency | |
| Fry Hammond Barr - Advertising | |
| Laughing Samurai - Advertising Agency |
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
| # This file should be placed on the directory of ~/blog/config | |
| upstream unicorn { | |
| server unix:/tmp/unicorn.todo.socket fail_timeout=0; | |
| } | |
| server { | |
| listen 80 default; | |
| #server_name example.com; | |
| root /home/username/blog/public; |
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
| /********************************************************** | |
| ADOBE SYSTEMS INCORPORATED | |
| Copyright 2005-2010 Adobe Systems Incorporated | |
| All Rights Reserved | |
| NOTICE: Adobe permits you to use, modify, and | |
| distribute this file in accordance with the terms | |
| of the Adobe license agreement accompanying it. | |
| If you have received this file from a source |
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
| 35-50k when bought mint | |
| swapped at 160 | |
| 220k | |
| around 110k on motor | |
| Need to buy: | |
| X Timing Belt (14400-P13-014): 49.82 X |
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
| { | |
| "installed_on_5": 1348066457356, | |
| "last_message_check": 1358176729340, | |
| "tip_show_after": 1355415348804, | |
| "version": 7.321, | |
| "timeline_show_panel": false, | |
| "chrono_switched": false, | |
| "auto_subscribe_news_done": true, | |
| "pagelet_toggle": true, | |
| "filters": [], |
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
| SELECT ce.email, sfo.customer_lastname, sfo.customer_firstname, ce.updated_at | |
| FROM customer_entity ce | |
| INNER JOIN sales_flat_order sfo ON sfo.customer_email = ce.email | |
| WHERE ce.updated_at BETWEEN '2007-01-07 00:00:00' AND '2012-01-07 23:59:59' |
NewerOlder