Results for no code · 0.585s

Sponsored
github.com/NxRLab/ModernRobotics

NxRLab/ModernRobotics

Modern Robotics: Mechanics, Planning, and Control Code Library --- The primary purpose of the provided software is to be easy to read and educational, reinforcing the concepts in the book. The code is optimized neither for efficiency nor robustness. (⭐ 2632)

arxiv.org/abs/1005.0765v1

Watching Systems in graphs: an extension of Identifying Codes

We introduce the notion of watching systems in graphs, which is a generalization of that of identifying codes. We give some basic properties of watching systems, an upper bound on the minimum size of a watching system, and results on the graphs which...

Sponsored Partners
stackoverflow.com/questions/17693353/a-connection-attempt-failed-because-the-connected-party-did-not-properly-respon

"A connection attempt failed because the connected party did not ...

Jul 17, 2013 · I am using the following code which is working on local machine, but when i tried the same code on server it throws me error A connection attempt failed because the ...

arxiv.org/abs/1908.01527v3

Repair Pipelining for Erasure-Coded Storage: Algorithms and Evaluation

We propose repair pipelining, a technique that speeds up the repair performance in general erasure-coded storage. By carefully scheduling the repair of failed data in small-size units across storage nodes in a pipelined manner, repair pipelining redu...

github.com/emadpres/ADANA-plugin

emadpres/ADANA-plugin

ADANA is a novel approach to automatically generate and inject code comments that describe a given piece of source code. (⭐ 7)

arxiv.org/abs/1806.05427v1

Maximum weight spectrum codes with reduced length

A q-ary linear code of dimension k is called a maximum weight spectrum (MWS) code if it has the maximum possible number (viz. (q^k-1)/(q-1)) of different non-zero weights. We construct MWS codes from quasi-minimal codes, thus obtaining of much shorte...

arxiv.org/abs/quant-ph/9804014v1

Optimal quantum codes for preventing collective amplitude damping

Collective decoherence is possible if the departure between quantum bits is smaller than the effective wave length of the noise field. Collectivity in the decoherence helps us to devise more efficient quantum codes. We present a class of optimal qu...

github.com/engineer-man/youtube

engineer-man/youtube

Code from the Engineer Man YouTube channel. Please do not submit pull requests, they will be ignored/closed. The code in the repo needs to remain as it was in the video. (⭐ 1881)

arxiv.org/abs/1302.3747v2

Construction of minimal non-abelian left group codes

Algorithms to construct minimal left group codes are provided. These are based on results describing a complete set of orthogonal primitive idempotents in each Wedderburn component of a semisimple finite group algebra FG for a large class of groups G...

arxiv.org/abs/2510.17376v1

AdapTrack: Constrained Decoding without Distorting LLM's Output Intent

Language model-based code generation and completion tools have been widely adopted, but they may sometimes produce code that does not meet necessary constraints, such as syntactic correctness or API existence. Constrained decoding techniques are deve...

arxiv.org/abs/2407.14304v1

MDS Generalized Convertible Code

In this paper, we consider the convertible codes with the maximum distance separable (MDS) property, which can adjust the code rate according to the failure rates of devices. We first extend the notion of convertible codes to allow initial and final...

www.forexfactory.com/thread/1340240-best-ai-app-to-code-mt4-bots

Best AI app to code MT4 bots / EAs - Forex Factory

May 3, 2025 · Hello all, I am trying to find the best AI app to code MT4 EAs or MT4 indicators. Tried chatGPT of course, it's good for Python scripts, macros, etc....but MT4 not really. I then tried a few …

www.reddit.com/r/techsupport/comments/1lybmn3/nvidia_quadro_t1000_code_43

NVidia quadro t1000 code 43

Specs: Dell Precision 5540 Intel Core i5 9400H NVidia Quadro T1000 mobile 4g (Not working) Basically what the title says, the card is showing a code 43, ive tried the following: Use DDU and reins...

www.reddit.com/r/learnjavascript/comments/75sb7b/api_call_not_returning_anything

API call not returning anything

I have tried to get my code to return data, but currently nothing I try works. I have done get.JSON and parse.JSON Here is the code var xhr = new XMLHttpRequest(); var start = "https://...

stackoverflow.com/questions/61707561/vs-code-not-opening-up-in-windows

vs code not opening up in windows - Stack Overflow

May 10, 2020 · Visual studio code recently disabled access to unc (windows network drive) paths by default, unless they are on an allow-list. I suspect there's a bug where if your windows user profile is …

stackoverflow.com/questions/79359919/how-can-i-download-vsix-files-now-that-the-visual-studio-code-marketplace-no-lo

How can I download .vsix files now that the Visual Studio Code ...

Jan 16, 2025 · Clone or download the extension code to your local directory. In your local directory with the copy of the product, run command: vsce package. This way, you can recreate a .vsix version of …

en.wikipedia.org/wiki/North_Irwin%2C_Pennsylvania

North Irwin, Pennsylvania - Wikipedia

571.23/km2) Time zone UTC-5 (Eastern (EST)) • Summer (DST) UTC-4 (EDT) Zip code 15642 FIPS code 42-55136 Website https://www.northirwinborough.com/

www.reddit.com/r/ClaudeCode/comments/1o5832y/suggestions_for_maximizing_the_limits_on_claude

Suggestions for maximizing the limits on claude? prompts,

I've been playing around with claude code for about a month now(started on pro, upgraded to max 5x), but like alot of users, noticed after claude code 2.0/sonnet 4.5 that i was hitting session caps wa...

www.tax1099.com/blog/what-are-form-w-2-box-12-codes

What are Form W-2 Box 12 Codes? | Tax1099 Blog

Nov 15, 2024 · Box 12 is divided into four parts: 12a, 12b, 12c, and 12d. Each line (12a, 12b, 12c, 12d) is used to report different codes and their corresponding amounts on Form W-2.

www.zip-codes.com/area-code/area-code-843.asp

843 Area Code - Location, Time, Map, Cities and Census Data

Feb 1, 2026 · Area Code 843 is located in South Carolina. It covers 98 cities, including Florence, Charleston, North Charleston, Mount Pleasant, and Summerville. It also covers 19 counties, …

www.tax1099.com/blog/what-are-form-w-2-box-12-codes

What are Form W-2 Box 12 Codes? | Tax1099 Blog

Nov 15, 2024 · Box 12 is divided into four parts: 12a, 12b, 12c, and 12d. Each line (12a, 12b, 12c, 12d) is used to report different codes and their corresponding amounts on Form W-2.

github.com/andyp21/Flappy-Bird-Q-Learning-Code

andyp21/Flappy-Bird-Q-Learning-Code

Recreate the game Flappy Bird and then use machine learning to solve the game. We used QLearning to make this happen. Not optimized however. PreReqs pip install pygame Authors Andrew Paul Khemet Robinson Dylan Snyder (⭐ 0)

www.tax1099.com/blog/what-are-form-w-2-box-12-codes

What are Form W-2 Box 12 Codes? | Tax1099 Blog

Nov 15, 2024 · Box 12 is divided into four parts: 12a, 12b, 12c, and 12d. Each line (12a, 12b, 12c, 12d) is used to report different codes and their corresponding amounts on Form W-2.

github.com/sn0112358/Angular-Directive-Project

sn0112358/Angular-Directive-Project

Angular-Directive-Project Directives range from very basic to extremely complex. This project will build up to some somewhat difficult directives. Keep in mind that the format we're learning for directives is the same format used to build some extremely complex things in angular.…

www.reddit.com/r/EntrepreneurRideAlong/comments/1pd4crt/im_fixing_vibecoded_apps_while_everyone_else_is

I'm fixing vibe-coded apps while everyone else is still busy laughing

I've spent the last month fixing AI/vibe-coded apps. Totally by accident. For a while I was just watching from the sidelines. Memes, slop, screenshots - funny. Then I started noticing something else ...

github.com/KrVikashGupta/AIPoweredCodeReviewer

KrVikashGupta/AIPoweredCodeReviewer

An advanced, full-stack AI-driven code review system built using the MERN stack (MongoDB, Express.js, React.js, Node.js), designed to revolutionize the code review process. By integrating Gemini 2.0 Flash through the Gemini Developer API. (⭐ 13)

Sponsored