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
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_69.asm
ljhsiun2/medusa
9
87096
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r15 push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0xc813, %rcx nop nop nop cmp %r12, %r12 movb $0x61, (%rcx) nop nop nop dec %r15 lea addresses_WC_ht+0x13a13, %rcx xor %r14, %r14 vmovups (%rcx), %ymm7 vextracti128 $1, %ymm7, %...
src/plfa/part2/Properties-peer.agda
billyang98/plfa.github.io
0
4575
module plfa.part2.Properties-peer where open import Relation.Binary.PropositionalEquality using (_≡_; _≢_; refl; sym; cong; cong₂) open import Data.String using (String; _≟_) open import Data.Nat using (ℕ; zero; suc) open import Data.Empty using (⊥; ⊥-elim) open import Data.Product using (_×_; proj₁; proj₂; ∃; ∃...
ATMega328P/03-led_onoff/led_onoff_avr.asm
agguro/arduino-project
0
102037
led_onoff.hex: file format ihex Disassembly of section .sec1: 00000000 <.sec1>: 0: 00 e2 ldi r16, 0x20 ; 32 2: 04 b9 out 0x04, r16 ; 4 4: 05 b9 out 0x05, r16 ; 5 6: 0e 94 09 00 call 0x12 ; 0x12 a: 00 e0 ldi r16, 0x00 ; 0 c: 05 b9 out 0x05, r16 ; 5 e: 0c ...
src/Preimage.agda
nad/equality
3
6893
<filename>src/Preimage.agda ------------------------------------------------------------------------ -- Preimages ------------------------------------------------------------------------ {-# OPTIONS --without-K --safe #-} -- Partly based on Voevodsky's work on so-called univalent -- foundations. open import Equality...
MIPS/P2/Q5.asm
JJLeo/BUAA-CO-2020
9
103814
.data a:.space 1000 b:.space 1000 space: .asciiz " " enter: .asciiz "\n" .macro pspace la $a0, space li $v0, 4 syscall .end_macro .macro penter la $a0, enter li $v0, 4 syscall .end_macro .macro scanfd(%x) li $v0, 5 syscall move %x, $v0 .end_macro .macro printfd(%x) move $a0, %x li $v0, 1 syscall .end_...
ExtractSac.agda
ashinkarov/agda-extractor
1
10362
open import Structures open import SacTy module ExtractSac where open import Data.String as S hiding (_++_) renaming (_≟_ to _≟s_) open import Data.List as L hiding (_++_) open import Data.List.Categorical open import Data.List.Properties as L open import Data.Nat as N open import Agda.Builtin.Nat using (div-helper; m...
Task/Function-definition/AppleScript/function-definition.applescript
LaudateCorpus1/RosettaCodeData
1
3078
<gh_stars>1-10 to multiply(a as number, b as number) return a * b end
alloy4fun_models/trashltl/models/7/RoXhZLWpwMdYzMfye.als
Kaixi26/org.alloytools.alloy
0
4053
<reponame>Kaixi26/org.alloytools.alloy<filename>alloy4fun_models/trashltl/models/7/RoXhZLWpwMdYzMfye.als open main pred idRoXhZLWpwMdYzMfye_prop8 { all disj f1,f2 : File | f1->f2 in link implies eventually f2 in Trash } pred __repair { idRoXhZLWpwMdYzMfye_prop8 } check __repair { idRoXhZLWpwMdYzMfye_prop8 <=> prop8o }
oeis/160/A160204.asm
neoneye/loda-programs
11
243428
; A160204: Decimal expansion of (873+232*sqrt(2))/809. ; Submitted by <NAME> ; 1,4,8,4,6,6,9,4,0,2,3,1,2,1,8,5,4,7,7,5,3,0,2,7,4,1,4,5,8,7,9,6,6,6,1,9,8,0,5,7,0,6,2,8,8,6,3,8,7,4,5,6,0,6,0,5,4,0,1,6,0,3,2,0,4,1,2,6,6,9,8,8,2,5,7,5,0,4,1,8,2,0,7,8,2,8,0,5,8,1,9,4,8,5,8,0,0,7,9,7 bin $1,$0 mov $2,2 mov $3,$0 mul $3,4 lp...
src/day-4/adventofcode-day_4.ads
persan/advent-of-code-2020
0
18096
<gh_stars>0 with Ada.Containers.Vectors; -- --------------------------------------------------------------------------- -- https://adventofcode.com/2020/day/4 -- --------------------------------------------------------------------------- --- Day 4: Passport Processing --- -- You arrive at the airport only to reali...
mc-sema/validator/x86/tests/INC16r.asm
randolphwong/mcsema
2
17758
BITS 32 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS= ;TEST_FILE_META_END ; INC16r xor dx, dx mov dx, 0x30 ;TEST_BEGIN_RECORDING inc dx ;TEST_END_RECORDING
.emacs.d/elpa/ada-ref-man-2012.5/progs/arm_texi.ads
caqg/linux-home
0
21324
with Ada.Text_IO; with Ada.Unchecked_Deallocation; with ARM_Output; with ARM_Contents; package ARM_Texinfo is -- -- Ada reference manual formatter. -- -- This package defines the TEXINFO output object. -- Output objects are responsible for implementing the details of -- a particular fo...
models/tests/test23.als
transclosure/Amalgam
4
2164
module tests/test // Bugpost by <NAME> open util/sequence[A] as aseq open util/sequence[B] as bseq sig A {} sig B {} fact { // This line works all a: A | some (Seq.seqElems).a // This line should work, but typechecker had a bug, and find Seq ambiguous all a: A | some indsOf[Seq,a] } run {} expect 1
oeis/108/A108262.asm
neoneye/loda-programs
11
13228
; A108262: Second order recursive series having the property that the product of any two adjacent terms equals 4 times a triangular number. That is a(n)*a(n+1)= 4*T(c) = 2c(c+1), where c = the term a(n+1) of related series A108261. ; Submitted by <NAME>(s4) ; 3,8,39,220,1275,7424,43263,252148,1469619,8565560,49923735,2...
libsrc/_DEVELOPMENT/threads/context/__thread_critical_section_end.asm
jpoikela/z88dk
640
24664
<filename>libsrc/_DEVELOPMENT/threads/context/__thread_critical_section_end.asm SECTION code_clib SECTION code_threads PUBLIC __thread_critical_section_end EXTERN asm_cpu_pop_ei defc __thread_critical_section_end = asm_cpu_pop_ei
out/CommMonoid/Equality.agda
JoeyEremondi/agda-soas
39
4013
<reponame>JoeyEremondi/agda-soas<gh_stars>10-100 {- This second-order equational theory was created from the following second-order syntax description: syntax CommMonoid | CM type * : 0-ary term unit : * | ε add : * * -> * | _⊕_ l20 theory (εU⊕ᴸ) a |> add (unit, a) = a (εU⊕ᴿ) a |> add (a, unit) = a ...
programs/oeis/204/A204553.asm
karttu/loda
0
173511
<reponame>karttu/loda ; A204553: Symmetric matrix: f(i,j)=floor[(2i+2j+2)/4]-floor[(i+j+1)/4], by (constant) antidiagonals. ; 1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,...
maps/BlackthornEmysHouse.asm
Dev727/ancientplatinum
28
25415
object_const_def ; object_event constants const BLACKTHORNEMYSHOUSE_EMY BlackthornEmysHouse_MapScripts: db 0 ; scene scripts db 0 ; callbacks Emy: faceplayer opentext trade NPC_TRADE_EMY waitbutton closetext end EmysHouseBookshelf: jumpstd magazinebookshelf BlackthornEmysHouse_MapEvents: db 0, 0 ; fill...
src/xph_model.adb
ohenley/covidsim
6
23895
<filename>src/xph_model.adb with Ada.Text_IO; use Ada.Text_IO; with Ada.Containers; use Ada.Containers; with Ada.Calendar.Arithmetic; use Ada.Calendar.Arithmetic; with Ada.Calendar; use Ada.Calendar; with Ada.Calendar.Formatting; with xph_covid19; use xph_covid19; with xph_covid19.data; use xph_covid19.data; with xph...
data/pokemon/base_stats/golduck.asm
Karkino/KarkCrystal16
0
80511
db 0 ; species ID placeholder db 85, 72, 78, 95, 95, 95 ; hp atk def spd sat sdf db WATER, PSYCHIC ; type db 75 ; catch rate db 174 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 20 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/golduck/...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1000.asm
ljhsiun2/medusa
9
3002
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x4b08, %rbx nop nop nop nop nop cmp %rcx, %rcx mov (%rbx), %r11d nop nop cmp $43968, %r9 lea addresses_A_ht+0x1de80, %rsi lea addresses_UC_ht+0x13680, %rdi clflu...
oeis/192/A192970.asm
neoneye/loda-programs
11
96022
; A192970: Coefficient of x in the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments. ; 0,1,3,9,21,44,85,156,276,476,806,1347,2230,3667,6001,9787,15923,25862,41955,68006,110170,178406,288828,467509,756636,1224469,1981455,3206301,5188161,8394896,13583521,21978912,35562960,57542432,93105986,150649047,2...
oeis/001/A001196.asm
neoneye/loda-programs
11
94980
; A001196: Double-bitters: only even length runs in binary expansion. ; Submitted by <NAME> ; 0,3,12,15,48,51,60,63,192,195,204,207,240,243,252,255,768,771,780,783,816,819,828,831,960,963,972,975,1008,1011,1020,1023,3072,3075,3084,3087,3120,3123,3132,3135,3264,3267,3276,3279,3312,3315,3324,3327,3840,3843,3852,3855,3888...
orka/src/orka/interface/orka-scenes-generic_scene_trees.ads
onox/orka
52
24607
-- SPDX-License-Identifier: Apache-2.0 -- -- Copyright (c) 2016 onox <<EMAIL>> -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -...
data/mapObjects/SafariZoneGate.asm
AmateurPanda92/pokemon-rby-dx
9
1145
<gh_stars>1-10 SafariZoneGate_Object: db $a ; border block db 4 ; warps warp 3, 5, 4, -1 warp 4, 5, 4, -1 warp 3, 0, 0, SAFARI_ZONE_CENTER warp 4, 0, 1, SAFARI_ZONE_CENTER db 0 ; signs db 2 ; objects object SPRITE_WHITE_PLAYER, 6, 2, STAY, LEFT, 1 ; person object SPRITE_WHITE_PLAYER, 1, 4, STAY, RIGHT, 2 ;...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2773.asm
ljhsiun2/medusa
9
7337
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xcf36, %r15 clflush (%r15) sub %rbx, %rbx and $0xffffffffffffffc0, %r15 vmovntdqa (%r15), %ymm3 vextracti128 $1, %ymm3, %xmm3 vpextrq $0, %xmm3, %r14 nop nop and $33345, %r11...
8085_programming/SS/2_add_5nos.asm
SayanGhoshBDA/code-backup
16
24298
<reponame>SayanGhoshBDA/code-backup ; To add 5 nos. stored in mem. loc. 2050H onwards and store the outputs in ; mem loc 2060H MVI C, 05H ; counter to store 5 nos. MVI H, 20H ; initializing the H-L pair MVI L, 50H MVI A, 00H label1: ADD M ; ADDING M to A INR L ; incrementing L DCR C ; decrementing C ...
oeis/214/A214825.asm
neoneye/loda-programs
11
82165
; A214825: a(n) = a(n-1) + a(n-2) + a(n-3), with a(0) = 1, a(1) = a(2) = 3. ; Submitted by <NAME> ; 1,3,3,7,13,23,43,79,145,267,491,903,1661,3055,5619,10335,19009,34963,64307,118279,217549,400135,735963,1353647,2489745,4579355,8422747,15491847,28493949,52408543,96394339,177296831,326099713,599790883,1103187427,20290780...
samples/decompress.adb
stcarrez/ada-lzma
4
214
----------------------------------------------------------------------- -- decompress - Decompress example based on the 02_decompress.c example -- The MIT License (MIT) -- -- Copyright (c) 2015 <NAME> -- -- Permission is hereby granted, free of charge, to any person obtaining a copy -- of this software and associa...
IT_100.asm
pishangujeniya/file-manager-assembly-tasm
0
95244
<gh_stars>0 ;; FILE MANAGER ;; data segment S1 db 'File' S2 db 'Directory' S3 db 'List' S4 db 'Exit' S5 db 'Cancel' S6 db 'Create' S7 db 'Delete' S11 db 'Create' S12 db 'View' S13 db 'Copy' S14 db 'Rename' S15 db 'Delete' S16 db 'Exit' S17 db 'Home' S21 db 'Create' S22 db 'Remove' S23 db 'ChangeDI...
Sources/Library/exceptions.ads
ForYouEyesOnly/Space-Convoy
1
11402
<filename>Sources/Library/exceptions.ads -- -- Jan & <NAME>, Australia, July 2011 -- -- -- Usage if the purpose is to "catch all": -- -- begin -- .. -- exception -- when Exception_Id : others => Show_Exception (Exception_Id); -- end; -- with Ada.Exceptions; use Ada.Exceptions; package Exceptions is pro...
src/asf-converters-dates.adb
jquorning/ada-asf
12
27390
----------------------------------------------------------------------- -- asf-converters-dates -- Date Converters -- Copyright (C) 2011, 2012, 2013, 2014, 2018 <NAME> -- Written by <NAME> (<EMAIL>) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in complia...
oeis/313/A313740.asm
neoneye/loda-programs
11
175800
<gh_stars>10-100 ; A313740: Coordination sequence Gal.5.309.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; Submitted by <NAME> ; 1,5,10,15,20,25,31,37,43,49,55,60,65,70,75,80,85,90,95,100,105,111,117,123,129,135,140,145,150,155,16...
arch/ARM/STM32/svd/stm32f46_79x/stm32_svd-dbg.ads
rocher/Ada_Drivers_Library
192
18951
<reponame>rocher/Ada_Drivers_Library -- This spec has been automatically generated from STM32F46_79x.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with HAL; with System; package STM32_SVD.DBG is pragma Preelaborate; --------------- -- Registers -- ----------...
Library/Text/TextAttr/taRunQuery.asm
steakknife/pcgeos
504
97565
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1989 -- All Rights Reserved PROJECT: PC GEOS MODULE: User/Text FILE: taRunQuery.asm ROUTINES: Name Description ---- ----------- Routines available to the rest of the text object EXT T...
audio/sfx/battle_0c.asm
etdv-thevoid/pokemon-rgb-enhanced
1
19407
SFX_Battle_0C_Ch7: unknownnoise0x20 15, 143, 17 unknownnoise0x20 4, 255, 18 unknownnoise0x20 10, 241, 85 endchannel
src/bootloader/protected_mode.asm
Thombrom/SnekOS
0
247843
<filename>src/bootloader/protected_mode.asm ; Make switch to 32-bit protected [bits 16] protected_mode_enter: cli ; Disable interrupts lgdt [gdt_descriptor] mov eax, cr0 ; Fetch cr0 register or eax, 0x1 ; set first bit mov cr0, eax ; and store i...
src/editor_package.ads
MorganPeterson/avi-editor
0
912
<reponame>MorganPeterson/avi-editor with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Buffer_Package; use Buffer_Package; with Utilities_Package; use Utilities_Package; package Editor_Package is type KEYSTROKE is record O : ERR_TYPE; C : Character; end record; type Editor is record ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1249.asm
ljhsiun2/medusa
9
167870
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %rax lea addresses_normal_ht+0x1788, %r14 nop nop nop nop nop inc %rax mov $0x6162636465666768, %r12 movq %r12, (%r14) nop nop nop mfence pop %rax pop %r14 pop %r12 ret .global s_faulty_load s_faulty_load: push %r11 pus...
oeis/231/A231670.asm
neoneye/loda-programs
11
12829
<filename>oeis/231/A231670.asm ; A231670: a(n) = Sum_{i=0..n} digsum_5(i)^3, where digsum_5(i) = A053824(i). ; 0,1,9,36,100,101,109,136,200,325,333,360,424,549,765,792,856,981,1197,1540,1604,1729,1945,2288,2800,2801,2809,2836,2900,3025,3033,3060,3124,3249,3465,3492,3556,3681,3897,4240,4304,4429,4645,4988,5500,5625,5841...
test/LaTeXAndHTML/succeed/Issue5043.agda
cruhland/agda
1,989
12877
<filename>test/LaTeXAndHTML/succeed/Issue5043.agda {-# OPTIONS --allow-unsolved-metas #-} latex : Set latex = {!test!}
engine/battle/link_result.asm
Dev727/ancientplatinum
28
9401
DetermineLinkBattleResult: farcall UpdateEnemyMonInParty ld hl, wPartyMon1HP call .CountMonsRemaining push bc ld hl, wOTPartyMon1HP call .CountMonsRemaining ld a, c pop bc cp c jr z, .even_number_of_mons_remaining jr c, .defeat jr .victory .even_number_of_mons_remaining call .BothSides_CheckNumberMonsAtFu...
src/Relation/Ternary/Separation/Monad/State/Heap.agda
laMudri/linear.agda
34
4337
open import Data.List open import Data.Unit open import Relation.Unary hiding (_∈_) open import Relation.Unary.PredicateTransformer using (Pt) open import Relation.Ternary.Separation open import Relation.Ternary.Separation.Construct.Market open import Relation.Ternary.Separation.Monad open import Relation.Ternary.Sepa...
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/opt21.adb
best08618/asylo
7
2294
<filename>gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/opt21.adb -- { dg-do run } -- { dg-options "-O2" } with System; with Opt21_Pkg; use Opt21_Pkg; procedure Opt21 is V : System.Address := Convert (null); begin null; end;
programs/oeis/023/A023705.asm
neoneye/loda
22
246056
; A023705: Numbers with no 0's in base 4 expansion. ; 1,2,3,5,6,7,9,10,11,13,14,15,21,22,23,25,26,27,29,30,31,37,38,39,41,42,43,45,46,47,53,54,55,57,58,59,61,62,63,85,86,87,89,90,91,93,94,95,101,102,103,105,106,107,109,110,111,117,118,119,121,122,123,125,126,127,149,150,151,153,154,155,157,158,159,165,166,167,169,170,1...
pkgs/tools/yasm/src/modules/preprocs/nasm/tests/orgsect.asm
manggoguy/parsec-modified
2,151
12301
<reponame>manggoguy/parsec-modified<filename>pkgs/tools/yasm/src/modules/preprocs/nasm/tests/orgsect.asm ORG 100h label: db 5 STRUC Foo .bar resb 4 ENDSTRUC dw label
old_materials/workshop07/fact.asm
MrBat13/hse-acos-course
9
92640
<reponame>MrBat13/hse-acos-course<gh_stars>1-10 # # int fact (int n) # { # if (n < 1) return (1); # else return (n * fact(n – 1)); # } # .text .globl main main: li $v0, 5 syscall move $a0, $v0 jal fact move $a0, $v0 li $v0, 1 syscall li $v0, 10 syscall fact: addi $sp, $sp, -8 # adju...
4inline/jugar_conecta4.adb
iyan22/AprendeAda
0
1036
<reponame>iyan22/AprendeAda<filename>4inline/jugar_conecta4.adb with Ada.Text_Io; use Ada.Text_Io; with Ada.Integer_Text_IO; use Ada.Integer_Text_Io; with conecta4; use conecta4; with Nt_Console; use Nt_console; with colocar_ficha; with imprimir_tablero; with pedir_columna; with inicializar_tablero; procedure ...
Algebra/Construct/Cayley/Propositional.agda
oisdk/agda-playground
6
13679
<gh_stars>1-10 {-# OPTIONS --cubical --safe --prop #-} open import Algebra open import Prelude open import Relation.Binary.Equivalence.PropTruncated module Algebra.Construct.Cayley.Propositional {a} (mon : Monoid a) where open Monoid mon record 𝒞 : Type a where constructor cayley infixr 7 _⇓_ field _⇓_ :...
tests/open_numbers.scpt
quilt-js/j
182
2191
#!/usr/bin/env osascript -- open_numbers.scpt -- open file using Numbers for Mac -- Copyright (C) 2014 SheetJS -- vim: set ts=2: on run argv set pwd to (system attribute "PWD") set workingDir to POSIX path of pwd set input_file_name to pwd & "/" & (item 1 of argv) set input_file to POSIX file input_file_name tel...
fourier/fourier8.ads
jscparker/math_packages
30
19982
<reponame>jscparker/math_packages -- PACKAGE Fourier8 -- -- Standard Radix 8 (decimation in frequency) Cooley-Tukey FFT. -- Procedure FFT does a Discrete Fourier Transform on data sets -- that are powers-of-2 in length. The package is pure. -- -- Radix 2 FFT's read and write the entire data set to the data array -- lo...
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/specs/size_attribute1_pkg2.ads
best08618/asylo
7
13475
<filename>gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/specs/size_attribute1_pkg2.ads -- { dg-excess-errors "no code generated" } generic type T is private; package Size_Attribute1_Pkg2 is procedure Proc; end Size_Attribute1_Pkg2;
tools/scitools/conf/understand/ada/ada95/a-strbou.ads
brucegua/moocos
1
20950
------------------------------------------------------------------------------ -- -- -- GNAT RUNTIME COMPONENTS -- -- -- -- ...
Transynther/x86/_processed/NONE/_st_/i3-7100_9_0x84_notsx.log_36_2911.asm
ljhsiun2/medusa
9
179997
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_WT_ht+0xda9a, %rsi lea addresses_WC_ht+0x11f3c, %rdi nop sub $1111, %r15 mov $121, %rcx rep movsl nop nop nop nop cmp $11802, %r8 lea addresses_WT_ht+0x140c, %r8 nop sub %r10, %r10 mov $0x6162...
Cubical/Functions/Fibration.agda
apabepa10/cubical
0
12892
<reponame>apabepa10/cubical<gh_stars>0 {-# OPTIONS --cubical --no-import-sorts --safe #-} module Cubical.Functions.Fibration where open import Cubical.Foundations.Prelude open import Cubical.Foundations.Function open import Cubical.Foundations.GroupoidLaws open import Cubical.Foundations.Equiv open import Cubical.Foun...
alloy4fun_models/trashltl/models/6/zE4gwFkXmqBEkGsRE.als
Kaixi26/org.alloytools.alloy
0
3717
<reponame>Kaixi26/org.alloytools.alloy<filename>alloy4fun_models/trashltl/models/6/zE4gwFkXmqBEkGsRE.als open main pred idzE4gwFkXmqBEkGsRE_prop7 { some Protected } pred __repair { idzE4gwFkXmqBEkGsRE_prop7 } check __repair { idzE4gwFkXmqBEkGsRE_prop7 <=> prop7o }
Nehemiah/Change/Correctness.agda
inc-lc/ilc-agda
10
6602
<reponame>inc-lc/ilc-agda ------------------------------------------------------------------------ -- INCREMENTAL λ-CALCULUS -- -- Correctness of differentiation with the Nehemiah plugin. ------------------------------------------------------------------------ module Nehemiah.Change.Correctness where -- The denotatio...
programs/oeis/059/A059827.asm
neoneye/loda
22
162270
<filename>programs/oeis/059/A059827.asm ; A059827: Cubes of triangular numbers: (n*(n+1)/2)^3. ; 1,27,216,1000,3375,9261,21952,46656,91125,166375,287496,474552,753571,1157625,1728000,2515456,3581577,5000211,6859000,9261000,12326391,16194277,21024576,27000000,34328125,43243551,54010152,66923416,82312875,100544625,122023...
alloy4fun_models/trashltl/models/3/KgjDaFyoRvYFKT7Ef.als
Kaixi26/org.alloytools.alloy
0
617
<gh_stars>0 open main pred idKgjDaFyoRvYFKT7Ef_prop4 { some f:File | eventually f in Trash } pred __repair { idKgjDaFyoRvYFKT7Ef_prop4 } check __repair { idKgjDaFyoRvYFKT7Ef_prop4 <=> prop4o }
software/modules/actuators/servo.ads
TUM-EI-RCS/StratoX
12
286
-- Institution: Technische Universitaet Muenchen -- Department: Real-Time Computer Systems (RCS) -- Project: StratoX -- -- Authors: <NAME> (<EMAIL>) -- <NAME> (<EMAIL>) -- -- @summary Servo Actuator frontend with Units; use Units; with Config; use Config; package Servo with SPARK_Mode is ...
archive/agda-2/Oscar/Data3.agda
m0davis/oscar
0
11662
<filename>archive/agda-2/Oscar/Data3.agda {- trying (and failing) to create a univesal "successor" -} -- types with and without payloads defined dependently, those w/o payloads in terms of those with (using ⊤ as a trivial payload) -- this complicates the successor constructor, `!`, so we use use pattern (OR function?),...
test/interaction/Issue3989.agda
shlevy/agda
1,989
15067
{-# OPTIONS --warning ShadowingInTelescope #-} postulate _ : (A A : Set) → Set
notes/FOT/FOTC/Program/Nest/Nest-FOTC-BC.agda
asr/fotc
11
14959
<filename>notes/FOT/FOTC/Program/Nest/Nest-FOTC-BC.agda ------------------------------------------------------------------------------ -- FOTC version of a nested recursive function by the -- Bove-Capretta method ------------------------------------------------------------------------------ {-# OPTIONS --exact-split ...
src/core/objectfile/coff_pe/read_coff.asm
Hiroshi123/bin_tools
0
7131
<gh_stars>0 default rel section .text global __z__obj__run_through_coff_shdr3 global __z__obj__run_through_coff_symtable3 ;;; microsoft ;;; caller saved register RAX, RCX, RDX, R8, R9, R10, R11 ;;; callee saved register RBX, RBP, RDI, RSI, RSP, R12, R13, R14, and R15 ;;; sysv args ;; RDI, RSI, RDX, RCX, R8, R9 ...
Assembly/8086/HelloWorld.asm
silence0201/iOS-Reverse
15
23211
assume cs:code, ds:data ; 数据段 data segment db 11h,22h,'Hello World!$' data ends ; 代码段 code segment start: ; 设置ds的值 mov ax, data mov ds, ax ; 显示字符 DS:DX=串地址 '$'结束字符串 mov dx, 2h mov ah, 9h int 21h ; 结束程序 mov ah, 4ch int 21h code ends end start
tests/src/shared/gl_test-display_backend.ads
Cre8or/OpenGLAda
79
12047
<reponame>Cre8or/OpenGLAda -- part of OpenGLAda, (c) 2017 <NAME> -- released under the terms of the MIT license, see the file "COPYING" package GL_Test.Display_Backend is -- abstraction layer for tests so they can run on both GLFW 2 and 3. -- only exposes most basic functionality, not intended for usage outsid...
installer/scripts/uninstall.applescript
ericmckean/webm.webmquicktime
8
1937
(* Copyright (c) 2012 The WebM project authors. All Rights Reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file in the root of the source tree. An additional intellectual property rights grant can be found in the file PATENTS. All contributing project authors may b...
alloy4fun_models/trainstlt/models/5/fdahJAGbot3iG6GC9.als
Kaixi26/org.alloytools.alloy
0
2224
open main pred idfdahJAGbot3iG6GC9_prop6 { always (all s : Signal | s in Green implies s not in Green' or s not in Green implies s in Green') } pred __repair { idfdahJAGbot3iG6GC9_prop6 } check __repair { idfdahJAGbot3iG6GC9_prop6 <=> prop6o }
programs/oeis/008/A008627.asm
neoneye/loda
22
87330
<filename>programs/oeis/008/A008627.asm<gh_stars>10-100 ; A008627: Molien series for A_4. ; 1,1,2,3,5,6,10,12,17,21,28,33,43,50,62,72,87,99,118,133,155,174,200,222,253,279,314,345,385,420,466,506,557,603,660,711,775,832,902,966,1043,1113,1198,1275,1367,1452,1552,1644,1753,1853,1970,2079,2205,2322 lpb $0 mov $2,$0 ...
programs/oeis/030/A030123.asm
jmorken/loda
1
25040
; A030123: Most likely total for a roll of n 6-sided dice, choosing the smallest if there is a choice. ; 0,1,7,10,14,17,21,24,28,31,35,38,42,45,49,52,56,59,63,66,70,73,77,80,84,87,91,94,98,101,105,108,112,115,119,122,126,129,133,136,140,143,147,150,154,157,161,164,168,171,175,178,182,185,189,192,196,199,203,206,210,213...
test/Succeed/Issue3354.agda
shlevy/agda
1,989
8722
<filename>test/Succeed/Issue3354.agda open import Agda.Builtin.Equality postulate Ty Cxt : Set Var Tm : Ty → Cxt → Set _≤_ : (Γ Δ : Cxt) → Set variable Γ Δ Φ : Cxt A B C : Ty x : Var A Γ Mon : (P : Cxt → Set) → Set Mon P = ∀{Δ Γ} (ρ : Δ ≤ Γ) → P Γ → P Δ postulate _•_ : Mon (_≤ Φ) monVar : Mon (Var ...
programs/oeis/175/A175824.asm
neoneye/loda
22
241888
<gh_stars>10-100 ; A175824: Maximum unsigned integer that can be stored in n bytes. ; 0,255,65535,16777215,4294967295,1099511627775,281474976710655,72057594037927935,18446744073709551615,4722366482869645213695,1208925819614629174706175,309485009821345068724781055 mov $1,256 pow $1,$0 sub $1,1 mov $0,$1
libsrc/_DEVELOPMENT/fcntl/c/sdcc_ix/vopen_callee.asm
meesokim/z88dk
0
173255
; int vopen_callee(const char *path, int oflag, void *arg) SECTION code_fcntl PUBLIC _vopen_callee, l0_vopen_callee EXTERN asm_vopen _vopen_callee: pop hl pop de pop bc ex (sp),hl l0_vopen_callee: push ix call asm_vopen pop ix ret
oeis/190/A190870.asm
neoneye/loda-programs
11
177199
<filename>oeis/190/A190870.asm ; A190870: a(n) = 11*a(n-1) - 22*a(n-2), a(0)=0, a(1)=1. ; Submitted by <NAME> ; 0,1,11,99,847,7139,59895,501787,4201967,35182323,294562279,2466173963,20647543455,172867150819,1447292702999,12117142414971,101448127098703,849352264956371,7111016118348615,59535427472794603,49844734759707110...
oeis/103/A103646.asm
neoneye/loda-programs
11
100431
<gh_stars>10-100 ; A103646: G.f.: 9*(3x+1)/(1+2x-6x^2-27x^3). ; Submitted by <NAME>(s1) ; 9,9,36,225,9,2304,1521,11025,49284,8649,576081,230400,3229209,10478169,4639716,140778225,29192409,911556864,2153052801,1951430625,33627490884,2586027609,249281516961,424895385600,715721076009,7848531119529,69439628196,662767765130...
programs/oeis/105/A105349.asm
neoneye/loda
22
244619
; A105349: Characteristic sequence for the Pell numbers. ; 1,1,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 pow $0,2 div $0,2 seq $0,5369 ; a(n) = 1 if n is of the form m(m+1), else 0.
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/specs/controlled1.ads
best08618/asylo
7
25658
-- { dg-do compile } with Ada.Finalization; with Controlled1_Pkg; use Controlled1_Pkg; package Controlled1 is type Collection is new Ada.Finalization.Controlled with null record; type Object_Kind_Type is (One, Two); type Byte_Array is array (Natural range <>) of Integer; type Bounded_Byte_Array_Type ...
source/oasis/program-elements-membership_tests.ads
optikos/oasis
0
23279
<filename>source/oasis/program-elements-membership_tests.ads -- Copyright (c) 2019 <NAME> <<EMAIL>> -- -- SPDX-License-Identifier: MIT -- License-Filename: LICENSE ------------------------------------------------------------- with Program.Elements.Expressions; with Program.Lexical_Elements; with Program.Element_Vec...
test/asset/agda-stdlib-1.0/Induction/Lexicographic.agda
omega12345/agda-mode
0
14933
<reponame>omega12345/agda-mode<gh_stars>0 ------------------------------------------------------------------------ -- The Agda standard library -- -- Lexicographic induction ------------------------------------------------------------------------ {-# OPTIONS --without-K --safe #-} module Induction.Lexicographic where...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_21.asm
ljhsiun2/medusa
9
163244
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_A_ht+0x10adc, %r13 nop nop nop nop cmp %r8, %r8 mov $0x6162636465666768, %r12 movq %r12, %xmm2 movups %xmm2, (%r13) and %rax, %rax lea addresses_normal_ht+0x17e5c, %rcx nop ...
Rust/dis.asm
yuxiqian/assembly-inject
0
104104
(__TEXT,__text) section _main: 000000010000a340 pushq %rbp 000000010000a341 movq %rsp, %rbp 000000010000a344 subq $0x10, %rsp 000000010000a348 movslq %edi, %rax 000000010000a34b leaq -0x1a2(%rip), %rdi 000000010000a352 movq %rsi, -0x8(%rbp) 000000010000a356 movq %rax, %rsi 000000010000a359 movq -0x8(%rbp), %rdx 0000000...
base/SyscallInputSum.asm
gmarciani/assimply
1
84069
<reponame>gmarciani/assimply # @Name: SyscallInputSum # @Description: The program sums two integers, prompted by the user, the displays the result. # # @Author: <NAME> <<EMAIL>> .text .globl main main: la $t0, value li $v0, 5 # loads the syscall 'read_int' in register $v0 syscall #...
data/jpred4/jp_batch_1613899824__qgKH_EZ/jp_batch_1613899824__qgKH_EZ.als
jonriege/predict-protein-structure
0
3876
SILENT_MODE BLOCK_FILE jp_batch_1613899824__qgKH_EZ.concise.blc MAX_NSEQ 866 MAX_INPUT_LEN 868 OUTPUT_FILE jp_batch_1613899824__qgKH_EZ.concise.ps PORTRAIT POINTSIZE 8 IDENT_WIDTH 12 X_OFFSET 2 Y_OFFSET 2 DEFINE_FONT 0 Helvetica DEFAULT DEFINE_FONT 1 Helvetica REL 0.75 DEFINE_FONT 7 Helvetica REL 0.6 DEFINE_FO...
src/extraction-node_edge_types.ads
TNO/Dependency_Graph_Extractor-Ada
0
18821
with Extraction.Utilities; private package Extraction.Node_Edge_Types is -- Node names. function Get_Node_Name (File : VFS.Virtual_File; Directory_Prefix : VFS.Virtual_File) return String; function Get_Node_Name (Project : GPR.Project_Type; Directory_Prefix : VFS.Virtual_File) return...
alloy4fun_models/trashltl/models/11/DA6GXA6JLCRyjbuAh.als
Kaixi26/org.alloytools.alloy
0
3482
<reponame>Kaixi26/org.alloytools.alloy<gh_stars>0 open main pred idDA6GXA6JLCRyjbuAh_prop12 { eventually all t : Trash | after t not in Trash } pred __repair { idDA6GXA6JLCRyjbuAh_prop12 } check __repair { idDA6GXA6JLCRyjbuAh_prop12 <=> prop12o }
programs/oeis/037/A037627.asm
karttu/loda
1
247156
<gh_stars>1-10 ; A037627: Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 2,3,0. ; 2,15,90,542,3255,19530,117182,703095,4218570,25311422,151868535,911211210,5467267262,32803603575,196821621450,1180929728702,7085578372215,42513470233290,255080821399742,1530484928398455 cal $0...
src/JVM/Model.agda
ajrouvoet/jvm.agda
6
14350
<filename>src/JVM/Model.agda<gh_stars>1-10 {-# OPTIONS --safe #-} module JVM.Model {ℓ} (T : Set ℓ) where open import Level hiding (Lift) open import Data.Product open import Data.Unit open import Data.List open import Relation.Binary.PropositionalEquality using (_≡_; refl) open import Relation.Ternary.Core open impor...
libsrc/target/x1/x1/x1_load_pcg.asm
Frodevan/z88dk
640
28557
SECTION code_clib PUBLIC x1_load_pcg PUBLIC _x1_load_pcg EXTERN asm_load_pcg ;void x1_load_pcg(int char, char data[8]) __z88dk_callee x1_load_pcg: _x1_load_pcg: pop de ;ret pop hl ;data pop bc ;character push de jp asm_load_pcg
Transynther/x86/_processed/NONE/_un_/i9-9900K_12_0xa0.log_1_843.asm
ljhsiun2/medusa
9
80182
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r14 push %r8 push %rcx push %rdi push %rsi lea addresses_A_ht+0x16f78, %rsi lea addresses_WC_ht+0x13d9a, %rdi nop nop nop sub $45198, %r13 mov $7, %rcx rep movsl and $51589, %r10 lea addresses_A_ht+0x5be, %rcx nop nop nop and %r11, %r11 mo...
programs/oeis/184/A184327.asm
jmorken/loda
1
100223
; A184327: a(1)=1, a(2)=17; thereafter a(n) = 6*a(n-1)-a(n-2)+c, where c=-4 if n is odd, c=12 if n is even. ; 1,17,97,577,3361,19601,114241,665857,3880897,22619537,131836321,768398401,4478554081,26102926097,152139002497,886731088897,5168247530881,30122754096401,175568277047521,1023286908188737,5964153172084897,34761632...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_91.asm
ljhsiun2/medusa
9
168361
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x19ce6, %rsi lea addresses_WC_ht+0x9dcb, %rdi nop nop nop nop nop add $18523, %r10 mov $50, %rcx rep movsb add %rax, %rax lea addresses_WC_ht+0x1190...
programs/oeis/205/A205085.asm
neoneye/loda
22
21438
; A205085: a(n) = n 5's sandwiched between two 1's. ; 11,151,1551,15551,155551,1555551,15555551,155555551,1555555551,15555555551,155555555551,1555555555551,15555555555551,155555555555551,1555555555555551,15555555555555551,155555555555555551,1555555555555555551,15555555555555555551,155555555555555555551,1555555555555555...
string_ops.ads
davidkristola/vole
4
30367
-- public domain with Ada.Calendar; with Ada.Strings.Maps; with Interfaces; package String_Ops is pragma Elaborate_Body; type String_Pointer_Type is access String; -- All the control characters plus space and non-breaking-space. -- function Is_White_Space (Char : in Character) return Boolea...
projects/batfish/src/org/batfish/grammar/flatvyos/FlatVyosParser.g4
gaberger/batfish
1
6131
parser grammar FlatVyosParser; import FlatVyos_bgp, FlatVyos_common, FlatVyos_interfaces, FlatVyos_policy, FlatVyos_protocols, FlatVyos_vpn; options { superClass = 'org.batfish.grammar.BatfishParser'; tokenVocab = FlatVyosLexer; } @header { package org.batfish.grammar.flatvyos; } flat_vyos_configuration : ...
test/succeed/PruningNonMillerPattern.agda
asr/agda-kanso
0
2110
<filename>test/succeed/PruningNonMillerPattern.agda -- {-# OPTIONS -v tc.meta:100 #-} -- Andreas, 2011-04-20 -- see <NAME> TLCA 2011 module PruningNonMillerPattern where data _≡_ {A : Set}(a : A) : A -> Set where refl : a ≡ a data Nat : Set where zero : Nat suc : Nat -> Nat test : let X : Nat -> Nat -> Nat ...
libsrc/_DEVELOPMENT/font/fzx/c/sdcc_iy/fzx_puts_justified_callee.asm
jpoikela/z88dk
640
243081
; int fzx_puts_justified_callee(struct fzx_state *fs, char *s, uint16_t allowed_width) SECTION code_font SECTION code_font_fzx PUBLIC _fzx_puts_justified_callee EXTERN asm_fzx_puts_justified _fzx_puts_justified_callee: pop af pop ix pop hl pop bc push af jp asm_fzx_puts_justified
test/Fail/Issue3813.agda
cruhland/agda
1,989
12876
open import Agda.Builtin.Nat open import Agda.Builtin.Equality cong : {A B : Set} (f : A → B) → {x y : A} → x ≡ y → f x ≡ f y cong f refl = refl +-identityʳ : (x : Nat) → x + 0 ≡ x +-identityʳ zero = refl +-identityʳ (suc n) = cong suc (+-identityʳ n) +-assoc : (x y z : Nat) → (x + y) + z ≡ x + (y + z) +-ass...
fox32rom/draw_text.asm
ry755/fox32
6
86237
<filename>fox32rom/draw_text.asm ; generic text drawing routines ; draw a single font tile to a framebuffer ; inputs: ; r0: tile number ; r1: X coordinate ; r2: Y coordinate ; r3: foreground color ; r4: background color ; r5: pointer to font graphics ; r6: font width ; r7: font height ; r8: pointer to framebuffer ; r9...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_14659_1192.asm
ljhsiun2/medusa
9
10422
<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_14659_1192.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x129b0, %rsi lea addresses_normal_ht+0x159e0, %rdi nop and $8577, %rbx mov $83, %rcx rep...
programs/oeis/300/A300451.asm
neoneye/loda
22
21689
; A300451: a(n) = (3*n^2 - 3*n + 8)*2^(n - 3). ; 1,2,7,26,88,272,784,2144,5632,14336,35584,86528,206848,487424,1134592,2613248,5963776,13500416,30343168,67764224,150470656,332398592,730857472,1600126976,3489660928,7583301632,16424894464,35467034624,76369887232,164014063616,351382011904,751082405888,1602022801408,341020...