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
> git clone -b master --single-branch --depth 1 [email protected]:patrickmaciel/git-essential.git | |
error: unknown option `single-branch' | |
usage: git clone [options] [--] <repo> [<dir>] | |
> git archive --remote git://github.com/patrickmaciel/git-essential.git master | tar -xvf - -C . | |
fatal: remote error: | |
Your Git client has made an invalid request: | |
0048git-upload-archive /patrickmaciel/git-essential.git | |
tar: This does not look like a tar archive | |
tar: Exiting with failure status due to previous errors |
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
> primusrun steam steam://open/games | |
Installing breakpad exception handler for appid(steam)/version(1352503901_client) | |
Xlib: extension "NV-GLX" missing on display ":0". | |
main.cpp (423) : Assertion Failed: Looks like steam didn't shutdown cleanly, scheduling immediate update check | |
Assert( Assertion Failed: Looks like steam didn't shutdown cleanly, scheduling immediate update check ):/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/steamexe/./main.cpp:423 | |
unlinked 0 orphaned pipes | |
removing stale semaphore last operated on by process 4898 with name 0eBlobRegistryMutex_9A400D9386B895718080557C598EBA86 | |
removing stale semaphore last operated on by process 4898 with name 0eBlobRegistrySignal_9A400D9386B895718080557C598EBA86 | |
removing stale semaphore last operated on by process 4898 with name 0emSteamEngineInstance |
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
CREATE DATABASE teste001; | |
USE teste001; | |
CREATE TABLE invoices (invoice not null serial, add_date datetime); | |
INSERT INTO invoices VALUES | |
(1, '2010-01-21 00:00:00.000'), | |
(2, '2010-02-11 00:00:00.000'), | |
(3, '2010-01-30 00:00:00.000'), | |
(4, '2010-03-11 00:00:00.000'), | |
(5, '2010-04-21 00:00:00.000'), |
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 namespace PatrickMaciel; | |
class BaseController extends Controller { | |
/** | |
* Setup the layout used by the controller. | |
* | |
* @return void | |
*/ | |
protected function setupLayout() |
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 | |
/** | |
* Copyright 2011 Facebook, Inc. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); you may | |
* not use this file except in compliance with the License. You may obtain | |
* a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* |
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 | |
foreach ($teams as $team_key => $team) { | |
$table_employees[$team_key] = array(); | |
$table_employees[$team_key]['team'] = $team_key; | |
$table_employees[$team_key]['employees'] = array(); | |
foreach ($team as $employee) { | |
$table_employees[$team_key]['employees'][$employee['id']]['id'] = $employee['id']; | |
$table_employees[$team_key]['employees'][$employee['id']]['name'] = $employee['name']; |
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 | |
<span class="input-prepend input-append"> | |
<span class="add-on">'$</span> | |
<?php echo $this->Form->input(amount', array('div' => false, 'type' => 'text', 'label' => false, 'class' => 'money input-mini')) ?> | |
<button type='submit' class="btn btn-small btn-success" title='Send'><i class="icon-ok icon-white"></i></button> | |
<button type='button' class="btn btn-small btn-danger cancel-adjustment" title='Cancel'><i class="icon-ban-circle icon-white"></i></button> | |
</span> |
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
@extends('layouts.admin') | |
@section('content') | |
<div class="row-fluid"> | |
<div class="col-lg-2"> | |
<ul class="nav nav-pills nav-stacked"> | |
<li class='active'>{{ HTML::linkRoute('admin.registration_period.destroy', 'Excluir', $registration_period->id) }}</li> | |
<li>{{ HTML::linkRoute('admin.registration_period', 'Listar Período de Inscrições') }}</li> | |
</ul> | |
</div> |
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
/** | |
* Update the specified resource in storage. | |
* | |
* @param int $id | |
* @return Response | |
*/ | |
public function postUpdate($id) | |
{ | |
$registration_period = \RegistrationPeriod::find($id); | |
if ($registration_period != null) { |
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
unable to convert "\x89" from ASCII-8BIT to UTF-8 for guides/assets/images/belongs_to.png, skipping | |
unable to convert "\xF4" from ASCII-8BIT to UTF-8 for guides/assets/images/book_icon.gif, skipping | |
unable to convert "\x91" from ASCII-8BIT to UTF-8 for guides/assets/images/bullet.gif, skipping | |
unable to convert "\xF5" from ASCII-8BIT to UTF-8 for guides/assets/images/chapters_icon.gif, skipping | |
unable to convert "\xF5" from ASCII-8BIT to UTF-8 for guides/assets/images/check_bullet.gif, skipping | |
unable to convert "\xF4" from ASCII-8BIT to UTF-8 for guides/assets/images/credits_pic_blank.gif, skipping | |
unable to convert "\x89" from ASCII-8BIT to UTF-8 for guides/assets/images/csrf.png, skipping | |
unable to convert "\x89" from ASCII-8BIT to UTF-8 for guides/assets/images/edge_badge.png, skipping | |
unable to convert "\x9E" from ASCII-8BIT to UTF-8 for guides/assets/images/favicon.ico, skipping | |
unable to convert "\x80" from ASCII-8BIT to UTF-8 for guides/assets/images/feature_tile.gif, skipping |