Skip to content

Instantly share code, notes, and snippets.

dan@danwork2:/var/www/website > git status
On branch destined
nothing to commit, working directory clean
dan@danwork2:/var/www/website > git log
commit a950eb272ee5455225b0a43101ede24aa4ea5317
Author: dan <daniel.ahern@co.com>
Date: Thu Aug 20 23:00:06 2015 +0900
I do not know what this is
def json_dealer
render json: Customers.
select('customers.first_name, customers.last_name,
customers.street, customers.city, customers.zip,
customers.home_phone, mobile_phone,
coordinates.latitude, coordinates.longitude, coordinates.distance,
vehicles.make, vehicles.model, vehicles.year').
where(['customers.dealership_id = ?', params[:id]] ).
joins('join coordinates on customers.id = coordinates.customer_id').
joins('join vehicles on customers.id = vehicles.customer_id').
webpack.mix.js
mix.js('resources/assets/js/app.js', 'public/js')
.extract(["axios", "bootstrap-sass", "jquery", "laravel-mix", "lodash", "vue", "bootstrap-formhelpers"])
.sass('resources/assets/sass/app.scss', 'public/css');
package.json
{
@iateadonut
iateadonut / PY0101EN-1-1-Types.ipynb
Created May 16, 2019 15:20
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iateadonut
iateadonut / PY0101EN-1-2-Strings.ipynb
Created May 16, 2019 15:36
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iateadonut
iateadonut / PY0101EN-2-1-Tuples.ipynb
Created May 16, 2019 15:45
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iateadonut
iateadonut / PY0101EN-2-1-Tuples.ipynb
Created May 17, 2019 15:57
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iateadonut
iateadonut / PY0101EN-2-2-Lists.ipynb
Created May 17, 2019 16:08
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iateadonut
iateadonut / PY0101EN-2-3-Dictionaries.ipynb
Created May 17, 2019 16:16
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iateadonut
iateadonut / PY0101EN-2-4-Sets.ipynb
Created May 17, 2019 16:32
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.