User contributions for Admin

From AWVVO
A user with 152 edits. Account created on 15 January 2025.
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

22 March 2025

20 March 2025

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

16 February 2025

12 February 2025

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

1 February 2025

30 January 2025

29 January 2025

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
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)