Skip to content

Instantly share code, notes, and snippets.

View theresaluu's full-sized avatar

Tluu theresaluu

  • Las Vegas, NV
View GitHub Profile
@theresaluu
theresaluu / uci_vscode_dotnet_mac.md
Last active August 8, 2017 04:39
verifies c# installation

Verifying C-Sharp is Installed Correctly

  1. mkdir verify_csharp
  2. cd verify_cscharp
  3. dotnet new console
  4. replace contents of Program.cs with firls from HelloWorld.cs
  5. dotnet restore
  6. dotnet run
  7. You should see 'Hello C# World!' printed out.
2016-10-29T18:16:49.207232+00:00 heroku[api]: Deploy 3d7bb98 by theresa.luu@gmail.com
2016-10-29T18:16:49.207303+00:00 heroku[api]: Release v9 created by theresa.luu@gmail.com
2016-10-29T18:16:49.394668+00:00 heroku[slug-compiler]: Slug compilation started
2016-10-29T18:16:49.394678+00:00 heroku[slug-compiler]: Slug compilation finished
2016-10-29T18:16:49.647484+00:00 heroku[web.1]: State changed from crashed to starting
2016-10-29T18:16:58.737667+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 38015 -e production`
2016-10-29T18:17:01.637687+00:00 app[web.1]: /app/vendor/bundle/ruby/2.2.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:80:in `rescue in block (2 levels) in require': There was an error while trying to load the gem 'uglifier'. (Bundler::GemRequireError)
2016-10-29T18:17:01.637709+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:76:in `block (2 levels) in require'
2016-10-29T18:17:01.637710+00:00 app[web.1]: from /app/vendor/bun
Prefix Verb URI Pattern Controller#Action
v1_user_emotions GET /v1/users/:user_id/emotions(.:format) api/v1/emotions#index {:subdomain=>"api"}
POST /v1/users/:user_id/emotions(.:format) api/v1/emotions#create {:subdomain=>"api"}
v1_emotion GET /v1/emotions/:id(.:format) api/v1/emotions#show {:subdomain=>"api"}
PATCH /v1/emotions/:id(.:format) api/v1/emotions#update {:subdomain=>"api"}
PUT /v1/emotions/:id(.:format) api/v1/emotions#update {:subdomain=>"api"}
DELETE /v1/emotions/:id(.:format) api/v1/emotions#destroy {:subdomain=>"api"}
v1_users GET /v1/users(.:format) api/v1/users#index {:subdomain=>"api"}
POST /v1/users(.:format) api/v1/users#create {:subdomain=>"api"}
v1_user GET /v1/users/:id(.:format) api/v1/users#show {:subdomain=>"api"}
@theresaluu
theresaluu / Git Log- Want 7bfafc364
Created July 9, 2014 22:24
Git Log- Want 7bfafc364
Reds-MacBook-Pro:red theresaluu$ git log
commit 597dc99bcc2f9457615267427424de05c67ecced
Author: Theresa Luu <theresa.luu@gmail.com>
Date: Wed Jul 9 11:10:44 2014 -0700
took out left over marge markings
commit b803350401effab3f4c76571a9531db00c3f2f33
Merge: 53ae2e5 7bfafc3
Author: Theresa Luu <theresa.luu@gmail.com>
@theresaluu
theresaluu / installing pg gem
Created July 9, 2014 11:35
sudo env ARCHFLAGS='-arch x86_64' gem install pg -- --with-pg-config=/Applications/Postgres.app/Contents/Versions/9.3/bin/pg_config Building native extensions with: '--with-pg-config=/Applications/Postgres.app/Contents/Versions/9.3/bin/pg_config'
Gives this output:
This could take a while...
Successfully installed pg-0.17.1
invalid options: -f fivefish
(invalid options are ignored)
Parsing documentation for pg-0.17.1
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/pg_ext.bundle, skipping
Installing ri documentation for pg-0.17.1
1 gem installed