Skip to content

Instantly share code, notes, and snippets.

View ChadTaljaardt's full-sized avatar
🏠
Living the dream

Chad Taljaardt ChadTaljaardt

🏠
Living the dream
View GitHub Profile
topaskdpoaskd
as[pd
[apsld[a
spdlas
[dplas
d[lpasd
freenas# ifconfig
re0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
ether 40:8d:5c:93:f7:8f
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (none)
status: no carrier
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=4219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC,VLAN_HWTSO>
ether 68:05:ca:44:bd:a9
+--------------------------------------+------------------+--------------------------+--------------------------------------------------------------+--------------+----------------+----------------+-------------+-----------+--------------------------------------+--------------------------------------+----------------+---------------------+---------------------+
| id | name | email | password | phone_number | email_verified | phone_verified | email_token | sms_token | referred_by | affiliate_id | remember_token | created_at | updated_at |
+--------------------------------------+------------------+--------------------------+--------------------------------------------------------------+--------------+----------------+----------------+-------------+-----------+--------------------------------------+---------------------------------
public function referrals()
{
return $this->hasMany('App\Models\User', 'referred_by', 'affiliate_id');
}
chad@chad-GA-990XA-UD3:~$ sudo update-alternatives --remove-all gcc
update-alternatives: error: no alternatives for gcc
download($item) {
axios.get('/api/message/shares/download/' + this.$route.params.id + '/' + $item['file'])
.then(response => {
alert(response.data);
}).catch(e => {
console.log(e);
});
}
Kimmy Proof
<style>
</style>
<template>
<div class="container">
<div class="row">
<style>
</style>
<template>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h4 class="page-title">Manual Upload</h4>
</div>
window._ = require('lodash');
/**
* We'll load jQuery and the Bootstrap jQuery plugin which provides support
* for JavaScript based Bootstrap features such as modals and tabs. This
* code may be modified to fit the specific needs of your application.
*/
window.$ = window.jQuery = require('jquery');
require('./bootstrap');
import VueRouter from 'vue-router'
require('chart.js');
require('hchs-vue-charts');
window.moment = require('moment');
Vue.use(VueCharts);