Skip to content

Instantly share code, notes, and snippets.

List of great vegetables

  • Amaranth or Chinese spinach
  • Artichoke
  • Artichoke hearts
  • Asparagus
  • Baby corn
  • Bamboo shoots
  • Beans (green, wax, Italian)
  • Bean sprouts
<?php
/*** Used this to fix the menu/language issues with Transposh.
* Adding _JAZIK_ to menu custom links will enable getting current language code,
so the menu redirects to proper language URL.
***/
add_filter('wp_nav_menu', 'menu_shortcodes');
function menu_shortcodes( $menu ){
@andrijeski
andrijeski / food.md
Last active December 10, 2015 21:08 — forked from spion/food.md

This article contains some basic condensed knowledge about food. (Forked, so it can be adapted for a vegetarian diet too)

Basic metabolism mechanics

Water

Water - your metabolism needs it. Have a full hand-held bottle nearby at all times. Drink liberally - most estimates of recommended amount fall between 3-5 liters per day (a lot more than what you will usually drink).

Infact, forget all other drinks, especially soft drinks and artificial juices. Most of them are sugary and will become fat minutes after you drink them. Replace them all with water.

@andrijeski
andrijeski / ecchi.sql
Created June 18, 2012 04:19 — forked from georgestephanis/ecchi.sql
sql for ecchi
UPDATE `wp_term_taxonomy`
SET `parent` = '1013'
WHERE `parent` = '0'
AND `taxonomy` = 'category'
AND `term_id` != '1013'