hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 588
values | lang stringclasses 305
values | max_stars_repo_path stringlengths 3 363 | max_stars_repo_name stringlengths 5 118 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:00:35 2022-03-31 23:43:49 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 12:37:38 2022-03-31 23:59:52 ⌀ | max_issues_repo_path stringlengths 3 363 | max_issues_repo_name stringlengths 5 118 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 363 | max_forks_repo_name stringlengths 5 135 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:02 2022-03-31 23:27:27 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 08:55:07 2022-03-31 23:59:24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1.13 1.04M | max_line_length int64 1 1.05M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f75d055a1873f3d879ebda6e32fb15912b83309f | 5,229 | agda | Agda | src/Web/Semantic/DL/Category/Properties/Tensor/Functor.agda | agda/agda-web-semantic | 8ddbe83965a616bff6fc7a237191fa261fa78bab | [
"MIT"
] | 9 | 2015-09-13T17:46:41.000Z | 2020-03-14T14:21:08.000Z | src/Web/Semantic/DL/Category/Properties/Tensor/Functor.agda | agda/agda-web-semantic | 8ddbe83965a616bff6fc7a237191fa261fa78bab | [
"MIT"
] | 4 | 2018-11-14T02:32:28.000Z | 2021-01-04T20:57:19.000Z | src/Web/Semantic/DL/Category/Properties/Tensor/Functor.agda | agda/agda-web-semantic | 8ddbe83965a616bff6fc7a237191fa261fa78bab | [
"MIT"
] | 3 | 2017-12-03T14:52:09.000Z | 2022-03-12T11:40:03.000Z | open import Data.Sum using ( _⊎_ ; inj₁ ; inj₂ )
open import Relation.Binary.PropositionalEquality using ( refl )
open import Web.Semantic.DL.ABox.Interp using ( ⌊_⌋ ; ind ; _*_ )
open import Web.Semantic.DL.ABox.Model using
( _⊨a_ ; ⊨a-resp-≡³ ; on-bnode ; bnodes ; _,_ )
open import Web.Semantic.DL.Category.Object u... | 47.108108 | 85 | 0.565691 |
51782875136185c20ba23533438822bef87ef0e7 | 5,273 | agda | Agda | WellScopedTermsModel.agda | jmchapman/Relative-Monads | 74707d3538bf494f4bd30263d2f5515a84733865 | [
"MIT"
] | 21 | 2015-07-30T01:25:12.000Z | 2021-02-13T18:02:18.000Z | WellScopedTermsModel.agda | jmchapman/Relative-Monads | 74707d3538bf494f4bd30263d2f5515a84733865 | [
"MIT"
] | 3 | 2019-01-13T13:12:33.000Z | 2019-05-29T09:50:26.000Z | WellScopedTermsModel.agda | jmchapman/Relative-Monads | 74707d3538bf494f4bd30263d2f5515a84733865 | [
"MIT"
] | 1 | 2019-11-04T21:33:13.000Z | 2019-11-04T21:33:13.000Z | module WellScopedTermsModel where
open import Library
open import WellScopedTerms
open import RMonads
open import RMonads.REM
open import Categories.Sets
_<<_ : ∀{n}{X : Set} → (Fin n → X) → X → Fin (suc n) → X
(f << x) zero = x
(f << x) (suc i) = f i
record LambdaModel : Set₁ where
field S : Set
Env = ... | 26.497487 | 68 | 0.445287 |
a91bbd7a3e261c2dd8a1acfbcd4350ee9d7fd891 | 13,427 | agda | Agda | agda/Harmony.agda | halfaya/MusicTools | 04896c61b603d46011b7d718fcb47dd756e66021 | [
"MIT"
] | 28 | 2017-04-21T09:08:52.000Z | 2022-03-04T18:04:07.000Z | agda/Harmony.agda | halfaya/MusicTools | 04896c61b603d46011b7d718fcb47dd756e66021 | [
"MIT"
] | 1 | 2020-11-13T01:26:20.000Z | 2020-11-17T00:58:55.000Z | agda/Harmony.agda | halfaya/MusicTools | 04896c61b603d46011b7d718fcb47dd756e66021 | [
"MIT"
] | 3 | 2019-01-12T17:02:36.000Z | 2020-11-10T04:04:40.000Z | {-# OPTIONS --cubical --safe #-}
module Harmony where
open import Data.Bool using (Bool; true; false; if_then_else_; _∨_; not; _∧_)
open import Data.Fin using (#_; toℕ) renaming (zero to fz; suc to fs)
open import Data.List using (List; map; []; _∷_; concatMap; foldr; head; zip; null)
open import D... | 41.313846 | 109 | 0.614583 |
624e711fb414a1e4dfaae95b14744fad7f1fd1bd | 457 | agda | Agda | src/Syntax/Types.agda | DimaSamoz/temporal-type-systems | 7d993ba55e502d5ef8707ca216519012121a08dd | [
"MIT"
] | 4 | 2018-05-31T20:37:04.000Z | 2022-01-04T09:33:48.000Z | src/Syntax/Types.agda | DimaSamoz/temporal-type-systems | 7d993ba55e502d5ef8707ca216519012121a08dd | [
"MIT"
] | null | null | null | src/Syntax/Types.agda | DimaSamoz/temporal-type-systems | 7d993ba55e502d5ef8707ca216519012121a08dd | [
"MIT"
] | null | null | null |
{- Type system of the language. -}
module Syntax.Types where
-- Abstract syntax of types for the language.
data Type : Set where
-- Unit type
Unit : Type
-- Product type
_&_ : Type -> Type -> Type
-- Sum type
_+_ : Type -> Type -> Type
-- Function type
_=>_ : Type -> Type -> ... | 20.772727 | 45 | 0.568928 |
ce18b5fd012f3a89ed785f601bfcb34f3c179a33 | 4,405 | agda | Agda | TotalRecognisers/Simple/AlternativeBackend.agda | nad/parser-combinators | 76774f54f466cfe943debf2da731074fe0c33644 | [
"MIT"
] | 1 | 2020-07-03T08:56:13.000Z | 2020-07-03T08:56:13.000Z | TotalRecognisers/Simple/AlternativeBackend.agda | nad/parser-combinators | 76774f54f466cfe943debf2da731074fe0c33644 | [
"MIT"
] | null | null | null | TotalRecognisers/Simple/AlternativeBackend.agda | nad/parser-combinators | 76774f54f466cfe943debf2da731074fe0c33644 | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- An alternative backend
------------------------------------------------------------------------
-- Acknowledgements:
--
-- • The use of parsing "processes" is based on implementation C from
-- Koen Claessen's paper Parallel parsing processes... | 30.590278 | 90 | 0.537117 |
dcce79f5b28d082ca607724f9b8a42bcf1c83003 | 4,105 | agda | Agda | LibraBFT/Concrete/Records.agda | cwjnkins/bft-consensus-agda | 71aa2168e4875ffdeece9ba7472ee3cee5fa9084 | [
"UPL-1.0"
] | null | null | null | LibraBFT/Concrete/Records.agda | cwjnkins/bft-consensus-agda | 71aa2168e4875ffdeece9ba7472ee3cee5fa9084 | [
"UPL-1.0"
] | null | null | null | LibraBFT/Concrete/Records.agda | cwjnkins/bft-consensus-agda | 71aa2168e4875ffdeece9ba7472ee3cee5fa9084 | [
"UPL-1.0"
] | null | null | null | {- Byzantine Fault Tolerant Consensus Verification in Agda, version 0.9.
Copyright (c) 2020, 2021, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://opensource.oracle.com/licenses/upl
-}
{-# OPTIONS --allow-unsolved-metas #-}
open import Optics.All
open impor... | 40.643564 | 116 | 0.629963 |
b4180197df4ced117af4888ff59c846ca35ba298 | 1,485 | agda | Agda | test/Succeed/normalise-bug.agda | KDr2/agda | 98c9382a59f707c2c97d75919e389fc2a783ac75 | [
"BSD-2-Clause"
] | 1 | 2022-03-05T00:25:14.000Z | 2022-03-05T00:25:14.000Z | test/Succeed/normalise-bug.agda | Seanpm2001-Agda-lang/agda | b5b3b1657556f720a7310cb7744edb1fac71eaf4 | [
"BSD-2-Clause"
] | 6 | 2021-10-18T08:12:24.000Z | 2021-11-24T08:31:10.000Z | test/Succeed/normalise-bug.agda | Seanpm2001-Agda-lang/agda | b5b3b1657556f720a7310cb7744edb1fac71eaf4 | [
"BSD-2-Clause"
] | null | null | null | open import Agda.Builtin.Reflection renaming (bindTC to _>>=_)
open import Agda.Builtin.Sigma
open import Agda.Builtin.List
open import Agda.Builtin.Unit
open import Agda.Builtin.Nat
open import Agda.Builtin.Equality
infixr 0 _$_
_$_ : ∀ {a b}{A : Set a}{B : Set b} → (A → B) → (A → B)
f $ x = f x
map : {A B : Set} → ... | 27 | 84 | 0.614815 |
73c441936290d98e0457fa72ca1f6adc2a8b993b | 1,777 | agda | Agda | code-examples/agda/prelude.agda | mstone/poly | 425de958985aacbd3284d3057fe21fd682e315ea | [
"MIT"
] | 53 | 2021-02-18T16:31:04.000Z | 2022-03-22T23:08:27.000Z | code-examples/agda/prelude.agda | dspivak/poly | 425de958985aacbd3284d3057fe21fd682e315ea | [
"MIT"
] | 2 | 2021-09-02T02:29:39.000Z | 2022-01-12T10:06:32.000Z | code-examples/agda/prelude.agda | dspivak/poly | 425de958985aacbd3284d3057fe21fd682e315ea | [
"MIT"
] | 4 | 2021-07-10T17:19:37.000Z | 2022-01-30T11:45:57.000Z | module prelude where
open import Function using (id; _∘_) public
open import Data.Sum renaming (inj₁ to Σ₁; inj₂ to Σ₂) using (_⊎_) public
open import Data.Product renaming (proj₁ to π₁; proj₂ to π₂) using (Σ; _×_; _,_; ∃; Σ-syntax) public
open import Agda.Builtin.Unit using (⊤; tt) public
open import Data.Empty using ... | 41.325581 | 134 | 0.515476 |
55264e646052e1b60e1c1adfb43d3ded7450bbb9 | 1,119 | agda | Agda | test/asset/agda-stdlib-1.0/Data/Product/Categorical/Right/Base.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | test/asset/agda-stdlib-1.0/Data/Product/Categorical/Right/Base.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | test/asset/agda-stdlib-1.0/Data/Product/Categorical/Right/Base.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Base definitions for the right-biased universe-sensitive functor
-- and monad instances for the Product type.
--
-- To minimize the universe level of the RawFunctor, we require that
-- elements of B are "lifted" ... | 29.447368 | 72 | 0.563003 |
17cd2016d9a799b298eea4c2b23dc7876fb5ab1a | 126 | agda | Agda | agda/Relation/Nullary/Decidable.agda | oisdk/combinatorics-paper | 3c176d4690566d81611080e9378f5a178b39b851 | [
"MIT"
] | 4 | 2021-01-05T14:07:44.000Z | 2021-01-05T15:32:14.000Z | agda/Relation/Nullary/Decidable.agda | oisdk/combinatorics-paper | 3c176d4690566d81611080e9378f5a178b39b851 | [
"MIT"
] | null | null | null | agda/Relation/Nullary/Decidable.agda | oisdk/combinatorics-paper | 3c176d4690566d81611080e9378f5a178b39b851 | [
"MIT"
] | 1 | 2021-01-05T14:05:30.000Z | 2021-01-05T14:05:30.000Z | {-# OPTIONS --cubical --safe #-}
module Relation.Nullary.Decidable where
open import Relation.Nullary.Decidable.Base public
| 21 | 50 | 0.769841 |
2ff86ab0b2115c4e7d15e3a0c47f99fd3c51c488 | 899 | agda | Agda | Setoids/Functions/Lemmas.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 4 | 2019-08-08T12:44:19.000Z | 2022-01-28T06:04:15.000Z | Setoids/Functions/Lemmas.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 14 | 2019-01-06T21:11:59.000Z | 2020-04-11T11:03:39.000Z | Setoids/Functions/Lemmas.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 1 | 2021-11-29T13:23:07.000Z | 2021-11-29T13:23:07.000Z | {-# OPTIONS --safe --warning=error --without-K #-}
open import LogicalFormulae
open import Agda.Primitive using (Level; lzero; lsuc; _⊔_)
open import Setoids.Setoids
open import Setoids.Subset
open import Setoids.Functions.Definition
open import Sets.EquivalenceRelations
module Setoids.Functions.Lemmas {a b c d : _} ... | 44.95 | 157 | 0.649611 |
977507fa9b787ee136b0357eb70cd9a4f8c784dd | 4,277 | agda | Agda | archive/agda-1/New.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | null | null | null | archive/agda-1/New.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | 1 | 2019-04-29T00:35:04.000Z | 2019-05-11T23:33:04.000Z | archive/agda-1/New.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | null | null | null | module New where
module _ where
open import Agda.Primitive
record IsBottom {ℓ-⊥} (⊥ : Set ℓ-⊥) ℓ-elim : Set (lsuc ℓ-elim ⊔ ℓ-⊥) where
field
⊥-elim : ⊥ → {A : Set ℓ-elim} → A
open IsBottom ⦃ … ⦄ public
record Bottom ℓ-⊥ ℓ-elim : Set (lsuc (ℓ-elim ⊔ ℓ-⊥)) where
field
⊥ : Set ℓ-⊥
ins... | 24.722543 | 137 | 0.564648 |
9e2b503890a0c64413c1047d9bdf6551d2b3aa46 | 7,232 | agda | Agda | cohomology/FunctionOver.agda | UlrikBuchholtz/HoTT-Agda | f8fa68bf753d64d7f45556ca09d0da7976709afa | [
"MIT"
] | 1 | 2021-06-30T00:17:55.000Z | 2021-06-30T00:17:55.000Z | cohomology/FunctionOver.agda | nicolaikraus/HoTT-Agda | 939a2d83e090fcc924f69f7dfa5b65b3b79fe633 | [
"MIT"
] | null | null | null | cohomology/FunctionOver.agda | nicolaikraus/HoTT-Agda | 939a2d83e090fcc924f69f7dfa5b65b3b79fe633 | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K #-}
open import HoTT
{- Useful lemmas for computing the effect of transporting a function
- across an equivalence in the domain or codomain.
- TODO: find a better place for this. -}
module cohomology.FunctionOver where
{- transporting a function along an equivalence or path in the domain -... | 40.629213 | 80 | 0.456997 |
63b4eca2ed51372e95f9128a405b541a556df547 | 194 | als | Alloy | alloy4fun_models/trashltl/models/19/2au7SrHqdwusS6WDq.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trashltl/models/19/2au7SrHqdwusS6WDq.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trashltl/models/19/2au7SrHqdwusS6WDq.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | open main
pred id2au7SrHqdwusS6WDq_prop20 {
always all p: Protected | always p in Trash
}
pred __repair { id2au7SrHqdwusS6WDq_prop20 }
check __repair { id2au7SrHqdwusS6WDq_prop20 <=> prop20o } | 27.714286 | 57 | 0.798969 |
9a4b20f704e29ec795bbe6f527772fe2ceb69ef9 | 179 | als | Alloy | alloy4fun_models/trashltl/models/1/Kgi5TjQRcFYqzaHdo.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trashltl/models/1/Kgi5TjQRcFYqzaHdo.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trashltl/models/1/Kgi5TjQRcFYqzaHdo.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | open main
pred idKgi5TjQRcFYqzaHdo_prop2 {
all f : File | no f since some f
}
pred __repair { idKgi5TjQRcFYqzaHdo_prop2 }
check __repair { idKgi5TjQRcFYqzaHdo_prop2 <=> prop2o } | 25.571429 | 55 | 0.776536 |
19b7daca2fab15bbf31b292dbdf4d35fc71da18a | 3,797 | als | Alloy | alloy_model/memalloc/size.als | vasil-sd/engineering-sw-hw-model-checking-letures | b6aaa096eb033670a5643cc5ae1d5b63798e38f0 | [
"MIT"
] | 16 | 2020-09-08T09:51:28.000Z | 2022-01-30T09:07:00.000Z | alloy_model/memalloc/size.als | vasil-sd/engineering-sw-hw-model-checking-letures | b6aaa096eb033670a5643cc5ae1d5b63798e38f0 | [
"MIT"
] | null | null | null | alloy_model/memalloc/size.als | vasil-sd/engineering-sw-hw-model-checking-letures | b6aaa096eb033670a5643cc5ae1d5b63798e38f0 | [
"MIT"
] | null | null | null | module size
open order[Size] as o -- подключаем модуль линейного порядка и параметризуем его сигнатурой 'Size'
sig Size { Add: Size -> Size } -- объявляем сигнатуру 'Size' и отношение 'Add'
/*
Немного про способы задания операций/функций в Alloy (да и в логике тоже).
Простые операции, можно определить через выражени... | 41.271739 | 110 | 0.702133 |
a8a448f49dfc6df39511954a727e8bcc87f4b3bd | 311 | als | Alloy | alloy4fun_models/trainstlt/models/13/cEyhPCpFSELFoCwrJ.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trainstlt/models/13/cEyhPCpFSELFoCwrJ.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trainstlt/models/13/cEyhPCpFSELFoCwrJ.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | open main
pred idcEyhPCpFSELFoCwrJ_prop14 {
always ( all t:Train | eventually (some t.pos and one (t.pos.signal :>Green) and t.pos' !=t. pos and some t.pos' ) implies (t.pos.signal in Signal-Green) )
}
pred __repair { idcEyhPCpFSELFoCwrJ_prop14 }
check __repair { idcEyhPCpFSELFoCwrJ_prop14 <=> prop14o } | 38.875 | 159 | 0.733119 |
13bc49a54758b8ea782cb70dd50fb0a5db506cab | 532 | als | Alloy | 2-a-whirlwind-tour/2-2-dynamics-adding-operations/2.2.3.als | freddiefujiwara/software-abstractions | 4f11acc1d947d7bbfb0f25a8c3736fba1eaae458 | [
"MIT"
] | null | null | null | 2-a-whirlwind-tour/2-2-dynamics-adding-operations/2.2.3.als | freddiefujiwara/software-abstractions | 4f11acc1d947d7bbfb0f25a8c3736fba1eaae458 | [
"MIT"
] | null | null | null | 2-a-whirlwind-tour/2-2-dynamics-adding-operations/2.2.3.als | freddiefujiwara/software-abstractions | 4f11acc1d947d7bbfb0f25a8c3736fba1eaae458 | [
"MIT"
] | null | null | null | module tour/addressBook1
sig Name, Addr {}
sig Book {
addr: Name -> lone Addr
}
pred showAdd (b,b': Book, n: Name, a:Addr){
add [b,b',n,a]
#Name.(b.addr) > 1
}
pred add (b,b': Book, n: Name, a:Addr){
b'.addr = b.addr + n -> a
}
pred del (b,b': Book, n: Name){
b'.addr = b.addr - n -> Addr
}
fun lookup (b:... | 20.461538 | 50 | 0.569549 |
efed7ca127329379ec7725b8d957c7a47da4f5cc | 187 | als | Alloy | alloy4fun_models/trashltl/models/4/W6tLcocdDWrpRLXsE.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trashltl/models/4/W6tLcocdDWrpRLXsE.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trashltl/models/4/W6tLcocdDWrpRLXsE.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | open main
pred idW6tLcocdDWrpRLXsE_prop5 {
some f : File | eventually f not in File
}
pred __repair { idW6tLcocdDWrpRLXsE_prop5 }
check __repair { idW6tLcocdDWrpRLXsE_prop5 <=> prop5o } | 31.166667 | 55 | 0.786096 |
3a6c8c1fab0b5143c06056970601889c61406cbb | 232 | als | Alloy | alloy4fun_models/trashltl/models/11/hGe8agrkzFKZAErXu.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trashltl/models/11/hGe8agrkzFKZAErXu.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trashltl/models/11/hGe8agrkzFKZAErXu.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | open main
pred idhGe8agrkzFKZAErXu_prop12 {
eventually some f : File | f in Trash => after (always eventually f not in Trash)
}
pred __repair { idhGe8agrkzFKZAErXu_prop12 }
check __repair { idhGe8agrkzFKZAErXu_prop12 <=> prop12o } | 38.666667 | 83 | 0.780172 |
46c00cfeb24cd54fd3fc08336c8b06b3626c73ce | 4,600 | als | Alloy | models/hol/sygus/let_benchmarks/logcount.als | johnwickerson/alloystar | c673de3f99c97544c4f8bcb8d545b05a7075dde3 | [
"BSD-3-Clause"
] | 2 | 2017-01-20T09:48:52.000Z | 2021-04-11T19:45:20.000Z | models/hol/sygus/let_benchmarks/logcount.als | johnwickerson/alloystar | c673de3f99c97544c4f8bcb8d545b05a7075dde3 | [
"BSD-3-Clause"
] | null | null | null | models/hol/sygus/let_benchmarks/logcount.als | johnwickerson/alloystar | c673de3f99c97544c4f8bcb8d545b05a7075dde3 | [
"BSD-3-Clause"
] | 3 | 2016-04-20T16:09:06.000Z | 2020-12-04T04:21:15.000Z | module logcount
open util/integer as b
/**
* https://github.com/rishabhs/sygus-comp14/blob/master/benchmarks/let-benchmarks/logcount.sl
*/
--------------------------------------------------------------------------------
-- AST Nodes
--------------------------------------------------------------------------------
a... | 39.316239 | 157 | 0.541957 |
23eabc56d486f9a51e54885d0f90d44598118bc1 | 124 | als | Alloy | models/tests/test64a.als | transclosure/Amalgam | 59f7f2d7f518f9e2f4953faf8690c8f6b2bb75c6 | [
"MIT"
] | 4 | 2020-10-22T01:11:32.000Z | 2022-01-18T16:52:06.000Z | models/tests/test64a.als | transclosure/amalgam | 59f7f2d7f518f9e2f4953faf8690c8f6b2bb75c6 | [
"MIT"
] | 1 | 2018-05-11T20:57:17.000Z | 2018-05-11T20:57:17.000Z | models/tests/test64a.als | transclosure/Amalgam | 59f7f2d7f518f9e2f4953faf8690c8f6b2bb75c6 | [
"MIT"
] | 2 | 2020-11-12T02:20:31.000Z | 2020-11-30T20:48:46.000Z | module tests/test
open tests/test64b as b
open tests/test64c as c
let mac=4
run { this/mac=4 b/mac=5 c/mac=6 } expect 1
| 17.714286 | 46 | 0.709677 |
f0da2006986843c720714f4bd72d8b1933c42e56 | 163 | als | Alloy | alloy4fun_models/trainstlt/models/2/FAJYgJrWG6wkKkRxd.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trainstlt/models/2/FAJYgJrWG6wkKkRxd.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trainstlt/models/2/FAJYgJrWG6wkKkRxd.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | open main
pred idFAJYgJrWG6wkKkRxd_prop3 {
always no Train
}
pred __repair { idFAJYgJrWG6wkKkRxd_prop3 }
check __repair { idFAJYgJrWG6wkKkRxd_prop3 <=> prop3o } | 23.285714 | 55 | 0.803681 |
4d268edd94b32b49052ee5340f737825f4958410 | 191 | als | Alloy | alloy4fun_models/trashltl/models/4/LsSCZZxLKCfLFyNcw.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trashltl/models/4/LsSCZZxLKCfLFyNcw.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trashltl/models/4/LsSCZZxLKCfLFyNcw.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | open main
pred idLsSCZZxLKCfLFyNcw_prop5 {
eventually (some f : File | File' = File - f)
}
pred __repair { idLsSCZZxLKCfLFyNcw_prop5 }
check __repair { idLsSCZZxLKCfLFyNcw_prop5 <=> prop5o } | 31.833333 | 55 | 0.764398 |
48a3f9bd4af68498c0290c6e338be321c305ed7e | 180 | als | Alloy | alloy4fun_models/trashltl/models/10/WK9Qo2oGbrWDosq6t.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trashltl/models/10/WK9Qo2oGbrWDosq6t.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | alloy4fun_models/trashltl/models/10/WK9Qo2oGbrWDosq6t.als | Kaixi26/org.alloytools.alloy | 1671f0f6ff1a1449f71b0ba0b725afbcaf8020c4 | [
"Apache-2.0"
] | null | null | null | open main
pred idWK9Qo2oGbrWDosq6t_prop11 {
Protected + Trash = Protected'
}
pred __repair { idWK9Qo2oGbrWDosq6t_prop11 }
check __repair { idWK9Qo2oGbrWDosq6t_prop11 <=> prop11o } | 30 | 57 | 0.805556 |
dab37f4d0ca0fb838b6e0af72ddcd8a38463c2f3 | 447 | vhost | ApacheConf | config/example.vhost | jamesacampbell/fugitive | 0b4e8bbd4871046c6969849c27932225882176e9 | [
"MIT"
] | 2 | 2017-10-03T15:48:16.000Z | 2020-09-11T05:06:18.000Z | config/example.vhost | jamesacampbell/fugitive | 0b4e8bbd4871046c6969849c27932225882176e9 | [
"MIT"
] | 5 | 2017-09-24T20:50:27.000Z | 2017-12-12T13:19:09.000Z | config/example.vhost | jamesacampbell/fugitive | 0b4e8bbd4871046c6969849c27932225882176e9 | [
"MIT"
] | null | null | null | server {
listen 80 default_server;
listen [::]:80 default_server;
root /path to repo /public/;
index index.php index.html index.htm index.nginx-debian.html;
server_name server_domain_or_IP;
location / {
try_files $uri $uri/ =404;
}
location ~ \.php$ {
include snippets... | 19.434783 | 65 | 0.597315 |
85edd5e87a83cfb6fb92a01f2175e67385f73b59 | 61 | applescript | AppleScript | Classes/text/as text/text as POSIX file/test.applescript | looking-for-a-job/applescript-examples | 071248da8f00862b17530a014d8fd004a0ed329a | [
"Unlicense"
] | 1 | 2021-03-15T22:07:49.000Z | 2021-03-15T22:07:49.000Z | Classes/text/as text/text as POSIX file/test.applescript | andrewp-as-is/applescript-examples | 071248da8f00862b17530a014d8fd004a0ed329a | [
"Unlicense"
] | null | null | null | Classes/text/as text/text as POSIX file/test.applescript | andrewp-as-is/applescript-examples | 071248da8f00862b17530a014d8fd004a0ed329a | [
"Unlicense"
] | null | null | null | #!/usr/bin/osascript
"/Users/user/.gitignore" as POSIX file
| 15.25 | 38 | 0.721311 |
433509bcb3b448aed5b3f3843b59463c9e0dacdd | 59 | applescript | AppleScript | Task/Pick-random-element/AppleScript/pick-random-element.applescript | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2021-05-05T13:42:20.000Z | 2021-05-05T13:42:20.000Z | Task/Pick-random-element/AppleScript/pick-random-element.applescript | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Pick-random-element/AppleScript/pick-random-element.applescript | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | get some item of [1, "two", pi, "4", 5 > 4, 5 + 1, Sunday]
| 29.5 | 58 | 0.508475 |
2fea0c76141cdb8040d86533b674d201fd7c2809 | 2,756 | applescript | AppleScript | images_treatment_photoshop_imagemagick_docker/good_photoshop_test_15_demo.applescript | bflaven/BlogArticlesExamples | 5df2dfc26170ffbbade78ba136bf3172391e3b2a | [
"MIT"
] | 5 | 2018-05-03T08:16:02.000Z | 2021-09-04T03:44:24.000Z | images_treatment_photoshop_imagemagick_docker/good_photoshop_test_15_demo.applescript | bflaven/BlogArticlesExamples | 5df2dfc26170ffbbade78ba136bf3172391e3b2a | [
"MIT"
] | 1 | 2022-01-28T19:27:19.000Z | 2022-01-28T19:27:19.000Z | images_treatment_photoshop_imagemagick_docker/good_photoshop_test_15_demo.applescript | bflaven/BlogArticlesExamples | 5df2dfc26170ffbbade78ba136bf3172391e3b2a | [
"MIT"
] | 2 | 2020-09-10T13:33:27.000Z | 2022-02-09T11:07:38.000Z | (*
Made for ZNBC (https://znbc.com) to process images in batch with photoshop
*)
(*
Description: Description: You have to create a script in Photoshop then all the files presented in the source folder will be proceeded with actions you have made in the script and be saved in the destination folder. For the moment the ... | 30.285714 | 329 | 0.738026 |
de8fb0b39cffd04bd12900c71d7c8381493a08ff | 386 | applescript | AppleScript | scripts/spotify-read-info.applescript | epochblue/annoy-a-tron | 5542431551c3edaeb3185110f9dfdf0d935a3a74 | [
"Unlicense"
] | 63 | 2015-04-14T17:56:33.000Z | 2021-12-27T20:04:38.000Z | scripts/spotify-read-info.applescript | epochblue/annoy-a-tron | 5542431551c3edaeb3185110f9dfdf0d935a3a74 | [
"Unlicense"
] | 6 | 2015-04-17T17:09:08.000Z | 2017-01-31T02:59:43.000Z | scripts/spotify-read-info.applescript | epochblue/annoy-a-tron | 5542431551c3edaeb3185110f9dfdf0d935a3a74 | [
"Unlicense"
] | 12 | 2015-04-16T22:06:09.000Z | 2021-06-02T17:23:01.000Z | #!/usr/bin/env osascript
tell application "Spotify"
set playerState to player state as string
if (playerState is equal to "playing") then
set currentTrack to name of current track as string
set currentArtist to artist of current track as string
pause
say "now playing: " & curre... | 27.571429 | 67 | 0.668394 |
d3a137debbe8ac6ba4d27d2c723000f2641af3bc | 519 | applescript | AppleScript | VPN Autoconnect/VPN Autoconnect/NullVPNService.applescript | agorskih/vpn-autoconnect | 8e9c41057f175493663d5ff02988de243e8be264 | [
"MIT"
] | 1 | 2020-02-15T03:40:33.000Z | 2020-02-15T03:40:33.000Z | VPN Autoconnect/VPN Autoconnect/NullVPNService.applescript | agorskih/vpn-autoconnect | 8e9c41057f175493663d5ff02988de243e8be264 | [
"MIT"
] | null | null | null | VPN Autoconnect/VPN Autoconnect/NullVPNService.applescript | agorskih/vpn-autoconnect | 8e9c41057f175493663d5ff02988de243e8be264 | [
"MIT"
] | null | null | null | --
-- NullVPNService.applescript
-- Null VPN service
--
-- Created by Alexander Gorskih on 25.09.13.
-- Copyright (c) 2013 Alexander Gorskih. All rights reserved.
-- MIT-style copyright and disclaimer apply
script NullVPNService
property parent : class "VPNService"
property identifier : ""
-- Public met... | 19.222222 | 62 | 0.647399 |
f04454c0d105714450f906c48fb3df565f71b735 | 161 | applescript | AppleScript | Task/Conditional-structures/AppleScript/conditional-structures.applescript | mullikine/RosettaCodeData | 4f0027c6ce83daa36118ee8b67915a13cd23ab67 | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:38.000Z | 2018-11-09T22:08:38.000Z | Task/Conditional-structures/AppleScript/conditional-structures.applescript | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Conditional-structures/AppleScript/conditional-structures.applescript | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2018-11-09T22:08:40.000Z | 2018-11-09T22:08:40.000Z | if myVar is "ok" then return true
set i to 0
if i is 0 then
return "zero"
else if i mod 2 is 0 then
return "even"
else
return "odd"
end if
| 14.636364 | 33 | 0.608696 |
c209b786c16160dcc50abf61e76389d3a0a403e4 | 57 | applescript | AppleScript | paste.applescript | simon-johansson/menubar-faker | d39c750f6c362af56e2800e8eda673e97e3f6fc0 | [
"MIT"
] | 2 | 2015-09-15T12:06:03.000Z | 2015-09-17T11:50:15.000Z | paste.applescript | simon-johansson/menubar-faker | d39c750f6c362af56e2800e8eda673e97e3f6fc0 | [
"MIT"
] | null | null | null | paste.applescript | simon-johansson/menubar-faker | d39c750f6c362af56e2800e8eda673e97e3f6fc0 | [
"MIT"
] | null | null | null | tell application "System Events"
keystroke "v"
end tell
| 14.25 | 32 | 0.77193 |
1a7eb542cddae49c1a15b91e0f112874ae364b5f | 103 | applescript | AppleScript | Applications/Brave Browser/url.applescript | looking-for-a-job/applescript-examples | 071248da8f00862b17530a014d8fd004a0ed329a | [
"Unlicense"
] | 1 | 2021-03-15T22:07:49.000Z | 2021-03-15T22:07:49.000Z | Applications/Brave Browser/url.applescript | andrewp-as-is/applescript-examples | 071248da8f00862b17530a014d8fd004a0ed329a | [
"Unlicense"
] | null | null | null | Applications/Brave Browser/url.applescript | andrewp-as-is/applescript-examples | 071248da8f00862b17530a014d8fd004a0ed329a | [
"Unlicense"
] | null | null | null | #!/usr/bin/env osascript
tell application "Brave Browser" to return URL of active tab of front window
| 25.75 | 76 | 0.776699 |
cc28ed6ffca3d66808d5df7e265c0afeb7169d2a | 128 | applescript | AppleScript | Applications/Google-Chrome/window/front tab/front tab.applescript | looking-for-a-job/applescript-examples | 071248da8f00862b17530a014d8fd004a0ed329a | [
"Unlicense"
] | 1 | 2021-03-15T22:07:49.000Z | 2021-03-15T22:07:49.000Z | Applications/Google-Chrome/window/front tab/front tab.applescript | andrewp-as-is/applescript-examples | 071248da8f00862b17530a014d8fd004a0ed329a | [
"Unlicense"
] | null | null | null | Applications/Google-Chrome/window/front tab/front tab.applescript | andrewp-as-is/applescript-examples | 071248da8f00862b17530a014d8fd004a0ed329a | [
"Unlicense"
] | null | null | null | #!/usr/bin/osascript
tell application "Google Chrome"
if count of windows is not 0 then front tab of (front window)
end tell
| 18.285714 | 62 | 0.75 |
9577c5aac68b6223b08ee062988a309e70590f43 | 501 | applescript | AppleScript | code_sender/chrome/chrome-jupyter.applescript | fredcallaway/SendCode | 3d34f58c45bbf4c885e07a52010f7c80dac3325a | [
"MIT"
] | 177 | 2017-04-10T11:29:14.000Z | 2022-02-22T10:19:20.000Z | code_sender/chrome/chrome-jupyter.applescript | fredcallaway/SendCode | 3d34f58c45bbf4c885e07a52010f7c80dac3325a | [
"MIT"
] | 136 | 2017-04-03T18:25:04.000Z | 2022-02-07T16:46:45.000Z | code_sender/chrome/chrome-jupyter.applescript | fredcallaway/SendCode | 3d34f58c45bbf4c885e07a52010f7c80dac3325a | [
"MIT"
] | 27 | 2017-04-18T18:29:49.000Z | 2022-02-26T20:12:23.000Z | on run argv
tell application "Google Chrome"
set URL of front window's active tab to "javascript:{" & "
var mycell = IPython.notebook.get_selected_cell();
mycell.set_text(\"" & item 1 of argv & "\");
mycell.execute();
var nextcell = IPython.notebook.insert_cel... | 38.538462 | 88 | 0.608782 |
1c978828d372584cf02bcdb319806e83bded2457 | 162 | applescript | AppleScript | mac/jm.applescript | tBoccinfuso/AvariavsLauncher | 839560cb845a4b8ca3d407608a24d32593bf6d63 | [
"MIT"
] | null | null | null | mac/jm.applescript | tBoccinfuso/AvariavsLauncher | 839560cb845a4b8ca3d407608a24d32593bf6d63 | [
"MIT"
] | null | null | null | mac/jm.applescript | tBoccinfuso/AvariavsLauncher | 839560cb845a4b8ca3d407608a24d32593bf6d63 | [
"MIT"
] | null | null | null | tell application "Safari"
tell window 1
set current tab to (make new tab with properties {URL:"https://juncturemedia.com/"})
end tell
end tell | 32.4 | 93 | 0.67284 |
493ffc385d8022ca5cc5bab3b56c65e66a3abfdb | 88 | arc | Arc | src/list.arc | awwx/amacx | 53ffbd7a729597f396bee13ccf70704a5f92b31a | [
"MIT"
] | 3 | 2019-01-04T14:41:33.000Z | 2022-03-05T22:30:37.000Z | src/list.arc | awwx/amacx | 53ffbd7a729597f396bee13ccf70704a5f92b31a | [
"MIT"
] | 1 | 2019-01-26T22:38:10.000Z | 2019-01-26T22:38:10.000Z | src/list.arc | awwx/amacx | 53ffbd7a729597f396bee13ccf70704a5f92b31a | [
"MIT"
] | 1 | 2019-01-26T21:37:17.000Z | 2019-01-26T21:37:17.000Z | (use arcboot named-fn)
; (def list args args)
(assign list (named-fn list args args))
| 14.666667 | 39 | 0.693182 |
61f3c65a03fe08aefd11af3ced44c3031c3c0dcd | 233 | arc | Arc | day04p2.arc | knarka/aoc2021 | fa540c6728f280a50f00a53a1106dee3361e8586 | [
"MIT"
] | null | null | null | day04p2.arc | knarka/aoc2021 | fa540c6728f280a50f00a53a1106dee3361e8586 | [
"MIT"
] | null | null | null | day04p2.arc | knarka/aoc2021 | fa540c6728f280a50f00a53a1106dee3361e8586 | [
"MIT"
] | null | null | null | (load "day04p1.arc")
(def play-bingo ()
(while (len> cards 0)
(draw-number)
(each card cards
(awhen (is-winner card)
(= winning-card card)
(= winning-seq it)
(pull card cards))))
(calculate-score winning-card))
| 19.416667 | 32 | 0.622318 |
32b818b0e046853806e241687bed6272b8c60cc5 | 541 | arc | Arc | buildroot/arch/arch.mk.arc | bramkragten/operating-system | 27fc2de146f1ef047316a4b58a236c72d26da81c | [
"Apache-2.0"
] | 349 | 2021-08-17T08:46:53.000Z | 2022-03-30T06:25:25.000Z | buildroot/arch/arch.mk.arc | bramkragten/operating-system | 27fc2de146f1ef047316a4b58a236c72d26da81c | [
"Apache-2.0"
] | 8 | 2020-04-02T22:51:47.000Z | 2020-04-27T03:24:55.000Z | buildroot/arch/arch.mk.arc | bramkragten/operating-system | 27fc2de146f1ef047316a4b58a236c72d26da81c | [
"Apache-2.0"
] | 12 | 2021-08-17T20:10:30.000Z | 2022-01-06T10:52:54.000Z | ifeq ($(BR2_arc),y)
# -matomic is always required when the ARC core has the atomic extensions
ifeq ($(BR2_ARC_ATOMIC_EXT),y)
ARCH_TOOLCHAIN_WRAPPER_OPTS = -matomic
endif
# Explicitly set LD's "max-page-size" instead of relying on some defaults
ifeq ($(BR2_ARC_PAGE_SIZE_4K),y)
ARCH_TOOLCHAIN_WRAPPER_OPTS += -Wl,-z,max... | 30.055556 | 73 | 0.77634 |
59078c436a59f1db227c6563b84527275608c144 | 2,751 | arc | Arc | src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/etc/atmens_storage.arc | GEOS-ESM/GEOSadas | 8e3665af71eb37c48573c65ed0e9daa5ca429535 | [
"NASA-1.3",
"Apache-2.0"
] | 2 | 2019-09-07T09:00:32.000Z | 2021-03-12T02:25:56.000Z | src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/etc/atmens_storage.arc | GEOS-ESM/GEOSadas | 8e3665af71eb37c48573c65ed0e9daa5ca429535 | [
"NASA-1.3",
"Apache-2.0"
] | 81 | 2019-07-05T19:28:50.000Z | 2022-03-04T19:37:47.000Z | src/Applications/NCEP_Etc/NCEP_enkf/scripts/gmao/etc/atmens_storage.arc | GEOS-ESM/GEOSadas | 8e3665af71eb37c48573c65ed0e9daa5ca429535 | [
"NASA-1.3",
"Apache-2.0"
] | null | null | null | #
# Archiving rules for fvDAS output.
#
# This is a PESTO (Put Experiment in Mass Storage) resource file.
#
# The environment variable PESTOROOT refers to the destination archive
# location, e.g.,
#
# a) for moving files to SILO:
# setenv PESTOROOT '/scratch/johndoe'
#
# b) for moving files to MASS STORAGE:
# set... | 47.431034 | 76 | 0.661941 |
28c15ffa5fa691ab6a59b599841cdf4f42bf7dcf | 3,464 | ino | Arduino | Loadout/UATV/UATV.ino | nitinsonker78/PATENT | d3798a5e119921ebef68a742bc24d164e929f5ea | [
"Unlicense"
] | null | null | null | Loadout/UATV/UATV.ino | nitinsonker78/PATENT | d3798a5e119921ebef68a742bc24d164e929f5ea | [
"Unlicense"
] | null | null | null | Loadout/UATV/UATV.ino | nitinsonker78/PATENT | d3798a5e119921ebef68a742bc24d164e929f5ea | [
"Unlicense"
] | null | null | null | #include "Remote.h"
#include "Servo.h"
#include "Servomotor.h"
#include "conversion.h"
#include "control_param.h"
#define MODE 11
#define DXL_BUS_SERIAL1 1
Servo servo1;
Servo servo2;
Servo servo3;
Servo servo4;
Dynamixel Dxl(DXL_BUS_SERIAL1);
int ID[] = {1, 2, 3, 4, 5, 6};
void setup() {
Dxl.begin(3);
Dxl.... | 30.121739 | 109 | 0.517032 |
bf84f5c697a5b9fbbd1bf1a0b9325c5fca080e84 | 349 | ino | Arduino | src/array_demo/array_demo.ino | BackToTech-Study/ArduinoReadWriteSerial | 7c5529a6a50b7a0c108eaf5211647bc551a7f145 | [
"MIT"
] | null | null | null | src/array_demo/array_demo.ino | BackToTech-Study/ArduinoReadWriteSerial | 7c5529a6a50b7a0c108eaf5211647bc551a7f145 | [
"MIT"
] | null | null | null | src/array_demo/array_demo.ino | BackToTech-Study/ArduinoReadWriteSerial | 7c5529a6a50b7a0c108eaf5211647bc551a7f145 | [
"MIT"
] | null | null | null | #include "MainMenu.h"
void setup() {
// put your setup code here, to run once:
Serial.begin(SerialSpeed);
Serial.setTimeout(SerialReadTimeout);
}
void loop() {
// put your main code here, to run repeatedly:
int selectedOptionIndex = getMainMenuSelection();
Serial.print("You selected option: ");
showOpti... | 20.529412 | 51 | 0.716332 |
b69488aa47d99d28d52c5b442b6cd7ff5b5af31d | 881 | ino | Arduino | Alarme_de_Incendio.ino | arduinoomega/ebook-arduino-avancado | 74a82798f766e68d671226089c7993d9aa3669b7 | [
"MIT"
] | null | null | null | Alarme_de_Incendio.ino | arduinoomega/ebook-arduino-avancado | 74a82798f766e68d671226089c7993d9aa3669b7 | [
"MIT"
] | null | null | null | Alarme_de_Incendio.ino | arduinoomega/ebook-arduino-avancado | 74a82798f766e68d671226089c7993d9aa3669b7 | [
"MIT"
] | null | null | null | int sensorA = A9; // Pino analógico do sensor na porta A9
int sensorD = 4; // Pino digital do sensor na porta Digital 4
int buzzer = 3; // Buzzer na porta 3
int led = 2; // LED na porta 2
int analogico;
int digital;
void setup() {
// Definindo componentes como entradas ou saída
pinMode(sensorA, INPUT);... | 25.911765 | 68 | 0.662883 |
d064ab90629fc8a92e3fb26b311af84c80d6f670 | 1,114 | ino | Arduino | BUCLE_FOR.ino | ItsMonxxu/Arduino | 6faff3613ed1199cf224edfae7fc7f9de6f4b095 | [
"MIT"
] | null | null | null | BUCLE_FOR.ino | ItsMonxxu/Arduino | 6faff3613ed1199cf224edfae7fc7f9de6f4b095 | [
"MIT"
] | null | null | null | BUCLE_FOR.ino | ItsMonxxu/Arduino | 6faff3613ed1199cf224edfae7fc7f9de6f4b095 | [
"MIT"
] | null | null | null | int switchState = 0;
//variables globales
const int redPin = 2;
const int bluePin = 6;
const int buttonPin = 4;
void setup() {
// put your setup code here, to run once:
//Iniciando leds
pinMode(redPin, OUTPUT);
pinMode(bluePin, OUTPUT);
//Ininiando botón
pinMode(buttonPin, INPUT);
}
void loop() {
//leer el esta... | 22.28 | 53 | 0.675045 |
364a7a89736ebf83fbcd3331cd62b33ea35b7951 | 1,634 | ino | Arduino | lib/ESP8266Audio-master/examples/PlayMP3FromSPIFFS/PlayMP3FromSPIFFS.ino | ChSt98/KraftPad | 2f1d60893ded6d0f079e8067980016992a72794b | [
"BSD-3-Clause"
] | null | null | null | lib/ESP8266Audio-master/examples/PlayMP3FromSPIFFS/PlayMP3FromSPIFFS.ino | ChSt98/KraftPad | 2f1d60893ded6d0f079e8067980016992a72794b | [
"BSD-3-Clause"
] | null | null | null | lib/ESP8266Audio-master/examples/PlayMP3FromSPIFFS/PlayMP3FromSPIFFS.ino | ChSt98/KraftPad | 2f1d60893ded6d0f079e8067980016992a72794b | [
"BSD-3-Clause"
] | null | null | null | #include <Arduino.h>
#ifdef ESP32
#include <WiFi.h>
#include "SPIFFS.h"
#else
#include <ESP8266WiFi.h>
#endif
#include "AudioFileSourceSPIFFS.h"
#include "AudioFileSourceID3.h"
#include "AudioGeneratorMP3.h"
#include "AudioOutputI2SNoDAC.h"
// To run, set your ESP8266 build to 160MHz, and include a SPIFFS of 512... | 22.383562 | 86 | 0.668911 |
767ca69d96df1710f9f308203861736c9a02e2c1 | 2,411 | ino | Arduino | examples/qtmatrix-text/qtmatrix-text.ino | apendley/Adafruit_IS31FL3741 | 1c3b67df3e595b0d57b9dabe526558b6076d05af | [
"MIT"
] | 8 | 2021-10-04T16:29:30.000Z | 2022-03-19T22:43:02.000Z | examples/qtmatrix-text/qtmatrix-text.ino | apendley/Adafruit_IS31FL3741 | 1c3b67df3e595b0d57b9dabe526558b6076d05af | [
"MIT"
] | 4 | 2021-09-26T03:22:43.000Z | 2021-12-27T15:16:19.000Z | examples/qtmatrix-text/qtmatrix-text.ino | apendley/Adafruit_IS31FL3741 | 1c3b67df3e595b0d57b9dabe526558b6076d05af | [
"MIT"
] | 3 | 2021-09-26T03:03:33.000Z | 2022-02-28T09:11:27.000Z | // Scrolling text example for the Adafruit IS31FL3741 13x9 PWM RGB LED
// Matrix Driver w/STEMMA QT / Qwiic connector. This is the simplest
// version and should fit on small microcontrollers like Arduino Uno.
// Tradeoff is that animation isn't always as smooth as seen in the
// buffered example. Each LED changes stat... | 33.486111 | 80 | 0.702613 |
92b8c069a80f70d7e6208fc39de5250cdc76d9ff | 1,931 | ino | Arduino | Software/struct-to-flash/struct-to-flash.ino | rckTom/RTVC | 96407f1f2c4f2b3cf24f826ed614b1dbbf9f45df | [
"MIT"
] | 8 | 2018-11-25T20:45:27.000Z | 2021-11-07T11:37:51.000Z | Software/struct-to-flash/struct-to-flash.ino | rckTom/RTVC | 96407f1f2c4f2b3cf24f826ed614b1dbbf9f45df | [
"MIT"
] | null | null | null | Software/struct-to-flash/struct-to-flash.ino | rckTom/RTVC | 96407f1f2c4f2b3cf24f826ed614b1dbbf9f45df | [
"MIT"
] | 2 | 2018-12-08T03:40:06.000Z | 2021-06-22T10:55:02.000Z | #include <SPI.h>
#include "DataFlash.h"
static const int csPin = 10;
static const int resetPin = 8;
static const int wpPin = 7;
DataFlash dataflash;
struct State {
float qw;
float qx;
float qy;
float qz;
float dx;
float dz;
float ux;
float uz;
};
void setup() {
Serial.begin(115200);
Serial... | 22.453488 | 82 | 0.660798 |
d0f31d16417b86d98b3a3448b8b6586baa5b33c0 | 5,426 | ino | Arduino | Watt_5V_GLCD_Clock.ino | morlac/GLCD_Clock | 3a2d846b3d6dd44e821fdc6b07f3cdfcc0594d71 | [
"MIT"
] | null | null | null | Watt_5V_GLCD_Clock.ino | morlac/GLCD_Clock | 3a2d846b3d6dd44e821fdc6b07f3cdfcc0594d71 | [
"MIT"
] | null | null | null | Watt_5V_GLCD_Clock.ino | morlac/GLCD_Clock | 3a2d846b3d6dd44e821fdc6b07f3cdfcc0594d71 | [
"MIT"
] | null | null | null | //#define DEBUG
#include <avr/sleep.h>
#include <avr/power.h>
#include <avr/eeprom.h>
#include <avr/io.h>
#include <avr/pgmspace.h>
// Workaround for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734
#ifdef PROGMEM
#undef PROGMEM
#define PROGMEM __attribute__((section(".progmem.data")))
#endif
#include <openGLCD.h>... | 22.146939 | 123 | 0.645042 |
073466c94083f6390f7e156d12c394a6643bb04c | 2,425 | ino | Arduino | examples/DummyPressureSensor/DummyPressureSensor.ino | 107-systems/107-Arduino-Sensor | 826ce3fbe816972716cf95607aa5b8d7a4157f60 | [
"MIT"
] | null | null | null | examples/DummyPressureSensor/DummyPressureSensor.ino | 107-systems/107-Arduino-Sensor | 826ce3fbe816972716cf95607aa5b8d7a4157f60 | [
"MIT"
] | null | null | null | examples/DummyPressureSensor/DummyPressureSensor.ino | 107-systems/107-Arduino-Sensor | 826ce3fbe816972716cf95607aa5b8d7a4157f60 | [
"MIT"
] | 1 | 2021-09-06T07:15:11.000Z | 2021-09-06T07:15:11.000Z | /**
* @brief This example demonstrates the basic usage of this library by creating a fake (dummy) pressure sensor.
* @author Alexander Entinger, MSc / LXRobotics GmbH
*/
/**************************************************************************************
* INCLUDE
*********************************************... | 31.493506 | 119 | 0.40866 |
a90a0b9ccc59cc5725ecfe75a60555e0b4ac6a75 | 3,116 | ino | Arduino | wcpaddapp_wifi/wcpaddapp_wifi.ino | jamr123/wcpaddapp | b4d4d15f426b9efc67efacca0b39583de2b995eb | [
"MIT"
] | null | null | null | wcpaddapp_wifi/wcpaddapp_wifi.ino | jamr123/wcpaddapp | b4d4d15f426b9efc67efacca0b39583de2b995eb | [
"MIT"
] | null | null | null | wcpaddapp_wifi/wcpaddapp_wifi.ino | jamr123/wcpaddapp | b4d4d15f426b9efc67efacca0b39583de2b995eb | [
"MIT"
] | null | null | null | #include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266HTTPClient.h>
#include <SoftwareSerial.h>
#include <TinyGPS.h>
TinyGPS gps;
SoftwareSerial ss(5, 4);
int ledRed = 14;
int boton = 12;
int valBoton = 1;
unsigned long time1 = 0;
unsigned long time2 = 0;
unsigned long time3 = 0;
float flat, flon;
unsig... | 18.884848 | 95 | 0.597882 |
e9cc49cec03dea3ccd089870e88c4486a0669725 | 1,199 | ino | Arduino | libraries/ArbotiX/examples/tests/MXSimpleTest/MXSimpleTest.ino | bouraqadi/ArbotiX-M | 6056a8086f0d2ad67909c1433d7544fc02d435d1 | [
"MIT"
] | 1 | 2019-11-14T11:49:20.000Z | 2019-11-14T11:49:20.000Z | libraries/ArbotiX/examples/tests/MXSimpleTest/MXSimpleTest.ino | bouraqadi/ArbotiX-M | 6056a8086f0d2ad67909c1433d7544fc02d435d1 | [
"MIT"
] | null | null | null | libraries/ArbotiX/examples/tests/MXSimpleTest/MXSimpleTest.ino | bouraqadi/ArbotiX-M | 6056a8086f0d2ad67909c1433d7544fc02d435d1 | [
"MIT"
] | 1 | 2021-09-14T01:49:30.000Z | 2021-09-14T01:49:30.000Z | /***************************
* AXSimpleTest
* This sketch sends positional commands to the AX servo
* attached to it - the servo must set to ID # 1
* The sketch will send a value, i, to the servo.
* 'For' loops are used to increment and decrement the value of 'i'
***************************/
//import ax12 libra... | 29.243902 | 138 | 0.64387 |
317ab9a0749be0a068db262f3d8059bc6a6354fa | 6,863 | ino | Arduino | intervalometer_dolly_LED.ino | skvark/Arduino-intervalometer---time-lapse-dolly | 71c3c6ab3a6ee297db35a10bbc16e99018d77c5b | [
"MIT"
] | 1 | 2021-03-06T01:07:59.000Z | 2021-03-06T01:07:59.000Z | intervalometer_dolly_LED.ino | skvark/Arduino-intervalometer---time-lapse-dolly | 71c3c6ab3a6ee297db35a10bbc16e99018d77c5b | [
"MIT"
] | null | null | null | intervalometer_dolly_LED.ino | skvark/Arduino-intervalometer---time-lapse-dolly | 71c3c6ab3a6ee297db35a10bbc16e99018d77c5b | [
"MIT"
] | 1 | 2018-04-10T04:27:17.000Z | 2018-04-10T04:27:17.000Z | // Intervalometer and dolly motor controller
// Olli-Pekka Heinisuo 2011
// Licensed under MIT license, see LICENSE.txt
// AFMotor library
#include <AFMotor.h>
// library for 7 segment displays using 74HC595 shift register
#include <LED7Segment.h>
// pin that will trigger the camera
#define CAMERA_PIN 13
// "exposin... | 19.664756 | 107 | 0.633105 |
1a2daad1f353738600efd7409a037785f26dfbb2 | 10,607 | ino | Arduino | FHaTbadge.ino | TildenG/FHaTbadge | ddde6a6b238f24017d22d3d56a2d13b26161449e | [
"MIT"
] | 1 | 2020-10-05T00:57:12.000Z | 2020-10-05T00:57:12.000Z | FHaTbadge.ino | TildenG/FHaTbadge | ddde6a6b238f24017d22d3d56a2d13b26161449e | [
"MIT"
] | null | null | null | FHaTbadge.ino | TildenG/FHaTbadge | ddde6a6b238f24017d22d3d56a2d13b26161449e | [
"MIT"
] | 1 | 2019-03-04T01:38:20.000Z | 2019-03-04T01:38:20.000Z | /*
MIT License
Copyright (c) 2019, Tilden Groves
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,... | 35.356667 | 120 | 0.701895 |
e9bf04c3a57ee777821e637046ee0bb833563827 | 1,809 | ino | Arduino | firmware/legacy_and_tests/neop_tripple_strip_test/neop_tripple_strip_test.ino | nathanshaw/Parrot | a4f7b2983e5aea961dfab1b8abc6a4e3990cd9fb | [
"MIT"
] | null | null | null | firmware/legacy_and_tests/neop_tripple_strip_test/neop_tripple_strip_test.ino | nathanshaw/Parrot | a4f7b2983e5aea961dfab1b8abc6a4e3990cd9fb | [
"MIT"
] | null | null | null | firmware/legacy_and_tests/neop_tripple_strip_test/neop_tripple_strip_test.ino | nathanshaw/Parrot | a4f7b2983e5aea961dfab1b8abc6a4e3990cd9fb | [
"MIT"
] | null | null | null | /* WS2812Serial BasicTest Example
Test LEDs by turning then 7 different colors.
This example code is in the public domain. */
#include <WS2812Serial.h>
const int numled = 10;
// Usable pins:
// Teensy LC: 1, 4, 5, 24
// Teensy 3.2: 1, 5, 8, 10, 31 (overclock to 120 MHz for pin 8)
// Teensy 3.5: 1,... | 24.780822 | 74 | 0.693753 |
31e05824e58290b27b5ac786aab9f4a02af0a847 | 2,038 | ino | Arduino | .pio/libdeps/nodemcuv2/CayenneMQTT/examples/Actuators/MotorSwitch/MotorSwitch.ino | sunCox1337/Beer_control_CayenneMQTT | b1ba96be4b651a09ba3c14187c6ba7c6c48114e7 | [
"Apache-2.0"
] | null | null | null | .pio/libdeps/nodemcuv2/CayenneMQTT/examples/Actuators/MotorSwitch/MotorSwitch.ino | sunCox1337/Beer_control_CayenneMQTT | b1ba96be4b651a09ba3c14187c6ba7c6c48114e7 | [
"Apache-2.0"
] | 1 | 2019-03-19T13:42:36.000Z | 2019-03-19T14:38:59.000Z | Libraries/CayenneMQTT/examples/Actuators/MotorSwitch/MotorSwitch.ino | Carl-Philippe/Aquaponie | 478277c703423bfd5b14dbf0b7ca06a9c5bf22b3 | [
"Apache-2.0"
] | null | null | null | /*
Cayenne Motor Switch Actuator Example
This sketch shows how to set up a Motor Switch with Cayenne. The Arduino cannot
drive a motor because it does not output the needed current. As a result, in order
to make this example work, various electronic components are necessary to drive
the DC motor. To keep it simple, yo... | 34.542373 | 144 | 0.756133 |
33a08957cb5ad1255d6264a58f0f34b5735ddd8d | 4,606 | ino | Arduino | samples/Button/Button.ino | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | 2 | 2021-12-12T23:27:10.000Z | 2022-02-17T14:01:21.000Z | samples/Button/Button.ino | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | null | null | null | samples/Button/Button.ino | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | 4 | 2021-08-29T19:55:49.000Z | 2022-02-15T08:30:15.000Z | // -----------------------------------------------------------------------------
/*
Button Sample
LED and button options, use only one at a time:
1. blinkLed();
+ Not button, just blink the onboard LED.
2. checkButton();
+ If the button is not pressed (circuit open), LED blinks.
If the button is presse... | 30.302632 | 101 | 0.549718 |
c2f2ecfc5364eb0a37ef901a8bc0a1fd6bb17f10 | 783 | ino | Arduino | examples/esp_blink_webclient/esp_blink_webclient.ino | tinkerspy/Automaton-Esp8266 | 093cbdc752aed69a8bc73a226036e5e7d21437cd | [
"MIT"
] | 19 | 2016-10-02T11:42:01.000Z | 2020-09-09T13:56:38.000Z | examples/esp_blink_webclient/esp_blink_webclient.ino | tinkerspy/Automaton-Esp8266 | 093cbdc752aed69a8bc73a226036e5e7d21437cd | [
"MIT"
] | 7 | 2017-03-27T18:27:40.000Z | 2022-01-07T20:40:50.000Z | examples/esp_blink_webclient/esp_blink_webclient.ino | tinkerspy/Automaton-Esp8266 | 093cbdc752aed69a8bc73a226036e5e7d21437cd | [
"MIT"
] | 7 | 2016-07-27T01:53:08.000Z | 2020-01-07T14:45:15.000Z | #include <Automaton.h>
#include <Atm_esp8266.h>
Atm_esp8266_httpc_simple client1, client2;
Atm_button button1, button2;
// Two buttons on D2 & D7 send out /on and /off web requests
// Could be used as a remote control for the esp_blink example
char ap_ssid[] = "MySSID";
char ap_password[] = "MyPASSWORD";
char client... | 21.75 | 71 | 0.653895 |
0fd0678618eff17a7b6d966fc01b675cf7f8c58f | 5,062 | ino | Arduino | SSID_RSSI_BSS_OLED_WICED.ino | wifijt/SSID_RSSI_BSS_OLED_WICED | 0dc4b8e4255dbd9cf36ee52436188ae831b42eeb | [
"MIT"
] | null | null | null | SSID_RSSI_BSS_OLED_WICED.ino | wifijt/SSID_RSSI_BSS_OLED_WICED | 0dc4b8e4255dbd9cf36ee52436188ae831b42eeb | [
"MIT"
] | null | null | null | SSID_RSSI_BSS_OLED_WICED.ino | wifijt/SSID_RSSI_BSS_OLED_WICED | 0dc4b8e4255dbd9cf36ee52436188ae831b42eeb | [
"MIT"
] | 1 | 2019-11-20T10:41:42.000Z | 2019-11-20T10:41:42.000Z | /*
The MIT License (MIT)
Copyright (c) 2016 John W. Turner
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... | 33.746667 | 100 | 0.71533 |
86555a3fc895b55a1c98f60374ec4430ab8f2cd0 | 2,938 | ino | Arduino | ESP32CAM_Projects/ESP32_CAM_Dashcam_FLUTTER/ESP32_CAM_WEBSOCKET_SERVER/ESP32_CAM_WEBSOCKET_SERVER.ino | askfind/ThatProject | 8a6027d6bc6fa4f2aa236320d7beea8f299be94d | [
"Apache-2.0"
] | 363 | 2019-07-23T23:36:21.000Z | 2021-03-24T17:20:06.000Z | ESP32CAM_Projects/ESP32_CAM_Dashcam_FLUTTER/ESP32_CAM_WEBSOCKET_SERVER/ESP32_CAM_WEBSOCKET_SERVER.ino | askfind/ThatProject | 8a6027d6bc6fa4f2aa236320d7beea8f299be94d | [
"Apache-2.0"
] | 14 | 2019-11-29T14:41:03.000Z | 2021-03-12T05:36:48.000Z | ESP32CAM_Projects/ESP32_CAM_Dashcam_FLUTTER/ESP32_CAM_WEBSOCKET_SERVER/ESP32_CAM_WEBSOCKET_SERVER.ino | askfind/ThatProject | 8a6027d6bc6fa4f2aa236320d7beea8f299be94d | [
"Apache-2.0"
] | 283 | 2019-08-29T22:26:38.000Z | 2021-03-24T17:41:46.000Z | #include "esp_camera.h"
#include <WiFi.h>
#include <WebSocketsServer.h>
#define CAMERA_MODEL_AI_THINKER
#include "camera_pins.h"
WebSocketsServer webSocket = WebSocketsServer(8888);
const char* ssid = "ESP32-THAT-PROJECT";
const char* password = "California";
bool isClientConnected;
void webSocketEvent(uint8_t num... | 24.689076 | 83 | 0.670184 |
742e6c6bb21a1024bb467ad51026102bcad886f4 | 539 | ino | Arduino | lightseekingmotor_uno/lightseekingmotor_uno.ino | Greh/cockroaches | fb4f01beab46fc9b329532a4b8062d7147ccc7dd | [
"MIT"
] | null | null | null | lightseekingmotor_uno/lightseekingmotor_uno.ino | Greh/cockroaches | fb4f01beab46fc9b329532a4b8062d7147ccc7dd | [
"MIT"
] | null | null | null | lightseekingmotor_uno/lightseekingmotor_uno.ino | Greh/cockroaches | fb4f01beab46fc9b329532a4b8062d7147ccc7dd | [
"MIT"
] | null | null | null | int TLpin = 5;
int TRpin = 3;
int BLpin = 11;
int BRpin = 12;
int light = A1;
int val = 0;
int valnew = 0;
void setup(){
pinMode(TLpin, OUTPUT);
pinMode(TRpin, OUTPUT);
pinMode(BLpin, OUTPUT);
pinMode(BRpin, OUTPUT);
pinMode(light, INPUT);
Serial.begin(9600);
}
void loop(){
digitalWrite(BLpin, HIGH);
... | 18.586207 | 38 | 0.654917 |
efb861fc27a0334dca97b4b8a7864520fe35a1ad | 32,822 | ino | Arduino | OpenDSKY-revised-2019-06/OpenDSKY-revised-2019-06.ino | rondiamond/https-github.com-rondiamond-OpenDSKY | f417171a39c94ab2d759e4ac4b5343d6aca790a7 | [
"MIT"
] | 5 | 2019-06-17T00:19:12.000Z | 2020-12-01T01:43:18.000Z | OpenDSKY-revised-2019-06/OpenDSKY-revised-2019-06.ino | rondiamond/OpenDSKY | f417171a39c94ab2d759e4ac4b5343d6aca790a7 | [
"MIT"
] | null | null | null | OpenDSKY-revised-2019-06/OpenDSKY-revised-2019-06.ino | rondiamond/OpenDSKY | f417171a39c94ab2d759e4ac4b5343d6aca790a7 | [
"MIT"
] | null | null | null | /*
MIT License
Copyright (c) 2019 Ron Diamond
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, dis... | 29.865332 | 145 | 0.533819 |
f7cddade9ae04a20139f5bbc1df30d6f83b928e4 | 504 | ino | Arduino | Arduino/Elegoo/code/Lesson 9 Servo/servo/servo.ino | j1fvandenbosch/IOT-Workarea-Storage | 3232f1e9afc3d8d05828de11fc85c226ef46a716 | [
"MIT"
] | null | null | null | Arduino/Elegoo/code/Lesson 9 Servo/servo/servo.ino | j1fvandenbosch/IOT-Workarea-Storage | 3232f1e9afc3d8d05828de11fc85c226ef46a716 | [
"MIT"
] | null | null | null | Arduino/Elegoo/code/Lesson 9 Servo/servo/servo.ino | j1fvandenbosch/IOT-Workarea-Storage | 3232f1e9afc3d8d05828de11fc85c226ef46a716 | [
"MIT"
] | null | null | null | //www.elegoo.com
//2018.12.19
#include <Servo.h>
Servo myservo;
void setup(){
myservo.attach(9);
myservo.write(90);// move servos to center position -> 90°
}
void loop(){
myservo.write(90);// move servos to center position -> 90°
delay(1000);
myservo.write(30);// move servos to center position -... | 25.2 | 63 | 0.642857 |
d992ea4e9b2681eda8134f2397c957e90a760dbf | 2,165 | ino | Arduino | src/OrangutanAnalog/examples/OrangutanAnalogExample2/OrangutanAnalogExample2.ino | flibbertigibbet/libpololu-avr | 2f6b62d314993e9d4005b793f83f111af714a9e1 | [
"MIT"
] | 26 | 2015-02-04T04:55:20.000Z | 2021-09-03T10:48:58.000Z | src/OrangutanAnalog/examples/OrangutanAnalogExample2/OrangutanAnalogExample2.ino | flibbertigibbet/libpololu-avr | 2f6b62d314993e9d4005b793f83f111af714a9e1 | [
"MIT"
] | 3 | 2015-03-11T18:35:03.000Z | 2016-10-02T17:03:31.000Z | src/OrangutanAnalog/examples/OrangutanAnalogExample2/OrangutanAnalogExample2.ino | flibbertigibbet/libpololu-avr | 2f6b62d314993e9d4005b793f83f111af714a9e1 | [
"MIT"
] | 37 | 2015-02-11T09:21:35.000Z | 2020-07-08T18:05:43.000Z | #include <OrangutanLCD.h>
#include <OrangutanAnalog.h>
/*
* OrangutanAnalogExample2: for the Orangutan LV-168
*
* This sketch uses the OrangutanAnalog library to read the voltage output
* of the trimpot (in millivolts) and to read the Orangutan LV-168's
* temperature sensor in degrees Farenheit. These va... | 45.104167 | 87 | 0.656813 |
1570670e50f33b82555c2d4b994467be864f3a90 | 1,872 | ino | Arduino | examples/TemperatureSensor/TemperatureSensor.ino | lutzb91/stm32-homie | 22a7c7acadffb3eadad08bf4826be56426439b6c | [
"MIT"
] | null | null | null | examples/TemperatureSensor/TemperatureSensor.ino | lutzb91/stm32-homie | 22a7c7acadffb3eadad08bf4826be56426439b6c | [
"MIT"
] | null | null | null | examples/TemperatureSensor/TemperatureSensor.ino | lutzb91/stm32-homie | 22a7c7acadffb3eadad08bf4826be56426439b6c | [
"MIT"
] | null | null | null | #include <SPI.h>
#include <Ethernet.h>
#include <Device.h>
uint8_t mac[6] = {0x74,0x69,0x69,0x2D,0x30,0x35};
EthernetClient client;
/* Nodes */
Node tempOutside("out", "Sensor Outside", "sensor");
Node tempInside("in", "Sensor Inside", "sensor");
void setup() {
delay(500);
Device::setFirmware("TemperatureSensor... | 24.96 | 118 | 0.660256 |
f78d0e7d6367216e980203947dedc3ea66c4ba5c | 1,948 | ino | Arduino | example/DFRobot_WT61PC/DFRobot_WT61PC.ino | DFRobotdl/DFRobot_WT61PC | e966e51dae1f239408f050dc4d8bbe1b94b21d4a | [
"MIT"
] | null | null | null | example/DFRobot_WT61PC/DFRobot_WT61PC.ino | DFRobotdl/DFRobot_WT61PC | e966e51dae1f239408f050dc4d8bbe1b94b21d4a | [
"MIT"
] | null | null | null | example/DFRobot_WT61PC/DFRobot_WT61PC.ino | DFRobotdl/DFRobot_WT61PC | e966e51dae1f239408f050dc4d8bbe1b94b21d4a | [
"MIT"
] | null | null | null |
/*!
@file getLightIntensity.ino
@Set the frequency of data output by the sensor, read the acceleration, angular velocity, and angle of X, Y, and Z axes.
@n Experimental phenomenon: when the sensor starts, it outputs data at the set frequency and the data will be displayed on serial monitor
@copyright Cop... | 45.302326 | 196 | 0.705852 |
1dfe710ab31235d1481527a354592508e85ad461 | 3,779 | ino | Arduino | arduino/ws2812_controller/ws2812_controller.ino | gleeds/Systematic-LEDs | c12de0ca15416bf80bab4ca589d32614141b5967 | [
"MIT"
] | 101 | 2018-03-02T14:12:53.000Z | 2021-12-10T18:21:40.000Z | arduino/ws2812_controller/ws2812_controller.ino | gleeds/Systematic-LEDs | c12de0ca15416bf80bab4ca589d32614141b5967 | [
"MIT"
] | 83 | 2018-03-02T03:27:53.000Z | 2020-11-15T07:38:24.000Z | arduino/ws2812_controller/ws2812_controller.ino | gleeds/Systematic-LEDs | c12de0ca15416bf80bab4ca589d32614141b5967 | [
"MIT"
] | 47 | 2018-03-04T16:48:17.000Z | 2021-01-19T23:30:38.000Z | #include <Arduino.h>
#include <ArduinoOTA.h>
#include <ESP8266WiFi.h>
#include <WiFiUdp.h>
#define FASTLED_ESP8266_DMA // better control for ESP8266 will output or RX pin requires fork https://github.com/coryking/FastLED
#define FASTLED_ALLOW_INTERRUPTS 0 // Reduce flickering
#include "FastLED.h"
/************ Netwo... | 27.384058 | 129 | 0.63059 |
9b945098029fbd23d3b196234c166618c88bd341 | 2,186 | ino | Arduino | CodeArduino/Avion.ino | PabloCerv/math-teaching-app-with-TUI | 1a61d207efd29a0f01be89ac61bcf07864b6398a | [
"MIT"
] | 2 | 2020-04-13T21:04:28.000Z | 2022-02-08T03:50:16.000Z | CodeArduino/Avion.ino | PabloCerv/math-teaching-app-with-TUI | 1a61d207efd29a0f01be89ac61bcf07864b6398a | [
"MIT"
] | null | null | null | CodeArduino/Avion.ino | PabloCerv/math-teaching-app-with-TUI | 1a61d207efd29a0f01be89ac61bcf07864b6398a | [
"MIT"
] | null | null | null | //--------------VARIABLES-----------------
String cadena_a_enviar;
//----------------------------------------
void setup() {
//--------------------------------------
cadena_a_enviar = "";//Se limpia cadena
//--------------------------------------
// SE DECLARAN LOS BOTONES COMO ENTRADAS
pinMode(2, INPUT);
... | 25.126437 | 65 | 0.464776 |
ef959439ade5c4b8c09797faedc60a2fb2dc6404 | 3,183 | ino | Arduino | sds011.ino | 21isenough/SDS011-Dust-Sensor | fc93f8327eb3a353d88fc43e57a8d2044515f4bc | [
"MIT"
] | 1 | 2021-08-25T15:17:13.000Z | 2021-08-25T15:17:13.000Z | sds011.ino | 21isenough/SDS011-Dust-Sensor | fc93f8327eb3a353d88fc43e57a8d2044515f4bc | [
"MIT"
] | null | null | null | sds011.ino | 21isenough/SDS011-Dust-Sensor | fc93f8327eb3a353d88fc43e57a8d2044515f4bc | [
"MIT"
] | null | null | null | /**
* Dust Sensor with ESP8266 and ThingSpeak upload (SDS011)
*/
#include "SdsDustSensor.h"
#include "ThingSpeak.h"
#include "secrets.h"
#include <ESP8266WiFi.h>
int rxPin = D1;
int txPin = D2;
int powerPin = D5;
SdsDustSensor sds(rxPin, txPin);
char ssid[] = SECRET_SSID; // your network SSID (name)
ch... | 26.747899 | 113 | 0.629909 |
54978867109a221344fbeb3ae45a94e7b53f6499 | 2,437 | ino | Arduino | examples/ThingSpeakPutTemperature/ThingSpeakPutTemperature.ino | Wiznet/WizFi250_arduino_library | fbb1fc71b4acbe0cc50abbd2121b0be91202c20a | [
"Apache-2.0"
] | 5 | 2016-07-27T02:08:51.000Z | 2022-03-07T18:29:41.000Z | examples/ThingSpeakPutTemperature/ThingSpeakPutTemperature.ino | Wiznet/WizFi250_arduino_library | fbb1fc71b4acbe0cc50abbd2121b0be91202c20a | [
"Apache-2.0"
] | null | null | null | examples/ThingSpeakPutTemperature/ThingSpeakPutTemperature.ino | Wiznet/WizFi250_arduino_library | fbb1fc71b4acbe0cc50abbd2121b0be91202c20a | [
"Apache-2.0"
] | 4 | 2016-10-06T00:47:59.000Z | 2019-10-16T05:35:05.000Z | #include "DHT.h"
#include <SPI.h>
#include "WizFi250.h"
char ssid[] = "SSID"; // your network SSID (name)
char pass[] = "PASSWORD"; // your network password
String apiKey = "YOUR API KEY";
const char* server = "api.thingspeak.com";
//#define DHTPIN 7
//DHT dht(DHTPIN, DHT11,15);
int status = WL_IDLE_STATUS;
... | 24.867347 | 77 | 0.643414 |
a25a8fb1d5a63bb4c43a080537eaac1cc856f057 | 6,525 | ino | Arduino | MadgwickAHRS.ino | hyeminyoo/rcProto-v4 | 4d945fbfc533c6e6dd956f58cf1f88d73fe0efbe | [
"MIT"
] | null | null | null | MadgwickAHRS.ino | hyeminyoo/rcProto-v4 | 4d945fbfc533c6e6dd956f58cf1f88d73fe0efbe | [
"MIT"
] | null | null | null | MadgwickAHRS.ino | hyeminyoo/rcProto-v4 | 4d945fbfc533c6e6dd956f58cf1f88d73fe0efbe | [
"MIT"
] | null | null | null | //=====================================================================================================
// MadgwickAHRS.c
//=====================================================================================================
//
// Implementation of Madgwick's IMU and AHRS algorithms.
// See: http://www.x-io.co.uk/node... | 38.382353 | 398 | 0.482912 |
c8ecbfa92a4059c1dba129b7e651db36801e08ec | 545 | ino | Arduino | _27._Serial_RGB_LED_Control/_27._Serial_RGB_LED_Control.ino | imd93shk/Learning-Arduino | c26c23f2c1d2195f17218e8c7cb376389a6162d9 | [
"Apache-2.0"
] | null | null | null | _27._Serial_RGB_LED_Control/_27._Serial_RGB_LED_Control.ino | imd93shk/Learning-Arduino | c26c23f2c1d2195f17218e8c7cb376389a6162d9 | [
"Apache-2.0"
] | null | null | null | _27._Serial_RGB_LED_Control/_27._Serial_RGB_LED_Control.ino | imd93shk/Learning-Arduino | c26c23f2c1d2195f17218e8c7cb376389a6162d9 | [
"Apache-2.0"
] | null | null | null | const int Red_LED = 11;
const int Green_LED = 10;
const int Blue_LED = 9;
int Rval = 0;
int Gval = 0;
int Bval = 0;
void setup()
{
pinMode(Red_LED,OUTPUT);
pinMode(Green_LED,OUTPUT);
pinMode(Blue_LED,OUTPUT);
Serial.begin(9600);
}
void loop()
{
while (Serial.available() > 0)
{
Rval = Serial.parseIn... | 17.03125 | 37 | 0.60367 |
d707407d76257a6bccdf14b9924e7b57be43a9fb | 1,378 | ino | Arduino | hardware/hamster/hamster/libraries/hamster/examples/wall_follow/wall_follow.ino | chcbaram/hamster_arduino | 68ca4dc8dffb900f34d2d646322b2ece9eaded5f | [
"Apache-2.0"
] | 1 | 2021-02-08T14:24:57.000Z | 2021-02-08T14:24:57.000Z | hardware/hamster/hamster/libraries/hamster/examples/wall_follow/wall_follow.ino | chcbaram/hamster_arduino | 68ca4dc8dffb900f34d2d646322b2ece9eaded5f | [
"Apache-2.0"
] | null | null | null | hardware/hamster/hamster/libraries/hamster/examples/wall_follow/wall_follow.ino | chcbaram/hamster_arduino | 68ca4dc8dffb900f34d2d646322b2ece9eaded5f | [
"Apache-2.0"
] | null | null | null | #include <hamster.h>
Hamster hamster;
void setup() {
// put your setup code here, to run once:
hamster.begin("COM16");
}
void loop() {
int left;
int right;
int length;
int error;
int error_handle;
int motor_speed = 0;
int l_speed = 0;
int r_speed = 0;
int speed_control_out;
int handle_contro... | 20.264706 | 78 | 0.664731 |
869064f30e544e8d91bbbbbd91ce991f2abf7a6e | 37,033 | ino | Arduino | examples/Generic_WS2812_Strip.ino | argueta-xyz/rPy-WS281x-Server | db0a78367460f752115c5ceaee82a69b1644aafd | [
"BSD-2-Clause"
] | null | null | null | examples/Generic_WS2812_Strip.ino | argueta-xyz/rPy-WS281x-Server | db0a78367460f752115c5ceaee82a69b1644aafd | [
"BSD-2-Clause"
] | null | null | null | examples/Generic_WS2812_Strip.ino | argueta-xyz/rPy-WS281x-Server | db0a78367460f752115c5ceaee82a69b1644aafd | [
"BSD-2-Clause"
] | null | null | null | #include <FS.h>
#include <ESP8266WiFi.h>
#include <ESP8266mDNS.h>
#include <WiFiUdp.h>
#include <ESP8266HTTPUpdateServer.h>
#include <ESP8266WebServer.h>
#include <NeoPixelBus.h>
#include <WiFiManager.h>
#include <ArduinoJson.h>
IPAddress address ( 192, 168, 0, 95); // choose an unique IP Adress
IPAddress gateway ... | 41.147778 | 7,018 | 0.592742 |
6e9442cf2f438f2599b637a5b9116001efb076e7 | 781 | ino | Arduino | Progetto-03/src/sd-edge/sd-edge.ino | MatteoRagazzini/IoT-Projects | a8298e4e649264c9cf803c6876d6bd5006f1389c | [
"MIT"
] | null | null | null | Progetto-03/src/sd-edge/sd-edge.ino | MatteoRagazzini/IoT-Projects | a8298e4e649264c9cf803c6876d6bd5006f1389c | [
"MIT"
] | null | null | null | Progetto-03/src/sd-edge/sd-edge.ino | MatteoRagazzini/IoT-Projects | a8298e4e649264c9cf803c6876d6bd5006f1389c | [
"MIT"
] | null | null | null | #include "Dumpster.h"
#include <ESP8266HTTPClient.h>
#include <ESP8266WiFi.h>
/* wifi network name */
char* ssidName = "Matteo";
/* WPA2 PSK password */
char* pwd = "ciaociao";
/* service IP address */
String address = "http://68c04524.ngrok.io";
Dumpster* dumpster = new Dumpster(address);
void setup... | 20.552632 | 56 | 0.560819 |
70d952f48924805760c7739bbdd6d209cbe38a58 | 1,803 | ino | Arduino | software/control_unit_software/esp8266_officenv_switch/esp8266_officenv_switch.ino | teancake/Indoor-Air-Quality-Monitoring-and-Control-System | 41d20948321e1f5ee58f052f39a14f2073bca0d8 | [
"MIT"
] | null | null | null | software/control_unit_software/esp8266_officenv_switch/esp8266_officenv_switch.ino | teancake/Indoor-Air-Quality-Monitoring-and-Control-System | 41d20948321e1f5ee58f052f39a14f2073bca0d8 | [
"MIT"
] | 2 | 2017-02-22T01:52:05.000Z | 2017-04-12T04:34:04.000Z | software/control_unit_software/esp8266_officenv_switch/esp8266_officenv_switch.ino | teancake/Indoor-Air-Quality-Monitoring-and-Control-System | 41d20948321e1f5ee58f052f39a14f2073bca0d8 | [
"MIT"
] | null | null | null | /* Control unit software for the office environment monitoring and control
* system. The program should be programmed into the ESP8266 chip.
* Xiaoke Yang (das.xiaoke@hotmail.com)
* IFFPC, Beihang University
* Last Modified: Mon 16 Jan 2017 17:06:39 CST
*/
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
#... | 22.822785 | 80 | 0.637271 |
0b630e976780ea35d65600c94af3b43c856383f4 | 9,868 | ino | Arduino | Arduino/arduino_sketches/project_e/temp_control/temp_control.ino | torstefan/derp | 9fb26f339560fc44d8a499dc7f0ef0a56d8389ce | [
"Beerware"
] | null | null | null | Arduino/arduino_sketches/project_e/temp_control/temp_control.ino | torstefan/derp | 9fb26f339560fc44d8a499dc7f0ef0a56d8389ce | [
"Beerware"
] | null | null | null | Arduino/arduino_sketches/project_e/temp_control/temp_control.ino | torstefan/derp | 9fb26f339560fc44d8a499dc7f0ef0a56d8389ce | [
"Beerware"
] | null | null | null | #include <Button.h>
#include <SoftwareSerial.h>
#include <OneWire.h>
#include <DallasTemperature.h>
#include <Potentiometer.h>
#include <MemoryFree.h>
#include <PID_v1.h>
#define POTENTIOMETER_PIN A0
#define DISPLAY_TX_PIN 8
#define DISPLAY_RX_PIN 10
#define DISPLAY_RESET_PIN 7
#define BIG_BUTTON_PIN 2
#define L_B... | 22.427273 | 114 | 0.64998 |
cb01d703c2b2cf44dc7f9fc81919bb898b2a4eb2 | 268 | ino | Arduino | main2/main/doPrintResults.ino | giacomocalabria/arduino-react-time-speed | b01da02d7a4559a8b602e41e7e61789430c58e89 | [
"MIT"
] | null | null | null | main2/main/doPrintResults.ino | giacomocalabria/arduino-react-time-speed | b01da02d7a4559a8b602e41e7e61789430c58e89 | [
"MIT"
] | null | null | null | main2/main/doPrintResults.ino | giacomocalabria/arduino-react-time-speed | b01da02d7a4559a8b602e41e7e61789430c58e89 | [
"MIT"
] | null | null | null | void doPrintResults(){
for (int i=0;i<ArrayLeght;i++){
Serial.println(sqrt(square(reactX[i]-offsetX)+square(reactY[i]-offsetY)+square(reactZ[i]-offsetZ)));
delay(5);
}
for (int i=0;i<ArrayLeght;i++){
Serial.println(reactInstant[i]);
delay(5);
}
}
| 24.363636 | 103 | 0.645522 |
e01c04bebe60c8168ba57d9ca72f689aa3d50680 | 5,242 | ino | Arduino | source_code/code.ino | m2i101/Garbagemonitoring | 882aeb05dc2435be4df45ea6b8f2e1d76ecaa3b2 | [
"MIT"
] | 2 | 2019-10-07T12:00:21.000Z | 2019-10-07T13:37:18.000Z | source_code/code.ino | m2i101/Garbagemonitoring | 882aeb05dc2435be4df45ea6b8f2e1d76ecaa3b2 | [
"MIT"
] | null | null | null | source_code/code.ino | m2i101/Garbagemonitoring | 882aeb05dc2435be4df45ea6b8f2e1d76ecaa3b2 | [
"MIT"
] | null | null | null | #include <TinyGPS++.h>
#include <SoftwareSerial.h>
#define BLYNK_PRINT Serial
#include <ESP8266WiFi.h>
#include <BlynkSimpleEsp8266.h>
#include <ESP8266WiFi.h>
#include <OneWire.h>
#include <PubSubClient.h>
static const int RXPin = 4, TXPin = 5; // GPIO 4=D2(conneect Tx of GPS) and GPIO 5=D1(Connect Rx of GPS
static... | 31.389222 | 123 | 0.669973 |
51d7c773c5865ebb97b3e958c130adb5b8b97055 | 508 | ino | Arduino | step1/External_pull_up_resistor/External_pull_up_resistor.ino | shilpasayura/arduino | b0ecf83d357183a6bb64f49c35186e3018c3ee98 | [
"MIT"
] | null | null | null | step1/External_pull_up_resistor/External_pull_up_resistor.ino | shilpasayura/arduino | b0ecf83d357183a6bb64f49c35186e3018c3ee98 | [
"MIT"
] | null | null | null | step1/External_pull_up_resistor/External_pull_up_resistor.ino | shilpasayura/arduino | b0ecf83d357183a6bb64f49c35186e3018c3ee98 | [
"MIT"
] | null | null | null | // CODE TO LIGHT LED AND USAGE OF EXTERNAL PULL UP RESISTOR
// LINK TO SIMULATOR
// https://www.tinkercad.com/things/8Y2b6yyEed9-externalpullupresistor/editel
const int btn_pin = 2;
const int led_pin = 6;
void setup() {
pinMode(btn_pin, INPUT);
pinMode(led_pin, OUTPUT);
}
void loop() {
if( digitalRead(btn... | 19.538462 | 77 | 0.67126 |
46a1625e48e5b6ab87a3f928a8de3921bbfc0f9c | 7,798 | ino | Arduino | version4_0/ESP32/MPPT/MPPT.ino | atmelino/MPPT | 7db2eab8b8a8679aab2d99a2f4825a6efa0a102c | [
"MIT"
] | 1 | 2020-03-24T00:40:14.000Z | 2020-03-24T00:40:14.000Z | version4_0/ESP32/MPPT/MPPT.ino | atmelino/MPPT | 7db2eab8b8a8679aab2d99a2f4825a6efa0a102c | [
"MIT"
] | 1 | 2019-05-05T04:37:59.000Z | 2019-05-05T07:25:30.000Z | version4_0/ESP32/MPPT/MPPT.ino | atmelino/MPPT | 7db2eab8b8a8679aab2d99a2f4825a6efa0a102c | [
"MIT"
] | null | null | null | // Import required libraries
#include "WiFi.h"
#include "ESPAsyncWebServer.h"
#include "SPIFFS.h"
#include <Wire.h>
#include <SDL_Arduino_INA3221.h>
#include <ArduinoJson.h>
#include "FS.h"
#include "SD.h"
#include "SPI.h"
#include "RTClib.h"
int debugLevel = 2; // 0=print nothing
// pin assignment
const int ledPin =... | 25.821192 | 127 | 0.629136 |
576bd43140fcc386f1331f511a9a3f67785e9bab | 5,839 | ino | Arduino | gameboy-spi/gameboy-spi.ino | ataulien/elm-gba-multiboot | c285d213624e6ee79fe3210a30a026c091c70640 | [
"MIT"
] | 7 | 2019-04-19T12:51:11.000Z | 2020-01-16T19:55:35.000Z | gameboy-spi/gameboy-spi.ino | ataulien/elm-gba-multiboot | c285d213624e6ee79fe3210a30a026c091c70640 | [
"MIT"
] | null | null | null | gameboy-spi/gameboy-spi.ino | ataulien/elm-gba-multiboot | c285d213624e6ee79fe3210a30a026c091c70640 | [
"MIT"
] | null | null | null | /**
* Multiboot-Loader for the GBA by Andre Taulien (2018)
*
* This was quickly thrown together for university (we've all been there, right?), so sorry for the lack of documentation.
* Besides, this project was about using the "elm"-language, so who cares about c?
*/
#include <SPI.h>
// http://problemkaputt.de... | 18.13354 | 122 | 0.61329 |
d0e68ca48098b1e79bcdea365941b0bf34f07cf3 | 628 | ino | Arduino | examples/Sensor/Otto_clapwalk/Otto_clapwalk.ino | ehippy/OttoDIYLib | 7188ea030a3f3740425a11900692b5e1e8889efe | [
"BSD-3-Clause"
] | 2 | 2021-12-12T11:45:09.000Z | 2021-12-12T11:45:11.000Z | examples/soundsensor/OttoPLUS_clapwalk_V9/OttoPLUS_clapwalk_V9.ino | flyingAfish/OttoDIYLib | c9cdf49f52c5fc4e522c4ce9618e04284bf24774 | [
"BSD-3-Clause"
] | null | null | null | examples/soundsensor/OttoPLUS_clapwalk_V9/OttoPLUS_clapwalk_V9.ino | flyingAfish/OttoDIYLib | c9cdf49f52c5fc4e522c4ce9618e04284bf24774 | [
"BSD-3-Clause"
] | null | null | null | #include <Otto9.h>
Otto9 Otto; //This is Otto!!
#define PIN_YL 2 //servo[0] left leg
#define PIN_YR 3 //servo[1] right leg
#define PIN_RL 4 //servo[2] left foot
#define PIN_RR 5 //servo[3] right foot
#define PIN_Trigger 8 //TRIGGER pin (8)
#define PIN_Echo 9 //ECHO pin (9)
#define PIN_Buzzer 13 //BUZZER pi... | 27.304348 | 145 | 0.648089 |
95cbb2eee4d0602f725754018a5abfbd87b7dad4 | 2,381 | ino | Arduino | src/esp8266/btn_demo/btn_demo.ino | codemercs-com/lw18 | 344d47dd1ce7ac9da594ae3b8a731b71e12650c9 | [
"MIT"
] | 1 | 2022-02-05T17:14:10.000Z | 2022-02-05T17:14:10.000Z | src/esp8266/btn_demo/btn_demo.ino | codemercs-com/lw18 | 344d47dd1ce7ac9da594ae3b8a731b71e12650c9 | [
"MIT"
] | null | null | null | src/esp8266/btn_demo/btn_demo.ino | codemercs-com/lw18 | 344d47dd1ce7ac9da594ae3b8a731b71e12650c9 | [
"MIT"
] | null | null | null | /*
Sample code for LED-Warrior18 controlled by an ESP8266
*/
#define FLAG_NONE 0x0000
#define FLAG_BTN_1 0x0001
#define FLAG_BTN_2 0x0002
#include "CLedWarrior18.h"
// Button struct
struct BUTTON_STRUCT
{
uint8_t pin;
uint8_t now_state;
uint8_t last_state;
};
BUTTON_STRUCT btn[2]; // the number of the pushbut... | 20.885965 | 107 | 0.623268 |
f6eb0fdff4959f29e441268358d6e5b0514a13e9 | 2,566 | ino | Arduino | arduino/CombinedNewTest/CombinedNewTest.ino | maifeeulasad/Mouse-3D | eea3c9ee0600f67494891386abd3ff2a94d878c9 | [
"MIT"
] | 6 | 2019-04-18T04:36:57.000Z | 2021-06-28T21:15:50.000Z | arduino/CombinedNewTest/CombinedNewTest.ino | maifeeulasad/Mouse-3D | eea3c9ee0600f67494891386abd3ff2a94d878c9 | [
"MIT"
] | null | null | null | arduino/CombinedNewTest/CombinedNewTest.ino | maifeeulasad/Mouse-3D | eea3c9ee0600f67494891386abd3ff2a94d878c9 | [
"MIT"
] | 1 | 2019-08-16T15:12:51.000Z | 2019-08-16T15:12:51.000Z | #include<Wire.h>
const int MPU = 0x68;
int t = 0, dt = 1;
int AcX, AcY, AcZ, GyX, GyY, GyZ, tmp;
int AcXo, AcYo, AcZo, GyXo, GyYo, GyZo;
float roll = 0, pitch = 0, rollgy = 0, pitchgy = 0, rollac = 0, pitchac = 0, Ax, Ay, Az, Gx, Gy, Gz, gain = 0.95;
void MPUconfig(int Addr, int data)
{
Wire.beginTransmission(MPU);
... | 27.010526 | 113 | 0.564302 |
e73455d36a358610f6060bb0a3bf5aa8c29c7a9b | 21,556 | ino | Arduino | Archive/3D_Space_w_Robot_Hand.ino | FAR-Lab/RobotArmArduinoAnimation | 51d5e39977eb74e31e1a2b259d0e135cb3b9ac2f | [
"MIT"
] | 1 | 2020-11-18T16:43:55.000Z | 2020-11-18T16:43:55.000Z | Archive/3D_Space_w_Robot_Hand.ino | KacperBazan/RobotArmArduinoAnimation | ce8367f761951a56244dbb002d1acf9af54138aa | [
"MIT"
] | null | null | null | Archive/3D_Space_w_Robot_Hand.ino | KacperBazan/RobotArmArduinoAnimation | ce8367f761951a56244dbb002d1acf9af54138aa | [
"MIT"
] | 1 | 2020-11-18T16:39:16.000Z | 2020-11-18T16:39:16.000Z | #include <Servo.h> //Library needed to inpute values to the servo.
#include <math.h> //Math Library needed to do some angle meassurements (Sin/Cos/Tan)
Servo myservo_5; //There are six servos on this particular robot arm. The bottom servo is labeled Servo_5.
Servo myservo_4; //Servo_4 is the first arm structure from ... | 50.839623 | 256 | 0.666589 |
48b92d9aedc59941f9cc2ab2b08263aa521013ff | 3,218 | ino | Arduino | leds2/leds2.ino | tiferrei/CJP2.0 | 28f59c4abe369a8fc8d74d6a48f2357800c73c3b | [
"MIT"
] | null | null | null | leds2/leds2.ino | tiferrei/CJP2.0 | 28f59c4abe369a8fc8d74d6a48f2357800c73c3b | [
"MIT"
] | null | null | null | leds2/leds2.ino | tiferrei/CJP2.0 | 28f59c4abe369a8fc8d74d6a48f2357800c73c3b | [
"MIT"
] | null | null | null | // Copyright (c) 2014 The CJP2.0 Team
// 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 AN... | 23.837037 | 80 | 0.598508 |
252201220dcbb0eb92636daaf6722c71c74b319e | 4,438 | ino | Arduino | mySensors-Rs485AmpMeterSensor.ino | tomarc3/mySensors-Rs485AmpMeterSensor | c15b8aa76e60942eeea3cca8ae07fb8f01c66d01 | [
"MIT"
] | null | null | null | mySensors-Rs485AmpMeterSensor.ino | tomarc3/mySensors-Rs485AmpMeterSensor | c15b8aa76e60942eeea3cca8ae07fb8f01c66d01 | [
"MIT"
] | null | null | null | mySensors-Rs485AmpMeterSensor.ino | tomarc3/mySensors-Rs485AmpMeterSensor | c15b8aa76e60942eeea3cca8ae07fb8f01c66d01 | [
"MIT"
] | 1 | 2019-11-26T11:25:46.000Z | 2019-11-26T11:25:46.000Z | /**
* The MySensors Arduino library handles the wireless radio link and protocol
* between your home built sensors/actuators and HA controller of choice.
* The sensors forms a self healing radio network with optional repeaters. Each
* repeater and gateway builds a routing tables in EEPROM which keeps track of the
... | 27.395062 | 132 | 0.727355 |
feae94083cc2c9259f0f5b2c5081ee5dc451fac5 | 1,675 | ino | Arduino | neopixels_firmware/neopixels_firmware.ino | ebezzam/melody-detection | 8e1637755895fc92fb5ec0ce703eff8772c7a234 | [
"MIT"
] | 4 | 2019-05-09T16:38:00.000Z | 2020-08-14T15:43:08.000Z | neopixels_firmware/neopixels_firmware.ino | ebezzam/melody-detection | 8e1637755895fc92fb5ec0ce703eff8772c7a234 | [
"MIT"
] | null | null | null | neopixels_firmware/neopixels_firmware.ino | ebezzam/melody-detection | 8e1637755895fc92fb5ec0ce703eff8772c7a234 | [
"MIT"
] | 1 | 2021-07-30T07:22:11.000Z | 2021-07-30T07:22:11.000Z | // http://arduino.stackexchange.com/questions/1013/how-do-i-split-an-incoming-string
// http://internetofhomethings.com/homethings/?p=927
// http://www.hobbytronics.co.uk/arduino-serial-buffer-size--> increase buffer size?
#include <Adafruit_NeoPixel.h>
#ifdef __AVR__
#include <avr/power.h>
#endif
#include <limits.h>... | 21.202532 | 84 | 0.66209 |
e17782c8c74d6ec90ae3e5dce903e919ffc1da98 | 10,393 | ino | Arduino | src/arduino/Arduino.ino | grey-gray/Human-following-robot-using-Xbox-Kinect- | 7f5c8961295d0d0cadb1b9e0d26d75e6ee6fe452 | [
"MIT"
] | 3 | 2020-01-09T13:19:19.000Z | 2020-12-14T23:05:09.000Z | src/arduino/Arduino.ino | grey-gray/Human-following-robot-using-Xbox-Kinect- | 7f5c8961295d0d0cadb1b9e0d26d75e6ee6fe452 | [
"MIT"
] | null | null | null | src/arduino/Arduino.ino | grey-gray/Human-following-robot-using-Xbox-Kinect- | 7f5c8961295d0d0cadb1b9e0d26d75e6ee6fe452 | [
"MIT"
] | null | null | null | <<<<<<< HEAD
/*By Nator Verinumbe and Solomon
University of Ibadan
10/October/2019
*/
const int trigPin = 7;
const int echoPin = 8;
//#include <LiquidCrystal.h> // includes the LiquidCrystal Library
//LiquidCrystal lcd(1, 2, 3, 4, 5, 6); // Creates an LC object. Parameters: (rs, enable, d4, d5, d6, d7)
#define enA ... | 27.206806 | 155 | 0.549697 |
e3690c9b240681cc383d24387f58f84a1da2d8a5 | 14,210 | ino | Arduino | photoresist/photoresist.ino | braserlaky/ams_laky | 51aa2c788dd994c97ba0ce8043ff46e3fa2f3ad8 | [
"W3C"
] | null | null | null | photoresist/photoresist.ino | braserlaky/ams_laky | 51aa2c788dd994c97ba0ce8043ff46e3fa2f3ad8 | [
"W3C"
] | null | null | null | photoresist/photoresist.ino | braserlaky/ams_laky | 51aa2c788dd994c97ba0ce8043ff46e3fa2f3ad8 | [
"W3C"
] | null | null | null | #include <EEPROM.h> //библиотека работы с постоянной памятью для записи настроек.
#include <Adafruit_GFX.h> //библиотека работы с примитивами и текстом
#include <Adafruit_PCD8544.h> //библиотека работы с жк экрано... | 55.507813 | 190 | 0.564673 |
bfd5a7070630dfa49e3a36fd4b28dbe659c87572 | 351 | ino | Arduino | sketch_oct15a.ino | Samhithgb/ArduinoControl | 9b83f7a236dc357ec96b677668776c080f305e5f | [
"Apache-2.0"
] | null | null | null | sketch_oct15a.ino | Samhithgb/ArduinoControl | 9b83f7a236dc357ec96b677668776c080f305e5f | [
"Apache-2.0"
] | null | null | null | sketch_oct15a.ino | Samhithgb/ArduinoControl | 9b83f7a236dc357ec96b677668776c080f305e5f | [
"Apache-2.0"
] | null | null | null | int ledPin=13;
int state=0;
int data=0;
void setup()
{
pinMode(ledPin,OUTPUT);
digitalWrite(ledPin,state);
Serial.begin(9600);
}
void loop()
{
Serial.println(data);
if(Serial.available()>0)
{
state=!state;
data=Serial.read();
switch(data)
{
case 177:
digitalWrite(ledPin,sta... | 13 | 35 | 0.586895 |
79494a0df63055250a0eb65cbbf696cc12cb3dad | 7,198 | ino | Arduino | sensortest/sensortest.ino | deton/heatmapdrone | 1867b0acaa927e3387e208710be52bc2252a42a0 | [
"MIT"
] | null | null | null | sensortest/sensortest.ino | deton/heatmapdrone | 1867b0acaa927e3387e208710be52bc2252a42a0 | [
"MIT"
] | null | null | null | sensortest/sensortest.ino | deton/heatmapdrone | 1867b0acaa927e3387e208710be52bc2252a42a0 | [
"MIT"
] | null | null | null | /*
* Copyright (c) 2016 RedBear
*
* 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, distribu... | 34.941748 | 192 | 0.730064 |
76601f7c1ae3cf83034212977d92458402e9d5d1 | 8,239 | ino | Arduino | _sketches/LoconetLayoutControlPanel/LoconetLayoutControlPanel.ino | plocher/plocher.github.io | bb85e07759c912167e656051e2372be559247ab9 | [
"BSD-3-Clause"
] | null | null | null | _sketches/LoconetLayoutControlPanel/LoconetLayoutControlPanel.ino | plocher/plocher.github.io | bb85e07759c912167e656051e2372be559247ab9 | [
"BSD-3-Clause"
] | null | null | null | _sketches/LoconetLayoutControlPanel/LoconetLayoutControlPanel.ino | plocher/plocher.github.io | bb85e07759c912167e656051e2372be559247ab9 | [
"BSD-3-Clause"
] | null | null | null | /*
* LocoNet Layout Commander
*
* A standalone controller which will generate LocoNet commands when a button is pressed to:
* Turn track power on and off, with a LED to indicate state.
* Generate a master E-Stop, with a LED to indicate state.
* Clear all slots in a command station
*
* RX and TX Loconet
*... | 33.356275 | 120 | 0.585387 |
2ec3da251734c869e4c96c2160193149d6e285aa | 2,343 | ino | Arduino | duoduo_steering_sr518d/duoduo_steering_sr518d.ino | tianb03/RabbitArduino | 19cfbc71f7e17e216e624a493268498c86078585 | [
"MIT"
] | 3 | 2017-07-24T03:25:30.000Z | 2019-08-15T17:27:03.000Z | duoduo_steering_sr518d/duoduo_steering_sr518d.ino | tianb03/RabbitArduino | 19cfbc71f7e17e216e624a493268498c86078585 | [
"MIT"
] | null | null | null | duoduo_steering_sr518d/duoduo_steering_sr518d.ino | tianb03/RabbitArduino | 19cfbc71f7e17e216e624a493268498c86078585 | [
"MIT"
] | 1 | 2019-08-15T17:27:04.000Z | 2019-08-15T17:27:04.000Z | #include <ros.h>
#include <dependant_api/robotcmd_motor.h>
#include <dependant_api/arduino_motor.h>
#include "SpringRC.h"
ros::NodeHandle nh;
dependant_api::arduino_motor motor_feedback;
ros::Publisher feedback("/arduino/motor", &motor_feedback);
int vertical = 150;
int horizontal = 90;
long int pos_vertical = 150;
l... | 25.467391 | 87 | 0.706359 |
a9f2185ab76fd218c161caaa0ac30c8843add4cf | 2,318 | ino | Arduino | src/paceclock.ino | xcijimv/arduino-paceclock | 40aaef4ae81aa06bae71f62e4214ba990a3f2a65 | [
"MIT"
] | null | null | null | src/paceclock.ino | xcijimv/arduino-paceclock | 40aaef4ae81aa06bae71f62e4214ba990a3f2a65 | [
"MIT"
] | null | null | null | src/paceclock.ino | xcijimv/arduino-paceclock | 40aaef4ae81aa06bae71f62e4214ba990a3f2a65 | [
"MIT"
] | null | null | null | /*!
* arduino-paceclock
*/
/**
* ATmega pins.
*/
int latchPin = 8;
int clockPin = 12;
int dataPin = 11;
/**
* Digits of the paceclock.
*
* 00:00
*/
int m1 = 0;
int m2 = 0;
int s1 = 0;
int s2 = 0;
/**
* Number of seconds to count down, must be <= 9.
*/
int countDownFrom = 9;
/**
* On/off state of shift... | 16.097222 | 79 | 0.572908 |
e079eb4521b49bb0b0c6f7e47db4634b1d3ca80a | 494 | ino | Arduino | sketch_sep10a.ino | rahitnath/light-intensity-and-angle-detection | f6d9ef23c5b8c28551e27bb446979c2f9d09af24 | [
"Apache-2.0"
] | null | null | null | sketch_sep10a.ino | rahitnath/light-intensity-and-angle-detection | f6d9ef23c5b8c28551e27bb446979c2f9d09af24 | [
"Apache-2.0"
] | null | null | null | sketch_sep10a.ino | rahitnath/light-intensity-and-angle-detection | f6d9ef23c5b8c28551e27bb446979c2f9d09af24 | [
"Apache-2.0"
] | null | null | null | #include <SoftwareSerial.h>
SoftwareSerial MyBlue(0, 1); // RX | TX
#define LDRpin A0 // pin where we connected the LDR and the resistor
int LDRValue = 0; // result of reading the analog pin
void setup() {
Serial.begin(38400); // sets serial port for communication
}
void loop() {
LDRValue = anal... | 30.875 | 71 | 0.6417 |
7b033eb25e2a34155449bb947a678558e75a860d | 163 | ino | Arduino | linde_test/Speed/Speed.ino | Technariumas/smalsiukas | 57e988ad460125b91edbf1e5edec164f901eb28c | [
"Apache-2.0"
] | null | null | null | linde_test/Speed/Speed.ino | Technariumas/smalsiukas | 57e988ad460125b91edbf1e5edec164f901eb28c | [
"Apache-2.0"
] | null | null | null | linde_test/Speed/Speed.ino | Technariumas/smalsiukas | 57e988ad460125b91edbf1e5edec164f901eb28c | [
"Apache-2.0"
] | null | null | null | #include "Speed.h"
void setup() {
// put your setup code here, to run once:
Speed speed;
}
void loop() {
// put your main code here, to run repeatedly:
}
| 11.642857 | 48 | 0.631902 |
af039fa692b609ecd6235b10708bf1a1453ed076 | 1,855 | ino | Arduino | module_IoT/sub_client_module/example code/sketch_nov27a/sketch_nov27a.ino | ngthuc/TSV2017-12 | 0dac9292d7c889772b500098b7694abdf81851db | [
"MIT"
] | null | null | null | module_IoT/sub_client_module/example code/sketch_nov27a/sketch_nov27a.ino | ngthuc/TSV2017-12 | 0dac9292d7c889772b500098b7694abdf81851db | [
"MIT"
] | null | null | null | module_IoT/sub_client_module/example code/sketch_nov27a/sketch_nov27a.ino | ngthuc/TSV2017-12 | 0dac9292d7c889772b500098b7694abdf81851db | [
"MIT"
] | null | null | null | #include <Arduino.h>
#include <ESP8266WiFi.h>
#include <ESP8266WiFiMulti.h>
#include <ESP8266HTTPClient.h>
#include <LiquidCrystal.h>
//Khởi tạo với các chân
LiquidCrystal lcd(D5, D0, D4, D3, D2, D1);
const char* ssid = "68C/10a";
const char* password = "Khuvuc6@2017";
int count;
void setup() {
pinMode(A0, INP... | 21.823529 | 98 | 0.602156 |
1f8a098a62d2e9ae84fc8554b8ad6474a10e9901 | 1,275 | ino | Arduino | portenta-breakout-board/pwm-pin-test.ino | hpssjellis/my-examples-for-the-arduino-portentaH7 | 3748fe1f843adeb2b5f0677cf47d46038208ef03 | [
"MIT"
] | 48 | 2020-08-09T01:55:15.000Z | 2022-03-26T20:13:01.000Z | portenta-breakout-board/pwm-pin-test.ino | khoih-prog/my-examples-for-the-arduino-portentaH7 | e8f673b1fe55de09c3b69d936a4be70c658026b6 | [
"MIT"
] | 3 | 2021-02-15T12:45:34.000Z | 2022-03-29T21:52:24.000Z | portenta-breakout-board/pwm-pin-test.ino | khoih-prog/my-examples-for-the-arduino-portentaH7 | e8f673b1fe55de09c3b69d936a4be70c658026b6 | [
"MIT"
] | 9 | 2020-08-30T00:41:51.000Z | 2022-01-28T10:02:50.000Z | // Testing the PWM pins
void myPwm(int myGPIO, int myDelay){
//pinMode(myGPIO, OUTPUT);
for (int x=0; x<=255; x++){
analogWrite(myGPIO, x);
delay(myDelay);
}
delay(myDelay);
for (int x=255; x>=0; x--){
analogWrite(myGPIO, x);
delay(myDelay);
}
delay(myDelay);
//pinMo... | 20.238095 | 45 | 0.536471 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.