Skip to content

Instantly share code, notes, and snippets.

View NoviceDuke's full-sized avatar
🎯
Focusing

Duke Chiu NoviceDuke

🎯
Focusing
View GitHub Profile
@NoviceDuke
NoviceDuke / index.md
Created December 17, 2020 06:15 — forked from meigwilym/index.md
Notes on stitcher.io's Laravel beyond CRUD

Laravel beyond CRUD

stitcher.io

A blog series for PHP developers working on larger-than-average Laravel projects

Written for projects with a development lifespan of six to twelve months, with a team of three to six developers working on them simultaneously.

Chapter 1: Domain oriented Laravel

@NoviceDuke
NoviceDuke / fish.config
Created July 3, 2020 06:48
fish config for nvm
function nvm
bass source /usr/local/opt/nvm/nvm.sh --no-use ';' nvm $argv
end
#include<iostream>
using namespace std ;
int main ()
{
int icase , ifarmers , isize , ianimals , ivalue , ipremium ;
cin >> icase ;
while( icase -- )
{
cin >> ifarmers ;