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
function Global:ai-commit { | |
# Function to generate commit message using Ollama | |
function Generate-CommitMessage { | |
$diff = git diff --cached | |
Write-Host "Git diff being sent:" | |
Write-Host $diff | |
#$prompt = "Below is a diff of all staged changes, coming from the command:`ngit diff --cached`nPlease generate a concise, one-line commit message for these changes.`n$diff" | |
$prompt = "Git diff: | |
$diff |
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
<template> | |
<div :id="id" style="float:left;margin:20px;"> | |
</div> | |
</template> | |
<script> | |
import Phaser from 'phaser' | |
export default { |
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
1. Installing Informix Client SDK for Linux x86_64 | |
1.1 Download Informix Client SDK 3.70 for Linux x86_64 from IBM website, https://www-01.ibm.com/marketing/iwm/tnd/search.jsp?rs=ifxdl | |
1.2 Extract the file, `cd /opt/informix; tar -xvf clientsdk.3.70.FC8DE.LINUX.tar` | |
1.3 Start installation, `./installclientsdk`, install all | |
2. Installing PDO Informix |