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
package com.starkenglish; | |
import android.app.Activity; | |
import android.app.ActionBar; | |
import android.app.AlertDialog; | |
import android.app.Fragment; | |
import android.app.FragmentManager; | |
import android.app.ProgressDialog; | |
import android.content.Context; |
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
C:\Apache24\htdocs\streams [master]> composer update | |
Loading composer repositories with package information | |
Updating dependencies (including require-dev) | |
- Installing anomaly/streams-composer-plugin (dev-master fbb78bf) | |
Cloning fbb78bf240416e95f2c2855f32c0ebb1109db784 | |
- Installing psr/log (dev-master a78d650) | |
Cloning a78d6504ff5d4367497785ab2ade91db3a9fbe11 | |
- Installing symfony/debug (2.6.x-dev 9e11c84) |
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
FatalErrorException in FormBuilder.php line 9: | |
Trait 'Illuminate\Support\Traits\Macroable' not found | |
in FormBuilder.php line 9 | |
at HandleExceptions->fatalExceptionFromError(array('type' => '1', 'message' => 'Trait 'Illuminate\Support\Traits\Macroable' not found', 'file' => 'C:\wamp\www\streams\vendor\illuminate\html\FormBuilder.php', 'line' => '9')) in HandleExceptions.php line 118 | |
at HandleExceptions->handleShutdown() |
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
2015-01-15 11:35:38.8812|WARN|thread: 1|StandardUserErrors|Showing user error Failed to create a new commit. | |
System.InvalidOperationException: Collection was modified; enumeration operation may not execute. | |
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) | |
at System.Collections.Generic.List`1.Enumerator.MoveNextRare() | |
at System.Collections.Generic.List`1.Enumerator.MoveNext() | |
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() | |
at System.Linq.EnumerableEx.<Catch_>d__80`2.MoveNext() | |
at System.Linq.EnumerableEx.<Catch_>d__80`2.MoveNext() | |
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() | |
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) |
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
<div class='admin-box'> | |
<h3>Vocabulary</h3> | |
<?php echo form_open($this->uri->uri_string(), 'class="form-horizontal"'); ?> | |
<fieldset> | |
<div class="control-group<?php echo form_error('vocab_text') ? ' error' : ''; ?>"> | |
<?php echo form_label('Vocab text'. lang('bf_form_label_required'), 'vocab_text', array('class' => 'control-label')); ?> | |
<div class='controls'> | |
<input id='vocab_text' type='text' required='required' name='vocab_text' maxlength='255' value="<?php echo set_value('vocab_text', isset($vocabulary->vocab_text) ? $vocabulary->vocab_text : ''); ?>" /> |
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
//specification file for the numberlist class | |
#ifndef NUMBERLIST_H | |
#define NUMBERLIST_H | |
class NumberList | |
{ | |
private: | |
//declares a structure for the list | |
struct ListNode |
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
Created project in C:\Users\Mark\Desktop\CA Systems\pyrocms | |
Loading composer repositories with package information | |
Installing dependencies (including require-dev) | |
- Installing anomaly/streams-composer-plugin (1.0.0) | |
Loading from cache | |
- Installing symfony/process (v2.7.3) | |
Loading from cache | |
- Installing kriswallsmith/assetic (v1.2.1) |
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
- Installing anomaly/dashboard-module (v1.0.0) | |
Cloning 2ded9752dcbf5e04cf396f7a8ea7d2e3b7583141 | |
2ded9752dcbf5e04cf396f7a8ea7d2e3b7583141 is gone (history was rewritten?) | |
Failed to download anomaly/dashboard-module from source: Failed to execute g | |
it checkout "2ded9752dcbf5e04cf396f7a8ea7d2e3b7583141" -- && git reset --hard "2 | |
ded9752dcbf5e04cf396f7a8ea7d2e3b7583141" -- | |
HEAD is now at 2ded975... Remove versioning | |
error: unable to create file resources/js/highcharts/exporting-server/java/highc | |
harts-export/highcharts-export-web/target/highcharts-export-web/WEB-INF/classes/ |