This file contains 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
topaskdpoaskd | |
as[pd | |
[apsld[a | |
spdlas | |
[dplas | |
d[lpasd |
This file contains 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
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 |
This file contains 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
+--------------------------------------+------------------+--------------------------+--------------------------------------------------------------+--------------+----------------+----------------+-------------+-----------+--------------------------------------+--------------------------------------+----------------+---------------------+---------------------+ | |
| id | name | email | password | phone_number | email_verified | phone_verified | email_token | sms_token | referred_by | affiliate_id | remember_token | created_at | updated_at | | |
+--------------------------------------+------------------+--------------------------+--------------------------------------------------------------+--------------+----------------+----------------+-------------+-----------+--------------------------------------+--------------------------------- |
This file contains 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
public function referrals() | |
{ | |
return $this->hasMany('App\Models\User', 'referred_by', 'affiliate_id'); | |
} |
This file contains 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
chad@chad-GA-990XA-UD3:~$ sudo update-alternatives --remove-all gcc | |
update-alternatives: error: no alternatives for gcc |
This file contains 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
download($item) { | |
axios.get('/api/message/shares/download/' + this.$route.params.id + '/' + $item['file']) | |
.then(response => { | |
alert(response.data); | |
}).catch(e => { | |
console.log(e); | |
}); | |
} |
This file contains 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
Kimmy Proof | |
<style> | |
</style> | |
<template> | |
<div class="container"> | |
<div class="row"> |
This file contains 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
<style> | |
</style> | |
<template> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-sm-12"> | |
<h4 class="page-title">Manual Upload</h4> | |
</div> |
This file contains 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
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'); |
This file contains 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
require('./bootstrap'); | |
import VueRouter from 'vue-router' | |
require('chart.js'); | |
require('hchs-vue-charts'); | |
window.moment = require('moment'); | |
Vue.use(VueCharts); |
NewerOlder