User contributions for Admin
From AWVVO
Jump to navigationJump to search
22 March 2025
- 08:3508:35, 22 March 2025 diff hist +24 N AWVVO:About Created page with "thumb"
- 08:3508:35, 22 March 2025 diff hist +3 N File:Email.png No edit summary current
- 08:1508:15, 22 March 2025 diff hist −32 m MediaWiki:Common.css No edit summary current
- 08:1408:14, 22 March 2025 diff hist +1 m MediaWiki:Common.css No edit summary
- 08:1408:14, 22 March 2025 diff hist +2 N MediaWiki:Footer Created page with "xx" current
- 08:1208:12, 22 March 2025 diff hist −7 m Main Page No edit summary current Tag: Manual revert
- 08:1208:12, 22 March 2025 diff hist +3 m Main Page No edit summary Tag: Reverted
- 08:1208:12, 22 March 2025 diff hist 0 m Main Page No edit summary Tag: Reverted
- 08:1108:11, 22 March 2025 diff hist +4 m Main Page No edit summary Tag: Reverted
- 08:1108:11, 22 March 2025 diff hist −5 m Main Page No edit summary Tag: Manual revert
- 08:1108:11, 22 March 2025 diff hist +2 m Main Page No edit summary Tags: Reverted Visual edit
- 08:1008:10, 22 March 2025 diff hist +3 m Main Page No edit summary Tag: Reverted
- 08:0908:09, 22 March 2025 diff hist +105 N Serverless.com Created page with "== Install == <syntaxhighlight lang="php" copy line highlight="0"> npm i serverless -g </syntaxhighlight>" current
20 March 2025
- 13:3013:30, 20 March 2025 diff hist +108 m GIT →Git clone using classic token
16 March 2025
- 06:3406:34, 16 March 2025 diff hist +486 N ChatGPT Created page with "== ChatGPT API key == https://platform.openai.com/docs/overview == Javascript quickstart == <syntaxhighlight lang="javascript" copy line highlight="0"> import OpenAI from "openai"; const client = new OpenAI(); const completion = await client.chat.completions.create({ model: "gpt-4o", messages: [{ role: "user", content: "Write a one-sentence bedtime story about a unicorn.", }], }); console.log(completion.choices[0].message.content); </synta..." current
12 March 2025
- 09:1309:13, 12 March 2025 diff hist +213 m Mysql →Create user
16 February 2025
- 11:5411:54, 16 February 2025 diff hist +193 m GIT →Show current branch
- 11:1711:17, 16 February 2025 diff hist +179 m GIT →Create new branch
- 07:2407:24, 16 February 2025 diff hist +88 m Mysql →Create user Tag: Visual edit
12 February 2025
- 08:4308:43, 12 February 2025 diff hist +350 m GIT →Show current branch
11 February 2025
- 10:5510:55, 11 February 2025 diff hist +162 N Git force pull Created page with "== Git force pull == <syntaxhighlight lang="bash" line highlight="" copy> git fetch --all git reset --hard origin/BRANCH git pull origin BRANCH </syntaxhighlight>" current
- 09:3709:37, 11 February 2025 diff hist +112 N Laravel version Created page with "== Show version == <syntaxhighlight lang="bash" line highlight="" copy> php artisan --version </syntaxhighlight>" current
5 February 2025
- 06:5206:52, 5 February 2025 diff hist +84 m Storybook publish package →Publish to NPM current
- 06:5206:52, 5 February 2025 diff hist −2 m Storybook publish package →Prepare package.json
- 06:5106:51, 5 February 2025 diff hist +2,145 N Storybook publish package Created page with "== Prepare package.json == <syntaxhighlight lang="json" highlight="1,3-11, 13,14, 16,17" line copy> { "name": "@avorsterman/vue-components", "version": "0.0.3", "description": "Reusable Vue 3 components with Vuetify", "private": false, "type": "module", "main": "dist/vue-components.umd.js", "module": "dist/vue-components.es.js", "exports": { "import": "./dist/vue-components.es.js", "require": "./dist/vue-components.umd.js" }, "files": [ "d..."
1 February 2025
- 17:1517:15, 1 February 2025 diff hist +1 m Storybook →Add to an existing projec without Storybook current
- 17:1517:15, 1 February 2025 diff hist +966 m Storybook →Add to an existing projec without Storybook
- 16:4516:45, 1 February 2025 diff hist +129 N Storybook Created page with "== Add to an existing projec without Storybook == <syntaxhighlight lang="bash" copy> npx storybook@latest init </syntaxhighlight>"
- 08:2108:21, 1 February 2025 diff hist +32 N Website scanner Created page with "https://hostedscan.com/dashboard" current
- 07:2207:22, 1 February 2025 diff hist +561 N NPM Created page with "== Check for outdated packages == <syntaxhighlight lang="bash" copy> npm outdated Package Current Wanted Latest Location Depended by sass-loader 13.0.0 13.3.3 16.0.4 node_modules/sass-loader fmeo tailwindcss 3.4.17 3.4.17 4.0.2 node_modules/tailwindcss fmeo vuetify 3.7.7 3.7.9 3.7.9 node_modules/vuetify fmeo </syntaxhighlight> == List outdated packages == <syntaxhighlight lang="bash" copy> ncu </syntaxhighlight>..." current
- 05:1705:17, 1 February 2025 diff hist +163 N Find file Created page with "== Powershell == <syntaxhighlight lang="bash" copy> try { Get-ChildItem -Path "C:\" -Filter "myfile.txt" -Recurse -ErrorAction Stop } catch { } </syntaxhighlight>"
30 January 2025
- 05:3905:39, 30 January 2025 diff hist −10 m Laravel cookie →h4 current Tag: Manual revert
- 05:3905:39, 30 January 2025 diff hist −10 m Laravel cookie →h3 Tag: Reverted
- 05:3805:38, 30 January 2025 diff hist +20 m Laravel cookie →Delete Cookie Tag: Reverted
- 05:3805:38, 30 January 2025 diff hist +2 m Laravel cookie →Delete Cookie Tag: Manual revert
- 05:3805:38, 30 January 2025 diff hist +2 m Laravel cookie →Set Cookie Tag: Reverted
- 05:2705:27, 30 January 2025 diff hist −126 m Laravel cookie →Delete Cookie Tag: Reverted
- 05:2705:27, 30 January 2025 diff hist +122 m Laravel cookie →Set Cookie Tag: Reverted
- 05:2405:24, 30 January 2025 diff hist +113 m Laravel cookie →Set Cookie
- 05:2305:23, 30 January 2025 diff hist +1,790 N Laravel cookie Created page with "== Set Cookie == <syntaxhighlight lang="php" copy> Cookie::queue( 'name', // 1. Cookie name auth()->user()["name"], // 2. Cookie value 999999, // 3. Duration in minutes '/', // 4. Path where cookie is available null, // 5. Domain false, // 6. Secure flag (HTTPS only) false, // 7. HTTP only flag false..."
29 January 2025
- 12:3512:35, 29 January 2025 diff hist +368 N GIT Created page with "== Show current branch == <syntaxhighlight lang="bash" line highlight="" copy> @echo off for /f "delims=" %%a in ('git rev-parse --abbrev-ref HEAD') do ( set "current_branch=%%a" ) echo Current branch is: %current_branch% </syntaxhighlight> == Create new branch == <syntaxhighlight lang="bash" line highlight="" copy> git checkout -b newbranch </syntaxhighlight>"
- 10:5610:56, 29 January 2025 diff hist −40 m Mysql backup & restore →Backup current
- 10:5510:55, 29 January 2025 diff hist +287 N Mysql backup & restore Created page with "== Backup == <syntaxhighlight lang="bash" line highlight="" copy> mysqldump -u root -p --add-drop-database --delete-all-tables sfc > /tmp/sfc.sql </syntaxhighlight> == Restore == <syntaxhighlight lang="bash" line highlight="" copy> mysql -u root -p newdb < backup.sql </syntaxhighlight>"
- 10:2310:23, 29 January 2025 diff hist +135 m Laravel testing →Run test current
- 10:1610:16, 29 January 2025 diff hist +4 m Laravel testing →Run test
- 10:1510:15, 29 January 2025 diff hist +100 N Laravel testing Created page with "== Run test == <syntaxhighlight lang="" line highlight="" copy> php artisan test </<syntaxhighlight>"
- 10:0610:06, 29 January 2025 diff hist +4,061 m Laravel logging →View log
- 05:2205:22, 29 January 2025 diff hist +183 m Pinia →Add Pinia to Vue current
- 05:2105:21, 29 January 2025 diff hist +824 N Pinia Created page with "= Add Pinia to Vue = == Installation == <syntaxhighlight lang="php" copy> npm install pinia </syntaxhighlight> == Initialize == <syntaxhighlight lang="php" copy> import { createApp } from 'vue' import { createPinia } from 'pinia' import App from './App.vue' import vuetify from './plugins/vuetify' // Adjust if necessary const app = createApp(App) app.use(createPinia()) app.use(vuetify) app.mount('#app') </syntaxhighlight> == Create store src/stores/counter.js == <s..."
28 January 2025
- 17:4817:48, 28 January 2025 diff hist +351 N Concurrently Created page with "== Install concurrently == <syntaxhighlight lang="bash" copy> npm install concurrently --save-dev </syntaxhighlight> == package.json == <syntaxhighlight lang="json" copy> "scripts": { "launch": "concurrently \"php artisan serve\" \"npm run dev\"" } </syntaxhighlight> == run == <syntaxhighlight lang="bash" copy> npm run launch </syntaxhighlight>" current