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
45/runtime/rt/dvstmt.asm
minblock/msdos
0
15731
TITLE DVSTMT - Device Independent I/O Statements page 56,132 ;*** ; DVSTMT - Device Independent I/O Statements ; ; Copyright <C> 1986, Microsoft Corporation ; ;Purpose: ; ; BASIC Syntax mapping to included runtime entry points: ; ; - EOF Function: ; ; EOF(file number) ; | ; I2 B$FEOF ; ; - LOC Function: ;...
programs/oeis/130/A130543.asm
karttu/loda
1
13779
<filename>programs/oeis/130/A130543.asm ; A130543: Multiplicative persistence of n!. ; 0,0,0,0,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,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 mov $2,4 trn $2,$0 pow $1,$2
libsrc/z80_crt0s/z80/sccz80/l_pint.asm
jpoikela/z88dk
38
9991
<reponame>jpoikela/z88dk ; Z88 Small C+ Run time Library ; Moved functions over to proper libdefs ; To make startup code smaller and neater! ; ; 6/9/98 djm SECTION code_crt0_sccz80 PUBLIC l_pint ; store int from HL into (DE) .l_pint IF EZ80 ex de,hl d...
programs/oeis/186/A186181.asm
neoneye/loda
22
161993
; A186181: Period 4 sequence [ 2, 2, 3, 2, ...] except a(0) = 1. ; 1,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2 gcd $0,262156 mov $1,5 bin $1,$0 div $1,5 add $1,1 m...
programs/oeis/329/A329533.asm
karttu/loda
0
244327
<filename>programs/oeis/329/A329533.asm ; A329533: First differences of A051924, or second differences of Central binomial coefficients A000984. ; 3,10,36,132,490,1836,6930,26312,100386,384540,1478048,5697720,22019556,85284920,330961950,1286562960,5009003250,19528599420,76231136520,297910080600,1165429743660,4563490674...
source/amf/uml/amf-uml-object_nodes.ads
svn2github/matreshka
24
16626
<reponame>svn2github/matreshka ------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- ...
vba/vba.g4
augustand/grammars-v4
0
1112
/* * Copyright (C) 2014 <NAME> <<EMAIL>> * * This program 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 of the License, or * (at your option) any later version. * * This program is distribu...
test/asm/offsets.asm
nigelperks/BasicAssembler
0
28256
; Different kinds of offsets and relocations IDEAL ASSUME CS:SEG1, DS:SEG1, ES:SEG1, SS:SEG1 SEGMENT SEG1 ORG 100h start: ; absolute in main segment jmp near CS:90h call near CS:90h mov al, [90h] mov dh, [si+90h] frog: jmp near CS:40h call near CS:40h mov al, [40h] mov dh, [si+40h] ; symbolic in sam...
tools-src/gnu/binutils/gas/testsuite/gasp/t2.asm
enfoTek/tomato.linksys.e2000.nvram-mod
80
91904
test + continued + lines .END
List 01/ex 01.asm
LeonardoSanBenitez/Assembly-exercises
0
29780
<filename>List 01/ex 01.asm<gh_stars>0 # Lista 1 ex 1 # Author: <NAME> # Variables map: # $t0=Base # $t1=A # $t2 = B # Pseudocode: # Load from memory to A and B # B = A + B # Store B in memory addi $t0, $zero, 0x10008000 # base addr #lw $t1, 0 ($t0) #lw $t2, 4 ($t0) addi $t1, $zero, 10 addi $t2, $zero, 20 add $t2, $...
source/directories/machine-pc-freebsd/s-nadise.adb
ytomino/drake
33
9544
with Ada.Exception_Identification.From_Here; with System.Address_To_Named_Access_Conversions; with System.Standard_Allocators; with System.Storage_Elements; with System.Zero_Terminated_Strings; with C.errno; with C.fnmatch; with C.stdint; with C.sys.types; package body System.Native_Directories.Searching is use Ada....
Globular-TT/Syntax.agda
thibautbenjamin/catt-formalization
0
5030
<gh_stars>0 {-# OPTIONS --rewriting --without-K #-} open import Agda.Primitive open import Prelude import GSeTT.Syntax {- Syntax for a globular type theory, with arbitrary term constructors -} module Globular-TT.Syntax {l} (index : Set l) where data Pre-Ty : Set (lsuc l) data Pre-Tm : Set (lsuc l) data Pre-Sub...
programs/oeis/245/A245779.asm
neoneye/loda
22
105305
<filename>programs/oeis/245/A245779.asm ; A245779: Numbers n such that (n/tau(n) - sigma(n)/n) < 1. ; 1,2,3,4,6,8,10,12,18,24 lpb $0 mov $2,$0 mov $3,$0 cmp $3,0 add $0,$3 add $2,$0 div $4,$0 pow $0,2 sub $0,$4 div $0,10 add $1,$2 mul $4,10 add $4,$2 lpe div $1,2 add $1,1 mov $0,$1
non_regression/other_x64_macosx_7.o.asm
LRGH/plasmasm
1
22913
.macosx_version_min 10, 12 .section __TEXT,__text,regular,pure_instructions .align 4, 0x90 .globl _pari_init_evaluator _pari_init_evaluator: pushq %rbp pushq %r14 pushq %rbx movq $0, _sp(%rip) leaq _s_st(%rip), %rax leaq _st(%rip), %rcx subq %rax, %rcx movq %rcx, _...
Light.agda
zamfofex/lightlib
1
8498
<gh_stars>1-10 {-# OPTIONS --omega-in-omega --no-termination-check --overlapping-instances #-} module Light where open import Light.Library public module Implementation where open import Light.Implementation public
exampl01/resdlg2/resdlg2.asm
AlexRogalskiy/Masm
0
82725
<reponame>AlexRogalskiy/Masm ; ######################################################################### .386 .model flat, stdcall option casemap :none ; case sensitive ; ######################################################################### include \masm32\include\windows.inc incl...
Ejercicio7.asm
CrysthelAparicio/TareaASM
1
83065
<filename>Ejercicio7.asm<gh_stars>1-10 ; ######################################################################### .386 .model flat, stdcall option casemap :none ; case sensitive ; ######################################################################### include \masm32\include\windows.inc ...
src/slots/bruteforce.agda
semenov-vladyslav/slots-agda
0
336
<gh_stars>0 open import slots.imports open import slots.defs module slots.bruteforce {cfg : config}(g : game cfg) where open config cfg open game g total : ℕ total = V.foldl _ (λ i r → i * L.length r) 1 reels lineWin : Line → Win/Bet lineWin [] = 0 lineWin (f₀ ∷ fs) = lineWin′ w ws fs where winLine = V.lookup f₀ ...
dino/lcs/enemy/6D.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
83641
<gh_stars>1-10 copyright zengfr site:http://github.com/zengfr/romhack 033D98 add.b D0, ($24,A6) 033D9C andi.b #$1, ($24,A6) [enemy+ 4, enemy+44, enemy+64, enemy+A4] 033DA2 jsr $12cb4.l [enemy+ 4, enemy+44, enemy+64, enemy+A4] 0342C8 beq $342cc [enemy+ D, enemy+6D] 0355F6 bne $35634 [enemy+ 9, enem...
programs/oeis/286/A286032.asm
neoneye/loda
22
104210
<reponame>neoneye/loda ; A286032: a(n) = a(n-1) - n*a(n-2); a(0) = a(1) = 1. ; 1,1,-1,-4,0,20,20,-120,-280,800,3600,-5200,-48400,19200,696800,408800,-10740000,-17689600,175630400,511732800,-3000875200,-13747264000,52271990400,368459062400,-886068707200,-10097545267200,12940241120000,285573963334400,-76752788025600,-835...
sound/musicasm/Miniboss.asm
NatsumiFox/Sonic-3-93-Nov-03
7
167156
<filename>sound/musicasm/Miniboss.asm Miniboss_Header: sHeaderInit ; Z80 offset is $8412 sHeaderPatch Miniboss_Patches sHeaderCh $06, $03 sHeaderTempo $01, $00 sHeaderDAC Miniboss_DAC sHeaderFM Miniboss_FM1, $00, $0F sHeaderFM Miniboss_FM2, $00, $0F sHeaderFM Miniboss_FM3, $00, $0F sHeaderFM Miniboss_FM4,...
programs/oeis/219/A219768.asm
jmorken/loda
1
102042
; A219768: Number of n X 3 arrays of the minimum value of corresponding elements and their horizontal or antidiagonal neighbors in a random, but sorted with lexicographically nondecreasing rows and columns, 0..1 n X 3 array. ; 3,6,14,29,56,101,171,274,419,616,876,1211,1634,2159,2801,3576,4501,5594,6874,8361,10076,12041...
test/Fail/InstanceArgumentsModNotParameterised.agda
shlevy/agda
1,989
15137
<reponame>shlevy/agda module InstanceArgumentsModNotParameterised where postulate A : Set a : A record B : Set where field bA : A b : B b = record {bA = a} module C = B b open C {{...}}
oeis/350/A350395.asm
neoneye/loda-programs
11
105101
; A350395: Numbers m such that a term with the largest coefficient in Product_{k=1..m} (1 + x^k) is unique. ; Submitted by <NAME> ; 0,3,8,11,12,15,16,19,20,23,24,27,28,31,32,35,36,39,40,43,44,47,48,51,52,55,56,59,60,63,64,67,68,71,72,75,76,79,80,83,84,87,88,91,92,95,96,99,100,103,104,107,108,111,112,115,116,119,120,123...
alloy4fun_models/trainstlt/models/6/nYBNMEmyhKjjfCDxH.als
Kaixi26/org.alloytools.alloy
0
624
open main pred idnYBNMEmyhKjjfCDxH_prop7 { (all t:Train | some (t.pos & Entry ) implies eventually some (t.pos & Exit) ) } pred __repair { idnYBNMEmyhKjjfCDxH_prop7 } check __repair { idnYBNMEmyhKjjfCDxH_prop7 <=> prop7o }
4-high/gel/source/applet/gel-applet-gui_and_sim_world.ads
charlie5/lace-alire
1
72
<reponame>charlie5/lace-alire with gel.World, gel.Camera, gel.Window; package gel.Applet.gui_and_sim_world -- -- Provides an applet configured with a single window and -- two worlds (generally a simulation world and a gui world). -- is type Item is limited new gel.Applet.item with private; type V...
programs/oeis/266/A266180.asm
karttu/loda
1
5093
; A266180: Decimal representation of the n-th iteration of the "Rule 6" elementary cellular automaton starting with a single ON (black) cell. ; 1,6,16,96,256,1536,4096,24576,65536,393216,1048576,6291456,16777216,100663296,268435456,1610612736,4294967296,25769803776,68719476736,412316860416,1099511627776,6597069766656,1...
Transynther/x86/_processed/NONE/_ht_zr_un_/i7-7700_9_0x48.log_21829_580.asm
ljhsiun2/medusa
9
93493
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r9 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1ec23, %rsi lea addresses_D_ht+0xd963, %rdi sub $22376, %r13 mov $28, %rcx rep movsl nop nop nop nop nop sub $27556, %rdi lea addresses_normal_ht+0x...
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/addr8.adb
best08618/asylo
7
29694
<filename>gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/addr8.adb -- { dg-do compile } package body Addr8 is procedure Proc (B: Bytes) is O: Integer; for O'Address use B'Address; begin null; end; end Addr8;
test/Succeed/OpenModule.agda
shlevy/agda
1,989
2003
<reponame>shlevy/agda module OpenModule where module A where postulate X : Set -- Both open import and open module applies the directives -- to the "open" rather than to the module. open import Nat hiding (zero) renaming (Nat to N) open module B = A renaming (X to Y) Test : Set Test = Y → B.X → N → Nat.Nat zer...
examples/sinatra/Prelude.agda
asr/agda-kanso
1
437
module Prelude where infixr 50 _,_ infixl 40 _◄_ infix 30 _∈_ data _×_ (A B : Set) : Set where _,_ : A -> B -> A × B data List (A : Set) : Set where ε : List A _◄_ : List A -> A -> List A data _∈_ {A : Set}(x : A) : List A -> Set where hd : forall {xs} -> x ∈ xs ◄ x tl : forall {y xs} -> x...
test.asm
jbush001/MiteCPU
12
162537
<gh_stars>10-100 # # Sum the digits 1-8 # res result res count res scratch start: ldi 8 st count loop: ldi 0 # Clear accumulator add result add count st result # result = result + count ldi -1 add count st count # count = count - 1 ...
programs/oeis/009/A009970.asm
neoneye/loda
22
98944
<gh_stars>10-100 ; A009970: Powers of 26. ; 1,26,676,17576,456976,11881376,308915776,8031810176,208827064576,5429503678976,141167095653376,3670344486987776,95428956661682176,2481152873203736576,64509974703297150976,1677259342285725925376,43608742899428874059776,1133827315385150725554176,29479510200013918864408576,76646...
misc/Parallel2.agda
yurrriq/parser-combinators
7
551
-- This code is based on "Parallel Parsing Processes" by Koen -- Claessen. -- This module is a variant of Parallel in which Parser uses mixed -- induction/coinduction. module Parallel2 {Tok : Set} where open import Coinduction open import Data.Bool import Data.Bool.Properties as Bool open import Algebra open import ...
src/Lens/Non-dependent/Higher/Coinductive.agda
nad/dependent-lenses
3
14088
<reponame>nad/dependent-lenses<filename>src/Lens/Non-dependent/Higher/Coinductive.agda ------------------------------------------------------------------------ -- Coinductive higher lenses ------------------------------------------------------------------------ -- <NAME> came up with these lenses, and provided an info...
programs/oeis/136/A136442.asm
karttu/loda
1
26260
; A136442: a(3n) = 1, a(3n-1) = 0 and a(3n+1) = a(n). ; 1,1,0,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0 mul $0,2 add $0,1 mov $1,$0 add $1,$0 mov $2,$1 lpb $...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_922.asm
ljhsiun2/medusa
9
86131
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xfa82, %rbp nop nop nop inc %rcx mov (%rbp), %r9w nop nop nop nop and $11119, %rsi lea addresses_A_ht+0x11305, %rdx nop nop nop nop inc %r12 and $0xfffffffffff...
part1/quantifiers/Quantifiers.agda
akiomik/plfa-solutions
1
8430
<reponame>akiomik/plfa-solutions<gh_stars>1-10 module Quantifiers where -- Imports import Relation.Binary.PropositionalEquality as Eq open Eq using (_≡_; refl) open import Data.Nat using (ℕ; zero; suc; _+_; _*_) open import Relation.Nullary using (¬_) open import Data.Product using (_×_; proj₁; proj₂) renaming (_,_ t...
source/lexer/webidl-token_handlers.adb
reznikmm/webidl
0
21372
<filename>source/lexer/webidl-token_handlers.adb -- SPDX-FileCopyrightText: 2021 <NAME> <<EMAIL>> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- with League.Strings; package body WebIDL.Token_Handlers is ------------- -- Integer -- ------------- overri...
hmi_sdk/hmi_sdk/Tools/ffmpeg-2.6.2/libavutil/x86/cpuid.asm
APCVSRepo/android_packet
4
172379
<gh_stars>1-10 ;***************************************************************************** ;* Copyright (C) 2005-2010 x264 project ;* ;* Authors: <NAME> <<EMAIL>> ;* <NAME> <<EMAIL>> ;* ;* This file is part of FFmpeg. ;* ;* FFmpeg is free software; you can redistribute it and/or ;* modify it under ...
oeis/290/A290075.asm
neoneye/loda-programs
11
19871
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A290075: Number of monomials in c(n) where c(1) = x, c(2) = y, c(n+2) = c(n+1) + c(n)^2. ; Submitted by <NAME> ; 1,1,2,3,5,8,14,24,44,80,152,288,560,1088,2144,4224,8384,16640,33152,66048,131840,263168,525824,1050624,2100224,4198400,8394752,16785408,33566720,67125248,134...
src/extended/read_disk.asm
abxxbo/biboot
4
6673
<reponame>abxxbo/biboot ;; read_disk.asm: be able to read the disk. ;; read_disk: finally! the meat and bones of ;; this entire file _read_disk: mov ah, 0x02 ;; Danger: not having this will fail reading disk mov bx, 0x8000 ;; bx is where we will finally load the 32bit/64bit ...
programs/oeis/000/A000332.asm
karttu/loda
1
162083
; A000332: Binomial coefficient binomial(n,4) = n*(n-1)*(n-2)*(n-3)/24. ; 0,0,0,0,1,5,15,35,70,126,210,330,495,715,1001,1365,1820,2380,3060,3876,4845,5985,7315,8855,10626,12650,14950,17550,20475,23751,27405,31465,35960,40920,46376,52360,58905,66045,73815,82251,91390,101270,111930,123410,135751,148995,163185,178365,1945...
oeis/336/A336477.asm
neoneye/loda-programs
11
100288
; A336477: a(n) = 1 if a regular n-gon is constructible with ruler (or, more precisely, an unmarked straightedge) and compass, 0 otherwise. ; Submitted by <NAME> ; 1,1,1,1,1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,...
programs/oeis/019/A019489.asm
neoneye/loda
22
24611
<reponame>neoneye/loda<gh_stars>10-100 ; A019489: Define the sequence T(a(0),a(1)) by a(n+2) is the greatest integer such that a(n+2)/a(n+1) < a(n+1)/a(n) for n >= 0. This is T(3,7). ; 3,7,16,36,80,177,391,863,1904,4200,9264,20433,45067,99399,219232,483532,1066464,2352161,5187855,11442175,25236512,55660880,122763936,27...
oeis/253/A253546.asm
neoneye/loda-programs
11
168464
; A253546: Centered hexagonal numbers (A003215) which are also centered heptagonal numbers (A069099). ; Submitted by <NAME> ; 1,547,368551,248402701,167423051797,112842888508351,76055939431576651,51261590333994154297,34550235829172628419401,23286807687272017560521851,15695273830985510663163308047,1057859127527654691495...
oeis/063/A063012.asm
neoneye/loda-programs
11
105278
<reponame>neoneye/loda-programs ; A063012: Sum of distinct powers of 20; i.e., numbers with digits in {0,1} base 20; i.e., write n in base 2 and read as if written in base 20. ; Submitted by <NAME> ; 0,1,20,21,400,401,420,421,8000,8001,8020,8021,8400,8401,8420,8421,160000,160001,160020,160021,160400,160401,160420,16042...
programs/oeis/061/A061646.asm
neoneye/loda
22
96920
<gh_stars>10-100 ; A061646: a(n) = 2*a(n-1) + 2*a(n-2) - a(n-3) with a(-1) = 1, a(0) = 1, a(1) = 1. ; 1,1,1,3,7,19,49,129,337,883,2311,6051,15841,41473,108577,284259,744199,1948339,5100817,13354113,34961521,91530451,239629831,627359043,1642447297,4299982849,11257501249,29472520899,77160061447,202007663443,528862928881,...
Projetos/I-VM/bin/nasm/StaticsTest.nasm
juanjorgegarcia/Z01
0
241916
; Inicialização para VM leaw $Main.main, %A jmp nop ; 0 - Declarando função Class2.set Class2.set: ; 1 - PUSH argument 0 leaw $0,%A movw %A,%D leaw $ARG,%A addw (%A),%D,%A movw (%A),%D leaw $SP,%A movw (%A),%A movw %D,(%A) leaw $SP,%A movw (%A),%D incw %D movw %D,(%A) ; 2 - POP static 0 leaw $SP,%A movw (%A),%D decw %D...
src/static/antlr4/grammars/CoverExpressions.g4
jlenoble/ecmascript-parser
0
6206
/* Source: ECMAScript® 2018 Language Specification - Annex A-2 */ grammar CoverExpressions; // CoverParenthesizedExpressionAndArrowParameterList[Yield, Await]: // ( Expression[+In, ?Yield, ?Await] ) // ( Expression[+In, ?Yield, ?Await] , ) // ( ) // ( ... BindingIdentifier[?Yield, ?Await] ) // ( ... Bi...
software/modules/sensors/gps.adb
TUM-EI-RCS/StratoX
12
19794
<filename>software/modules/sensors/gps.adb<gh_stars>10-100 with ublox8.Driver; use ublox8; with Bounded_Image; use Bounded_Image; package body GPS with SPARK_Mode, Refined_State => (State => (null)) is --overriding procedure initialize (Self : in out GPS_Tag) is begin Driver.init; Self.state := ...
src/auxiliar.asm
santiontanon/talesofpopolon-ext
4
162547
<gh_stars>1-10 ;----------------------------------------------- ; pletter v0.5c msx unpacker ; call unpack with hl pointing to some pletter5 data, and de pointing to the destination. ; changes all registers GETBIT: MACRO add a,a call z,pletter_getbit ENDM GETBITEXX: MACRO add a,a call z,pletter_getbitex...
src/net-protos-dispatchers.ads
stcarrez/ada-enet
16
16702
----------------------------------------------------------------------- -- net-protos-dispatchers -- Network protocol dispatchers -- Copyright (C) 2016, 2017 <NAME> -- Written by <NAME> (<EMAIL>) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_2_707.asm
ljhsiun2/medusa
9
21435
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x106a9, %r8 nop nop nop xor %r12, %r12 mov $0x6162636465666768, %rcx movq %rcx, (%r8) nop nop and %r10, %r10 lea addresses_normal_ht+0x18735, %rsi lea addresses_normal_ht+0...
Categories/Category/Monoidal/Symmetric.agda
rei1024/agda-categories
0
14159
{-# OPTIONS --without-K --safe #-} open import Categories.Category open import Categories.Category.Monoidal module Categories.Category.Monoidal.Symmetric {o ℓ e} {C : Category o ℓ e} (M : Monoidal C) where open import Level open import Data.Product using (Σ; _,_) open import Categories.Functor.Bifunctor open impor...
source/adam-compilation_unit.ads
charlie5/aIDE
3
23958
<filename>source/adam-compilation_unit.ads with AdaM.Any, AdaM.Entity, AdaM.Context, AdaM.library_Item, AdaM.Subunit, Ada.Containers.Vectors, Ada.Streams; package AdaM.compilation_Unit is type Item is new AdaM.Any.item with private; -- View -- type View is access all...
code/zlib-1.2.11/contrib/masmx86/inffas32.asm
skrtbhtngr/presto
0
241978
;/* inffas32.asm is a hand tuned assembler version of inffast.c -- fast decoding ; * ; * inffas32.asm is derivated from inffas86.c, with translation of assembly code ; * ; * Copyright (C) 1995-2003 <NAME> ; * For conditions of distribution and use, see copyright notice in zlib.h ; * ; * Copyright (C) 2003 <NAME>...
projects/batfish/src/main/antlr4/org/batfish/grammar/cisco/Cisco_rip.g4
sskausik08/Wilco
0
6509
<reponame>sskausik08/Wilco parser grammar Cisco_rip; import Cisco_common; options { tokenVocab = CiscoLexer; } rr_distance : DISTANCE distance = DEC NEWLINE ; rr_distribute_list : DISTRIBUTE_LIST ( ( PREFIX prefix_list = variable ) | acl = variable ) ( IN | O...
dv3/q40/1sec.asm
olifink/smsqe
0
89070
<reponame>olifink/smsqe ; DV3 Q40 sets up 1 second loop timer  1999 <NAME> section fd xdef fd_1sec xdef hd_1sec xref.l fdc_stat include 'dev8_keys_sys' include 'dev8_keys_q40' include 'dev8_keys_qdos_sms' include 'dev8_smsq_smsq_base_keys' ;+++ ; Set up 1 second loop timer ; ; d0 r 1 second timer ...
.emacs.d/elpa/ada-mode-7.0.1/gpr_process_actions.adb
caqg/linux-home
0
29290
-- generated parser support file. -- command line: wisitoken-bnf-generate.exe --generate LR1 Ada_Emacs re2c PROCESS gpr.wy -- -- Copyright (C) 2013 - 2019 Free Software Foundation, Inc. -- This program is free software; you can redistribute it and/or -- modify it under the terms of the GNU General Public Licens...
bfvmm/src/hve/arch/intel_x64/exit_handler_entry.asm
chp-io/hypervisor
1
171956
<filename>bfvmm/src/hve/arch/intel_x64/exit_handler_entry.asm<gh_stars>1-10 ; ; Copyright (C) 2019 Assured Information Security, Inc. ; ; 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...
cwiczenia2/enter_k.asm
adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow
1
85281
section .data znak db "",0 section .text global _start: _start: mov rax, 3 mov rbx, 0 mov rcx, znak mov rdx, 1 int 80h cmp byte [znak], "k" jne _start mov rax, 1 mov rbx, 0 int 80h
Driver/Font/Nimbus/nimbusEC.asm
steakknife/pcgeos
504
84238
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC/GEOS MODULE: nimbusEC.asm FILE: nimbusEC.asm AUTHOR: <NAME>, Apr 17, 1992 ROUTINES: Name Description ---- ----------- ECNukeVariabl...
alloy4fun_models/trainstlt/models/16/rrGWb4fYGConxAvZi.als
Kaixi26/org.alloytools.alloy
0
3653
<gh_stars>0 open main pred idrrGWb4fYGConxAvZi_prop17 { } pred __repair { idrrGWb4fYGConxAvZi_prop17 } check __repair { idrrGWb4fYGConxAvZi_prop17 <=> prop17o }
HW_Example/h801.asm
smallru8/smallMasmLib
0
170245
TITLE (.asm) INCLUDE Irvine32.inc INCLUDE Macros.inc .data INT9 DWORD 9 INT5 DWORD 5 INT32 DWORD 32 .code main PROC mWrite "攝氏度 : " FINIT fild INT32 ;32 call ReadFloat ;C fild INT9 ;9 fild INT5 ;5 fdiv ;/ fmul ;* fadd ;+ mWrite "華氏度 : " call WriteFloat call crlf exit main ENDP ...
bssn/code/src/bssnbase-text_io.ads
leo-brewin/adm-bssn-numerical
1
12500
package BSSNBase.Text_IO is procedure write_results; procedure write_history; procedure write_summary; procedure write_summary_header; procedure write_summary_trailer; procedure create_text_io_lists; xy_index_list_ptr : GridIndexList_ptr := new GridIndexList (1..max_num_x*max_num_y); xz_inde...
Serializer.agda
mathijsb/generic-in-agda
6
9537
<reponame>mathijsb/generic-in-agda<filename>Serializer.agda module Serializer where open import Data.List open import Data.Fin hiding (_+_) open import Data.Nat open import Data.Product open import Data.Bool open import Function using (_∘_ ; _$_ ; _∋_) open import Function.Injection hiding (_∘_) open import Function.S...
src/LibraBFT/Impl/Consensus/ConsensusTypes/ExecutedBlock.agda
LaudateCorpus1/bft-consensus-agda
0
9349
<gh_stars>0 {- Byzantine Fault Tolerant Consensus Verification in Agda, version 0.9. Copyright (c) 2021, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at https://opensource.oracle.com/licenses/upl -} open import LibraBFT.Base.Types import LibraBFT.Impl.Consens...
src/Eilenberg-MacLane-space.agda
nad/equality
3
11169
<gh_stars>1-10 ------------------------------------------------------------------------ -- The Eilenberg-MacLane space K(G, 1) ------------------------------------------------------------------------ {-# OPTIONS --erased-cubical --safe #-} -- The module is parametrised by a notion of equality. The higher -- construct...
oeis/064/A064057.asm
neoneye/loda-programs
11
8580
; A064057: Eighth column of quintinomial coefficients. ; Submitted by <NAME> ; 2,18,80,255,666,1520,3144,6030,10890,18722,30888,49205,76050,114480,168368,242556,343026,477090,653600,883179,1178474,1554432,2028600,2621450,3356730,4261842,5368248 add $0,2 sub $2,$0 mov $0,$2 bin $0,2 mul $0,$2 bin $2,7 sub $0,$2
45/beef/drv/csd/inc/csd_std.asm
minblock/msdos
0
177172
;* ;* CW : Character Windows ;* ;* csd_std.asm : standard defaults ;* (not machine specific) ifndef ImodeGuessCurrentCsd_NonDefault ;***************************************************************************** ;********** ImodeGuessCurrentCsd ********** ;* * CSD entry point (see documentation for interface) cProc Im...
misc/spriteDemo.asm
TheStormkeeper/c64_fun
13
245852
<gh_stars>10-100 ; ; Demo displaying a single sprite and handling joystick actions. ; Uses raster interrupt. ; !to "spritedemo.prg", cbm ; launch routine *=$0801 !byte $0c, $08, $0a, $00, $9e, $20, $38, $31, $39, $32 deltaX !byte $0 ; dx for joystick movement ( -1 - left, 1 - right, 0 - none) deltaY !byt...
test/interaction/Issue3417.agda
shlevy/agda
1,989
9502
<reponame>shlevy/agda<filename>test/interaction/Issue3417.agda -- Andreas, 2019-02-17, issue #3417 -- -- We want to see highlighting for all the warnings, -- even if the last thing is a hard error. open import Agda.Builtin.Nat reachable : Nat → Nat reachable zer = 0 reachable (suc n) = suc (reachable n) coverage : N...
src/main/antlr4/com/formation/Formation.g4
cybermario/antlr4-demo
0
747
grammar Formation; // Parser Rules formation: sector? (DELIMITER? (group | vehicle))+; group: GROUP_START (DELIMITER? vehicle)+ GROUP_END; vehicle: STATUS? NO_LEFT_PASSAGE? vehicleType NO_RIGHT_PASSAGE? order? offer? sector?; sector: SECTOR_PREFIX sectorName; sectorName: TEXT; vehicleType: TEXT; order: ORDER_PR...
src/implementation/cl.adb
flyx/OpenCLAda
8
15407
<filename>src/implementation/cl.adb -------------------------------------------------------------------------------- -- Copyright (c) 2013, <NAME> <<EMAIL>> -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above -- copyrig...
Assets/Animations/Mannequin/ADB/Face.adb
CopyPasteBugs/ActionGameContestProject
0
23467
<gh_stars>0 <AnimDB FragDef="Animations/Mannequin/ADB/FaceFragmentIds.xml" TagDef="Animations/Mannequin/ADB/FaceTags.xml"> <FragmentList> <BodyMove> <Fragment BlendOutDuration="0.2" Tags=""> <AnimLayer> <Blend ExitTime="0" StartTime="0" Duration="0.2"/> <Animation name="BodyAnim" flags="Loop"/> ...
Application Support/BBEdit/AppleScript/conflict_select_start_of_next.applescript
bhdicaire/bbeditSetup
0
1556
<filename>Application Support/BBEdit/AppleScript/conflict_select_start_of_next.applescript<gh_stars>0 tell application "BBEdit" activate set theMatch to find "<<<<" searching in text 1 of text document 1 options {search mode:grep, starting at top:false, wrap around:true, backwards:false, case sensitive:false, match w...
kernel.asm
jason-plainlog/osdev
0
172084
<filename>kernel.asm bits 32 section .text align 4 dd 0x1BADB002 dd 0x00 dd - (0x1BADB002 + 0x00) global start extern kmain start: cli call kmain hlt
commands/web-searches/search-gender-in-chosic.applescript
daviddzhou/script-commands
3,305
4470
<gh_stars>1000+ #!/usr/bin/osascript # Required parameters: # @raycast.schemaVersion 1 # @raycast.title Search Genre in Chosic # @raycast.mode inline # Optional parameters: # @raycast.packageName Web Searches # @raycast.icon images/chosic.png # Documentation: # @raycast.description Find the current Spotify track's ...
verification/models/typesystem/ark_typesystem.als
openharmony-gitee-mirror/ark_runtime_core
1
3022
<filename>verification/models/typesystem/ark_typesystem.als /* * Copyright (c) 2021 Huawei Device Co., Ltd. * 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/licen...
Toggle Skype Mic.lbaction/Contents/Scripts/default.applescript
universvm/lb6-actions
216
2052
on run tell application "Skype" if it is not running then return -- from https://gist.github.com/kylef/120887 if (send command "GET MUTE" script name "LaunchBar") is equal to "MUTE ON" then send command "SET MUTE OFF" script name "LaunchBar" else send command "SET MUTE ON" script name "LaunchBar" en...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_1587.asm
ljhsiun2/medusa
9
174243
<filename>Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_1587.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1803b, %rbp nop nop nop cmp $9749, %rcx movw $0x6162, (%rbp) nop ...
Cubical/Algebra/CommAlgebra/Base.agda
lpw25/cubical
0
10938
{-# OPTIONS --safe #-} module Cubical.Algebra.CommAlgebra.Base where open import Cubical.Foundations.Prelude open import Cubical.Foundations.Equiv open import Cubical.Foundations.HLevels open import Cubical.Foundations.SIP open import Cubical.Data.Sigma open import Cubical.Algebra.Semigroup open import Cubical.Algeb...
programs/oeis/153/A153152.asm
neoneye/loda
22
241707
<filename>programs/oeis/153/A153152.asm ; A153152: Rotated binary incrementing: For n<2 a(n)=n, if n=(2^k)-1, a(n)=(n+1)/2, otherwise a(n)=n+1. ; 0,1,3,2,5,6,7,4,9,10,11,12,13,14,15,8,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,16,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,6...
software/kernel/crash.adb
TUM-EI-RCS/StratoX
12
18773
<filename>software/kernel/crash.adb with System.Machine_Reset; with Ada.Real_Time; use Ada.Real_Time; with System.Task_Primitives.Operations; with Config.Tasking; with Bounded_Image; use Bounded_Image; with Logger; with NVRAM; with HIL; with Interfaces; use Interfaces; with Unchecked_Conversion; -- @summar...
llvm-gcc-4.2-2.9/gcc/ada/scans.adb
vidkidz/crossbridge
1
29648
<reponame>vidkidz/crossbridge ------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- ...
Src/Ant8/Tests/Ant8/basic/01_lc_r0.asm
geoffthorpe/ant-architecture
0
87811
<gh_stars>0 # $Id: 01_lc_r0.asm,v 1.2 2001/03/22 00:39:02 ellard Exp $ # # Copyright 1999-2000 by the President and Fellows of Harvard College. # See LICENSE.txt for license information. # #@ tests lc for r0 # OK lc r0, 1 hlt
mat/src/mat-interrupts.adb
stcarrez/mat
7
3060
----------------------------------------------------------------------- -- mat-interrupts - SIGINT management to stop long running commands -- Copyright (C) 2015 <NAME> -- Written by <NAME> (<EMAIL>) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compli...
llvm-gcc-4.2-2.9/gcc/ada/a-numaux-libc-x86.ads
vidkidz/crossbridge
1
8455
<gh_stars>1-10 ------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- ...
tools/cracktro_v1_logo_converter.asm
alexanderbazhenoff/zx-spectrum-various
0
3753
ORG #6000 LD HL,30000 LD DE,#4000 LD BC,#1B00 LDIR LD HL,#4008 LD B,8 LD DE,40000 FUCK PUSH BC PUSH HL PUSH HL LD BC,#C001 CALL SCR POP HL PUSH DE LD DE,8 ADD HL,DE POP DE ...
scripts/.volume.applescript
looking-for-a-job/mac-volume
1
2176
#!/usr/bin/osascript on run argv if count of argv is 1 then set volume output volume (item 1 of argv) return else output volume of (get volume settings) end if end run
programs/oeis/086/A086746.asm
neoneye/loda
22
7059
; A086746: Multiples of 3018. ; 3018,6036,9054,12072,15090,18108,21126,24144,27162,30180,33198,36216,39234,42252,45270,48288,51306,54324,57342,60360,63378,66396,69414,72432,75450,78468,81486,84504,87522,90540,93558,96576,99594,102612 mul $0,3018 add $0,3018
arch/ARM/STM32/svd/stm32l151/stm32_svd-fsmc.ads
morbos/Ada_Drivers_Library
2
16754
<reponame>morbos/Ada_Drivers_Library -- This spec has been automatically generated from STM32L151.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with HAL; with System; package STM32_SVD.FSMC is pragma Preelaborate; --------------- -- Registers -- ------------...
onnxruntime/core/mlas/lib/amd64/SgemmKernelM1Avx.asm
dennyac/onnxruntime
6,036
86801
<reponame>dennyac/onnxruntime ;++ ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; Licensed under the MIT License. ; ; Module Name: ; ; SgemmKernelM1Avx.asm ; ; Abstract: ; ; This module implements the kernels for the single precision matrix/matrix ; multiply operation (SGEMM). This handles the s...
theorems/cw/cohomology/ReconstructedCochainsIsoCellularCochains.agda
mikeshulman/HoTT-Agda
0
10953
<reponame>mikeshulman/HoTT-Agda<gh_stars>0 {-# OPTIONS --without-K --rewriting #-} open import HoTT open import cw.CW open import homotopy.DisjointlyPointedSet open import cohomology.Theory open import cohomology.ChainComplex module cw.cohomology.ReconstructedCochainsIsoCellularCochains {i : ULevel} (OT : OrdinaryT...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1737.asm
ljhsiun2/medusa
9
91521
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x6c64, %r8 nop nop nop nop nop mfence mov (%r8), %r11d nop nop nop nop nop sub %r10, %r10 lea addresses_UC_ht+0xe934, %rcx nop nop nop nop dec %r15 mov (%rcx), %r9 no...
linear_algebra/peters_eigen.ads
jscparker/math_packages
30
2295
---------------------------------------------------------------------- -- package Peters_Eigen, eigendecomposition -- Copyright (C) 2008-2018 <NAME>. -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above -- copyright not...
alloy4fun_models/trashltl/models/4/H7YN2cKdzeiiK5oie.als
Kaixi26/org.alloytools.alloy
0
161
<reponame>Kaixi26/org.alloytools.alloy open main pred idH7YN2cKdzeiiK5oie_prop5 { eventually (some f : File | f in Trash) } pred __repair { idH7YN2cKdzeiiK5oie_prop5 } check __repair { idH7YN2cKdzeiiK5oie_prop5 <=> prop5o }
Julian_calendar.adb
Louis-Aime/Milesian_calendar_Ada
0
10519
-- Package body Julian_calendar ---------------------------------------------------------------------------- -- Copyright Miletus 2016 -- 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 witho...
oeis/145/A145641.asm
neoneye/loda-programs
11
179863
; A145641: Numbers whose binary representation is the concatenation of n 1's, n 0's and n 1's. ; Submitted by <NAME> ; 5,51,455,3855,31775,258111,2080895,16711935,133956095,1072694271,8585742335,68702703615,549688713215,4397778092031,35183298379775,281470681808895,2251782633947135,18014329790267391,144114913198473215,1...