Skip to content

Instantly share code, notes, and snippets.

View ZaneWithSpoon's full-sized avatar
🍩

Zane Witherspoon ZaneWithSpoon

🍩
View GitHub Profile
== Preparing database ==
/home/ubuntu/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.0.2.2/lib/action_dispatch/middleware/stack.rb:37: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/home/ubuntu/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/actionpack-6.0.2.2/lib/action_dispatch/middleware/static.rb:110: warning: The called method `initialize' is defined here
/home/ubuntu/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/type.rb:27: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/home/ubuntu/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activerecord-6.0.2.2/lib/active_record/type/adapter_specific_registry.rb:9: warning: The called method `add_modifier' is defined here
From: /home/ubuntu/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/pg-1.2.3/lib/pg.rb:59 PG.connect:
57: def self::connect( *args )
58: binding.pry
0x0090B5cC686d7c94A06e58a7dB950417991ae1aa
/* ============================================================================
Name : part1.c
Authors : Zane Witherspoon & Tim Siwula
Version : 3.14
Description : takes in an int between 0-4999 as only argument
============================================================================ */
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
//returns the index of the starting vlue
int sort_list(int start, int a[]) {
for (int i = 0; i < 1000; ++i)
{
sorted_addresses[i] = a[i];
}
sorted_addresses[1000] = start;
int array_size = 1001;
/* ============================================================================
Name : part1.c
Authors : Zane Witherspoon & Tim Siwula
Version : 3.14
Description : takes in an int between 0-4999 as only argument
============================================================================ */
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
view Main {
view.pause()
let test = 'old'
function changeVar(){
test = 'new'
//y u no update?
view.update()
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'uninstall',
1 verbose cli '--save',
1 verbose cli 'hxpixijs' ]
2 info using npm@3.5.3
3 info using node@v5.4.1
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree