Found 52 repositories(showing 30)
project-codeguard
Project CodeGuard is an AI model-agnostic security framework and ruleset that embeds secure-by-default practices into AI coding workflows (generation and review). It ships core security rules, translators for popular coding agents, and validators to test rule compliance.
al3rez
OODA Loop AI Agents - Observe, Orient, Decide, Act framework for systematic problem-solving. Built by AstroMVP to help startups ship AI products fast 🚀
JetBrains
An AI coding agent by JetBrains that ships code from your terminal, IDE, or CI/CD pipeline - powered by any LLM you choose
cameronking4
Ship your own replyguy.com. Gain organic sales by replying to posts on social media scraped using keywords on X, Linkedin & Reddit. Use the AI agent to craft UGC buzz about your product / startup / channel etc. on a daily schedule.
ryanmac
Ship 10x faster by running multiple Claude Code sub agents in parallel. GitHub-native orchestration for AI coding agents—no conflicts, no complexity, just pure parallelized productivity.
popescualextraian
The building blocks of an enterprise adoption framework for agentic coding — technical training, adoption playbooks, governance policies, industry analysis, proposal templates, and practical workflows. From understanding how AI agents work to rolling them out across teams. Built for leaders driving adoption.
Ch-Jad
# Cmder [](https://gitter.im/cmderdev/cmder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://ci.appveyor.com/project/MartiUK/cmder) Cmder is a **software package** created out of pure frustration over absence of usable console emulator on Windows. It is based on [ConEmu](https://conemu.github.io/) with *major* config overhaul, comes with a Monokai color scheme, amazing [clink](https://chrisant996.github.io/clink/) (further enhanced by [clink-completions](https://github.com/vladimir-kotikov/clink-completions)) and a custom prompt layout.  ## Why use it The main advantage of Cmder is portability. It is designed to be totally self-contained with no external dependencies, which makes it great for **USB Sticks** or **cloud storage**. So you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere. The Cmder's user interface is also designed to be more eye pleasing, and you can compare the main differences between Cmder and ConEmu [here](https://conemu.github.io/en/cmder.html). ## Installation ### Single User Portable Config 1. Download the [latest release](https://github.com/cmderdev/cmder/releases/) 2. Extract the archive. *Note: This path should not be `C:\Program Files` or anywhere else that would require Administrator access for modifying configuration files* 3. (optional) Place your own executable files into the `%cmder_root%\bin` folder to be injected into your PATH. 4. Run `Cmder.exe` ### Shared Cmder install with Non-Portable Individual User Config 1. Download the [latest release](https://github.com/cmderdev/cmder/releases/) 2. Extract the archive to a shared location. 3. (optional) Place your own executable files and custom app folders into the `%cmder_root%\bin`. See: [bin/README.md](./bin/Readme.md) - This folder to be injected into your PATH by default. - See `/max_depth [1-5]` in 'Command Line Arguments for `init.bat`' table to add subdirectories recursively. 4. (optional) Place your own custom app folders into the `%cmder_root%\opt`. See: [opt/README.md](./opt/Readme.md) - This folder will NOT be injected into your PATH so you have total control of what gets added. 5. Run `Cmder.exe` with `/C` command line argument. Example: `cmder.exe /C %userprofile%\cmder_config` * This will create the following directory structure if it is missing. ``` c:\users\[CH JaDi Rajput]\cmder_config ├───bin ├───config │ └───profile.d └───opt ``` - (optional) Place your own executable files and custom app folders into `%userprofile%\cmder_config\bin`. - This folder to be injected into your PATH by default. - See `/max_depth [1-5]` in 'Command Line Arguments for `init.bat`' table to add subdirectories recursively. - (optional) Place your own custom app folders into the `%user_profile%\cmder_config\opt`. - This folder will NOT be injected into your PATH so you have total control of what gets added. * Both the shared install and the individual user config locations can contain a full set of init and profile.d scripts enabling shared config with user overrides. See below. ## Cmder.exe Command Line Arguments | Argument | Description | | ------------------- | ----------------------------------------------------------------------- | | `/C [user_root_path]` | Individual user Cmder root folder. Example: `%userprofile%\cmder_config` | | `/M` | Use `conemu-%computername%.xml` for ConEmu settings storage instead of `user_conemu.xml` | | `/REGISTER [ALL, USER]` | Register a Windows Shell Menu shortcut. | | `/UNREGISTER [ALL, USER]` | Un-register a Windows Shell Menu shortcut. | | `/SINGLE` | Start Cmder in single mode. | | `/START [start_path]` | Folder path to start in. | | `/TASK [task_name]` | Task to start after launch. | | `/X [ConEmu extras pars]` | Forwards parameters to ConEmu | ## Context Menu Integration So you've experimented with Cmder a little and want to give it a shot in a more permanent home; ### Shortcut to open Cmder in a chosen folder 1. Open a terminal as an Administrator 2. Navigate to the directory you have placed Cmder 3. Execute `.\cmder.exe /REGISTER ALL` _If you get a message "Access Denied" ensure you are executing the command in an **Administrator** prompt._ In a file explorer window right click in or on a directory to see "Cmder Here" in the context menu. ## Keyboard shortcuts ### Tab manipulation * <kbd>Ctrl</kbd> + <kbd>T</kbd> : New tab dialog (maybe you want to open cmd as admin?) * <kbd>Ctrl</kbd> + <kbd>W</kbd> : Close tab * <kbd>Ctrl</kbd> + <kbd>D</kbd> : Close tab (if pressed on empty command) * <kbd>Shift</kbd> + <kbd>Alt</kbd> + <kbd>#Number</kbd> : Fast new tab: <kbd>1</kbd> - CMD, <kbd>2</kbd> - PowerShell * <kbd>Ctrl</kbd> + <kbd>Tab</kbd> : Switch to next tab * <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>Tab</kbd> : Switch to previous tab * <kbd>Ctrl</kbd> + <kbd>#Number</kbd> : Switch to tab #Number * <kbd>Alt</kbd> + <kbd>Enter</kbd>: Fullscreen ### Shell * <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>U</kbd> : Traverse up in directory structure (lovely feature!) * <kbd>End</kbd>, <kbd>Home</kbd>, <kbd>Ctrl</kbd> : Traversing text with as usual on Windows * <kbd>Ctrl</kbd> + <kbd>R</kbd> : History search * <kbd>Shift</kbd> + Mouse : Select and copy text from buffer _(Some shortcuts are not yet documented, though they exist - please document them here)_ ## Features ### Access to multiple shells in one window using tabs You can open multiple tabs each containing one of the following shells: | Task | Shell | Description | | ---- | ----- | ----------- | | Cmder | `cmd.exe` | Windows `cmd.exe` shell enhanced with Git, Git aware prompt, Clink (GNU Readline), and Aliases. | | Cmder as Admin | `cmd.exe` | Administrative Windows `cmd.exe` Cmder shell. | | PowerShell | `powershell.exe` | Windows PowerShell enhanced with Git and Git aware prompt . | | PowerShell as Admin | `powershell.exe` | Administrative Windows `powershell.exe` Cmder shell. | | Bash | `bash.exe` | Unix/Linux like bash shell running on Windows. | | Bash as Admin | `bash.exe` | Administrative Unix/Linux like bash shell running on Windows. | | Mintty | `bash.exe` | Unix/Linux like bash shell running on Windows. See below for Mintty configuration differences | | Mintty as Admin | `bash.exe` | Administrative Unix/Linux like bash shell running on Windows. See below for Mintty configuration differences | Cmder, PowerShell, and Bash tabs all run on top of the Windows Console API and work as you might expect in Cmder with access to use ConEmu's color schemes, key bindings and other settings defined in the ConEmu Settings dialog. ⚠ *NOTE:* Only the full edition of Cmder comes with a pre-installed bash, using a vendored [git-for-windows](https://gitforwindows.org/) installation. The pre-configured Bash tabs may not work on Cmder mini edition without additional configuration. You may however, choose to use an external installation of bash, such as Microsoft's [Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) (called WSL) or the [Cygwin](https://cygwin.com/) project which provides POSIX support on windows. ⚠ *NOTE:* Mintty tabs use a program called 'mintty' as the terminal emulator that is not based on the Windows Console API, rather it's rendered graphically by ConEmu. Mintty differs from the other tabs in that it supports xterm/xterm-256color TERM types, and does not work with ConEmu settings like color schemes and key bindings. As such, some differences in functionality are to be expected, such as Cmder not being able to apply a system-wide configuration to it. As a result mintty specific config is done via the `[%USERPROFILE%|$HOME]/.minttyrc` file. You may read more about Mintty and its config file [here](https://github.com/mintty/mintty). An example of setting Cmder portable terminal colors for mintty: From a bash/mintty shell: ``` cd $CMDER_ROOT/vendor git clone https://github.com/karlin/mintty-colors-solarized.git cd mintty-colors-solarized/ echo source \$CMDER_ROOT/vendor/mintty-colors-solarized/mintty-solarized-dark.sh>>$CMDER_ROOT/config/user_profile.sh ``` You may find some Monokai color schemes for mintty to match Cmder [here](https://github.com/oumu/mintty-color-schemes/blob/master/base16-monokai-mod.minttyrc). ### Changing Cmder Default `cmd.exe` Prompt Config File The default Cmder shell `cmd::Cmder` prompt is customized using `Clink` and is configured by editing a config file that exists in one of two locations: - Single User Portable Config `%CMDER_ROOT%\config\cmder_prompt_config.lua` - Shared Cmder install with Non-Portable Individual User Config `%CMDER_USER_CONFIG%\cmder_prompt_config.lua` If your Cmder setup does not have this file create it from `%CMDER_ROOT%\vendor\cmder_prompt_config.lua.default` Customizations include: - Colors. - Single/Multi-line. - Full path/Folder only. - `[user]@[host]` to the beginning of the prompt. - `~` for home directory. - `λ` symbol Documentation is in the file for each setting. ### Changing Cmder Default `cmd.exe` Shell Startup Behaviour Using Task Arguments 1. Press <kbd>Win</kbd> + <kbd>Alt</kbd> + <kbd>T</kbd> 1. Click either: * `1. {cmd::Cmder as Admin}` * `2. {cmd::Cmder}` 1. Add command line arguments where specified below: *Note: Pay attention to the quotes!* ``` cmd /s /k ""%ConEmuDir%\..\init.bat" [ADD ARGS HERE]" ``` ##### Command Line Arguments for `init.bat` | Argument | Description | Default | | ----------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------- | | `/c [user cmder root]` | Enables user bin and config folders for 'Cmder as admin' sessions due to non-shared environment. | not set | | `/d` | Enables debug output. | not set | | `/f` | Enables Cmder Fast Init Mode. This disables some features, see pull request [#1492](https://github.com/cmderdev/cmder/pull/1942) for more details. | not set | | `/t` | Enables Cmder Timed Init Mode. This displays the time taken run init scripts | not set | | `/git_install_root [file path]` | User specified Git installation root path. | `%CMDER_ROOT%\vendor\Git-for-Windows` | | `/home [home folder]` | User specified folder path to set `%HOME%` environment variable. | `%userprofile%` | | `/max_depth [1-5]` | Define max recurse depth when adding to the path for `%cmder_root%\bin` and `%cmder_user_bin%` | 1 | | `/nix_tools [0-2]` | Define how `*nix` tools are added to the path. Prefer Windows Tools: 1, Prefer *nix Tools: 2, No `/usr/bin` in `%PATH%`: 0 | 1 | | `/svn_ssh [path to ssh.exe]` | Define `%SVN_SSH%` so we can use git svn with ssh svn repositories. | `%GIT_INSTALL_ROOT%\bin\ssh.exe` | | `/user_aliases [file path]` | File path pointing to user aliases. | `%CMDER_ROOT%\config\user_aliases.cmd` | | `/v` | Enables verbose output. | not set | | (custom arguments) | User defined arguments processed by `cexec`. Type `cexec /?` for more usage. | not set | ### Cmder Shell User Config Single user portable configuration is possible using the cmder specific shell config files. Edit the below files to add your own configuration: | Shell | Cmder Portable User Config | | ------------- | ----------------------------------------- | | Cmder | `%CMDER_ROOT%\config\user_profile.cmd` | | PowerShell | `$ENV:CMDER_ROOT\config\user_profile.ps1` | | Bash/Mintty | `$CMDER_ROOT/config/user_profile.sh` | Note: Bash and Mintty sessions will also source the `$HOME/.bashrc` file if it exists after it sources `$CMDER_ROOT/config/user_profile.sh`. You can write `*.cmd|*.bat`, `*.ps1`, and `*.sh` scripts and just drop them in the `%CMDER_ROOT%\config\profile.d` folder to add startup config to Cmder. | Shell | Cmder `Profile.d` Scripts | | ------------- | -------------------------------------------------- | | Cmder | `%CMDER_ROOT%\config\profile.d\*.bat and *.cmd` | | PowerShell | `$ENV:CMDER_ROOT\config\profile.d\*.ps1` | | Bash/Mintty | `$CMDER_ROOT/config/profile.d/*.sh` | #### Git Status Opt-Out To disable Cmder prompt git status globally add the following to `~/.gitconfig` or locally for a single repo `[repo]/.git/config` and start a new session. *Note: This configuration is not portable* ``` [cmder] status = false # Opt out of Git status for 'ALL' Cmder supported shells. cmdstatus = false # Opt out of Git status for 'Cmd.exe' shells. psstatus = false # Opt out of Git status for 'Powershell.exe and 'Pwsh.exe' shells. shstatus = false # Opt out of Git status for 'bash.exe' shells. ``` ### Aliases #### Cmder(`Cmd.exe`) Aliases You can define simple aliases for `cmd.exe` sessions with a command like `alias name=command`. Cmd.exe aliases support optional parameters through the `$1-9` or the `$*` special characters so the alias `vi=vim.exe $*` typed as `vi [filename]` will open `[filename]` in `vim.exe`. Cmd.exe aliases can also be more complex. See: [DOSKEY.EXE documentation](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/doskey) for additional details on complex aliases/macros for `cmd.exe` Aliases defined using the `alias.bat` command will automatically be saved in the `%CMDER_ROOT%\config\user_aliases.cmd` file To make an alias and/or any other profile settings permanent add it to one of the following: Note: These are loaded in this order by `$CMDER_ROOT/vendor/init.bat`. Anything stored in `%CMDER_ROOT%` will be a portable setting and will follow cmder to another machine. * `%CMDER_ROOT%\config\profile.d\*.cmd` and `\*.bat` * `%CMDER_ROOT%\config\user_aliases.cmd` * `%CMDER_ROOT%\config\user_profile.cmd` #### Bash.exe|Mintty.exe Aliases Bash shells support simple and complex aliases with optional parameters natively so they work a little different. Typing `alias name=command` will create an alias only for the current running session. To make an alias and/or any other profile settings permanent add it to one of the following: Note: These are loaded in this order by `$CMDER_ROOT/vendor/git-for-windows/etc/profile.d/cmder.sh`. Anything stored in `$CMDER_ROOT` will be a portable setting and will follow cmder to another machine. * `$CMDER_ROOT/config/profile.d/*.sh` * `$CMDER_ROOT/config/user_profile.sh` * `$HOME/.bashrc` If you add bash aliases to `$CMDER_ROOT/config/user_profile.sh` they will be portable and follow your Cmder folder if you copy it to another machine. `$HOME/.bashrc` defined aliases are not portable. #### PowerShell.exe Aliases PowerShell has native simple alias support, for example `[new-alias | set-alias] alias command`, so complex aliases with optional parameters are not supported in PowerShell sessions. Type `get-help [new-alias|set-alias] -full` for help on PowerShell aliases. To make an alias and/or any other profile settings permanent add it to one of the following: Note: These are loaded in this order by `$ENV:CMDER_ROOT\vendor\user_profile.ps1`. Anything stored in `$ENV:CMDER_ROOT` will be a portable setting and will follow cmder to another machine. * `$ENV:CMDER_ROOT\config\profile.d\*.ps1` * `$ENV:CMDER_ROOT\config\user_profile.ps1` ### SSH Agent To start the vendored SSH agent simply call `start-ssh-agent`, which is in the `vendor/git-for-windows/cmd` folder. If you want to run SSH agent on startup, include the line `@call "%GIT_INSTALL_ROOT%/cmd/start-ssh-agent.cmd"` in `%CMDER_ROOT%/config/user_profile.cmd` (usually just uncomment it). ### Vendored Git Cmder is by default shipped with a vendored Git installation. On each instance of launching Cmder, an attempt is made to locate any other user provided Git binaries. Upon finding a `git.exe` binary, Cmder further compares its version against the vendored one _by executing_ it. The vendored `git.exe` binary is _only_ used when it is more recent than the user-installed one. You may use your favorite version of Git by including its path in the `%PATH%` environment variable. Moreover, the **Mini** edition of Cmder (found on the [downloads page](https://github.com/cmderdev/cmder/releases)) excludes any vendored Git binaries. ### Using external Cygwin/Babun, MSys2, WSL, or Git for Windows SDK with Cmder. You may run bash (the default shell used on Linux, macOS and GNU/Hurd) externally on Cmder, using the following instructions: 1. Setup a new task by pressing <kbd>Win</kbd> +<kbd>Alt</kbd> + <kbd>T</kbd>. 1. Click the `+` button to add a task. 1. Name the new task in the top text box. 1. Provide task parameters, this is optional. 1. Add `cmd /c "[path_to_external_env]\bin\bash --login -i" -new_console` to the `Commands` text box. **Recommended Optional Steps:** Copy the `vendor/cmder_exinit` file to the Cygwin/Babun, MSys2, or Git for Windows SDK environments `/etc/profile.d/` folder to use portable settings in the `$CMDER_ROOT/config` folder. Note: MinGW could work if the init scripts include `profile.d` but this has not been tested. The destination file extension depends on the shell you use in that environment. For example: * bash - Copy to `/etc/profile.d/cmder_exinit.sh` * zsh - Copy to `/etc/profile.d/cmder_exinit.zsh` Uncomment and edit the below line in the script to use Cmder config even when launched from outside Cmder. ``` # CMDER_ROOT=${USERPROFILE}/cmder # This is not required if launched from Cmder. ``` ### Customizing user sessions using `init.bat` custom arguments. You can pass custom arguments to `init.bat` and use `cexec.cmd` in your `user_profile.cmd` to evaluate these arguments then execute commands based on a particular flag being detected or not. `init.bat` creates two shortcuts for using `cexec.cmd` in your profile scripts. #### `%ccall%` - Evaluates flags, runs commands if found, and returns to the calling script and continues. ``` ccall=call C:\Users\user\cmderdev\vendor\bin\cexec.cmd ``` Example: `%ccall% /startnotepad start notepad.exe` #### `%cexec%` - Evaluates flags, runs commands if found, and does not return to the calling script. ``` cexec=C:\Users\user\cmderdev\vendor\bin\cexec.cmd ``` Example: `%cexec% /startnotepad start notepad.exe` It is useful when you have multiple tasks to execute `cmder` and need it to initialize the session differently depending on the task chosen. To conditionally start `notepad.exe` when you start a specific `cmder` task: * Press <kbd>win</kbd>+<kbd>alt</kbd>+<kbd>t</kbd> * Click `+` to add a new task. * Add the below to the `Commands` block: ```batch cmd.exe /k ""%ConEmuDir%\..\init.bat" /startnotepad" ``` * Add the below to your `%cmder_root%\config\user_profile.cmd` ```batch %ccall% "/startNotepad" "start" "notepad.exe"` ``` To see detailed usage of `cexec`, type `cexec /?` in cmder. ### Integrating Cmder with [Hyper](https://github.com/zeit/hyper), [Microsoft VS Code](https://code.visualstudio.com/), and your favorite IDEs Cmder by default comes with a vendored ConEmu installation as the underlying terminal emulator, as stated [here](https://conemu.github.io/en/cmder.html). However, Cmder can in fact run in a variety of other terminal emulators, and even integrated IDEs. Assuming you have the latest version of Cmder, follow the following instructions to get Cmder working with your own terminal emulator. For instructions on how to integrate Cmder with your IDE, please read our [Wiki section](https://github.com/cmderdev/cmder/wiki#cmder-integration). ## Upgrading The process of upgrading Cmder depends on the version/build you are currently running. If you have a `[cmder_root]/config/user[-|_]conemu.xml`, you are running a newer version of Cmder, follow the below process: 1. Exit all Cmder sessions and relaunch `[cmder_root]/cmder.exe`, this backs up your existing `[cmder_root]/vendor/conemu-maximus5/conemu.xml` to `[cmder_root]/config/user[-|_]conemu.xml`. * The `[cmder_root]/config/user[-|_]conemu.xml` contains any custom settings you have made using the 'Setup Tasks' settings dialog. 2. Exit all Cmder sessions and backup any files you have manually edited under `[cmder_root]/vendor`. * Editing files under `[cmder_root]/vendor` is not recommended since you will need to re-apply these changes after any upgrade. All user customizations should go in `[cmder_root]/config` folder. 3. Delete the `[cmder_root]/vendor` folder. 4. Extract the new `cmder.zip` or `cmder_mini.zip` into `[cmder_root]/` overwriting all files when prompted. If you do not have a `[cmder_root]/config/user[-|_]conemu.xml`, you are running an older version of cmder, follow the below process: 1. Exit all Cmder sessions and backup `[cmder_root]/vendor/conemu-maximus5/conemu.xml` to `[cmder_root]/config/user[-|_]conemu.xml`. 2. Backup any files you have manually edited under `[cmder_root]/vendor`. * Editing files under `[cmder_root]/vendor` is not recommended since you will need to re-apply these changes after any upgrade. All user customizations should go in `[cmder_root]/config` folder. 3. Delete the `[cmder_root]/vendor` folder. 4. Extract the new `cmder.zip` or `cmder_mini.zip` into `[cmder_root]/` overwriting all files when prompted. ## Current development builds You can download builds of the current development branch by going to AppVeyor via the following link: [](https://ci.appveyor.com/project/MartiUK/cmder/branch/master/artifacts) ## License All software included is bundled with own license The MIT License (MIT) Copyright (c) 2016 Samuel Vasko Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
imprakharshukla
Multiple AI models debate your software architecture so you don't ship the first idea. Agents crawl your codebase, propose competing specs, cross-review, and converge. Powered by OpenCode SDK.
jgamble77
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>numResults</key> <integer>3040589</integer> <key>results</key> <array> <dict> <key>Source</key> <string>IMT</string> <key>DocumentID</key> <integer>5986181</integer> <key>SalesStatus</key> <string>Delete</string> <key>CoOpIndicator</key> <string>false</string> <key>NumberOfEngines</key> <integer>0</integer> <key>RegistrationCountryCode</key> <integer>0</integer> <key>Owner</key> <dict> <key>PartyId</key> <integer>63898</integer> </dict> <key>SalesRep</key> <dict> <key>PartyId</key> <integer>63899</integer> <key>Name</key> <string>Sander Bekkers</string> <key>Message</key> <string>The company for strong ships!</string> </dict> <key>CompanyName</key> <string>Breitner Yacht Brokers</string> <key>Office</key> <dict> <key>PostalAddress</key> <string>Breitnerlaan 14 Utrecht</string> <key>City</key> <string>Utrecht</string> <key>State</key> <string></string> <key>PostCode</key> <string>3582 HB</string> <key>Country</key> <string>NL</string> <key>Email</key> <string>info@breitnerbrokers.nl</string> <key>Phone</key> <string>+31(0)637139954</string> <key>Name</key> <string>Breitner Yacht Brokers</string> </dict> <key>LastModificationDate</key> <string>2018-02-18</string> <key>ItemReceivedDate</key> <string>2016-10-28</string> <key>Price</key> <string>62075.43 USD</string> <key>PriceHideInd</key> <false/> <key>EmbeddedVideoPresent</key> <false/> <key>BoatLocation</key> <dict> <key>BoatCityName</key> <string>Unknown</string> <key>BoatCountryID</key> <string>SE</string> <key>BoatStateCode</key> <string></string> </dict> <key>BoatCityNameNoCaseAlnumOnly</key> <string>Unknown</string> <key>MakeString</key> <string>Alistair Hunter</string> <key>MakeStringExact</key> <string>Alistair Hunter</string> <key>MakeStringNoCaseAlnumOnly</key> <string>Alistair Hunter</string> <key>ModelYear</key> <integer>1986</integer> <key>SaleClassCode</key> <string>Used</string> <key>Model</key> <integer>42</integer> <key>ModelExact</key> <integer>42</integer> <key>ModelNoCaseAlnumOnly</key> <integer>42</integer> <key>BoatCategoryCode</key> <string>Sail</string> <key>BoatName</key> <string>Fair Grace</string> <key>BoatNameNoCaseAlnumOnly</key> <string>Fair Grace</string> <key>BuilderName</key> <string></string> <key>DesignerName</key> <string></string> <key>CruisingSpeedMeasure</key> <string></string> <key>PropellerCruisingSpeed</key> <string></string> <key>MaximumSpeedMeasure</key> <string></string> <key>RangeMeasure</key> <string></string> <key>BridgeClearanceMeasure</key> <string></string> <key>BeamMeasure</key> <string>11 ft</string> <key>FreeBoardMeasure</key> <string></string> <key>CabinHeadroomMeasure</key> <string></string> <key>DryWeightMeasure</key> <string></string> <key>BallastWeightMeasure</key> <string></string> <key>DisplacementMeasure</key> <string></string> <key>DisplacementTypeCode</key> <string></string> <key>TotalEnginePowerQuantity</key> <string></string> <key>DriveTypeCode</key> <string></string> <key>BoatKeelCode</key> <string>Full Keel</string> <key>ConvertibleSaloonIndicator</key> <false/> <key>WindlassTypeCode</key> <string></string> <key>DeadriseMeasure</key> <string></string> <key>ElectricalCircuitMeasure</key> <string></string> <key>TrimTabsIndicator</key> <false/> <key>BoatHullMaterialCode</key> <string>Steel</string> <key>BoatHullID</key> <string></string> <key>StockNumber</key> <string></string> <key>NominalLength</key> <string>42 ft</string> <key>ListingTitle</key> <string>Offers wanted</string> <key>MaxDraft</key> <string>6.5 ft</string> <key>TaxStatusCode</key> <string>Paid</string> <key>IMTTimeStamp</key> <string>2018-02-18T08:42:27Z</string> <key>HasBoatHullID</key> <false/> <key>IsAvailableForPls</key> <false/> <key>NormNominalLength</key> <real>12.8</real> <key>NormPrice</key> <real>68114.43</real> <key>OptionActiveIndicator</key> <false/> <key>Service</key> <array> <string>imt.beta</string> <string>branding.imt.features.boats.display</string> <string>imt.product.boat</string> <string>imt.expiry</string> <string>imt.layout.newui</string> <string>export.yw</string> <string>account.type.broker</string> <string>soldboats</string> <string>yw.websites</string> <string>yw.mls</string> <string>yw</string> <string>branding.imt.bw</string> <string>imt.tracker.regular</string> </array> <key>GeneralBoatDescription</key> <array> <string><p>This world sailor has unprecedented qualities, designed by Alistair Hunter and built by the Hunt Worth Shipyard on the Isle of Wight.&nbsp; It is a perfect ship for rough weather, and it has already endured a hurricane without even a scratch. The steel hull has some slight chines&nbsp;in some places and the same applies to the deck, this gives the boat a rounded very strong ”egg-type” self-bearing construction. &nbsp;Similarly there are hardly any obstacles on deck that can be damaged. After&nbsp;many ocean crossings and long trips, the owner decided to renovate the ship completely. First he dealt with the outer skin and beams: the thinner beams were chiselled and re-inserted and trusses were replaced. After that, the ship was completely sandblasted and treated with 2-component paint which will preserve&nbsp;it for the coming 20 years.</p> <p>Furthermore, the entire interior was rebuilt by the yard and the outside cockpit again&nbsp;covered with teak. The layout of the ship remained unchanged, with a nice aft cabin with double bed of 2m x 1.80m, and two settees witch can be converted to beds in the main cabin, also equipped&nbsp;with galley and a centrally located wood stove. The cushions and matrasses&nbsp;are new. Up front is a shower / head and in the bow there is a workplace with storage for tools and spare parts, plus an extra bed. Also, the electrical system has been completely revamped, as well as all the equipment, the tanks and the (SS) anchor locker.</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>A safe working ship fit for making long trips and living aboard. This remodelled ship can serve for many years as the basis for World circumnavigation.</p> <p></p> <p>Deck and hull: Steel keel 6mm, 4mm flat, side 4mm, 3mm deck, deck features non-skid paint.</p> <p>Superstructure: Smooth deck with small deckhouse, steel</p> <p>Rudder: pierced helm, behind a skeg</p> <p>Control: Steering wheel, hydraulic</p> <p>Displacement: Ca. 10 tons, 12 tons loaded</p> <p>Ballast (kg): Approx. 4.9 tonnes (cast iron)</p> <p>Length: 42'&nbsp;loa, lod: 39.6', beam 11',&nbsp;depth 6.5'</p> <p>Clearance: Ca. 15 m</p> <p></p> <p>accommodation</p> <p>Material, colors: plywood, Mahogany</p> <p>Cabins: 2 cabins, 3 lounges</p> <p>Sleeping: 3 fixed, 2 extra</p> <p>Headroom: Ca.190 cm</p> <p>Toilet: 1x, with holding tank</p> <p>Shower: Yes</p> <p>Cooking / device: 3-burner diesel cooker</p> <p>Oven: Yes, diesel</p> <p>Refrigerator: Yes, with compressor</p> <p>Heating: Yes, Webasto diesel heater and wood stove</p> <p></p> <p>Engine, electrics, water</p> <p>Power: 20 horsepower</p> <p>Brand: Volvo Penta 2003T</p> <p>Year: 2003, revision 2016</p> <p>Hours: 1100</p> <p>Fuel: diesel</p> <p>Fuel capacity: 200L</p> <p>Cooling intercooling</p> <p>Propulsion: Fixed propeller</p> <p>No thruster</p> <p>Mains voltage: 12V</p> <p>Battery:&nbsp;2 x 120Ah</p> <p>Battery charger: yes</p> <p>converter: Yes</p> <p>Water pressure system: no</p> <p>Hot water: yes, by the engine</p> <p>Water tank: Ca. 300 liter</p> <p>Holding tank: yes</p> <p>Shore power: yes</p> <p>Voltmeter: Yes</p> <p>Tachometer: yes</p> <p>Fuel Meter: yes</p> <p>Wind generator, solar panels</p> <p></p> <p>Rigging</p> <p>Bermuda type cutter</p> <p>Winches 8 x</p> <p>mainsail 2007</p> <p>Mainsail reefing system Bind</p> <p>Genoa 2007</p> <p>Genoa reefing system</p> <p>Staysail ,trysail, storm jib</p> <p></p> <p>Navigation and electronics</p> <p>Navigation lights: yes</p> <p>Compass: yes</p> <p>Log / speed: yes, new</p> <p>Depth: yes, new</p> <p>Wind: yes, new</p> <p>Autopilot: yes</p> <p>Wind vane: yes, an Aries</p> <p>Radar: yes, new</p> <p>GPS plotter: yes, new</p> <p>VHF: yes, new</p> <p>SSB: yes, new</p> <p>Epirb: yes</p> <p></p> <p></p> <p>Equipment</p> <p>Anchor: 2x + 2 x 80m chain</p> <p>Windlass: yes</p> <p>Fenders, lines</p> <p>Life raft: Yes, approved in 2016</p> <p>Bilge pump: Manual and electrical</p> <p>Fire extinguisher: 2x&nbsp;</p> <p>Tarpaulins Winter cover and hood for mainsail and mizzen</p> <p>Sprayhood: yes</p> <p>Swimming ladder: yes</p> <p>Achilles dinghy with 3.5 hp Yamaha outboard</p> <p></p></string> </array> <key>BoatClassCode</key> <array> <string>Other</string> </array> <key>Images</key> <array> <dict> <key>Priority</key> <integer>0</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004733844_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>1</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004744938_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>2</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20161028071959392_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>3</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004748049_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>4</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004755518_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>5</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004806511_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>6</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004815612_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>7</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004824055_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>8</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004832060_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>9</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004840380_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>10</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004848701_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>11</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004857534_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>12</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004911936_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>13</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004920125_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>14</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004927880_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>15</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004935481_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>16</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004942361_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>17</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004949514_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>18</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502004955292_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>19</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502005001362_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>20</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502005008632_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>21</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502005015158_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>22</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170309014443217_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>23</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/61/81/5986181_20170502005208891_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> </array> <key>Marketing</key> <array> <dict> <key>OpportunityType</key> <string></string> <key>OpportunityMethod</key> <string>Offers wanted</string> <key>ProgramID</key> <string>TagLine</string> <key>ProgramDescription</key> <string></string> <key>ProgramOffer</key> <string></string> <key>PublicationID</key> <string></string> <key>MarketingID</key> <string></string> </dict> <dict> <key>OpportunityType</key> <string></string> <key>OpportunityMethod</key> <string>CUSTOM_CONTACT_SHOW_BROKER</string> <key>ProgramID</key> <string>PUBLIC</string> <key>ProgramDescription</key> <string></string> <key>ProgramOffer</key> <string></string> <key>PublicationID</key> <string></string> <key>MarketingID</key> <string></string> </dict> <dict> <key>OpportunityType</key> <string></string> <key>OpportunityMethod</key> <string>NAME_ACCESS</string> <key>ProgramID</key> <string>PUBLIC</string> <key>ProgramDescription</key> <string></string> <key>ProgramOffer</key> <string></string> <key>PublicationID</key> <string></string> <key>MarketingID</key> <string></string> </dict> </array> <key>BoatClassCodeNoCaseAlnumOnly</key> <array> <string>Other</string> </array> <key>AdditionalDetailDescription</key> <array> <string><strong>Disclaimer</strong><br>The Company offers the details of this vessel in good faith but cannot guarantee or warrant the accuracy of this information nor warrant the condition of the vessel. A buyer should instruct his agents, or his surveyors, to investigate such details as the buyer desires validated. This vessel is offered subject to prior sale, price change, or withdrawal without notice.</string> </array> </dict> <dict> <key>Source</key> <string>IMT</string> <key>DocumentID</key> <integer>6590372</integer> <key>SalesStatus</key> <string>Delete</string> <key>CoOpIndicator</key> <string></string> <key>NumberOfEngines</key> <integer>1</integer> <key>RegistrationCountryCode</key> <integer>0</integer> <key>Owner</key> <dict> <key>PartyId</key> <integer>58610</integer> </dict> <key>SalesRep</key> <dict> <key>PartyId</key> <integer>58611</integer> <key>Name</key> <string>Giorgia Bettin</string> </dict> <key>CompanyName</key> <string>G-Broker</string> <key>Office</key> <dict> <key>PostalAddress</key> <string>Marina di Punta Faro</string> <key>City</key> <string>Lignano Sabbiadoro</string> <key>State</key> <string></string> <key>PostCode</key> <string></string> <key>Country</key> <string>IT</string> <key>Email</key> <string>info.gbroker@gmail.com</string> <key>Phone</key> <string>+39 329 2114424</string> <key>Name</key> <string>G-Broker</string> </dict> <key>LastModificationDate</key> <string>2018-02-17</string> <key>ItemReceivedDate</key> <string>2018-01-23</string> <key>Price</key> <string>49750.80 USD</string> <key>PriceHideInd</key> <false/> <key>EmbeddedVideoPresent</key> <false/> <key>BoatLocation</key> <dict> <key>BoatCityName</key> <string>Lignano Sabbiadoro</string> <key>BoatCountryID</key> <string>IT</string> <key>BoatStateCode</key> <string></string> </dict> <key>BoatCityNameNoCaseAlnumOnly</key> <string>Lignano Sabbiadoro</string> <key>MakeString</key> <string>Elan</string> <key>MakeStringExact</key> <string>Elan</string> <key>MakeStringNoCaseAlnumOnly</key> <string>Elan</string> <key>ModelYear</key> <integer>2000</integer> <key>SaleClassCode</key> <string>Used</string> <key>Model</key> <integer>333</integer> <key>ModelExact</key> <integer>333</integer> <key>ModelNoCaseAlnumOnly</key> <integer>333</integer> <key>BoatCategoryCode</key> <string>Sail</string> <key>BoatName</key> <string></string> <key>BoatNameNoCaseAlnumOnly</key> <string></string> <key>BuilderName</key> <string></string> <key>DesignerName</key> <string></string> <key>CruisingSpeedMeasure</key> <string></string> <key>PropellerCruisingSpeed</key> <string></string> <key>MaximumSpeedMeasure</key> <string></string> <key>RangeMeasure</key> <string></string> <key>BridgeClearanceMeasure</key> <string></string> <key>BeamMeasure</key> <string>11.35 ft</string> <key>FreeBoardMeasure</key> <string></string> <key>CabinHeadroomMeasure</key> <string></string> <key>WaterTankCountNumeric</key> <integer>2</integer> <key>WaterTankCapacityMeasure</key> <string>100|liter</string> <key>WaterTankMaterialCode</key> <string>Stainless Steel</string> <key>FuelTankCountNumeric</key> <integer>1</integer> <key>FuelTankCapacityMeasure</key> <string>70|liter</string> <key>FuelTankMaterialCode</key> <string></string> <key>DryWeightMeasure</key> <string>11,464.04 lb</string> <key>BallastWeightMeasure</key> <string></string> <key>DisplacementMeasure</key> <string></string> <key>DisplacementTypeCode</key> <string></string> <key>TotalEnginePowerQuantity</key> <string>29 hp</string> <key>DriveTypeCode</key> <string></string> <key>BoatKeelCode</key> <string></string> <key>ConvertibleSaloonIndicator</key> <true/> <key>WindlassTypeCode</key> <string></string> <key>DeadriseMeasure</key> <string></string> <key>ElectricalCircuitMeasure</key> <string></string> <key>TrimTabsIndicator</key> <false/> <key>DoubleBerthsCountNumeric</key> <integer>2</integer> <key>CabinsCountNumeric</key> <integer>2</integer> <key>BoatHullMaterialCode</key> <string>Fiberglass</string> <key>BoatHullID</key> <string></string> <key>StockNumber</key> <string></string> <key>NominalLength</key> <string>34.45 ft</string> <key>MaxDraft</key> <string>6.23 ft</string> <key>TaxStatusCode</key> <string>Paid</string> <key>IMTTimeStamp</key> <string>2018-02-18T06:35:46Z</string> <key>HasBoatHullID</key> <false/> <key>IsAvailableForPls</key> <false/> <key>NormNominalLength</key> <real>10.5</real> <key>NormPrice</key> <real>54590.8</real> <key>OptionActiveIndicator</key> <false/> <key>Engines</key> <array> <dict> <key>Make</key> <string>Yanmar</string> <key>Model</key> <string>3gm30</string> <key>Fuel</key> <string>diesel</string> <key>EnginePower</key> <string>29|horsepower</string> <key>Year</key> <integer>2000</integer> <key>Hours</key> <real>1300</real> </dict> </array> <key>Service</key> <array> <string>export.cdb</string> <string>imt.beta</string> <string>branding.imt.features.boats.display</string> <string>imt.product.boat</string> <string>branding.imt.boatscentral</string> <string>imt.layout.newui</string> <string>boats.com.service.level.premium</string> <string>account.type.dealer</string> <string>boats.com.featured.boats</string> <string>imt.vbs</string> <string>boats.com.c2a.buy</string> <string>boats.com.c2a.more</string> <string>boats.com.c2a.brochure</string> <string>boats.com.c2a.appointment</string> <string>boats.com.c2a.tradein</string> <string>boats.com</string> <string>export.boats</string> <string>imt.tracker.regular</string> </array> <key>GeneralBoatDescription</key> <array> <string><p><strong>Elan 333, bellissimo , in piu' che eccellenti condizioni generali , interni perfetti , avvolgiranda , avvolgifiocco.</strong></p> <p><strong>&nbsp;</strong></p> <p><strong>-</strong><strong>Tagliandi regolari, alaggi invernali, la velocita di crocera a 2500 giri e di 6.7 nodi</strong></p> <p><strong>-</strong><strong>Due prese corrente 220 sia a poppa che a prua</strong></p> <p><strong>-</strong><strong>Una randa in dacron, due fiocchi un gennaker</strong></p> <p>&nbsp;</p> <p><strong>Rimessata d'inverno sempre a terra</strong></p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p><strong>&nbsp;</strong></p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p></string> </array> <key>BoatClassCode</key> <array> <string>Cruisers</string> </array> <key>BoatClassCodeNoCaseAlnumOnly</key> <array> <string>Cruisers</string> </array> <key>AdditionalDetailDescription</key> <array> <string><strong>Disclaimer</strong><br>La Societ&agrave; pubblica i dettagli di questa imbarcazione in buona fede e non pu&ograve; pertanto avvallare o garantire l'esattezza di tale informazione</string> </array> <key>Images</key> <array> <dict> <key>Priority</key> <integer>0</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/3/72/6590372_20180124062813083_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>1</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/3/72/6590372_20180123081703157_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>2</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/3/72/6590372_20180124062638282_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>3</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/3/72/6590372_20180124062753803_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>4</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/3/72/6590372_20180124062725795_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>5</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/3/72/6590372_20180127062711986_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>6</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/3/72/6590372_20180124062743549_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>7</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/3/72/6590372_20180124062715958_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>8</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/3/72/6590372_20180124062656996_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>9</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/3/72/6590372_20180123081719852_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>10</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/3/72/6590372_20180124062734832_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>11</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/3/72/6590372_20180124062705939_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>12</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/3/72/6590372_20180124062801848_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>13</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/3/72/6590372_20180127063012657_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> <dict> <key>Priority</key> <integer>14</integer> <key>Caption</key> <string></string> <key>Uri</key> <string>https://imt.boatwizard.com/images/1/3/72/6590372_20180127063613625_1_XLARGE.jpg</string> <key>LastModifiedDateTime</key> <string></string> </dict> </array> <key>Marketing</key> <array> <dict> <key>OpportunityType</key> <string></string> <key>OpportunityMethod</key> <string>CUSTOM_CONTACT_SHOW_BROKER</string> <key>ProgramID</key> <string>PUBLIC</string> <key>ProgramDescription</key> <string></string> <key>ProgramOffer</key> <string></string> <key>PublicationID</key> <string></string> <key>MarketingID</key> <string></string> </dict> </array> <key>TotalEngineHoursNumeric</key> <real>1300</real> </dict> </array> <key>facets</key> <dict> <key>price</key> <dict> <key>price<1000EUR</key> <integer>647683</integer> <key>price1000-40000EUR</key> <integer>1289785</integer> <key>price40000-90000000EUR</key> <integer>1030454</integer> <key>price>90000000EUR</key> <integer>425</integer> </dict> <key>make</key> <dict> <key>tracker</key> <integer>326543</integer> <key>sea</key> <integer>219908</integer> <key>ray</key> <integer>150520</integer> <key>sun</key> <integer>90626</integer> <key>lowe</key> <integer>68638</integer> <key>bayliner</key> <integer>61432</integer> <key>lund</key> <integer>61370</integer> <key>boats</key> <integer>61009</integer> <key>bennington</key> <integer>58211</integer> <key>crestliner</key> <integer>49035</integer> <key>yamaha</key> <integer>47759</integer> <key>beneteau</key> <integer>45735</integer> <key>yachts</key> <integer>40206</integer> <key>boston</key> <integer>39529</integer> <key>whaler</key> <integer>39502</integer> <key>craft</key> <integer>38939</integer> <key>chaparral</key> <integer>38109</integer> <key>nitro</key> <integer>35419</integer> <key>ranger</key> <integer>31223</integer> <key>jeanneau</key> <integer>31176</integer> <key>tahoe</key> <integer>29609</integer> <key>white</key> <integer>29460</integer> <key>grady</key> <integer>29018</integer> <key>gradywhite</key> <integer>28714</integer> <key>seadoo</key> <integer>28609</integer> <key>doo</key> <integer>28164</integer> <key>regal</key> <integer>28105</integer> <key>cobalt</key> <integer>24241</integer> <key>carver</key> <integer>24154</integer> <key>winns</key> <integer>23189</integer> <key>chris</key> <integer>23156</integer> <key>four</key> <integer>23080</integer> <key>catalina</key> <integer>22989</integer> <key>princess</key> <integer>22882</integer> <key>mako</key> <integer>22653</integer> <key>chriscraft</key> <integer>22285</integer> <key>harris</key> <integer>22114</integer> <key>malibu</key> <integer>21565</integer> <key>hurricane</key> <integer>21302</integer> <key>marine</key> <integer>21288</integer> <key>mastercraft</key> <integer>20334</integer> <key>pursuit</key> <integer>20186</integer> <key>hunter</key> <integer>19810</integer> <key>sweetwater</key> <integer>18969</integer> <key>wellcraft</key> <integer>18850</integer> <key>crownline</key> <integer>18822</integer> <key>princecraft</key> <integer>17883</integer> <key>monterey</key> <integer>17423</integer> <key>formula</key> <integer>17290</integer> <key>bavaria</key> <integer>16540</integer> <key>rinker</key> <integer>16496</integer> <key>cruisers</key> <integer>15974</integer> <key>3</key> <integer>15664</integer> <key>carolina</key> <integer>15656</integer> <key>key</key> <integer>15648</integer> <key>g</key> <integer>15577</integer> <key>hunt</key> <integer>15506</integer> <key>pro</key> <integer>15465</integer> <key>starcraft</key> <integer>15232</integer> <key>west</key> <integer>14795</integer> <key>bay</key> <integer>14476</integer> <key>tige</key> <integer>14352</integer> <key>nauticstar</key> <integer>14319</integer> <key>custom</key> <integer>14049</integer> <key>skeeter</key> <integer>13996</integer> <key>triton</key> <integer>13959</integer> <key>sunseeker</key> <integer>13919</integer> <key>skiff</key> <integer>13901</integer> <key>azimut</key> <integer>13767</integer> <key>alumacraft</key> <integer>13445</integer> <key>fairline</key> <integer>13411</integer> <key>tiara</key> <integer>13254</integer> <key>silverton</key> <integer>13040</integer> <key>maxum</key> <integer>12925</integer> <key>robalo</key> <integer>12823</integer> <key>glastron</key> <integer>12189</integer> <key>scout</key> <integer>11780</integer> <key>c</key> <integer>10641</integer> <key>larson</key> <integer>10608</integer> <key>nautique</key> <integer>10278</integer> <key>hatteras</key> <integer>10270</integer> <key>stingray</key> <integer>10204</integer> <key>sylvan</key> <integer>10120</integer> <key>grand</key> <integer>9864</integer> <key>fox</key> <integer>9672</integer> <key>sportsman</key> <integer>9591</integer> <key>viking</key> <integer>9517</integer> <key>xpress</key> <integer>9257</integer> <key>avalon</key> <integer>9037</integer> <key>line</key> <integer>8788</integer> <key>tidewater</key> <integer>8261</integer> <key>crest</key> <integer>8255</integer> <key>ocean</key> <integer>8179</integer> <key>sealine</key> <integer>8122</integer> <key>flotebote</key> <integer>8048</integer> <key>sports</key> <integer>7974</integer> <key>harbor</key> <integer>7737</integer> <key>south</key> <integer>7722</integer> <key>cc</key> <integer>7582</integer> <key>premier</key> <integer>7566</integer> <key>bertram</key> <integer>7554</integer> <key>polar</key> <integer>7424</integer> <key>cobia</key> <integer>7400</integer> <key>dufour</key> <integer>7332</integer> <key>mainship</key> <integer>7295</integer> <key>proline</key> <integer>7131</integer> <key>cranchi</key> <integer>7124</integer> <key>j</key> <integer>7100</integer> <key>axis</key> <integer>6949</integer> <key>baja</key> <integer>6889</integer> <key>pontoons</key> <integer>6860</integer> <key>banks</key> <integer>6834</integer> <key>kraft</key> <integer>6812</integer> <key>ferretti</key> <integer>6801</integer> <key>waverunner</key> <integer>6795</integer> <key>manitou</key> <integer>6730</integer> <key>luhrs</key> <integer>6574</integer> <key>parker</key> <integer>6534</integer> <key>hydra</key> <integer>6384</integer> <key>boat</key> <integer>6244</integer> <key>contender</key> <integer>6160</integer> <key>everglades</key> <integer>6110</integer> <key>cat</key> <integer>6107</integer> <key>fountain</key> <integer>6051</integer> <key>lagoon</key> <integer>5989</integer> <key>hydrasports</key> <integer>5983</integer> <key>moomba</key> <integer>5961</integer> <key>island</key> <integer>5874</integer> <key>cay</key> <integer>5867</integer> <key>cypress</key> <integer>5864</integer> <key>pearson</key> <integer>5753</integer> <key>sport</key> <integer>5653</integer> <key>zodiac</key> <integer>5427</integer> <key>regulator</key> <integer>5409</integer> <key>hallberg</key> <integer>5396</integer> <key>rassy</key> <integer>5391</integer> <key>century</key> <integer>5374</integer> <key>sailfish</key> <integer>5221</integer> <key>cape</key> <integer>5073</integer> <key>scarab</key> <integer>4919</integer> <key>edgewater</key> <integer>4915</integer> <key>donzi</key> <integer>4841</integer> <key>seaswirl</key> <integer>4799</integer> <key>hallbergrassy</key> <integer>4774</integer> <key>riva</key> <integer>4565</integer> <key>regency</key> <integer>4536</integer> <key>trojan</key> <integer>4493</integer> <key>supra</key> <integer>4461</integer> <key>hanse</key> <integer>4400</integer> <key>wave</key> <integer>4397</integer> <key>centurion</key> <integer>4385</integer> <key>pershing</key> <integer>4363</integer> <key>sabre</key> <integer>4270</integer> <key>blue</key> <integer>4224</integer> <key>misty</key> <integer>4206</integer> <key>pathfinder</key> <integer>4177</integer> <key>riviera</key> <integer>4042</integer> <key>stratos</key> <integer>4015</integer> <key>meridian</key> <integer>3986</integer> <key>trophy</key> <integer>3945</integer> <key>aqua</key> <integer>3799</integer> <key>sessa</key> <integer>3761</integer> <key>packet</key> <integer>3739</integer> <key>smoker</key> <integer>3734</integer> <key>bentley</key> <integer>3686</integer> <key>intrepid</key> <integer>3564</integer> <key>albin</key> <integer>3533</integer> <key>pajot</key> <integer>3498</integer> <key>moody</key> <integer>3496</integer> <key>fisher</key> <integer>3458</integer> <key>patio</key> <integer>3450</integer> <key>fountaine</key> <integer>3445</integer> <key>cabo</key> <integer>3416</integer> <key>westerly</key> <integer>3368</integer> <key>yacht</key> <integer>3306</integer> <key>quicksilver</key> <integer>3285</integer> <key>sanlorenzo</key> <integer>3283</integer> <key>world</key> <integer>3260</integer> <key>tartan</key> <integer>3249</integer> <key>seaark</key> <integer>3228</integer> <key>phoenix</key> <integer>3194</integer> <key>mercury</key> <integer>3158</integer> <key>dory</key> <integer>3144</integer> <key>morgan</key> <integer>3100</integer> <key>doral</key> <integer>3067</integer> <key>cantieri</key> <integer>3035</integer> <key>inflatables</key> <integer>2984</integer> <key>x</key> <integer>2972</integer> <key>dehler</key> <integer>2954</integer> <key>classic</key> <integer>2909</integer> <key>seacraft</key> <integer>2904</integer> <key>ericson</key> <integer>2901</integer> <key>correct</key> <integer>2893</integer> <key>suncatcher</key> <integer>2869</integer> <key>o</key> <integer>2855</integer> <key>tollycraft</key> <integer>2851</integer> <key>tugs</key> <integer>2827</integer> <key>berkshire</key> <integer>2805</integer> <key>day</key> <integer>2801</integer> <key>aquasport</key> <integer>2800</integer> <key>oday</key> <integer>2764</integer> <key>caravelle</key> <integer>2727</integer> <key>albemarle</key> <integer>2715</integer> <key>elan</key> <integer>2653</integer> <key>pioneer</key> <integer>2644</integer> <key>pacific</key> <integer>2593</integer> <key>alexander</key> <integer>2588</integer> <key>barletta</key> <integer>2579</integer> <key>eagle</key> <integer>2528</integer> <key>prestige</key> <integer>2512</integer> <key>s</key> <integer>2504</integer> <key>sunchaser</key> <integer>2494</integer> <key>chaser</key> <integer>2413</integer> <key>xyachts</key> <integer>2394</integer> <key>blackfin</key> <integer>2386</integer> <key>angler</key> <integer>2371</integer> <key>striper</key> <integer>2355</integer> <key>north</key> <integer>2324</integer> <key>trader</key> <integer>2306</integer> <key>mariah</key> <integer>2297</integer> <key>rodman</key> <integer>2281</integer> <key>egg</key> <integer>2275</integer> <key>hewescraft</key> <integer>2262</integer> <key>cal</key> <integer>2229</integer> <key>hinckley</key> <integer>2217</integer> <key>yellowfin</key> <integer>2207</integer> <key>ab</key> <integer>2199</integer> <key>godfrey</key> <integer>2193</integer> <key>bass</key> <integer>2189</integer> <key>apex</key> <integer>2121</integer> <key>jc</key> <integer>2104</integer> <key>war</key> <integer>2084</integer> <key>shamrock</key> <integer>2064</integer> <key>majek</key> <integer>2057</integer> <key>najad</key> <integer>2040</integer> <key>veranda</key> <integer>2039</integer> <key>2</key> <integer>2038</integer> <key>nautor</key> <integer>2031</integer> <key>pontoon</key> <integer>2018</integer> <key>nordic</key> <integer>2014</integer> <key>jupiter</key> <integer>2010</integer> <key>triumph</key> <integer>1999</integer> <key>ebbtide</key> <integer>1998</integer> <key>van</key> <integer>1997</integer> <key>bryant</key> <integer>1988</integer> <key>astondoa</key> <integer>1954</integer> <key>glacier</key> <integer>1948</integer> <key>kawasaki</key> <integer>1936</integer> <key>cove</key> <integer>1935</integer> <key>gibson</key> <integer>1932</integer> <key>sanpan</key> <integer>1932</integer> <key>excel</key> <integer>1930</integer> <key>soleil</key> <integer>1915</integer> <key>mirrocraft</key> <integer>1913</integer> <key>islander</key> <integer>1900</integer> <key>bristol</key> <integer>1890</integer> <key>mb</key> <integer>1883</integer> <key>sundance</key> <integer>1879</integer> <key>irwin</key> <integer>1864</integer> <key>allmand</key> <integer>1838</integer> <key>river</key> <integer>1814</integer> <key>gulfstar</key> <integer>1800</integer> <key>motor</key> <integer>1797</integer> <key>qwest</key> <integer>1794</integer> <key>vee</key> <integer>1790</integer> <key>suncruiser</key> <integer>1786</integer> <key>de</key> <integer>1782</integer> <key>leopard</key> <integer>1772</integer> <key>largo</key> <integer>1765</integer> <key>uniflite</key> <integer>1760</integer> <key>macgregor</key> <integer>1758</integer> <key>bluewater</key> <integer>1749</integer> <key>lee</key> <integer>1735</integer> <key>nimbus</key> <integer>1732</integer> <key>master</key> <integer>1728</integer> <key>galeon</key> <integer>1698</integer> <key>cheoy</key> <integer>1679</integer> <key>horn</key> <integer>1674</integer> <key>stamas</key> <integer>1647</integer> <key>californian</key> <integer>1641</integer> <key>tayana</key> <integer>1638</integer> <key>inc</key> <integer>1637</integer> <key>endeavour</key> <integer>1630</integer> <key>sportcraft</key> <integer>1622</integer> <key>rampage</key> <integer>1611</integer> <key>jet</key> <integer>1596</integer> <key>legend</key> <integer>1587</integer> <key>atlantis</key> <integer>1574</integer> <key>back</key> <integer>1536</integer> <key>epic</key> <integer>1533</integer> <key>beach</key> <integer>1525</integer> <key>jefferson</key> <integer>1520</integer> <key>cruiser</key> <integer>1517</integer> <key>cigarette</key> <integer>1515</integer> <key>shearwater</key> <integer>1499</integer> <key>benetti</key> <integer>1495</integer> <key>sanger</key> <integer>1466</integer> <key>hobie</key> <integer>1462</integer> <key>palm</key> <integer>1456</integer> <key>rio</key> <integer>1456</integer> </dict> <key>condition</key> <dict> <key>Used</key> <integer>1865397</integer> <key>New</key> <integer>1169545</integer> <key>Other</key> <integer>5647</integer> </dict> <key>radius</key> <dict> <key>radius<10kilometer</key> <integer>0</integer> <key>radius<200kilometer</key> <integer>69236</integer> <key>radius<300kilometer</key> <integer>104457</integer> <key>radius>300kilometer</key> <integer>1613828</integer> </dict> <key>length</key> <dict> <key>length<10meter</key> <integer>2267466</integer> <key>length10-20meter</key> <integer>693359</integer> <key>length>20meter</key> <integer>76922</integer> </dict> </dict> </dict> </plist>
dutchbase
Fast, scriptable image conversion powered by Sharp. Ships as an npm package, a CLI, a REST API, and a Model Context Protocol (MCP) server, making it a first-class tool for both developers and AI agents.
dexcopeland
A Claude Code project template that takes you from a raw idea to shipped code — autonomously. Combines spec-driven development with the Ralph Wiggum agentic coding loop popularized by Ryan Carson. Two versions are available. Pick the one that fits your workflow.
iamichieuche
Agent skills for designers who ship — by @iamichieuche
cybertheory
Open Agentic framework, shipped with all essential skills, works out of the box. Powered by ASM protocol and CLRUN terminal.
agent20usd
Production-tested Claude Code skills: npm-ship, polymarket-analyzer, devto-publisher. Built by an AI agent.
muli-sunh
🎯 Streamline your tasks with Claudikins Kernel, a workflow engine powered by AI agents to efficiently execute, verify, and ship your code.
DUBSOpenHub
🦉 Hoot — The AI That Never Sleeps. Personal AI daemon built by over 100 AI agents. Ships with the Copilot SDK and powered by awesome-copilot.
vs4vijay
Crowd-driven software built nightly by AI - the internet proposes, votes, and an autonomous agent ships. 🚀
sudhirerahul
Multi-agent software engineering team powered by crewAI — autonomously designs, builds, tests, and ships Python applications from natural-language requirements
sva-s1
Docker-based Scalyr (SentinelOne) agent for macOS (Intel & Apple Silicon). Ships host logs by default, easily extended for Docker JSON logs.
budagov-lab
Plugin for Cursor that keeps vibe-coding focused by auto-routing tasks between specialist agents, preserving project state, and helping you ship faster with fewer stalls and less context loss
Zulelee
Build. Ship. Validate. Open-source AI coding agent for MVP development that knows when to stop building. Prevents feature creep by building just enough to validate ideas, then tells you to ship. Completely local, uses your API keys, generates Next.js apps. Perfect for founders who need to test ideas, not build perfect products.
soma-neuron
Filter Moltbook to show only signal, no noise. Rank agents by shipped work.
d3r3nic
AI agents that ship features autonomously - Powered by Claude Agent SDK
Bobalouie44
"Open-source agent skills built by The Collective — a multi-agent team that ships."
katara-ai-inc
Backend for AI agents. Zero infra. RAG, Data Ingestion Pipeline, Compliance, cost optimization managed by agents. Ship faster!
agent2allow
Agent2Allow: ship AI agents safely with deny-by-default permissions, approvals, and auditable tool calls.
Swih
Multi-agent game development studio for Godot Engine, powered by Claude Code. 15 specialized agents. Built for solo devs who ship.
godlymane
🚀 Ship your startup in 24 hours — generates landing page, pitch deck, Twitter thread, Reddit post, HN post & business model canvas. Built by autonomous AI agents.
Jarvu-V0
Core infrastructure for ZHC — Zero Human Company. Powered by Jarvu, an autonomous AI agent that thinks, decides, and ships. No humans required.
shermanhuman
Fan out AI coding agent rules, skills, and workflows from one source to every agent you use. Ships with Compound V — a research-first, parallel-by-default methodology forked from superpowers