max_stars_repo_path
stringlengths
4
261
max_stars_repo_name
stringlengths
6
106
max_stars_count
int64
0
38.8k
id
stringlengths
1
6
text
stringlengths
7
1.05M
bootdict/x86/string.asm
ikysil/ikforth
8
172585
;****************************************************************************** ; ; string.asm ; IKForth ; ; Unlicense since 1999 by <NAME> ; ;****************************************************************************** ; String words ;******************************************************************************...
alloy4fun_models/trashltl/models/14/P6vJmxESuSZGz3vqg.als
Kaixi26/org.alloytools.alloy
0
1444
<gh_stars>0 open main pred idP6vJmxESuSZGz3vqg_prop15 { eventually all f:File | f not in Trash implies f in Trash } pred __repair { idP6vJmxESuSZGz3vqg_prop15 } check __repair { idP6vJmxESuSZGz3vqg_prop15 <=> prop15o }
test/asset/agda-stdlib-1.0/Data/Fin/Substitution/Example.agda
omega12345/agda-mode
0
4408
<gh_stars>0 ------------------------------------------------------------------------ -- The Agda standard library -- -- An example of how Data.Fin.Substitution can be used: a definition -- of substitution for the untyped λ-calculus, along with some lemmas ----------------------------------------------------------------...
programs/oeis/241/A241575.asm
neoneye/loda
22
3124
<reponame>neoneye/loda ; A241575: Sturmian expansion of 1/2 in base sqrt(2)-1. ; 0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0 add $0,36 seq $0,285073 ; 0-limiting w...
alloc/allopool.asm
DigitalMars/optlink
28
172512
TITLE ALLOPOOL - Copyright (c) SLR Systems 1994 INCLUDE MACROS PUBLIC SSYM_POOL_GET,TEXT_POOL_GET,P1ONLY_POOL_GET,TILLP2_POOL_GET,TILLMIDDLE_POOL_GET,SECTION_POOL_GET PUBLIC SEGMENT_POOL_GET,SEGMOD_POOL_GET,CLASS_POOL_GET,GROUP_POOL_GET,MODULE_POOL_GET,ALLOC_LOCAL,RELOC_POOL_GET PUBLIC XREF_POOL_GET,UNMANGL...
test/Succeed/Issue1221.agda
cruhland/agda
1,989
12248
<reponame>cruhland/agda<gh_stars>1000+ open import Common.Level open import Common.Reflection open import Common.Equality open import Common.Prelude postulate f : ∀ a → Set a pattern expectedType = pi (vArg (def (quote Level) [])) (abs "a" (sort (set (var 0 [])))) ok : ⊤ ok = _ notOk : String notOk = "not...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_498.asm
ljhsiun2/medusa
9
179010
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_498.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1a9ae, %r14 nop nop nop nop sub %r9, %r9 mov $0x616263646...
oeis/070/A070953.asm
neoneye/loda-programs
11
86774
<reponame>neoneye/loda-programs<filename>oeis/070/A070953.asm ; A070953: Order of the group GU(n,2), the general unitary n X n matrices over the finite field GF(4). ; Submitted by <NAME> ; 3,18,648,77760,41057280,82771476480,683361309818880,22304913152488243200,2929259634489976002969600,1534275894314621670931405209600,...
HelloWorld.adb
abhilashkr1996/HelloWorld
7
19635
with Ada.Text_IO; procedure Hello is begin Ada.Text_IO.Put_Line("Hello, world!"); end Hello;
ada/prime/prime_ada.ads
rn7s2/src
1
29204
package Prime_Ada is cnt : Integer; procedure Get_Prime (n : Integer); end Prime_Ada;
oeis/090/A090301.asm
neoneye/loda-programs
11
97037
<reponame>neoneye/loda-programs ; A090301: a(n) = 15*a(n-1) + a(n-2), starting with a(0) = 2 and a(1) = 15. ; Submitted by <NAME>(l1) ; 2,15,227,3420,51527,776325,11696402,176222355,2655031727,40001698260,602680505627,9080209282665,136805819745602,2061167505466695,31054318401746027,467875943531657100,704919347137660252...
programs/oeis/288/A288918.asm
jmorken/loda
1
22055
<reponame>jmorken/loda<filename>programs/oeis/288/A288918.asm ; A288918: Number of 4-cycles in the n X n king graph. ; 0,3,29,79,153,251,373,519,689,883,1101,1343,1609,1899,2213,2551,2913,3299,3709,4143,4601,5083,5589,6119,6673,7251,7853,8479,9129,9803,10501,11223,11969,12739,13533,14351,15193,16059,16949,17863,18801,1...
Library/Ruler/uiGuideCreateControl.asm
steakknife/pcgeos
504
89009
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: uiGuideCreateControl.asm AUTHOR: <NAME> METHODS: Name Description ---- ----------- FUNCTIONS: Scope Name Description ----- ---- -...
src/asf-components-html-selects.adb
jquorning/ada-asf
12
1879
----------------------------------------------------------------------- -- html-selects -- ASF HTML UISelectOne and UISelectMany components -- Copyright (C) 2011, 2013, 2014, 2015 <NAME> -- Written by <NAME> (<EMAIL>) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fil...
programs/oeis/173/A173740.asm
neoneye/loda
22
13512
; A173740: Triangle T(n,k) = binomial(n,k) + 2 for 1 <= k <= n - 1, n >= 2, and T(n,0) = T(n,n) = 1 for n >= 0, read by rows. ; 1,1,1,1,4,1,1,5,5,1,1,6,8,6,1,1,7,12,12,7,1,1,8,17,22,17,8,1,1,9,23,37,37,23,9,1,1,10,30,58,72,58,30,10,1,1,11,38,86,128,128,86,38,11,1,1,12,47,122,212,254,212,122,47,12,1,1,13,57,167,332,464,...
vendor/stdlib/src/Relation/Binary/FunctionSetoid.agda
isabella232/Lemmachine
56
17079
------------------------------------------------------------------------ -- Function setoids and related constructions ------------------------------------------------------------------------ module Relation.Binary.FunctionSetoid where open import Data.Function open import Relation.Binary infixr 0 _↝_ _⟶_ _⇨_ _≡⇨_ ...
programs/oeis/061/A061171.asm
jmorken/loda
1
25060
; A061171: One half of second column of Lucas bisection triangle (odd part). ; 3,19,79,283,940,2982,9171,27581,81557,237995,687158,1966764,5588259,15780103,44323195,123920827,345062176,957403026,2647935987,7302634865,20087869313,55128445259,150971982314,412643577048,1125852459075,3066738855547,8340945563431,22654017146...
P6/data_P6_2/MDTest93.asm
alxzzhou/BUAA_CO_2020
1
13741
ori $ra,$ra,0xf multu $1,$0 mult $4,$2 sb $4,16($0) mfhi $5 multu $4,$4 lui $4,6925 divu $5,$ra sll $5,$0,31 ori $1,$5,58644 mthi $3 lui $2,357 divu $1,$ra lui $1,62996 sll $5,$5,8 mthi $2 mult $5,$6 srav $6,$4,$5 mtlo $1 div $5,$ra mtlo $1 addu $6,$1,$1 lui $4,8132 sb $5,7($0) mflo $1 lui $2,4675 ori $5,$4,48462 lui $...
Numeral/Natural/Function.agda
Lolirofle/stuff-in-agda
6
15851
module Numeral.Natural.Function where open import Numeral.Natural open import Numeral.Natural.Oper -- Maximum function -- Returns the greatest number max : ℕ → ℕ → ℕ max 𝟎 𝟎 = 𝟎 max (𝐒(a)) 𝟎 = 𝐒(a) max 𝟎 (𝐒(b)) = 𝐒(b) max (𝐒(a)) (𝐒(b)) = 𝐒(max a b) -- Minimum function -- Returns the s...
oeis/171/A171631.asm
neoneye/loda-programs
11
1315
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A171631: Triangle read by rows: T(n,k) = n*(binomial(n-2, k-1) + n*binomial(n-2, k)), n > 0 and 0 <= k <= n - 1. ; Submitted by <NAME> ; 1,4,2,9,12,3,16,36,24,4,25,80,90,40,5,36,150,240,180,60,6,49,252,525,560,315,84,7,64,392,1008,1400,1120,504,112,8,81,576,1764,3024,3...
programs/oeis/054/A054868.asm
karttu/loda
0
90396
; A054868: Sum of bits of sum of bits of n: a(n) = wt(wt(n)). ; 0,1,1,1,1,1,1,2,1,1,1,2,1,2,2,1,1,1,1,2,1,2,2,1,1,2,2,1,2,1,1,2,1,1,1,2,1,2,2,1,1,2,2,1,2,1,1,2,1,2,2,1,2,1,1,2,2,1,1,2,1,2,2,2,1,1,1,2,1,2,2,1,1,2,2,1,2,1,1,2,1,2,2,1,2,1,1,2,2,1,1,2,1,2,2,2,1,2,2,1,2,1,1,2,2,1,1,2,1,2,2,2,2,1,1,2,1,2,2,2,1,2,2,2,2,2,2,3,...
oeis/127/A127918.asm
neoneye/loda-programs
11
2915
; A127918: Half of product of three numbers: n-th prime, previous and following number. ; Submitted by <NAME> ; 3,12,60,168,660,1092,2448,3420,6072,12180,14880,25308,34440,39732,51888,74412,102660,113460,150348,178920,194472,246480,285852,352440,456288,515100,546312,612468,647460,721392,1024128,1123980,1285608,1342740,...
test/Succeed/Issue2668.agda
cruhland/agda
1,989
15785
-- 2017-11-01, issue #2668 reported by brprice -- -- This seems to have been fixed in 2.5.3 (specifically, commit -- 8518b8e seems to have solved this, along with #2727 and #2726) -- {-# OPTIONS -v tc.mod.apply:20 #-} -- {-# OPTIONS -v tc.proj.like:40 #-} -- {-# OPTIONS -v tc.signature:60 #-} -- {-# OPTIONS -...
entropy-cyclelog.applescript
rinchen/fesc
0
4445
on clicked theObject -- Read in the preferences set theLocation to POSIX path of (call method "defaultObjectForKey:" with parameter "entropy") try do shell script "cd " & theLocation & ";mv -f entropy.log entropy.old.log" display dialog "entropy.log successfully copied over to entropy.old.log" on error disp...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1376.asm
ljhsiun2/medusa
9
11860
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r15 push %r8 push %rax push %rbp lea addresses_D_ht+0x1d411, %r11 nop add $31152, %r15 mov (%r11), %rbp nop nop nop nop nop add %r12, %r12 lea addresses_WC_ht+0x1b711, %r10 clflush (%r10) nop nop nop nop cmp $6421...
master-project/report/alloy/employee-supervisor-reviewer.als
abhabongse/relationalcalculus-alloy
1
2107
<reponame>abhabongse/relationalcalculus-alloy /* Scalar values */ sig Superparticle {} { Superparticle = Universe.Element } /* Domains */ abstract sig Universe { Element: some Superparticle } one sig UniverseAlpha, UniverseBeta extends Universe {} /* Common domain */ some sig Particle in Superparticle {} { Particle...
src/g4-units/interface-error-recovery/Interface.g4
ZenUml/vue-sequence
1
2259
grammar Interface; participant : LT LT ID GT GT ID EOF; LT : '<' ; GT : '>' ; ID : [a-zA-Z_] [a-zA-Z_0-9]* ; SPACE : [ \t] -> channel(HIDDEN) ;
oeis/040/A040475.asm
neoneye/loda-programs
11
96561
; A040475: Continued fraction for sqrt(498). ; 22,3,6,22,6,3,44,3,6,22,6,3,44,3,6,22,6,3,44,3,6,22,6,3,44,3,6,22,6,3,44,3,6,22,6,3,44,3,6,22,6,3,44,3,6,22,6,3,44,3,6,22,6,3,44,3,6,22,6,3,44,3,6,22,6,3,44,3,6,22,6,3,44,3,6,22,6,3,44,3,6 seq $0,10144 ; Continued fraction for sqrt(59). add $0,45 mul $0,16 div $0,5 sub $0...
writer.asm
JacobLaney/x86-Assembly-Practice
0
18085
<reponame>JacobLaney/x86-Assembly-Practice ; <NAME> ; January 2016 ; ; NASM x86 for Mac OSX ; build: nasm -f macho64 writer.asm && ld writer.o -o writer ; run: ./writer ; ; Obective is to produce an assortment of procedures for printing data ; to stdout global start section .data ; SYSTEM CALL CODES %...
Numeral/Natural/Oper/DivMod/Proofs.agda
Lolirofle/stuff-in-agda
6
11729
<gh_stars>1-10 module Numeral.Natural.Oper.DivMod.Proofs where import Lvl open import Data open import Data.Boolean.Stmt open import Logic.Predicate open import Numeral.Finite open import Numeral.Natural open import Numeral.Natural.Oper open import Numeral.Natural.Oper.Comparisons open import Numeral.Natural.Oper.Floo...
Transynther/x86/_processed/P/_zr_/i7-7700_9_0xca_notsx.log_1_495.asm
ljhsiun2/medusa
9
91563
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xb051, %r12 and $4351, %rdi movb $0x61, (%r12) nop nop nop and $60263, %rbx lea addresses_WC_ht+0x93a6, %rsi lea addresses_A_ht+0x6c02, %rdi clflush (%rsi) cmp %r9, %r9 mov $54, %rcx re...
programs/oeis/081/A081909.asm
jmorken/loda
1
88599
; A081909: a(n) = 3^n(n^2 - n + 18)/18. ; 1,3,10,36,135,513,1944,7290,26973,98415,354294,1259712,4428675,15411789,53144100,181752822,617003001,2080591515,6973568802,23245229340,77096677311,254535261273,836828256240,2740612539186,8943601988565,29090242257543,94331465184654,305023899399480,983702075563323,316462295626960...
binutils-2.21.1/gcc-4.5.1/gcc/config/h8300/crti.asm
cberner12/xv6
51
13104
/* Copyright (C) 2001, 2002, 2009 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. GCC is dis...
src/hyperion-rest-servers.ads
stcarrez/hyperion
0
25990
-- Hyperion API -- Hyperion Monitoring API The monitoring agent is first registered so that the server knows it as well as its security key. Each host are then registered by a monitoring agent. -- ------------ EDIT NOTE ------------ -- This file was generated with swagger-codegen. You can modify it to implement ...
programs/oeis/205/A205219.asm
jmorken/loda
1
84421
; A205219: Number of (n+1)X2 0..1 arrays with the number of equal 2X2 subblock diagonal pairs and equal antidiagonal pairs differing from each horizontal or vertical neighbor, and new values 0..1 introduced in row major order ; 8,20,52,132,340,868,2228,5700,14612,37412,95860,245508,628948,1610980,4126772,10570692,27077...
gamess/source/ztime.asm
andremirt/v_cond
0
3855
* 8 MAY 1983 - MWS - REASSEMBLED * THIS ROUTINE TAKEN FROM THE PROGRAM SYSTEM ALIS * ORIGINALLY WRITTEN AT IOWA STATE UNIVERSITY COMPUTER CENTER * THIS ROUTINE LETS THE IBM VERSION OF GAMESS PERFORM * CPU AND REAL TIMING CHECKS. * ZTIME CSECT ENTRY TIME,ZTIME1,ZTIME2 EJECT * ...
base/ntos/ke/amd64/procstat.asm
szdyg/Wrk-Learning
0
242030
<reponame>szdyg/Wrk-Learning title "Processor State Save Restore" ;++ ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt). ; If you do not agree to the terms, do no...
src/Util/Vec.agda
JLimperg/msc-thesis-code
5
10526
{-# OPTIONS --without-K --safe #-} module Util.Vec where open import Data.Vec public open import Data.Vec.Relation.Unary.All as All public using (All ; [] ; _∷_) open import Data.Vec.Relation.Unary.Any as Any public using (Any ; here ; there) open import Data.Vec.Membership.Propositional public using (_∈_) open impor...
theorems/cw/cohomology/ReconstructedCohomologyGroups.agda
mikeshulman/HoTT-Agda
0
12116
<filename>theorems/cw/cohomology/ReconstructedCohomologyGroups.agda {-# OPTIONS --without-K --rewriting #-} open import HoTT open import cohomology.ChainComplex open import cohomology.Theory open import groups.KernelImage open import cw.CW module cw.cohomology.ReconstructedCohomologyGroups {i : ULevel} (OT : Ordinary...
src/compiler/LiteParser.g4
lian1925/lite-typescript
0
4358
<reponame>lian1925/lite-typescript<filename>src/compiler/LiteParser.g4<gh_stars>0 parser grammar LiteParser; options { tokenVocab = LiteLexer; } program: statement+; statement: (New_Line)* (annotationSupport)? exportStatement ( New_Line )* namespaceSupportStatement*; // 导出命名空间 exportStatement: TextLiteral left...
src/plugins/plugin-url.adb
Okasu/Byron
1
10665
with Scape; use Scape; with Ada.Characters.Conversions; use Ada.Characters.Conversions; with Ada.Strings.Wide_Wide_Unbounded; use Ada.Strings.Wide_Wide_Unbounded; with AWS.Client; use AWS.Client; with GNAT.Regpat; use Gnat.Regpat; with AWS.Response...
alloy/tp7/properties.als
motapinto/feup-mfes
0
2651
/* * Exercise A.1.1 on page 240 of * Software Abstractions, by <NAME> * * This following Alloy model constrains a binary relation to have a collection * of standard properties. * * A finite binary relation cannot have all of these properties at once. Which * individual properties, if eliminated would allow the ...
basic/csapp/exercise/ex3-55.asm
zing-dev/learn-c
1
166602
<reponame>zing-dev/learn-c ;; 3.55 ;; 在完成这道练习的过程中,因为没有考虑到 x * y 会发生隐式类型转换。 ;; 也就是,y 从 int 类型转换为 long long 类型。这种转换是隐式进行的。 ;; 因此,我就不能理解为什么要用 x_low * (y>>31) 了。 ;; 然后,通过在网络上搜索(感谢网络)。我发现了在豆瓣和 stackoverflow 的参考链接 ;; http://book.douban.com/subject/1230413/annotation?sort=ran...
programs/oeis/222/A222261.asm
karttu/loda
0
23890
; A222261: Lexicographically earliest injective sequence of positive integers such that the sum of 10 consecutive terms is always divisible by 10. ; 1,2,3,4,5,6,7,8,9,15,11,12,13,14,25,16,17,18,19,35,21,22,23,24,45,26,27,28,29,55,31,32,33,34,65,36,37,38,39,75,41,42,43,44,85,46,47,48,49,95,51,52,53,54,105,56,57,58,59,11...
ada/euler1_3.adb
gregorymorrison/euler1
1
261
<gh_stars>1-10 -- Euler1 in Ada with Ada.Integer_Text_IO; procedure Euler1_3 is function Euler(n : in Integer; acc : in Integer := 0) return Integer is begin if n = 0 then return acc; elsif n mod 3 = 0 or n mod 5 = 0 then return Euler(n-1, acc+n); else return Euler(n-1, acc); end if;...
oeis/239/A239798.asm
neoneye/loda-programs
11
4898
; A239798: Decimal expansion of the midsphere radius in a regular dodecahedron with unit edges. ; Submitted by <NAME> ; 1,3,0,9,0,1,6,9,9,4,3,7,4,9,4,7,4,2,4,1,0,2,2,9,3,4,1,7,1,8,2,8,1,9,0,5,8,8,6,0,1,5,4,5,8,9,9,0,2,8,8,1,4,3,1,0,6,7,7,2,4,3,1,1,3,5,2,6,3,0,2,3,1,4,0,9,4,5,1,2,2,4,8,5,3,6,0,3,6,0,2,0,9,4,6,9,5,5,6,8 ...
src/notcurses-visual.ads
JeremyGrosser/notcursesada
5
21247
<gh_stars>1-10 package Notcurses.Visual is type Notcurses_Visual is private; type Scale_Mode is (None, Scale, Stretch, None_Hires, None_Scale_Hires); type Blitter is (Blit_Default, Blit_1x1, Blit_2x1, Blit_2x2, Blit_3x2, Blit_Braille, Blit_Pixel, Blit_4x1, Blit_8x1); type Visual_Flags is record No_D...
test/src/yaml-transformation_tests.ads
robdaemon/AdaYaml
32
18641
<filename>test/src/yaml-transformation_tests.ads -- part of AdaYaml, (c) 2017 <NAME> -- released under the terms of the MIT license, see the file "copying.txt" package Yaml.Transformation_Tests is end Yaml.Transformation_Tests;
demos/spath.ada
daveshields/AdaEd
3
30453
<reponame>daveshields/AdaEd -- A parallel single-source, all-destinations shortest-path finder. -- Each task is assigned a node, and tries to extend the path by -- cloning new tasks that explore all successors of that node. -- The graph is represented by adjacency lists. This representation -- is fixed, and glo...
src/Categories/Object/Cokernel.agda
Trebor-Huang/agda-categories
279
13328
<reponame>Trebor-Huang/agda-categories {-# OPTIONS --without-K --safe #-} open import Categories.Category open import Categories.Object.Zero -- Cokernels of morphisms. -- https://ncatlab.org/nlab/show/cokernel module Categories.Object.Cokernel {o ℓ e} {𝒞 : Category o ℓ e} (𝟎 : Zero 𝒞) where open import Level ope...
BSidesCanberra/2021/pwn/secure_service_monitor/src/checks.asm
mystickev/ctf-archives
1
174052
_TEXT SEGMENT extrn socket : proc extrn connect : proc extrn puts : proc PUBLIC DoTCPCheck signature db "BEARS" DoSpecialCheck PROC pop rdi lea rcx, blocked_msg jmp puts DoSpecialCheck ENDP blocked_msg db "Checking of port 28928 is disabled", 10, 0 ; ALIGN 16 ; note: removed function alignment,...
programs/oeis/274/A274139.asm
jmorken/loda
1
95898
; A274139: a(n) = 2^A000265(n) = 2^numerator(n/2^n), a sequence related to Oresme numbers. ; 2,2,8,2,32,8,128,2,512,32,2048,8,8192,128,32768,2,131072,512,524288,32,2097152,2048,8388608,8,33554432,8192,134217728,128,536870912,32768,2147483648,2,8589934592,131072,34359738368,512,137438953472,524288,549755813888,32 add $...
oeis/203/A203998.asm
neoneye/loda-programs
11
83733
; A203998: Symmetric matrix based on f(i,j)=max{i(j+1)-1,j(i+1)-1}, by antidiagonals. ; Submitted by <NAME> ; 1,3,3,5,5,5,7,8,8,7,9,11,11,11,9,11,14,15,15,14,11,13,17,19,19,19,17,13,15,20,23,24,24,23,20,15,17,23,27,29,29,29,27,23,17,19,26,31,34,35,35,34,31,26,19,21,29,35,39,41,41,41,39,35,29,21,23,32,39,44 lpb $0 ad...
src/sets/nat/ordering/leq/core.agda
pcapriotti/agda-base
20
9139
{-# OPTIONS --without-K #-} module sets.nat.ordering.leq.core where open import decidable open import equality.core open import function.core open import sets.nat.core open import sets.empty data _≤_ : ℕ → ℕ → Set where z≤n : ∀ {n} → zero ≤ n s≤s : ∀ {m n} (p : m ≤ n) → suc m ≤ suc n ap-pred-≤ : ∀ {n m} → suc n ...
oeis/346/A346773.asm
neoneye/loda-programs
11
4170
<gh_stars>10-100 ; A346773: a(n) = Sum_{d|n} möbius(d)^n. ; Submitted by <NAME> ; 1,2,0,2,0,4,0,2,0,4,0,4,0,4,0,2,0,4,0,4,0,4,0,4,0,4,0,4,0,8,0,2,0,4,0,4,0,4,0,4,0,8,0,4,0,4,0,4,0,4,0,4,0,4,0,4,0,4,0,8,0,4,0,2,0,8,0,4,0,8,0,4,0,4,0,4,0,8,0,4,0,4,0,8,0,4,0,4,0,8,0,4,0,4,0,4,0,4,0,4 add $0,1 mov $1,1 mov $2,2 lpb $0 m...
programs/oeis/152/A152113.asm
neoneye/loda
22
82336
; A152113: A001333 with terms repeated. ; 1,1,3,3,7,7,17,17,41,41,99,99,239,239,577,577,1393,1393,3363,3363,8119,8119,19601,19601,47321,47321,114243,114243,275807,275807,665857,665857,1607521,1607521,3880899,3880899,9369319,9369319,22619537,22619537,54608393 div $0,2 seq $0,78057 ; Expansion of (1+x)/(1-2*x-x^2).
Applications/System-Events/process/first process whose frontmost is true.applescript
looking-for-a-job/applescript-examples
1
3877
<gh_stars>1-10 #!/usr/bin/osascript tell application "System Events" name of (first process whose frontmost is true) end tell
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_130.asm
ljhsiun2/medusa
9
92741
.global s_prepare_buffers s_prepare_buffers: push %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0xcbee, %rsi lea addresses_D_ht+0x8d6e, %rdi clflush (%rdi) nop nop dec %r9 mov $2, %rcx rep movsb cmp %r9, %r9 pop %rsi pop %rdi pop %rcx pop %r9 ret .global s_faulty_load s_faulty_load: push %r11 push %r13 push...
Assembler/TEST.asm
techno-sorcery/CPU-16
0
17326
<reponame>techno-sorcery/CPU-16<gh_stars>0 LNK D6,#-4
HoTT/Identity/Coproduct.agda
michaelforney/hott
0
5337
<reponame>michaelforney/hott<filename>HoTT/Identity/Coproduct.agda {-# OPTIONS --without-K #-} module HoTT.Identity.Coproduct where open import HoTT.Base open import HoTT.Equivalence open variables private variable x y : A + B _=+_ : {A : 𝒰 i} {B : 𝒰 j} (x y : A + B) → 𝒰 (i ⊔ j) _=+_ {j = j} (inl a₁) (inl a₂) = L...
tools/scitools/conf/understand/ada/ada05/s-traces.ads
brucegua/moocos
1
21671
<filename>tools/scitools/conf/understand/ada/ada05/s-traces.ads ------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- ...
programs/oeis/214/A214647.asm
neoneye/loda
22
165541
<reponame>neoneye/loda<gh_stars>10-100 ; A214647: (n^n + n^2)/2. ; 1,4,18,136,1575,23346,411796,8388640,193710285,5000000050,142655835366,4458050224200,151437553296211,5556003412779106,218946945190429800,9223372036854775936,413620130943168382233,19673204037648268787874,989209827830156794562170 mov $1,$0 add $0,1 add $...
source/pools/required/s-poosiz.ads
ytomino/drake
33
18778
pragma License (Unrestricted); -- implementation unit required by compiler with System.Storage_Elements; with System.Storage_Pools; package System.Pool_Size is pragma Preelaborate; use type Storage_Elements.Storage_Offset; type Aligned_Storage_Array is new Storage_Elements.Storage_Array; for Aligned_Stor...
libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sccz80/ba_priority_queue_top.asm
jpoikela/z88dk
640
170475
; int ba_priority_queue_top(ba_priority_queue_t *q) SECTION code_clib SECTION code_adt_ba_priority_queue PUBLIC ba_priority_queue_top EXTERN asm_ba_priority_queue_top defc ba_priority_queue_top = asm_ba_priority_queue_top ; SDCC bridge for Classic IF __CLASSIC PUBLIC _ba_priority_queue_top defc _ba_priority_queue...
target/target.exe.asm
katahiromz/DecodersTatami
3
26711
<filename>target/target.exe.asm CodeReverse2 2.4.3 by katahiromz ## CommandLine ## "C:\Program Files (x86)\CodeReverse2\bin\cr2.exe" --addr --hex --add-func 0x401550 --read 0x404000 0x100 C:/dev/DecodersTatami/target/target.exe C:/dev/DecodersTatami/target/target.exe.asm ## OS Info ## Windows 6.2 (x86) ## Read Memory...
src/spat-preconditions.ads
yannickmoy/spat
20
20390
------------------------------------------------------------------------------ -- Copyright (C) 2020 by Heisenbug Ltd. (<EMAIL>) -- -- This work is free. You can redistribute it and/or modify it under the -- terms of the Do What The Fuck You Want To Public License, Version 2, -- as published by Sam Hocevar. See the...
coverage/PENDING_SUBMIT/amdvlk/0625-COVERAGE-inst-combiner-h-307/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
0
103486
<filename>coverage/PENDING_SUBMIT/amdvlk/0625-COVERAGE-inst-combiner-h-307/work/variant/1_spirv_asm/shader.frag.asm ; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 69 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemor...
projects/batfish/src/batfish/grammar/cisco/Cisco_ospf.g4
luispedrosa/batfish
0
5187
parser grammar Cisco_ospf; import Cisco_common; options { tokenVocab = CiscoLexer; } area_ipv6_ro_stanza : AREA ~NEWLINE* NEWLINE ; area_nssa_ro_stanza : AREA ( area_int = DEC | area_ip = IP_ADDRESS ) NSSA ( NO_SUMMARY | DEFAULT_INFORMATION_ORIGINATE )* NEWLINE ; defaul...
Universe/ApplyMyRollAndPitch.asm
ped7g/EliteNext
9
240317
; Full version ; 1. K2 = y - alpha * x ; 2. z = z + beta * K2 ; 3. y = K2 - beta * z ; 4. x = x + alpha * y ApplyMyRollToNosev: ApplyMyRollToVector ALPHA, UBnkrotmatNosevX, UBnkrotmatNosevY ret ApplyMyRollToSidev: ApplyMyRollToVector ALPHA, UBnkrotmatSidevX, UBnkrotmatSidevY ...
Src/Ant32/Tests/ant32/constants/lch-null-super-constant-1.autotest.asm
geoffthorpe/ant-architecture
0
22991
<reponame>geoffthorpe/ant-architecture<gh_stars>0 lcl r5, 0xffff lch r5, 0x1234 halt #@expected values #r5 = 0x1234ffff #pc = 0x8000000c #e0 = 0 #e3 = 0
src/convtest/measure_units.adb
shintakezou/adaplayground
0
11663
package body Measure_Units is function To_Mps (V : Kn) return Mps is (Mps (Float (V) * Mps_per_Knot)); function To_Meters (V : NM) return Meter is (Meter (Float (V) * Meters_per_Nautical_Mile)); function To_Meters (V : Ft) return Meter is (Meter (Float (V) * Meters_per_Foot)); ...
tools/smaz.adb
faelys/natools
0
19984
------------------------------------------------------------------------------ -- Copyright (c) 2016-2017, <NAME> -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- purpose ...
Exams/Test2_2015_2016/11.als
pemesteves/MFES_2021
0
4973
sig Name {} sig Pessoa { n: one Name, descendentes : set Pessoa } fun getAscendents[p: Pessoa]: set Pessoa { {p1: Pessoa | p != p1 and p in p1} } -- a) fact onlyTwoAscendents{ all p: Pessoa | #getAscendents[p] <= 2 } -- b) fun getFirstPerson: Pessoa { {p: Pessoa | all p1: Pessoa | p != p1 and p...
src/main/antlr4/a2lParser.g4
ThaisMatos/A2LParser
12
2666
/* TODO: check for guessed definitions and compare them to the real 1.7 definition (1.7 spec needed) */ parser grammar a2lParser; options { tokenVocab=a2lLexer; } @header { package net.alenzen.a2l.antlr; } string_exp : string=STRING; conversion_type : RAT_FUNC | TAB_INTP | TAB_NOINTP | TAB_VERB | FORM | IDENTICAL |...
libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_updateSpritePosition.asm
jpoikela/z88dk
640
175830
; ************************************************** ; SMSlib - C programming library for the SMS/GG ; ( part of devkitSMS - github.com/sverx/devkitSMS ) ; ************************************************** INCLUDE "SMSlib_private.inc" SECTION code_clib SECTION code_SMSlib PUBLIC asm_SMSlib_updateSpritePosition EXT...
tools-src/gnu/gcc/gcc/ada/s-wchstw.adb
enfoTek/tomato.linksys.e2000.nvram-mod
80
19335
------------------------------------------------------------------------------ -- -- -- GNAT RUNTIME COMPONENTS -- -- -- -- ...
source/RASCAL-ToolboxProgInfo.ads
bracke/Meaning
0
4885
-------------------------------------------------------------------------------- -- -- -- Copyright (C) 2004, RISC OS Ada Library (RASCAL) developers. -- -- ...
notes/FOT/FOTC/InductiveApproach/Recursion.agda
asr/fotc
11
14704
<filename>notes/FOT/FOTC/InductiveApproach/Recursion.agda ------------------------------------------------------------------------------ -- Discussion about the inductive approach ------------------------------------------------------------------------------ {-# OPTIONS --exact-split #-} {-# OPTIONS --no-...
programs/oeis/022/A022383.asm
neoneye/loda
22
6806
<filename>programs/oeis/022/A022383.asm ; A022383: Fibonacci sequence beginning 4, 14. ; 4,14,18,32,50,82,132,214,346,560,906,1466,2372,3838,6210,10048,16258,26306,42564,68870,111434,180304,291738,472042,763780,1235822,1999602,3235424,5235026,8470450,13705476,22175926,35881402,58057328,93938730,151996058,245934788,3979...
sleep/Segments.asm
OS2World/DRV-VRAID
0
173435
;* ;* $Source: R:/source/driver/sleep/RCS/Segments.asm,v $ ;* $Revision: 1.6 $ ;* $Date: 1998/06/28 23:58:07 $ ;* $Locker: $ ;* ;* Assembler Helper to order segments ;* ;* $Log: Segments.asm,v $ ;* Revision 1.6 1998/06/28 23:58:07 vitus ;* - implemented _CallADD() ;* ;* Revision 1.5 1997/12/05 01:50:02 vitus ;* - ...
programs/oeis/158/A158133.asm
karttu/loda
1
92666
<reponame>karttu/loda ; A158133: 144n + 1. ; 145,289,433,577,721,865,1009,1153,1297,1441,1585,1729,1873,2017,2161,2305,2449,2593,2737,2881,3025,3169,3313,3457,3601,3745,3889,4033,4177,4321,4465,4609,4753,4897,5041,5185,5329,5473,5617,5761,5905,6049,6193,6337,6481,6625,6769,6913,7057,7201,7345,7489,7633,7777,7921,8065,8...
source/oasis/program-elements-generic_procedure_renaming_declarations.ads
reznikmm/gela
0
20934
-- SPDX-FileCopyrightText: 2019 <NAME> <<EMAIL>> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- with Program.Elements.Declarations; with Program.Lexical_Elements; with Program.Elements.Defining_Names; with Program.Elements.Expressions; with Program.Elements.Aspect_Sp...
base/mvdm/dos/v86/cmd/command/comsw.asm
npocmaka/Windows-Server-2003
17
166151
;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ ; SCCSID = @(#)comsw.asm 1.1 85/05/14 ; SCCSID = @(#)comsw.asm 1.1 85/05/14 include version.inc 
alloy4fun_models/trashltl/models/11/MfrBjNyLsPfLHmdjB.als
Kaixi26/org.alloytools.alloy
0
2672
open main pred idMfrBjNyLsPfLHmdjB_prop12 { all f:File | eventually always f in Trash } pred __repair { idMfrBjNyLsPfLHmdjB_prop12 } check __repair { idMfrBjNyLsPfLHmdjB_prop12 <=> prop12o }
problems/NatEquality/NatEquality.agda
danr/agder
1
10270
<filename>problems/NatEquality/NatEquality.agda module NatEquality where open import Definitions _≟_ : (m n : ℕ) → Equal? m n _≟_ = {!!} equality-disjoint : (m n : ℕ) → m ≡ n → m ≢ n → ⊥ equality-disjoint = {!!}
Cubical/Structures/Product.agda
RobertHarper/cubical
0
16372
<reponame>RobertHarper/cubical {- Product of structures S and T: X ↦ S X × T X -} {-# OPTIONS --cubical --no-import-sorts --safe #-} module Cubical.Structures.Product where open import Cubical.Foundations.Prelude open import Cubical.Foundations.Isomorphism open import Cubical.Foundations.Equiv open import Cubical.Fo...
Assembly/Common/PGX.asm
detlefgrohs/C256-Foenix-FMX
0
11530
.text "PGX" .byte $01 .dword START
data/tilesets/ruins_of_alph_collision.asm
Dev727/ancientplatinum
28
9934
<filename>data/tilesets/ruins_of_alph_collision.asm<gh_stars>10-100 tilecoll WALL, WALL, WALL, WALL ; 00 tilecoll WALL, WALL, WALL, FLOOR ; 01 tilecoll WALL, WALL, FLOOR, WALL ; 02 tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 03 tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 04 tilecoll WALL, WALL, WALL, FLOOR ; 05 tilecoll WAL...
Definition/Typed/Consequences/SucCong.agda
loic-p/logrel-mltt
0
12279
{-# OPTIONS --without-K --safe #-} module Definition.Typed.Consequences.SucCong where open import Definition.Untyped open import Definition.Typed open import Definition.Typed.Weakening open import Definition.Typed.Properties open import Definition.Typed.Consequences.Syntactic open import Definition.Typed.Consequences...
oeis/249/A249311.asm
neoneye/loda-programs
11
91570
; A249311: Expansion of x*(1+9*x-8*x^3)/(1-10*x^2+8*x^4). ; Submitted by <NAME> ; 1,9,10,82,92,748,840,6824,7664,62256,69920,567968,637888,5181632,5819520,47272576,53092096,431272704,484364800,3934546432,4418911232,35895282688,40314193920,327476455424,367790649344,2987602292736,3355392942080,27256211283968,306116042260...
3-mid/impact/source/2d/collision/impact-d2-dynamic_tree.adb
charlie5/lace
20
16391
with ada.Containers.Vectors, ada.Unchecked_Deallocation, interfaces.c.Pointers; -- for debug package body impact.d2.dynamic_Tree is use type int32; ------- -- Node -- procedure free is new ada.Unchecked_Deallocation (b2DynamicTreeNodes, ...
oeis/105/A105129.asm
neoneye/loda-programs
11
92756
; A105129: Primes of the form 128n+65. ; Submitted by <NAME> ; 193,449,577,1217,1601,2113,2753,3137,4289,4673,4801,5441,5569,5953,6337,6977,7489,7873,8513,8641,9281,10177,10433,11329,11969,12097,13121,13249,13633,14401,14657,15809,15937,16193,17729,19009,19777,20161,20929,21313,21569,22721,23873,24001,25153,25409,25537...
programs/oeis/319/A319610.asm
jmorken/loda
1
88549
; A319610: a(n) is the minimal number of successive OFF cells that appears in n-th generation of rule-30 1D cellular automaton started from a single ON cell. ; 0,0,2,1,2,1,2,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,...
source/oasis/program-elements-anonymous_access_definitions.ads
reznikmm/gela
0
30222
<reponame>reznikmm/gela -- SPDX-FileCopyrightText: 2019 <NAME> <<EMAIL>> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- with Program.Elements.Definitions; package Program.Elements.Anonymous_Access_Definitions is pragma Pure (Program.Elements.Anonymous_Access_Def...
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_190_1978.asm
ljhsiun2/medusa
9
17329
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0xcc1a, %r8 clflush (%r8) nop nop xor $63243, %rdi and $0xffffffffffffffc0, %r8 vmovaps (%r8), %ymm0 vextracti128 $0, %ymm0, %xmm0 vpextrq $0, %xmm0, ...
oeis/162/A162845.asm
neoneye/loda-programs
11
16879
<filename>oeis/162/A162845.asm ; A162845: Sum of digits of binomial(3n,n). ; 1,3,6,12,18,6,24,18,27,39,18,36,36,36,42,60,63,63,78,72,72,63,72,90,72,99,90,75,117,108,90,99,117,117,99,162,126,144,153,153,153,159,150,126,153,114,144,171,171,171,162,162,198,180,186,207,180,189,180,234,207 mov $3,$0 seq $3,5809 ; a(n) = bi...
drivers/stm32gd-drivers.ads
ekoeppen/STM32_Generic_Ada_Drivers
1
24666
<filename>drivers/stm32gd-drivers.ads package STM32GD.Drivers is pragma Pure; end STM32GD.Drivers;
agda-stdlib-0.9/src/Relation/Binary/Properties/StrictTotalOrder.agda
qwe2/try-agda
1
10348
------------------------------------------------------------------------ -- The Agda standard library -- -- Properties satisfied by strict partial orders ------------------------------------------------------------------------ open import Relation.Binary module Relation.Binary.Properties.StrictTotalOrder {s₁ s...
source/asis/asis-gela-normalizer-utils.ads
faelys/gela-asis
4
26839
<reponame>faelys/gela-asis<gh_stars>1-10 ------------------------------------------------------------------------------ -- G E L A A S I S -- -- ASIS implementation for Gela project, a portable Ada compiler -- -- http://gela.ad...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1763.asm
ljhsiun2/medusa
9
90020
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1763.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %rax push %rdx push %rsi lea addresses_D_ht+0x7539, %rdx nop nop cmp $57765, %rsi movw $0x6162, (%rdx) nop xor $6303, %r11 lea addresses_normal_ht+0x5d79, %r15...