13,044 results for code

github.com/alliedvision/examples

alliedvision/examples

Code examples for Allied Vision Alvium CSI-2 camera, V4L2 (⭐ 41)

en.wikipedia.org/wiki/Operation_Overlord

Operation Overlord - Wikipedia

Operation Overlord was the codename for the Battle of Normandy, the Allied operation that launched the successful liberation of German-occupied Western

github.com/GoogleCloudPlatform/vertex-ai-samples

GoogleCloudPlatform/vertex-ai-samples

Notebooks, code samples, sample apps, and other resources that demonstrate how to use, develop and manage machine learning and generative AI workflows using Google Cloud Vertex AI. (⭐ 657)

www.bing.com/ck/a?!&&p=69b57fcb1db0d8363516df257bf9080176271cbb786c7e206736debcc94d73c0JmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=033d8470-0f75-6085-228e-93620e4e6152&u=a1aHR0cHM6Ly9sYXcuanVzdGlhLmNvbS9jb2Rlcy9vcmVnb24v&ntb=1

Oregon Revised Statutes :: U.S. Codes and Statutes :: U.S. Law :: Justia

The laws in the Oregon Revised Statutes are passed by the Oregon Legislative Assembly, which consists of the Oregon House of Representatives and the Oregon Senate. The House of …

en.wikipedia.org/wiki/Operations_research

Operations research - Wikipedia

Operations research (British English: operational research); U.S. Air Force Specialty Code: operations analysis), often shortened to the initialism OR

en.wikipedia.org/wiki/ORS

ORS - Wikipedia

ORS may refer to: Orcas Island Airport (FAA airport code ORS), San Juan County, Washington, United States Orpheus Island Resort Waterport (IATA airport

github.com/allenai/OLMo

allenai/OLMo

Modeling, training, eval, and inference code for OLMo (⭐ 6354)

www.reddit.com/r/Glamurai/comments/1r5corb/eve_stellar_blade/

Eve (Stellar Blade)

Ps Code: N3P-s5L?fG7Bk7ggb...

github.com/imclab/SportsDataAnalytics

imclab/SportsDataAnalytics

Growing collection o thef top sports-data-related code, data sets, stats, visualizations, research, conferences, papers, pioneers, news... (⭐ 17)

github.com/tonyc726/china-administrative-division

tonyc726/china-administrative-division

中华人民共和国行政区划代码 - Codes for the administrative divisions of the People's Republic of China (⭐ 227)

www.bing.com/ck/a?!&&p=ca56c1ccbae7b21f177d14b0841e09c59b16632da4a4694e251edb69ccda94b3JmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=141da5af-282b-6105-09be-b2bd298460dd&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvMzM0NjQ1MC93aGF0LWlzLXRoZS1kaWZmZXJlbmNlLWJldHdlZW4taS1hbmQtaS1pbi1j&ntb=1

What is the difference between i++ and ++i in C#?

Jul 27, 2010 · I've seen them both being used in numerous pieces of C# code, and I'd like to know when to use i++ and when to use ++i? (i being a number variable like int, float, double, etc).

www.bing.com/ck/a?!&&p=5dd1a048864ea3d6bb7a3013f1a774b0ecaa62e0077027b04b4ce2720320d543JmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=141da5af-282b-6105-09be-b2bd298460dd&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvMTU1Mjk4OTMvY291bGQtc29tZW9uZS1leHBsYWluLXRoaXMtZm9yLW1lLWZvci1pbnQtaS0wLWktOC1p&ntb=1

Could someone explain this for me - for (int i = 0; i < 8; i++)

Mar 21, 2013 · Could someone explain in the simplest terms, as if you are talking to an idiot (because you are), what this code is actually saying/doing for (int i = 0; i < 8; i++)

www.bing.com/ck/a?!&&p=b32b84fe07ef4da0d9c4c8baeefb2e00963025c3b8fa7ac4e68d235dbd4842adJmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=141da5af-282b-6105-09be-b2bd298460dd&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvMjMxNTcwNS93aGF0LWlzLXRoZS1kaWZmZXJlbmNlLWJldHdlZW4taS1pLWluLWEtZm9yLWxvb3A&ntb=1

What is the difference between i++ & ++i in a for loop?

The way for loop is processed is as follows 1 First, initialization is performed (i=0) 2 the check is performed (i < n) 3 the code in the loop is executed. 4 the value is incremented 5 Repeat steps 2 - 4 …

github.com/omaralbeik/Stores

omaralbeik/Stores

Typed key-value storage solution to store Codable types in various persistence layers with few lines of code! (⭐ 138)

github.com/CuriousDrive/BookStores

CuriousDrive/BookStores

BookStores is a Blazor Server app using ASP.NET Core as back-end service and MSSQL for database. It has code samples for Authentication, Authorization, DataGrid, Database operations....and much. Please follow the intrsuctions to set it up on your machine. (⭐ 3…