Skip to content

Instantly share code, notes, and snippets.

View camilosw's full-sized avatar

Camilo Mejia camilosw

  • Germany
View GitHub Profile
<?php
function plugin_schedules( $schedules ) {
if ( ! isset( $schedules['30sec'] ) ) {
$schedules['30sec'] = array(
'interval' => 30,
'display' => __( 'Once every 30 seconds' )
);
}
return $schedules;
@camilosw
camilosw / README.md
Last active December 22, 2015 07:18 — forked from dariocravero/README.md
Save files on Meteor. Work with version 0.6.5

Create a Meteor app and put the client_/server_ files in a client/server directories. Also, create a public dir to save the uploaded files.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Maze.Logic
{
[Flags]
public enum Directions
{