Skip to content

Instantly share code, notes, and snippets.

@choco-bot
choco-bot / Install.txt
Created February 6, 2025 22:09
CloudBerryExplorer.AmazonS3 v6.7.1.2 - Failed - Package Tests Results
This file has been truncated, but you can view the full file.
2025-02-06 21:23:18,827 2104 [DEBUG] - XmlConfiguration is now operational
2025-02-06 21:23:18,982 2104 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-02-06 21:23:18,982 2104 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-02-06 21:23:18,982 2104 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-02-06 21:23:18,982 2104 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2025-02-06 21:23:19,002 2104 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-02-06 21:23:19,037 2104 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2025-02-06 21:23:19,046 2104 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
@choco-bot
choco-bot / FilesSnapshot.xml
Created February 6, 2025 22:07
heatseeker v1.7.2 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\heatseeker\heatseeker.nupkg" checksum="764FAA09C571649B9A48F2F737239A0D" />
<file path="C:\ProgramData\chocolatey\lib\heatseeker\heatseeker.nuspec" checksum="C930F95568DA41CD6CE8929B084E59B2" />
<file path="C:\ProgramData\chocolatey\lib\heatseeker\tools\LICENSE" checksum="4D1AC47DD3FDC79C446DD29244264AEE" />
<file path="C:\ProgramData\chocolatey\lib\heatseeker\tools\README" checksum="0B451CA48BB29EA48BBFCDEF9B259691" />
<file path="C:\ProgramData\chocolatey\lib\heatseeker\tools\VERIFICATION.txt" checksum="8207FBBE7613A6830FC4F73C29D64CF9" />
<file path="C:\ProgramData\chocolatey\lib\heatseeker\tools\bin\hs.exe" checksum="EF24A9ACCC8D4DFC1D4CF509894BF4EC" />
</files>

Machine Learning Focus

Dream Job Posting

  • Artificial Intelligence/Machine Learning - Recent Grad/Full Time at Honeywell

Skill Focus

  • Understanding of data science, linear algebra, algorithms, and statistics
  • In-depth knowledge of programming languages such as Python, JavaScript, and C++
  • Experience in developing and deploying end-to-end AI/ML solutions
  • Understanding of data warehousing
# 21_01.s 完整汉化版
**编码**: UTF-8 with BOM
**校对状态**: 已完成术语统一校验
```plaintext
@@@Avg\Header.s
@@MAIN
^include,allset
@rcgale
rcgale / variable_name_transform.py
Created February 6, 2025 22:06
Transform variable names to snake, camel, Pascal case
def _build_transform(pattern: str, replace_func: Callable[[str], str]):
import re, functools
return functools.partial(re.compile(pattern).sub, replace_func)
camel_to_snake = _build_transform(r".?[A-Z]", lambda match: "_".join(match[0].lower()))
snake_to_camel = _build_transform(r"(?:^|_)(\w)", lambda match: match[1].upper())
snake_to_pascal = _build_transform(r"(?:_)(\w)", lambda match: match[1].upper())
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 46 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 7
[get-pr-number : parse-pr-url] + echo -n 5154
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number
[get-pr-number : parse-pr-url] 5154
[acquire-lease : create-lease] + calculate_duration_in_seconds 90m
[acquire-lease : create-lease] + '[' m == m ']'
[acquire-lease : create-lease] + TOTAL_DURATION_IN_SECONDS=5400
[acquire-lease : create-lease] + export TOTAL_DURATION_IN_SECONDS
@choco-bot
choco-bot / FilesSnapshot.xml
Created February 6, 2025 22:06
msys2-installer v20220319.0.0 - Failed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\msys2-installer\msys2-installer.nupkg" checksum="76C5F3E7F5FE6B38C11EC68B48B4930F" />
<file path="C:\ProgramData\chocolatey\lib\msys2-installer\msys2-installer.nuspec" checksum="71D46C9F8CEAEA107368AEA32DC9084E" />
<file path="C:\ProgramData\chocolatey\lib\msys2-installer\tools\auto-install.qs" checksum="2BEC222915EC236A168371FFFB32E750" />
<file path="C:\ProgramData\chocolatey\lib\msys2-installer\tools\chocolateyinstall.ps1" checksum="DF3A1358F412695EDFBC2CBBBF15B54E" />
<file path="C:\ProgramData\chocolatey\lib\msys2-installer\tools\chocolateyuninstall.ps1" checksum="3BD7CA82264DAE0B45C23C4B6ADA9BD2" />
</files>
</fileSnapshot>
using System;
namespace Локальные_максимумы
{
internal class Program
{
static void Main(string[] args)
{
int[] numbers = new int[30];
int firstNumberRandom = 0;
1.4 Installation Steps¶
Download the library from here
Add Following lines in your composer.json
"repositories": [
{
"type": "path",
"url": "/home/user/Downloads/orbipay-paymentsapi-client",
"options": {
"symlink": false
}
@arcanadev
arcanadev / readme.md
Last active February 6, 2025 22:06
Set a new password for a File Server definition #adTempus #api #version4 #powershell

This PowerShell script uses the adTempus API to retrieve a File Server definition and set a new password for it.

Usage: .\set-ADTFileServerPassword -fileServer serverName -newpassword password