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
oeis/052/A052904.asm
neoneye/loda-programs
11
246223
; A052904: Expansion of (1-x)/(1-2x-4x^2+4x^3). ; Submitted by <NAME> ; 1,1,6,12,44,112,352,976,2912,8320,24384,70400,205056,594176,1726976,5010432,14552064,42237952,122642432,356028416,1033674752,3000893440,8712372224,25293619200,73433153536,213191294976,618940727296 mov $1,1 lpb $0 sub $0,1 mov $2,$1 add $3,$1...
gcc-gcc-7_3_0-release/gcc/ada/bcheck.ads
best08618/asylo
7
23095
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
src/plfa-code/Relations.agda
chirsz-ever/plfa-code
0
9604
<reponame>chirsz-ever/plfa-code module plfa-code.Relations where import Relation.Binary.PropositionalEquality as Eq open Eq using (_≡_; refl; cong; sym; trans) open import Data.Nat using (ℕ; zero; suc; _+_; _*_) open import Data.Nat.Properties using (+-comm) open Eq.≡-Reasoning using (begin_; _≡⟨⟩_) open import plfa-...
oeis/108/A108627.asm
neoneye/loda-programs
11
160510
; A108627: Logarithmic g.f.: Sum_{n>=1} a(n)/n*x^n = log(G108626(x)), where G108626(x) is g.f. for A108626. ; Submitted by <NAME> ; 2,6,20,66,222,750,2536,8578,29018,98166,332092,1123458,3800630,12857438,43496400,147147266,497795634,1684030566,5697034596,19272929986,65199855118,220569529934,746181374904,2524313509762 ...
PRG/objects/3-F1.asm
narfman0/smb3_pp1
0
176658
<gh_stars>0 .byte $00 ; Unknown purpose .byte OBJ_ROTODISCCLOCKWISE, $10, $14 .byte OBJ_ROTODISCCCLOCKWISE, $19, $15 .byte OBJ_DRYBONES, $14, $18 .byte OBJ_THWOMP, $2B, $11 .byte OBJ_BOO, $3F, $14 .byte OBJ_DRYBONES, $36, $18 .byte OBJ_THWOMP, $48, $11 .byte OBJ_BOO, $4F, $14 .byte OBJ_DRYBONES, $5C, $18 .b...
base/mvdm/dos/v86/cmd/mem/_msgret.asm
npocmaka/Windows-Server-2003
17
93710
;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1988 - 1991 ; * All Rights Reserved. ; */ page 60,132 name _msgret title C to Message Retriever ;------------------------------------------------------------...
programs/oeis/106/A106251.asm
karttu/loda
1
7076
<gh_stars>1-10 ; A106251: Expansion of (1-x+x^2+x^3+x^5)/(1-x-x^6+x^7). ; 1,0,1,2,2,3,4,3,4,5,5,6,7,6,7,8,8,9,10,9,10,11,11,12,13,12,13,14,14,15,16,15,16,17,17,18,19,18,19,20,20,21,22,21,22,23,23,24,25,24,25,26,26,27,28,27,28,29,29,30,31,30,31,32,32,33,34,33,34,35,35,36,37,36,37,38 add $0,2 mov $1,$0 mod $0,3 add $1,$...
bank19.asm
alexsteb/zelda_gb_disassembly
3
93470
nop nop add hl, sp add hl, sp dec h dec h dec h dec h add hl, sp add hl, sp ld hl, $2121 ld hl, $0000 nop nop inc c inc c ld [de], a ld [de], a ld [de], a ld [de], a ld e, $1e ld [de], a ld [de], a jp nc, .l_00d2 nop nop nop adc a, e adc a, e adc a, d adc a, ...
oeis/001/A001622.asm
neoneye/loda-programs
11
247160
; A001622: Decimal expansion of golden ratio phi (or tau) = (1 + sqrt(5))/2. ; Submitted by <NAME> ; 1,6,1,8,0,3,3,9,8,8,7,4,9,8,9,4,8,4,8,2,0,4,5,8,6,8,3,4,3,6,5,6,3,8,1,1,7,7,2,0,3,0,9,1,7,9,8,0,5,7,6,2,8,6,2,1,3,5,4,4,8,6,2,2,7,0,5,2,6,0,4,6,2,8,1,8,9,0,2,4,4,9,7,0,7,2,0,7,2,0,4,1,8,9,3,9,1,1,3,7 mov $1,1 mov $3,$0...
tests/tk-menu-test_data.adb
thindil/tashy2
2
27803
-- This package is intended to set up and tear down the test environment. -- Once created by GNATtest, this package will never be overwritten -- automatically. Contents of this package can be modified in any way -- except for sections surrounded by a 'read only' marker. with Ada.Environment_Variables; use Ada.Env...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_1584.asm
ljhsiun2/medusa
9
177404
<filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_1584.asm .global s_prepare_buffers s_prepare_buffers: push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x793d, %rsi lea addresses_WC_ht+0xa211, %rdi clflush (%rsi) cmp %rax, %rax mov $92, %rcx rep movsl nop xor %rbp, ...
code/AppleScript/Open in SourceTree.applescript
desmodyne/DevEnvTools
0
360
#!/usr/bin/env osascript # Open in SourceTree.applescript # # open the git repo a file or folder is part of in SourceTree # # author : <NAME> # contact : <EMAIL> # created : 2017-05-02 # NOTE: see also Open in Terminal.applescript # ----------------------------------------------------------------------------- # o...
include/bits_types_u_mbstate_t_h.ads
docandrew/troodon
5
21625
pragma Ada_2012; pragma Style_Checks (Off); with Interfaces.C; use Interfaces.C; package bits_types_u_mbstate_t_h is -- Integral type unchanged by default argument promotions that can -- hold any value corresponding to members of the extended character -- set, as well as at least one value that does not co...
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_zeroSpritePalette.asm
jpoikela/z88dk
640
80120
<reponame>jpoikela/z88dk ; void SMS_zeroSpritePalette(void) SECTION code_clib SECTION code_SMSlib PUBLIC _SMS_zeroSpritePalette EXTERN asm_SMSlib_zeroSpritePalette defc _SMS_zeroSpritePalette = asm_SMSlib_zeroSpritePalette
src/open_weather_map-api.adb
Jellix/open_weather_map_api
1
26059
-------------------------------------------------------------------------------- -- 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 t...
specs/ada/server/tkmrpc-contexts-ae.ads
DrenfongWong/tkm-rpc
0
5735
<filename>specs/ada/server/tkmrpc-contexts-ae.ads<gh_stars>0 with Tkmrpc.Types; package Tkmrpc.Contexts.ae is type ae_State_Type is (clean, -- Initial clean state. invalid, -- Error state. stale, -- AE context is stale. unauth, -- AE context is unauthentic...
other.7z/SFC.7z/SFC/ソースデータ/MarioKart/sfxdos..asm
prismotizm/gigaleak
0
101326
<filename>other.7z/SFC.7z/SFC/ソースデータ/MarioKart/sfxdos..asm Name: sfxdos..asm Type: file Size: 11529 Last-Modified: '1991-10-29T15:00:00Z' SHA-1: E8CA0DE6D72032D781999F8BF80FB2D5D6749E1C Description: null
source/distributed/required/s-shasto.ads
ytomino/drake
33
24789
<gh_stars>10-100 pragma License (Unrestricted); -- implementation unit required by compiler with Ada.Streams; package System.Shared_Storage is -- no-operation procedure Nop (Key : String) is null; function Nop (Key : String) return access Ada.Streams.Root_Stream_Type'Class is (null); type Lock_Han...
test/interaction/Issue3312.agda
shlevy/agda
1,989
6465
-- open import Data.List -- open import Data.Fin open import Agda.Builtin.Nat public using (Nat; zero; suc) open import Agda.Builtin.List public using (List; []; _∷_) data Fin : Nat → Set where fzero : {n : Nat} → Fin (suc n) fsuc : {n : Nat} (i : Fin n) → Fin (suc n) foldr : ∀ {a b} {A : Set a} {B : Set b...
oeis/337/A337397.asm
neoneye/loda-programs
11
101459
; A337397: Expansion of sqrt(2 / ( (1+64*x^2) * (1-8*x+sqrt(1+64*x^2)) )). ; Submitted by <NAME> ; 1,2,-34,-92,1654,4828,-88724,-268088,4984486,15361708,-287691196,-898052872,16901635516,53234639768,-1005474931816,-3187958034544,60375963282182,192405594166988,-3651655920615596,-11684176213422568,222132094724096852,7130...
test/asset/agda-stdlib-1.0/Category/Applicative.agda
omega12345/agda-mode
0
1159
------------------------------------------------------------------------ -- The Agda standard library -- -- Applicative functors ------------------------------------------------------------------------ -- Note that currently the applicative functor laws are not included -- here. {-# OPTIONS --without-K --safe #-} mo...
programs/oeis/001/A001789.asm
neoneye/loda
22
164173
<filename>programs/oeis/001/A001789.asm ; A001789: a(n) = binomial(n,3)*2^(n-3). ; 1,8,40,160,560,1792,5376,15360,42240,112640,292864,745472,1863680,4587520,11141120,26738688,63504384,149422080,348651520,807403520,1857028096,4244635648,9646899200,21810380800,49073356800,109924319232,245215789056,544923975680,1206617374...
programs/oeis/006/A006446.asm
jmorken/loda
1
240571
; A006446: Numbers k such that floor(sqrt(k)) divides k. ; 1,2,3,4,6,8,9,12,15,16,20,24,25,30,35,36,42,48,49,56,63,64,72,80,81,90,99,100,110,120,121,132,143,144,156,168,169,182,195,196,210,224,225,240,255,256,272,288,289,306,323,324,342,360,361,380,399,400,420,440,441,462,483,484,506,528,529,552,575,576,600,624,625,650...
oeis/026/A026119.asm
neoneye/loda-programs
11
24837
; A026119: Bisection of A000016 (also of A000013). ; Submitted by <NAME> ; 1,2,4,10,30,94,316,1096,3856,13798,49940,182362,671092,2485534,9256396,34636834,130150588,490853416,1857283156,7048151672,26817356776,102280151422,390937468408,1497207322930,5744387279818,22076468764192,84973577874916,327534518354296,12641683164...
test/Fail/Issue4986b.agda
cruhland/agda
1,989
13155
postulate A : Set open import Agda.Builtin.Equality -- here the solution g := (\ (@0 x) (@0 y) → f y x) is not well-typed -- in a non-erased context, which is how `g` is declared. bar : (f : A → A → A) (g : @0 A → @0 A → A) → @0 _≡_ {A = @0 A → @0 A → A} g (\ (@0 x) (@0 y) → f y x) → @0 A → @0 A → A bar f ...
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-bignum.ads
orb-zhuchen/Orb
0
2026
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
data/actors/boat.asm
sinusoid-studios/rhythm-land
11
246911
<filename>data/actors/boat.asm INCLUDE "constants/hardware.inc" INCLUDE "constants/actors.inc" INCLUDE "constants/games/battleship.inc" INCLUDE "macros/actors.inc" SECTION "Battleship Boat Actor Animation Data", ROMX xActorBoatAnimation:: animation Boat, BOAT .left cel enter1, MUSIC_BATTLESHIP_SPEED * 2 / 4 ...
programs/oeis/256/A256700.asm
karttu/loda
0
22665
<filename>programs/oeis/256/A256700.asm ; A256700: Positive part of the minimal alternating triangular-number representation of n (defined at A255974). ; 1,3,3,7,6,6,10,11,10,10,18,15,16,15,15,22,24,21,22,21,21,28,29,31,28,29,28,28,39,36,37,39,36,37,36,36,48,48,45,46,48,45,46,45,45,56,58,58,55,56,58,55,56,55,55,66,67,6...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_124_978.asm
ljhsiun2/medusa
9
9780
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r8 push %r9 push %rax push %rbp push %rbx // Faulty Load lea addresses_WC+0x19e6f, %r9 nop nop nop nop nop and $17015, %rbx mov (%r9), %r8 lea oracles, %r9 and $0xff, %r8 shlq $12, %r8 mov (%r9,%r8,1), %r8 pop %rbx pop %rb...
programs/oeis/163/A163683.asm
karttu/loda
1
161691
<reponame>karttu/loda<gh_stars>1-10 ; A163683: a(n) = n^2*(2*n + 5). ; 0,7,36,99,208,375,612,931,1344,1863,2500,3267,4176,5239,6468,7875,9472,11271,13284,15523,18000,20727,23716,26979,30528,34375,38532,43011,47824,52983,58500,64387,70656,77319,84388,91875,99792,108151,116964,126243,136000,146247,156996,168259,180048,19...
alloy4fun_models/trashltl/models/3/T6i8EK9ZjPHeK9ejc.als
Kaixi26/org.alloytools.alloy
0
3714
<gh_stars>0 open main pred idT6i8EK9ZjPHeK9ejc_prop4 { some f: File | (always f not in Protected) implies eventually (always f in Trash) and eventually (always f.link in Trash) } pred __repair { idT6i8EK9ZjPHeK9ejc_prop4 } check __repair { idT6i8EK9ZjPHeK9ejc_prop4 <=> prop4o }
programs/oeis/268/A268631.asm
karttu/loda
1
169215
<reponame>karttu/loda ; A268631: Number of ordered pairs (a,b) of positive integers less than n with the property that n divides ab. ; 0,0,0,1,0,4,0,5,4,8,0,17,0,12,16,17,0,28,0,33,24,20,0,53,16,24,28,49,0,76,0,49,40,32,48,97,0,36,48,101,0,112,0,81,100,44,0,145,36,96,64,97,0,136,80,149,72,56,0,241,0,60,148,129,96,184,0...
programs/oeis/192/A192797.asm
neoneye/loda
22
9593
; A192797: Molecular topological indices of the cycle graphs ; 4,12,24,48,80,132,196,288,396,540,704,912,1144,1428,1740,2112,2516,2988,3496,4080,4704,5412,6164,7008,7900,8892,9936,11088,12296,13620,15004,16512,18084,19788,21560,23472,25456,27588,29796,32160,34604 add $0,1 mov $2,$0 pow $0,2 div $0,2 add $0,4 mul $0,$2...
Cubical/Foundations/Univalence/Universe.agda
limemloh/cubical
0
961
{-# OPTIONS --cubical --safe --postfix-projections #-} open import Cubical.Core.Everything open import Cubical.Foundations.Embedding open import Cubical.Foundations.Equiv open import Cubical.Foundations.Function open import Cubical.Foundations.Isomorphism open import Cubical.Foundations.Prelude open import Cubical.Fo...
examples/queryexample.adb
ray2501/AdaBaseXClient
0
9298
<reponame>ray2501/AdaBaseXClient<gh_stars>0 with Ada.Text_IO; with Ada.Exceptions; with AdaBaseXClient; use Ada.Text_IO; use Ada.Exceptions; use AdaBaseXClient; procedure QueryExample is V: String_Vectors.Vector; begin if (Connect ("localhost", 1_984) = False) then Ada.Text_IO.Put_Line ("Connect failed....
oeis/076/A076685.asm
neoneye/loda-programs
11
177631
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A076685: a(n) = max(core(n),phi(n)) where core(n) is the squarefree part of n. ; Submitted by <NAME> ; 1,2,3,2,5,6,7,4,6,10,11,4,13,14,15,8,17,6,19,8,21,22,23,8,20,26,18,12,29,30,31,16,33,34,35,12,37,38,39,16,41,42,43,20,24,46,47,16,42,20,51,24,53,18,55,24,57,58,59,16,6...
src/Processors/LaTeX/latex_writer-picture.ads
fintatarta/eugen
0
27913
with Ada.Strings.Fixed; package Latex_Writer.Picture is subtype Latex_Slope is Integer range -6 .. 6; type Picture_Length is delta 0.01 range -10_000.0 .. 10_000.0; function "*" (X : Integer; Y : Picture_Length) return Picture_Length is (Picture_Length (X) * Y); function Pos (X, Y : Picture_Length) r...
source/vampire-forms.ads
ytomino/vampire
1
30867
<filename>source/vampire-forms.ads -- The Village of Vampire by YT, このソースコードはNYSLです with Ada.Calendar; with Ada.Streams; with Ada.Strings.Unbounded; with Web.HTML; with Tabula.Casts; with Tabula.Villages; package Vampire.Forms is type Base_Page is (Index_Page, User_Page, User_List_Page, Village_Page); type Templa...
dd/rd/ram.asm
olifink/smsqe
0
83788
<gh_stars>0 ; RAM based RAM disk section base bra.l rd_wmess section version section rd xref rd_vmess xref rd_vmend xref rd_init xref gu_smul rd_wmess lea rd_vmess,a1 moveq #rd_vmend-rd_vmess,d2 sub.l a0,a...
Ejercicios/Cap_7/leas.asm
moisotico/Microprocesadores
0
162219
; <NAME> ; 25-05-2020 ; IE0623: Microprocesadores ; Ejercicio 1: Lea-K ; ***************************************************************************** ; Data Structures ; ***************************************************************************** DATA: equ $1100 PROG: ...
software/hal/boards/pixhawk/hil/hil-devices-nvram.ads
TUM-EI-RCS/StratoX
12
304
-- Institution: Technische Universitatt Muenchen -- Department: Realtime Computer Systems (RCS) -- Project: StratoX -- Module: Software Configuration -- -- Authors: <NAME> (<EMAIL>) with FM25v0x; -- @summary -- Target-specific types for the NVRAM in Pixhawk. package HIL.Devices.NVRAM with SPARK_Mo...
test/Succeed/Issue4050.agda
strake/agda
2
2155
<reponame>strake/agda -- Andreas, 2019-09-13, AIM XXX, test for #4050 by gallais record Wrap : Set₂ where field wrapped : Set₁ f : Wrap f = record { M } module M where wrapped : Set₁ wrapped = Set -- Should be accepted.
src/imagemoments.adb
sebsgit/textproc
0
13715
<gh_stars>0 with PixelArray; use PixelArray; with ImageRegions; with Ada.Text_IO; with Ada.Numerics.Generic_Elementary_Functions; with Ada.Containers.Generic_Sort; package body ImageMoments is package FloatFunctions is new Ada.Numerics.Generic_Elementary_Functions(Float_Type => Float); use FloatFunctions; g...
test/Succeed/PostponeTactic.agda
cruhland/agda
1,989
9851
<reponame>cruhland/agda -- Test that postponing tactic applications work properly module _ where open import Common.Prelude open import Common.Reflection data Zero : Set where zero : Zero macro fill : Term → Tactic fill = give _asTypeOf_ : {A : Set} → A → A → A x asTypeOf _ = x -- Requires postponing the ma...
alloy4fun_models/trashltl/models/17/zftkfRrbnyMhGR7q7.als
Kaixi26/org.alloytools.alloy
0
1447
open main pred idzftkfRrbnyMhGR7q7_prop18 { always (all f:Protected | f in Trash-Protected triggered always f not in Protected) } pred __repair { idzftkfRrbnyMhGR7q7_prop18 } check __repair { idzftkfRrbnyMhGR7q7_prop18 <=> prop18o }
oeis/176/A176718.asm
neoneye/loda-programs
11
174070
; A176718: Partial sums of A004207. ; Submitted by <NAME> ; 1,2,4,8,16,32,55,83,121,170,232,302,379,470,571,674,781,896,1018,1145,1282,1430,1591,1760,1945,2144,2362,2591,2833,3083,3340,3611,3892,4184,4489,4802,5122,5447,5782,6128,6487,6863,7255,7661,8077,8504,8944,9392 mov $4,$0 mov $6,$0 add $6,1 lpb $6 mov $0,$4 ...
oeis/243/A243470.asm
neoneye/loda-programs
11
20144
; A243470: Numerators of the rational convergents to the periodic continued fraction 1/(2 + 1/(7 + 1/(2 + 1/(7 + ...)))). ; Submitted by <NAME> ; 1,7,15,112,239,1785,3809,28448,60705,453383,967471,7225680,15418831,115157497,245733825,1835294272,3916322369,29249550855,62415424079,466157519408,994730462895,7429270759673,...
libsrc/_DEVELOPMENT/fcntl/c/sdcc_iy/vioctl_callee.asm
meesokim/z88dk
0
84737
; int vioctl_callee(int fd, uint16_t request, void *arg) SECTION code_fcntl PUBLIC _vioctl_callee EXTERN asm_vioctl _vioctl_callee: pop af pop hl pop bc pop de push af jp asm_vioctl
3-mid/opengl/source/lean/light/opengl-light-directional.ads
charlie5/lace
20
8888
<filename>3-mid/opengl/source/lean/light/opengl-light-directional.ads package openGL.Light.directional -- -- Models a directional light. -- is type Item is new Light.item with private; type Items is array (Positive range <>) of Item; procedure inverse_view_Transform_is (Self : in out Item; Now : in Matr...
src/Lib/Sassy/tests/non.asm
pnkfelix/larceny
212
101768
<filename>src/Lib/Sassy/tests/non.asm BITS 32 section .text foo: aaa aas cbw cdq clc cld cli clts cmc cmpsb cmpsw cmpsd cpuid cwde cwd daa das hlt insb insw insd int3 into invd iret iretw iretd lahf leave lodsb lodsw lodsd movsb movsw movsd nop outsb outsw outsd popa popaw popad popf popfw popfd pusha pushaw pushad pus...
src/fot/FOL/ExclusiveDisjunction/TheoremsI.agda
asr/fotc
11
10369
<gh_stars>10-100 ------------------------------------------------------------------------------ -- Exclusive disjunction theorems ------------------------------------------------------------------------------ {-# OPTIONS --exact-split #-} {-# OPTIONS --no-sized-types #-} {-# OPTIONS --no-univers...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_12089_2452.asm
ljhsiun2/medusa
9
5592
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x13533, %r11 nop lfence mov (%r11), %rsi and %rax, %rax lea addresses_D_ht+0xbf13, %rsi lea addresses_WC_ht+0x1d22b, %rdi nop nop nop nop sub $59436, %r10 mov ...
source/sql/oci/matreshka-internals-sql_drivers-oracle-queries.adb
svn2github/matreshka
24
22414
<reponame>svn2github/matreshka ------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- ...
programs/oeis/163/A163868.asm
karttu/loda
1
26599
; A163868: a(n) = (4^n + 11)/3. ; 4,5,9,25,89,345,1369,5465,21849,87385,349529,1398105,5592409,22369625,89478489,357913945,1431655769,5726623065,22906492249,91625968985,366503875929,1466015503705,5864062014809,23456248059225,93824992236889,375299968947545,1501199875790169,6004799503160665 mov $1,4 pow $1,$0 div $1,3 a...
overloading/bundle.agda
HoTT/M-types
27
12687
{-# OPTIONS --without-K #-} module overloading.bundle where open import level record Bundle {i j} {Base : Set i} (Struct : Base → Set j) : Set (lsuc (i ⊔ j)) where constructor bundle field parent : Base struct : Struct parent
agda-stdlib/src/Algebra/Module/Construct/TensorUnit.agda
DreamLinuxer/popl21-artifact
5
17418
------------------------------------------------------------------------ -- The Agda standard library -- -- This module constructs the unit of the monoidal structure on -- R-modules, and similar for weaker module-like structures. -- The intended universal property is that the maps out of the tensor -- unit into M are i...
Task/First-class-functions/Ada/first-class-functions.ada
LaudateCorpus1/RosettaCodeData
1
6943
<filename>Task/First-class-functions/Ada/first-class-functions.ada with Ada.Float_Text_IO, Ada.Integer_Text_IO, Ada.Text_IO, Ada.Numerics.Elementary_Functions; procedure First_Class_Functions is use Ada.Float_Text_IO, Ada.Integer_Text_IO, Ada.Text_IO, Ada.Numerics.Elementary_Func...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_1_1356.asm
ljhsiun2/medusa
9
29212
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_1_1356.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1ed79, %rdx nop nop nop cmp $43602, %r12 mov (%rdx), %rsi nop nop ...
HoTT/Exercises/Chapter3.agda
michaelforney/hott
0
6490
<filename>HoTT/Exercises/Chapter3.agda {-# OPTIONS --without-K #-} open import HoTT.Base open import HoTT.HLevel open import HoTT.HLevel.Truncate open import HoTT.Logic open import HoTT.Identity open import HoTT.Identity.Identity open import HoTT.Identity.Coproduct open import HoTT.Identity.Sigma open import HoTT.Ident...
zlib-1.2.8/contrib/vstudio/vc11/x86/TestZlibDebug/Tmp/testzlib.asm
evildevil1990/arduinoCameraStream
4
174271
<filename>zlib-1.2.8/contrib/vstudio/vc11/x86/TestZlibDebug/Tmp/testzlib.asm ; Listing generated by Microsoft (R) Optimizing Compiler Version 18.00.21005.1 TITLE D:\Development\electronic\project\zlib-1.2.8\contrib\testzlib\testzlib.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRTD INCLUDELIB OLDN...
src/main/fragment/mos6502-common/vdum1=_makelong4_(vbuyy)_(vbuaa)_(vbum2)_(vbuxx).asm
jbrandwood/kickc
2
86604
sty {m1} sta {m1}+1 stx {m1}+3 lda {m2} sta {m1}+2
Classes/date/day of/day of (current date).applescript
looking-for-a-job/applescript-examples
1
4403
<filename>Classes/date/day of/day of (current date).applescript<gh_stars>1-10 #!/usr/bin/osascript day of (current date)
45/beef/drv/syd/src/fx_data.asm
minblock/msdos
0
82358
;* ;* CW : Character Windows Drivers ;* ;* fx_data.asm : linked in 3 SYD data ;***************************************************************************** sBegin DATA assumes DS,DGROUP assumes CS,DGROUP labelB <PUBLIC, inyj> ;* jump table (see header for INYJ) DD DoSoundSyd DD LGetTimeSyd Assert <(($...
oeis/104/A104715.asm
neoneye/loda-programs
11
87140
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A104715: Triangle T(n,k) = (2*k-1)*A000217(n-k+1) read by rows, 1<=k<=n. ; Submitted by <NAME> ; 1,3,3,6,9,5,10,18,15,7,15,30,30,21,9,21,45,50,42,27,11,28,63,75,70,54,33,13,36,84,105,105,90,66,39,15,45,108,140,147,135,110,78,45,17,55,135,180,196,189,165,130,90,51,19,66,...
libsrc/_DEVELOPMENT/arch/sms/z80/asm_sms_outi.asm
grancier/z180
0
13140
SECTION code_clib SECTION code_crt_common PUBLIC asm_sms_outi ; call asm_sms_outi - 2*n ; n = number of outi <= 128 outi outi outi outi outi outi outi outi outi outi outi outi outi outi outi outi outi outi outi outi outi outi outi outi ...
src/common/forth.asm
electrondave/wgnet
0
101349
;******************************************************************************* ; * ; Filename: forth.asm * ; Date: April 17, 2018 ...
alloy4fun_models/trainstlt/models/3/bgLxxrGeYitwk9DXH.als
Kaixi26/org.alloytools.alloy
0
1629
open main pred idbgLxxrGeYitwk9DXH_prop4 { all disj t1,t2:Train | no (t1.pos & t2.pos ) } pred __repair { idbgLxxrGeYitwk9DXH_prop4 } check __repair { idbgLxxrGeYitwk9DXH_prop4 <=> prop4o }
src-cbpv/GradedCBPV.agda
andreasabel/ipl
19
11162
{-# OPTIONS --rewriting #-} -- Normalization by Evaluation for Graded Call-By-Push-Value. module GradedCBPV where -- Imports from the Agda standard library. open import Library hiding (_×̇_) pattern here! = here refl open import Data.Nat using (ℕ) open import Data.Fin using (Fin) open import ProMonoid as _ -- We...
programs/oeis/106/A106487.asm
neoneye/loda
22
166465
; A106487: Number of leaves in combinatorial game trees. ; 1,1,1,2,1,2,2,3,1,2,2,3,2,3,3,4,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,3,4,4,5 mov $1,3 mov $2,$0 mov $3,$0 add $3,511 lpb $3 add $1,27 ...
src/cpnd1/nodcap/Show.agda
wenkokke/nodcap
4
6871
module nodcap.Show where open import Coinduction open import Category.Monad.State using (State; StateMonadState; module RawMonadState) open import Data.Nat as ℕ using (ℕ; suc; zero) open import Data.Nat.Show as ℕS using () open import Data.Fin as F using (Fin; suc; zero) open import Data.Pos as ℕ⁺ open import Data.Lis...
ioctl/IomVer.asm
osfree-project/FamilyAPI
1
18553
<reponame>osfree-project/FamilyAPI<filename>ioctl/IomVer.asm ;-------------------------------------------------------- ; Category 7 Function 6A Return the mouse device driver level/version ;-------------------------------------------------------- ; ; ; IOMVER PROC NEAR RET IOMVER ENDP
libsrc/target/sam/stdio/CRT_FONT.asm
ahjelm/z88dk
640
167268
<reponame>ahjelm/z88dk SECTION rodata_driver PUBLIC CRT_FONT EXTERN _font_8x8_zx_system defc CRT_FONT = _font_8x8_zx_system
Script-Development/Text-Utilities/Transform-Text.applescript
boisy/AppleScripts
116
497
<reponame>boisy/AppleScripts -- @description -- transform case of text -- -- @param $inString - text to be transformed -- @param $caseIndicator - upper, lower or capitalized -- @return - transformed text -- on transformText(inString, caseIndicator) -- create a Cocoa string from the passed text, by calling the NSString...
oeis/159/A159661.asm
neoneye/loda-programs
11
9931
<gh_stars>10-100 ; A159661: The general form of the recurrences are the a(j, b(j) and n(j) solutions of the 2 equations problem: 11*n(j)+1=a(j)*a(j) and 13*n(j)+1=b(j)*b(j) with positive integer elements. the solutions of the 2 equations problem: 11*n(j)+1=a(j)*a(j); 13*n(j)+1=b(j)*b(j); with integer numbers. ; Submitt...
oeis/092/A092348.asm
neoneye/loda-programs
11
166960
<filename>oeis/092/A092348.asm<gh_stars>10-100 ; A092348: a(n) = sigma_3(n) - sigma_1(n). ; 0,6,24,66,120,240,336,570,744,1116,1320,2016,2184,3072,3504,4650,4896,6774,6840,9156,9600,11952,12144,16320,15720,19740,20400,25056,24360,31680,29760,37386,37248,44172,43296,55170,50616,61680,61488,73620,68880,86592 add $0,1 mo...
oeis/276/A276805.asm
neoneye/loda-programs
11
171736
<gh_stars>10-100 ; A276805: a(n) = numerator((n^2 + 3*n + 2)/n^3). ; Submitted by <NAME> ; 6,3,20,15,42,7,72,45,110,33,156,91,210,30,272,153,342,95,420,231,506,69,600,325,702,189,812,435,930,124,1056,561,1190,315,1332,703,1482,195,1640,861,1806,473,1980,1035,2162,282,2352,1225,2550,663,2756,1431,2970,385,3192,1653,3422...
source/amf/mof/xmi/amf-internals-xmi_handlers.adb
svn2github/matreshka
24
13091
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_15_701.asm
ljhsiun2/medusa
9
100136
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x147d8, %rbx nop nop sub %rsi, %rsi mov (%rbx), %r15d sub %rsi, %rsi lea addresses_D_ht+0xceb4, %rsi lea addresses_D_ht+0x6060, %rdi sub $3751, %...
src/day-14/adventofcode-day_14-main.adb
persan/advent-of-code-2020
0
19806
<gh_stars>0 with Ada.Text_IO; use Ada.Text_IO; procedure Adventofcode.Day_14.Main is begin Put_Line ("Day-14"); end Adventofcode.Day_14.Main;
programs/Dark Mode: Toggle.applescript
Strajk/setup
50
4272
<reponame>Strajk/setup<filename>programs/Dark Mode: Toggle.applescript tell application "System Events" tell appearance preferences set dark mode to not dark mode end tell end tell
test/Fail/Issue2423.agda
Blaisorblade/Agda
3
17050
<gh_stars>1-10 -- Andreas, 2017-01-21, issue #2423 overloading inherited projections -- {-# OPTIONS -v tc.lhs.split:30 #-} -- {-# OPTIONS -v tc.proj.amb:100 #-} -- {-# OPTIONS -v tc.mod.apply:100 #-} postulate A : Set record R : Set where field f : A record S : Set where field r : R open R r public -- The...
P5/P5_TestCode/P5_L1_testcase10/P5_L1_testcase10/mips10.asm
alxzzhou/BUAA_CO_2020
1
18276
.data nums: .space 4096 .text ori $s3, 0x3000 ori $t3, $0, 16 ori $t2, $0, 12 ori $t1, $0, 8 ori $t0, $0, 4 jal loop sw $ra, nums($t0) ori $t0, $0, 1 loop: jal loop2 nop loop2: sw $ra, nums($t1) jal loop3 nop loop3: nop sw $ra, nums($t2) jal loop4 nop loop4: nop nop sw $ra, nums($t3) jal loop5 subu $t0, $...
Cubical/Data/NatMinusOne.agda
thomas-lamiaux/cubical
1
9558
<gh_stars>1-10 {-# OPTIONS --safe #-} module Cubical.Data.NatMinusOne where open import Cubical.Data.NatMinusOne.Base public open import Cubical.Data.NatMinusOne.Properties public
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_2_987.asm
ljhsiun2/medusa
9
173871
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r8 push %r9 push %rax push %rbp push %rbx push %rdi // Faulty Load lea addresses_WC+0x1d5cf, %rax nop nop nop nop and %r9, %r9 vmovups (%rax), %ymm3 vextracti128 $0, %ymm3, %xmm3 vpextrq $1, %xmm3, %r8 lea o...
libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_erase_range_callee.asm
jpoikela/z88dk
640
100230
<gh_stars>100-1000 ; size_t b_vector_erase_range(b_vector_t *v, size_t idx_first, size_t idx_last) SECTION code_clib SECTION code_adt_b_vector PUBLIC b_vector_erase_range_callee EXTERN b_array_erase_range_callee defc b_vector_erase_range_callee = b_array_erase_range_callee ; SDCC bridge for Classic IF __CLASSIC P...
src/main/antlr4/robocup/server/connection/message/parser/Message.g4
Toromtomtom/robocup-instrumentation
0
5278
grammar Message; oneLine: show | msg | EOF; show: '(' 'show' stepNumber=Float '(' 'pm' playMode=Float ')' '(' 'tm' leftTeam=String rightTeam=String leftScore=Float rightScore=Float ')' ball (player)+ ')'; ball: '(' '(' 'b' ')' x=Float y=Float Float Float ')'; player: ...
oeis/102/A102516.asm
neoneye/loda-programs
11
1210
; A102516: Sum C(n-3k,3k+1), k=0..floor(n/6). ; Submitted by <NAME> ; 0,1,2,3,4,5,6,8,13,24,45,81,138,224,352,546,851,1348,2175,3556,5843,9582,15624,25317,40836,65737,105863,170796,276160,447272,724968,1174985,1903186,3080367,4982688,8057421,13029534,21074012,34094041 lpb $0 mov $2,$0 trn $0,3 add $3,1 bin $2,...
Cubical/Categories/Category.agda
FernandoLarrain/cubical
1
17181
<reponame>FernandoLarrain/cubical {- Definition of various kinds of categories. This library follows the UniMath terminology, that is: Concept Ob C Hom C Univalence Precategory Type Type No Category Type Set No Univalent Category Type Set Yes The mo...
Source/Levels/L0910.asm
AbePralle/FGB
0
160195
; L0910.asm ; Generated 11.05.2000 by mlevel ; Modified 11.05.2000 by <NAME> INCLUDE "Source/Defs.inc" INCLUDE "Source/Levels.inc" ;--------------------------------------------------------------------- SECTION "Level0910Section",ROMX ;--------------------------------------------------------------------- L0910_Cont...
recom.asm
Dhoulnoun/Proj_Calcasm
1
15367
<reponame>Dhoulnoun/Proj_Calcasm recommence proc MOV AH,9H LEA DX,msg7 INT 21H MOV ah,1h INT 21h CMP AL,'O' JB fin_re...
externals/skia/third_party/externals/yasm/source/patched-yasm/modules/parsers/tasm/tests/res.asm
terrajobst/linux-packaging-skiasharp
2,151
92191
<filename>externals/skia/third_party/externals/yasm/source/patched-yasm/modules/parsers/tasm/tests/res.asm a db ? b db 2 dup (?)
Data/List/Relation/Membership/Proofs.agda
Lolirofle/stuff-in-agda
6
11638
<gh_stars>1-10 module Data.List.Relation.Membership.Proofs where import Lvl open import Functional open import Data.Boolean open import Data.Boolean.Stmt open import Data.List open import Data.List.Functions hiding (skip) open import Data.List.Relation.Membership open import Data.List.Relation.Quantification hiding (u...
test/Succeed/UnderscoresAsDataParam.agda
shlevy/agda
1,989
14826
<filename>test/Succeed/UnderscoresAsDataParam.agda -- We can let Agda infer the parameters of the constructor target data List (A : Set) : Set where nil : List _ cons : A → List A → List _ -- 2017-01-12, Andreas: we can even omit the whole target -- (for parameterized data types, but not inductive families) dat...
gcc-gcc-7_3_0-release/gcc/ada/a-cofove.adb
best08618/asylo
7
3072
<gh_stars>1-10 ------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- ...
vendor/stdlib/src/Data/Fin/Subset.agda
isabella232/Lemmachine
56
4693
<filename>vendor/stdlib/src/Data/Fin/Subset.agda ------------------------------------------------------------------------ -- Subsets of finite sets ------------------------------------------------------------------------ module Data.Fin.Subset where open import Data.Nat open import Data.Vec hiding (_∈_) open import D...
external/source/shellcode/linux/ia32/stager_egghunt.asm
madhavarao-yejarla/VoIP
35
23728
;; ; ; Name: stager_egghunt ; Type: Stager ; Platforms: Linux ; Authors: skape <mmiller [at] hick.org> ; Version: $Revision: 1414 $ ; License: ; ; This file is part of the Metasploit Exploit Framework ; and is subject to the same licenses and copyrights as ; ...
src/_common.asm
c64lib/ctm-viewer
0
25069
.filenamespace c64lib .label CHARSET_ADDR = $E000 .label SCREEN_ADDR = $C000 start: jsr configureC64 jsr unpackData jsr configureVic2 loop: jmp loop configureC64: { sei configureMemory(RAM_IO_RAM) disableNMI() disableCIAInterrupts() cli rts } unpackData: { // char...
src/sdl-video-windows-makers.adb
Fabien-Chouteau/sdlada
89
5498
<reponame>Fabien-Chouteau/sdlada -------------------------------------------------------------------------------------------------------------------- -- Copyright (c) 2013-2020, <NAME> -- -- This software is provided 'as-is', without any express or implied -- warranty. In no event will the authors be held liable for...
src/gen/cups-sys_types_h.ads
persan/a-cups
0
9826
pragma Ada_2005; pragma Style_Checks (Off); with Interfaces.C; use Interfaces.C; with CUPS.bits_types_h; private package CUPS.sys_types_h is -- Copyright (C) 1991-2016 Free Software Foundation, Inc. -- This file is part of the GNU C Library. -- The GNU C Library is free software; you can redistribute it an...
apps/web-firmware/main.asm
MasterQ32/spu-mark-ii
13
161651
<filename>apps/web-firmware/main.asm .org 0x000 .dw entrypoint ; Reset .dw handler.nmi ; NMI .dw handler.bus ; BUS .dw 0x0000 ; RESERVED .dw handler.arith ; ARITH .dw handler.software ; SOFTWARE .dw 0x0000 ; RESERVED .dw handler.irq ; IRQ .equ SERIAL_PORT, 0x7FFE .equ RAM_START, ...