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/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_883.asm
ljhsiun2/medusa
9
178624
<filename>Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_883.asm .global s_prepare_buffers s_prepare_buffers: push %r14 push %rdi push %rdx lea addresses_A_ht+0xd7ff, %rdx nop nop nop nop nop cmp %rdi, %rdi movw $0x6162, (%rdx) nop nop nop add $22971, %rdi pop %rdx pop %rdi pop %r14 ret .globa...
linux/calc.asm
zhyhang/asm-misc
0
162407
<filename>linux/calc.asm<gh_stars>0 ;author - http://github.com/flouthoc ;Contributers - Add your name here ;; ----------------- calc.asm - Minimal arithmetic calculator in x86 assembly ------------------- section .data FEW_ARGS: db "Too Few Arguments", 0xA INVALID_OPERATOR: db "Invalid Operator", 0xA INVALID_OPERAN...
programs/oeis/279/A279539.asm
karttu/loda
0
374
; A279539: Sum of ceilings of natural logs of first n integers. ; 0,1,3,5,7,9,11,14,17,20,23,26,29,32,35,38,41,44,47,50,54,58,62,66,70,74,78,82,86,90,94,98,102,106,110,114,118,122,126,130,134,138,142,146,150,154,158,162,166,170,174,178,182,186,191,196,201,206,211,216,221,226,231,236,241,246,251,256,261,266,271,276,281,...
programs/oeis/286/A286687.asm
karttu/loda
1
15133
<reponame>karttu/loda ; A286687: Positions of 1 in A286685; complement of A286686. ; 2,4,5,8,10,11,14,16,18,19,22,24,25,28,30,32,33,36,38,39,42,44,45,48,50,52,53,56,58,59,62,64,66,67,70,72,73,76,78,79,82,84,86,87,90,92,93,96,98,100,101,104,106,107,110,112,114,115,118,120,121,124,126,127,130,132,134,135,138,140,141,144,...
test/asset/agda-stdlib-1.0/Algebra/Solver/Ring/Simple.agda
omega12345/agda-mode
0
9964
<reponame>omega12345/agda-mode<gh_stars>0 ------------------------------------------------------------------------ -- The Agda standard library -- -- Instantiates the ring solver with two copies of the same ring with -- decidable equality ------------------------------------------------------------------------ {-# OPT...
oeis/119/A119411.asm
neoneye/loda-programs
11
11966
<gh_stars>10-100 ; A119411: Product of the first prime(n) primes. ; Submitted by <NAME> ; 6,30,2310,510510,200560490130,304250263527210,1922760350154212639070,7858321551080267055879090,267064515689275851355624017992790,279734996817854936178276161872067809674997230 seq $0,6093 ; a(n) = prime(n) - 1. seq $0,88860 ; Twic...
test/Fail/Issue799a.agda
cruhland/agda
1,989
12010
<filename>test/Fail/Issue799a.agda -- Andreas, 2013-02-26 module Issue799a where data D (A : Set1) : Set where d : D A x : D Set x = d {A = _} -- correct parameter name y : D Set y = d {B = _} -- wrong parameter name, should give error
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2754.asm
ljhsiun2/medusa
9
165247
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1dacd, %r13 nop nop nop nop nop cmp $62852, %r8 mov (%r13), %r10w nop nop sub $45783, %r11 lea addresses_D_ht+0xbbcd, %rsi lea address...
ADL/Assemble/Update/0/SHR_update.asm
MaxMorning/LinkedListVisualization
3
94131
<gh_stars>1-10 aLine 0 gNew updatePtr gMoveNext updatePtr, Root aLine 1 gBne updatePtr, null, 3 aLine 2 Exception NOT_FOUND aLine 4 gNewVPtr updateNext gMoveNext updateNext, updatePtr sInit i, 0 sBge i, {0:D}, 11 aLine 5 gBne updateNext, null, 3 aLine 6 Exception NOT_FOUND aLine 8 gMove updatePtr, updateNext gMov...
programs/oeis/021/A021319.asm
neoneye/loda
22
19646
<reponame>neoneye/loda<filename>programs/oeis/021/A021319.asm ; A021319: Decimal expansion of 1/315. ; 0,0,3,1,7,4,6,0,3,1,7,4,6,0,3,1,7,4,6,0,3,1,7,4,6,0,3,1,7,4,6,0,3,1,7,4,6,0,3,1,7,4,6,0,3,1,7,4,6,0,3,1,7,4,6,0,3,1,7,4,6,0,3,1,7,4,6,0,3,1,7,4,6,0,3,1,7,4,6,0,3,1,7,4,6,0,3,1,7,4,6,0,3,1,7,4,6,0,3 add $0,3 mov $1,10...
anyHR/constraint/grammar/ConstraintParser.g4
figlerg/anyHR
1
1327
parser grammar ConstraintParser ; options { tokenVocab = ConstraintLexer ; } lra : expression LEQ expression #LRA_LEQ | expression GEQ expression #LRA_GEQ | expression LESS expression ...
library/standalone/removeExtraAppsFromDock.applescript
NYHTC/applescript-fm-helper
1
3284
-- removeExtraAppsFromDock{listOfAllowedAppNames:null} -- <NAME>, NYHTC -- Remove all apps from the dock that are not specified. Has a default set of apps, but is ignored if a list is passed in (* HISTORY: 2020-03-04 ( dshockley ): Standardized version. 1.0 - created TODO: whenever an app is removed, the iterato...
programs/oeis/281/A281746.asm
karttu/loda
0
83875
<reponame>karttu/loda<filename>programs/oeis/281/A281746.asm ; A281746: Nonnegative numbers k such that k == 0 (mod 3) or k == 0 (mod 5). ; 0,3,5,6,9,10,12,15,18,20,21,24,25,27,30,33,35,36,39,40,42,45,48,50,51,54,55,57,60,63,65,66,69,70,72,75,78,80,81,84,85,87,90,93,95,96,99,100,102,105,108,110,111,114,115,117,120,123,...
src/main/resources/project-templates/gtkada_minimal/src/@_main_name_@.adb
WinterAlexander/Ada-IntelliJ
17
28312
with Gtk.Box; use Gtk.Box; with Gtk.Label; use Gtk.Label; with Gtk.Widget; use Gtk.Widget; with Gtk.Main; with Gtk.Window; use Gtk.Window; procedure @_Main_Name_@ is Win : Gtk_Window; Label : Gtk_Label; Box : Gtk_Vbox; begin -- Initialize GtkAda. Gtk.Main.Init; -- Cre...
src/servlet-rest.adb
My-Colaborations/ada-servlet
6
1047
----------------------------------------------------------------------- -- servlet-rest -- REST Support -- Copyright (C) 2016, 2017, 2018 <NAME> -- Written by <NAME> (<EMAIL>) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -...
src/entry/definitions.asm
marvinborner/SegelBoot
1
93289
<reponame>marvinborner/SegelBoot ; MIT License, Copyright (c) 2021 <NAME> ; This file includes definitions to reduce magic numbers ; Boot constants %define LOCATION 0x7c00 ; Bootloader location %define SECTOR_END_SIG 0xaa55 ; Bootsector end signature %define SECTOR_SIZE 512 ; Bootsector size ; Interrupts %define SCRE...
theorems/cohomology/Wedge.agda
mikeshulman/HoTT-Agda
0
15881
<filename>theorems/cohomology/Wedge.agda {-# OPTIONS --without-K --rewriting #-} open import HoTT open import groups.Exactness open import homotopy.CofiberSequence open import cohomology.Theory {- Finite additivity is provable (and in a stronger form) without using - the additivity axiom. We have Cⁿ(X ∨ Y)...
Transynther/x86/_processed/NONE/_un_/i9-9900K_12_0xa0.log_1_1076.asm
ljhsiun2/medusa
9
92046
.global s_prepare_buffers s_prepare_buffers: push %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x4199, %rbp nop nop nop nop add %rbx, %rbx movb $0x61, (%rbp) nop nop add %rbx, %rbx lea addresses_UC_ht+0x16193, %rbp nop nop nop nop cmp %rdx, %rdx mov $0x6162636465666768, %...
Structure/Operator/Vector/Eigen.agda
Lolirofle/stuff-in-agda
6
17267
<filename>Structure/Operator/Vector/Eigen.agda import Lvl open import Structure.Operator.Vector open import Structure.Setoid open import Type module Structure.Operator.Vector.Eigen {ℓᵥ ℓₛ ℓᵥₑ ℓₛₑ} {V : Type{ℓᵥ}} ⦃ equiv-V : Equiv{ℓᵥₑ}(V) ⦄ {S : Type{ℓₛ}} ⦃ equiv-S : Equiv{ℓₛₑ}(S) ⦄ (_+ᵥ_ : V → V → V) (_...
antlr-testing/lingua.g4
cjdb/ltcpp-ranges
0
1145
grammar lingua; translation_unit: module_preamble global_declaration*; // Modules module_preamble: module_declaration import_declaration*; module_declaration: 'module' module_identifier ';'; import_declaration: 'import' module_identifier ';'; module_identifier: IDENTIFIER ('.' IDENTIFIER)*; // Declarations global_de...
src/dds-request_reply-impl.adb
persan/dds-requestreply
0
14288
<filename>src/dds-request_reply-impl.adb with DDS.Condition; with DDS.ConditionSeq; with GNAT.Source_Info; with Interfaces.C.Extensions; package body DDS.Request_Reply.Impl is use DDS.DomainParticipant; use DDS.Publisher; use DDS.Subscriber; -------------------------- -- Create_Request_Topic -- -----...
source/nodes/program-nodes-array_component_association_vectors.ads
reznikmm/gela
0
24334
<reponame>reznikmm/gela -- SPDX-FileCopyrightText: 2019 <NAME> <<EMAIL>> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- with Program.Nodes.Generic_Vectors; with Program.Elements.Array_Component_Associations; package Program.Nodes.Array_Component_Association_Vectors ...
oeis/120/A120995.asm
neoneye/loda-programs
11
29504
<filename>oeis/120/A120995.asm ; A120995: Denominators of rationals related to <NAME>' product formula for Pi/2 (from his 'Arithmetica infinitorum' from 1659). ; Submitted by <NAME> ; 1,15,175,3675,14553,231231,920205,234652275,2807136475,14933966047,59612442981,11425718238025,15211755050625,243077636829375,97123020226...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1190.asm
ljhsiun2/medusa
9
6738
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1190.asm .global s_prepare_buffers s_prepare_buffers: push %rdi push %rdx push %rsi lea addresses_A_ht+0x979c, %rdx clflush (%rdx) nop nop cmp %rdi, %rdi movw $0x6162, (%rdx) nop nop nop nop nop dec %rdi pop %rsi pop %rdx pop...
programs/oeis/066/A066455.asm
karttu/loda
0
6256
<reponame>karttu/loda<gh_stars>0 ; A066455: 6*binomial(n,4)+5*binomial(n,2)-4*n+5. ; 1,2,8,25,65,146,292,533,905,1450,2216,3257,4633,6410,8660,11461,14897,19058,24040,29945,36881,44962,54308,65045,77305,91226,106952,124633,144425,166490,190996,218117,248033,280930,317000,356441,399457,446258,497060,552085,611561,675722...
gameloop.asm
raphnet/rc201804
0
97166
bits 16 cpu 8086 ; Should be defined before inclusion or from command-line. ;%define ZAPPER_SUPPORT %ifdef ZAPPER_SUPPORT %include "zapper.asm" %endif %define glp_setHook(symbol, function) mov word [symbol], function section .bss glp_mustrun: resb 1 glp_retval: resw 1 trig_active: resb 1 _first_hook: glp_hook_esc...
libsrc/math/mbf64/c/sccz80/cos.asm
jpoikela/z88dk
640
169441
SECTION code_fp_mbf64 PUBLIC cos INCLUDE "mbf64.def" EXTERN ___mbf64_setup_single EXTERN ___mbf32_COS EXTERN ___mbf64_return_single EXTERN msbios cos: call ___mbf64_setup_single ld ix,___mbf32_COS call msbios jp ___...
vars.asm
hemerfc/T-RexGameBoy
0
240056
;------------- ; Ram variables etc ;------------- SECTION "RAM Vars",WRAM0[$C000] ;vblank stuffs vblank_flag: DB vblank_count: DB ; high -------------------------- low ;AND -> down/up/left/right/start/select/a/b joypad_down: DB joypad_pressed: DB joypad_released: DB ;p...
applet/aide/source/editors/aide-editor-of_signed_integer_type.adb
charlie5/aIDE
3
11331
<filename>applet/aide/source/editors/aide-editor-of_signed_integer_type.adb with aIDE.Editor.of_enumeration_literal, AdaM.a_Type.enumeration_literal, glib.Error, gtk.Builder, gtk.Handlers; package body aIDE.Editor.of_signed_integer_type is use Gtk.Builder, Glib, glib.Error...
oeis/229/A229679.asm
neoneye/loda-programs
11
103334
<gh_stars>10-100 ; A229679: Number of defective 3-colorings of an n X 2 0..2 array connected diagonally and antidiagonally with exactly two mistakes, and colors introduced in row-major 0..2 order. ; Submitted by <NAME>(s4) ; 0,2,36,360,2688,17280,101376,559104,2949120,15040512,74711040,363331584,1736441856,8178892800,3...
source/Cosmos.Debug.DebugStub/Utilities.asm
ERamaM/Cosmos
0
94316
; Generated at 6/14/2016 12:11:29 PM DebugStub_CheckStack: add dword EAX, 0x4 mov dword EBX, EBP add dword EBX, EAX cmp dword EBX, ESP JE near DebugStub_CheckStack_Block1_End mov dword EAX, [ESP] mov dword [DebugStub_CallerEIP], EAX Call DebugStub_SendStackCorruptionOccurred DebugStub_CheckStack_halt:...
capture-mood.applescript
raxod502/mood-tracker
1
3828
<gh_stars>1-10 tell application "iTerm" -- The path might have spaces in it. But we shouldn't need to -- worry too much about the timestamp, since it's just an integer. create window with default profile command "\"<PWD>/capture-mood.zsh\" <TIMESTAMP>" activate end tell
source/Quicksilver.popclipext/qs.applescript
cnstntn-kndrtv/PopClip-Extensions
1,262
4228
tell application id "com.blacktree.Quicksilver" to set selection to "{popclip text}"
alloy4fun_models/trashltl/models/8/ggdqBCRm545xXJGMa.als
Kaixi26/org.alloytools.alloy
0
2425
<reponame>Kaixi26/org.alloytools.alloy open main pred idggdqBCRm545xXJGMa_prop9 { all f: File | always f not in Trash since f in Protected } pred __repair { idggdqBCRm545xXJGMa_prop9 } check __repair { idggdqBCRm545xXJGMa_prop9 <=> prop9o }
audio/sfx/cry1d_3.asm
etdv-thevoid/pokemon-rgb-enhanced
1
11251
SFX_Cry1D_3_Ch4: dutycycle 244 unknownsfx0x20 15, 240, 5, 7 unknownsfx0x20 10, 224, 0, 7 unknownsfx0x20 6, 180, 16, 7 unknownsfx0x20 4, 211, 0, 7 unknownsfx0x20 6, 178, 32, 6 unknownsfx0x20 8, 161, 36, 6 endchannel SFX_Cry1D_3_Ch5: dutycycle 34 unknownsfx0x20 15, 176, 195, 6 unknownsfx0x20 10, 160, 193, 6 ...
electives/pw/lab/lista-1/ada/logger.ads
jerry-sky/academic-notebook
4
24558
<filename>electives/pw/lab/lista-1/ada/logger.ads with External; use External; package Logger is task type LoggerReceiver(n: Natural; d: Natural; k: Natural) is entry Log(message: String); entry LogMessageInTransit(msg: Natural; node: Natural); entry Stop; end LoggerReceiver; type...
src/init.asm
MrKomish/PYROS
5
18513
global kenter global kexit extern gdt_init extern kmain KERNEL_STACK_SIZE equ 4096 section .text bits 32 align 4 kenter: mov esp, kstack_top push edx push ebx call kmain hang: jmp hang kexit: cli ; Disable CPU interrupts hlt ; Halt the CPU jmp hang section .bss align 4 kstack_bo...
programs/oeis/168/A168057.asm
karttu/loda
0
176126
; A168057: Expansion of (1+8x^2+8x^3)/((1-2x)^2*(1+2x+4x^2)). ; 1,2,12,40,80,224,576,1152,2816,6656,13312,30720,69632,139264,311296,688128,1376256,3014656,6553600,13107200,28311552,60817408,121634816,260046848,553648128,1107296256,2348810240,4966055936,9932111872,20937965568,44023414784,88046829568,184683593728,3865470...
perspective-sql/src/main/antlr4/org/meridor/perspective/sql/SQLLexer.g4
vania-pooh/perspective-backend
19
4148
lexer grammar SQLLexer; // Query keywords EXPLAIN : 'explain' ; SELECT : 'select' ; FROM : 'from' ; AS : 'as' ; WHERE : 'where' ; // Boolean operators AND : 'and' | '&&' ; OR : 'or' | '||' ; XOR : 'xor' ; IS : 'is' ; LIKE : 'like' ; IN ...
programs/oeis/077/A077024.asm
jmorken/loda
1
99842
<gh_stars>1-10 ; A077024: Sum{Floor(n/k + 1/2): k=1,2,...,n}. ; 1,3,6,8,12,15,18,22,26,29,34,37,41,46,51,53,58,64,67,72,77,80,87,90,95,100,105,110,115,120,123,129,136,139,146,150,153,160,167,170,176,181,186,191,198,203,208,213,217,225,230,233,242,247,252,257,262,267 mov $3,$0 mov $6,$0 add $6,1 mov $12,$0 lpb $6 mov...
programs/oeis/083/A083584.asm
karttu/loda
1
164096
<filename>programs/oeis/083/A083584.asm ; A083584: a(n) = (8*4^n - 5)/3. ; 1,9,41,169,681,2729,10921,43689,174761,699049,2796201,11184809,44739241,178956969,715827881,2863311529,11453246121,45812984489,183251937961,733007751849,2932031007401,11728124029609,46912496118441,187649984473769,750599937895081,3002399751580329...
masm(msdos)/prueba.asm
GioProyects/ensamblador
0
18395
<reponame>GioProyects/ensamblador<filename>masm(msdos)/prueba.asm page 60,132 title programa .model small .stack 64 .data msg1 db "hola mundo$" msg2 db "hola mundo$" msg db "son iguales$" x dw 0 .code begin proc far ;assume ss:stacksg,ds:datasg,cs:codesg mov ax,@data mov ds,ax comienzo: mov si,x mov...
ImgAnnealing/src/imageops.ads
kochab/simulatedannealing-ada
0
10862
with Bitmaps.RGB; package ImageOps is function Manhattan_Distance (A, B : in Bitmaps.RGB.Pixel) return Natural; function Adj_Distance_Sum (Source : in Bitmaps.RGB.Image) return Long_Integer; procedure Noise (Target : in out Bitmaps.RGB.Image); end ImageOps;
win32/VC10/Win32/libxml2_Debug/DOCBparser.asm
txwizard/libxml2_x64_and_ARM
0
29455
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27027.1 TITLE C:\Users\DAG\Documents\_Clients\CodeProject Authors Group\Windows on ARM\libxml2\libxml2-2.9.9\DOCBparser.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES _DATA SEGMENT COMM _xmlIsBaseCharGro...
programs/oeis/333/A333461.asm
neoneye/loda
22
18694
; A333461: a(n) = gcd(2*n, binomial(2*n,n))/2. ; 1,1,1,1,1,6,1,1,1,2,1,2,1,2,15,1,1,6,1,10,3,2,1,6,1,2,1,28,1,2,1,1,3,2,7,2,1,2,1,10,1,42,1,4,45,2,1,6,1,2,3,4,1,6,1,4,3,2,1,12,1,2,3,1,5,66,1,2,3,10,1,18,1,2,15,4,77,6,1,10,1,2,1,28,5,2,3,44,1,10,91,4,1,2,5,6,1,2,33,20 add $0,1 sub $2,$0 bin $2,$0 gcd $0,$2
PyRInText.g4
AkiraHakuta/PyRInText
0
5697
// antlr_target(PyRLaTeXGrammar PyRInText.g4 LISTENER) grammar PyRInText; stat : body*; body : ( pyr | others ); pyr : PYCODE # pycode | PYC # pyc | PYP # pyp | RCODE # rcode | RC # rc | RCAT # rcat ; others : OTHER+ ; PYCODE : '\\begin{pycode}' .*? '\\end{pycode}' ; PYC : '\\pyc...
programs/oeis/183/A183207.asm
neoneye/loda
22
554
<reponame>neoneye/loda ; A183207: Termwise products of the natural numbers and odd integers repeated ; 1,2,9,12,25,30,49,56,81,90,121,132,169,182,225,240,289,306,361,380,441,462,529,552,625,650,729,756,841,870,961,992,1089,1122,1225,1260,1369,1406,1521,1560,1681,1722,1849,1892,2025,2070,2209,2256,2401,2450,2601,2652,28...
ASM/334.asm
Morgan-iv/Main-source-folder
1
81613
global _start section .bss text resb 100 buf resb 1 section .data probel db 10 section .text _start: xor esi, esi ;counter read: mov eax, 3 ;read mov ebx, 0 ;stdin mov ecx, text add ecx, esi mov edx, 1 ;read byte int 80h cmp eax, 0 jb error cmp byte[text + esi], '.' je readok inc...
archive/agda-1/NaturalDeduction-PatternLambdaBug.agda
m0davis/oscar
0
10563
{-# OPTIONS --rewriting #-} {-# OPTIONS --show-implicit #-} module NaturalDeduction-PatternLambdaBug where record ⊤ : Set where data ⊥ : Set where foo : ⦃ _ : ⊤ ⦄ → ⊥ → Set foo = λ {x → {!x!}} {- C-c C-c above generates invalid syntax: foo = λ { } Found an implicit lambda where an explicit lambda was ex...
cards/bn5/ItemCards/136-F008 Gauss' Hidden Assets.asm
RockmanEXEZone/MMBN-Mod-Card-Kit
10
170577
<filename>cards/bn5/ItemCards/136-F008 Gauss' Hidden Assets.asm<gh_stars>1-10 .include "defaults_item.asm" table_file_jp equ "exe5-utf8.tbl" table_file_en equ "bn5-utf8.tbl" game_code_len equ 3 game_code equ 0x4252424A // BRBJ game_code_2 equ 0x42524245 // BRBE game_code_3 equ 0x42524250 // BRBP card_type equ ...
src/Data/Real/Diff.agda
cspollard/diff
0
2802
module Data.Real.Diff where open import Level using (0ℓ) import Data.Real as ℝ open ℝ using (ℝ) open import Data.Real.Properties import Data.Nat as ℕ open ℕ using (ℕ; suc; zero; _⊓_; _⊔_) open import Data.Unit.Polymorphic using (tt; ⊤) open import Data.Product using (_×_; _,_; proj₁; proj₂) open import Function usi...
source/league/ucd/matreshka-internals-unicode-ucd-core_00aa.ads
svn2github/matreshka
24
26797
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
ada-blinky-zfp/src/leds.ads
hfegran/efx32_ada_examples
0
6415
with Interfaces; use Interfaces; with Interfaces.EFM32.CMU; use Interfaces.EFM32.CMU; with Interfaces.EFM32.GPIO; use Interfaces.EFM32.GPIO; package Leds is type Bit is mod 2**1 with Size => 1; type Color is (Blue, Green, Cyan, Red, Magenta, Yellow, White, Black); type Pin_Type is (P0, P1, P2, P3, P4, ...
Data/Collection.agda
banacorn/lambda-calculus
0
15647
module Data.Collection where open import Data.Collection.Core public open import Data.Collection.Equivalence open import Data.Collection.Inclusion open import Relation.Nullary -------------------------------------------------------------------------------- -- Singleton -----------------------------------------------...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_42_301.asm
ljhsiun2/medusa
9
162177
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x105a, %r9 nop nop nop nop and $46065, %rdx vmovups (%r9), %ymm6 vextracti128 $1, %ymm6, %xmm6 vpextrq $0, %xmm6, %r14 nop nop sub %rsi, %rsi lea addresses_WC_ht+0x53fa, %rsi l...
pin-2.11/source/tools/AVX/vmovqu_app_ia32.asm
swchoi1994/Project
3
103310
.686 .XMM .model flat, c PUBLIC CopyViaYmmRegs .code CopyViaYmmRegs PROC push ebp mov ebp, esp mov eax,[ebp]+8 mov ecx,[ebp]+12 vmovdqu ymm0, ymmword ptr [eax] vmovdqu ymmword ptr [ecx], ymm0 vmovdqu ymm1, ymmword ptr [eax]+32 vmovdqu ymmword ptr [ecx]+32, ymm1 vmovdqu ymm2...
strings_edit.ads
jrcarter/Ada_GUI
19
25796
<reponame>jrcarter/Ada_GUI -- -- -- package Strings_Edit Copyright (c) <NAME> -- -- Interface Luebeck -- -- Spring, 2000 -- -- ...
oeis/296/A296660.asm
neoneye/loda-programs
11
162725
; A296660: Expansion of the e.g.f. exp(-2*x)/(1-4*x). ; Submitted by <NAME> ; 1,2,20,232,3728,74528,1788736,50084480,1602703616,57697329664,2307893187584,101547300251648,4874270412083200,253462061428318208,14193875439985836032,851632526399150129152,54504481689545608331264,3706304754889101366394880 add $0,1 mov $2,1 lp...
oeis/350/A350107.asm
neoneye/loda-programs
11
20609
<filename>oeis/350/A350107.asm ; A350107: a(n) = Sum_{k=1..n} k * floor(n/k)^2. ; Submitted by <NAME> ; 1,6,14,31,45,81,101,150,191,253,285,401,439,527,623,752,802,979,1035,1233,1369,1509,1577,1901,2020,2186,2362,2642,2728,3136,3228,3549,3765,3983,4215,4772,4882,5126,5382,5932,6054,6630,6758,7202,7664,7960,8100,8936,91...
oeis/155/A155148.asm
neoneye/loda-programs
11
102678
; A155148: Numbers n such that n^4 has exactly 2 different decimal digits. ; 2,3,10,100,1000,10000,100000,1000000,10000000,100000000,1000000000,10000000000 mov $1,1 mov $2,1 mov $3,$0 sub $0,1 mul $3,5 lpb $3 mul $2,$3 add $1,$2 mov $5,$0 mov $7,$0 cmp $7,0 add $5,$7 div $2,$5 sub $3,1 add $4,1 lpe d...
src/main/antlr4/de/unknownreality/dataframe/generated/Predicate.g4
nRo/JavaDataFrame
0
553
/* * Copyright (c) 2019 <NAME> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, dis...
src/main_menu/win_screen.asm
TypeDefinition/NautiBuoy
2
84112
INCLUDE "./src/include/hardware.inc" INCLUDE "./src/include/util.inc" INCLUDE "./src/include/hUGE.inc" INCLUDE "./src/definitions/definitions.inc" SECTION "Win Screen WRAM", WRAM0 wBGMTimer: ds 2 SECTION "Win Screen", ROM0 ; Global Jumps JumpLoadWinScreen:: jp LoadWinScreen ; Local Jumps JumpUpdateWinScreen:...
programs/oeis/279/A279620.asm
karttu/loda
1
103311
<reponame>karttu/loda<gh_stars>1-10 ; A279620: Limit of the sequence of words defined by w(1) = 1, w(2) = 1221, and w(n) = w(n-1) 2 w(n-2) 2 w(n-1) for n >= 2. Also the fixed point of the map 1 -> 122, 2 -> 12. ; 1,2,2,1,2,1,2,1,2,2,1,2,1,2,2,1,2,1,2,2,1,2,1,2,1,2,2,1,2,1,2,2,1,2,1,2,1,2,2,1,2,1,2,2,1,2,1,2,1,2,2,1,2,1...
libsrc/math/daimath32/c/asm/___dai32_xfabs.asm
ahjelm/z88dk
640
99907
SECTION code_fp_dai32 PUBLIC ___dai32_xfabs EXTERN xfabs defc ___dai32_xfabs = xfabs
oeis/311/A311633.asm
neoneye/loda-programs
11
82951
; A311633: Coordination sequence Gal.5.100.1 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,4,8,12,18,24,30,34,38,42,46,50,54,60,66,72,76,80,84,88,92,96,102,108,114,118,122,126,130,134,138,144,150,156,160,164...
programs/oeis/256/A256650.asm
karttu/loda
0
25370
; A256650: 30-gonal pyramidal numbers: a(n) = n*(n+1)*(28*n-25)/6. ; 0,1,31,118,290,575,1001,1596,2388,3405,4675,6226,8086,10283,12845,15800,19176,23001,27303,32110,37450,43351,49841,56948,64700,73125,82251,92106,102718,114115,126325,139376,153296,168113,183855,200550,218226,236911,256633,277420,299300,322301,346451,37...
echo.asm
PieMyth/cs333
0
246582
_echo: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) a: 55 ...
src/c-tests/_repcmp.asm
jwse2/MijnOS
0
95305
<filename>src/c-tests/_repcmp.asm ; MASM x86 .MODEL FLAT,C .CONST .CODE public repcmp repcmp: push ebp mov ebp,esp sub esp,4 push edi push esi mov esi,dword ptr [ebp+0Ch] mov edi,dword ptr [ebp+10h] mov ecx,dword ptr [ebp+8] xor eax,eax repe ...
complete-elaboration.agda
hazelgrove/hazelnut-dynamics-agda
16
8620
<reponame>hazelgrove/hazelnut-dynamics-agda open import Nat open import Prelude open import core open import contexts open import typed-elaboration open import lemmas-gcomplete open import lemmas-complete module complete-elaboration where mutual complete-elaboration-synth : ∀{e τ Γ Δ d} → ...
programs/oeis/283/A283971.asm
karttu/loda
1
90272
; A283971: a(n) = n except a(4*n + 2) = 2*n + 1. ; 0,1,1,3,4,5,3,7,8,9,5,11,12,13,7,15,16,17,9,19,20,21,11,23,24,25,13,27,28,29,15,31,32,33,17,35,36,37,19,39,40,41,21,43,44,45,23,47,48,49,25,51,52,53,27,55,56,57,29,59,60,61,31,63,64,65,33,67,68,69,35,71,72,73,37,75,76,77,39,79,80,81,41,83,84,85,43,87,88,89,45,91,92,93,...
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-stobbu.adb
djamal2727/Main-Bearing-Analytical-Model
0
30174
<gh_stars>0 ------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- ...
ln.asm
KaushikKPDARE/xv6-Clone-System-Call
0
5051
_ln: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 83 ec 10 ...
oeis/007/A007978.asm
neoneye/loda-programs
11
100069
; A007978: Least non-divisor of n. ; 2,3,2,3,2,4,2,3,2,3,2,5,2,3,2,3,2,4,2,3,2,3,2,5,2,3,2,3,2,4,2,3,2,3,2,5,2,3,2,3,2,4,2,3,2,3,2,5,2,3,2,3,2,4,2,3,2,3,2,7,2,3,2,3,2,4,2,3,2,3,2,5,2,3,2,3,2,4,2,3,2,3,2,5,2,3,2,3,2,4,2,3,2,3,2,5,2,3,2,3 mov $2,$0 mov $0,1 mov $1,1 lpb $2 add $0,$1 sub $2,$1 dif $2,$0 mul $2,$0...
private/ntos/dll/i386/emstore.asm
King0987654/windows2000
17
96210
<filename>private/ntos/dll/i386/emstore.asm subttl emstore.asm - FST, FSTP, FIST, FISTP instructions page ;******************************************************************************* ;emstore.asm - FST, FSTP, FIST, FISTP instructions ; ; Microsoft Confidential ; ; Copyright (c) Micro...
weakjava/src/main/antlr4/ziprisc/WeakJava.g4
xt0fer/WeakJava
0
1820
<filename>weakjava/src/main/antlr4/ziprisc/WeakJava.g4 /* WeakJava */ /* antlr4 -package "ziprisc.parser" -o parser WeakJava.g4 */ grammar WeakJava; // Parser Rules (things that start with lowercase letters) program : project ; project : Class Project LeftBrace mainFunction functionList? RightBrace ; f...
check.adb
leo-brewin/Regge
0
2907
<reponame>leo-brewin/Regge<gh_stars>0 with Ada.Text_IO; use Ada.Text_IO; with regge; with regge.io; procedure check is type Real is digits 18; package regge_lib is new regge (Real); use regge_lib; package regge_lib_io is new regge_lib.io; use regge_lib_io; package Real_IO is new Ada.Text_IO.Fl...
programs/oeis/055/A055364.asm
jmorken/loda
1
2101
; A055364: Number of asymmetric mobiles (circular rooted trees) with n nodes and 3 leaves. ; 1,4,10,22,42,73,119,184,272,389,540,731,969,1261,1614,2037,2538,3126,3811,4603,5512,6550,7728,9058,10553,12226,14090,16160,18450,20975,23751,26794,30120,33747,37692,41973,46609,51619,57022,62839,69090,75796,82979 mov $15,$0 mo...
programs/oeis/271/A271062.asm
jmorken/loda
1
167853
<reponame>jmorken/loda ; A271062: Partial sums of the number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 261", based on the 5-celled von Neumann neighborhood. ; 1,9,10,58,59,179,180,404,405,765,766,1294,1295,2023,2024,2984,2985,4209,4210,5730,5731,7579,7580,...
src/STLCRef/Semantics.agda
metaborg/mj.agda
10
2853
<reponame>metaborg/mj.agda module STLCRef.Semantics where -- This file contains the definitional interpreter for STLC+Ref -- described in Section 3 of the paper. open import Agda.Primitive open import Data.Unit open import Data.Nat hiding (_⊔_ ; _^_) open import Data.Integer hiding (_⊔_) open import Data.List open im...
programs/oeis/164/A164907.asm
karttu/loda
1
167955
; A164907: a(n) = (3*3^n-(-1)^n)/2. ; 1,5,13,41,121,365,1093,3281,9841,29525,88573,265721,797161,2391485,7174453,21523361,64570081,193710245,581130733,1743392201,5230176601,15690529805,47071589413,141214768241,423644304721,1270932914165,3812798742493,11438396227481,34315188682441,102945566047325,308836698141973,9265100...
C vs Assembly/power.asm
zakarialaoui10/HIGH-TO-LOW
18
242774
read_x:li $v0,5 syscall la $s0,($v0) read_n:li $v0,5 syscall la $s1,($v0) li $s2,1 #p li $t0,0 loop: beq $t0,3,print mult $s2,$s0 mflo $s2 addi $t0,$t0,1 j loop print: li $v0,1 move $a0,$s2 syscall
Transynther/x86/_processed/NC/_ht_zr_/i9-9900K_12_0xca.log_21829_1005.asm
ljhsiun2/medusa
9
100941
<filename>Transynther/x86/_processed/NC/_ht_zr_/i9-9900K_12_0xca.log_21829_1005.asm .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_D_ht+0x76b9, %rbx clflush (%rbx) nop nop nop nop nop inc %r11 mov $0x6162636465666768, %r9 movq %r...
programs/oeis/109/A109765.asm
neoneye/loda
22
15504
; A109765: Expansion of x/((4*x-1)*(2*x-1)*(x+1)). ; 0,1,5,23,97,399,1617,6511,26129,104687,419089,1677039,6709521,26840815,107368721,429485807,1717965073,6871903983,27487703313,109950988015,439804301585,1759217905391,7036873019665,28147494874863 lpb $0 mov $2,$0 trn $0,2 seq $2,165665 ; a(n) = (3*2^n - 2) * 2^n...
Assignment 5 submission/a5a.asm
vridhid/CPSC355
0
6230
<gh_stars>0 // GLOBAL VARIABLES MAXOP = 20 // Maxop == 20 NUMBER = 0 // Number == 0 TOOBIG = 9 // Toobig == 9 MAXVAL = 100 // Maxval == 100 // PRINT STATEMENTS THROUGHOUT THE CODE stackFull: .string "error: stack full\n" stackEmpty: .string "error: stack empty\n" ungetch: .string "ungetch: too many ch...
alloy4fun_models/trashltl/models/17/sfuA7iJpdTkSXqaXG.als
Kaixi26/org.alloytools.alloy
0
4658
<reponame>Kaixi26/org.alloytools.alloy<gh_stars>0 open main pred idsfuA7iJpdTkSXqaXG_prop18 { all f: File | (f not in Protected releases f in Trash) } pred __repair { idsfuA7iJpdTkSXqaXG_prop18 } check __repair { idsfuA7iJpdTkSXqaXG_prop18 <=> prop18o }
Transynther/x86/_processed/NC/_ht_/i3-7100_9_0x84_notsx.log_21829_473.asm
ljhsiun2/medusa
9
7508
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1d729, %r9 nop nop nop nop add %r12, %r12 mov (%r9), %r10w nop nop nop nop cmp %r15, %r15 lea addresses_D_ht+0x7791, %rsi lea addresses_normal_ht+0x1d13b, %rdi nop nop no...
llvm-gcc-4.2-2.9/gcc/ada/s-tfsetr-default.adb
vidkidz/crossbridge
1
15439
<gh_stars>1-10 ------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- ...
theories/alloy/PWSSyntax.als
pascalpoizat/fbpmn
27
4043
<reponame>pascalpoizat/fbpmn module PWSSyntax open util/boolean /**** Message Names ****/ abstract sig Message {} /**** Time ****/ /* Timer nodes have a constraint that can be a date, a duration, or a duration with a repetition factor. In this last case, it can also have a starting date xor an ending date. ...
Mixfix/Acyclic/PrecedenceGraph.agda
yurrriq/parser-combinators
7
3909
------------------------------------------------------------------------ -- Acyclic precedence graphs ------------------------------------------------------------------------ module Mixfix.Acyclic.PrecedenceGraph where open import Data.List open import Data.Product open import Mixfix.Fixity open import Mixfix.Operat...
test/Fail/Issue821.agda
hborum/agda
3
5346
-- Andreas, 2013-03-15 issue reported by Nisse -- {-# OPTIONS -v tc.proj:40 -v tc.conv.elim:40 #-} module Issue821 where import Common.Level data D (A : Set) : Set where c : D A → D A f : (A : Set) → D A → D A f A (c x) = x postulate A : Set P : D A → Set x : D A p : P x Q : P (f A x) → Set Foo : Set₁ ...
kv.ads
davidkristola/vole
4
29163
package kv is pragma Pure; end kv;
programs/oeis/103/A103202.asm
jmorken/loda
1
172368
<reponame>jmorken/loda ; A103202: A102370 sorted. ; 0,3,4,5,6,8,9,10,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,30,31,32,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,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88 mov $2,$0 add $2,3 sub $3...
src/neogs.asm
LessNick/CLi-for-WildCommander
8
179730
;--------------------------------------- ; NeoGS (General Sound) Library ;--------------------------------------- _uploadGsByte in a,(c) rlca jr c,uploadGsByte ld a,(hl) out (pDataOutReg),a inc hl ret ;--------------------------------------- _initGS ld a,cReset out (pReset),a ld b,tRes...
sources/ada/magics-alr.adb
reznikmm/jupyter
4
10313
<gh_stars>1-10 -- SPDX-FileCopyrightText: 2020 <NAME> <<EMAIL>> -- -- SPDX-License-Identifier: MIT ---------------------------------------------------------------- with Ada.Characters.Wide_Wide_Latin_1; with Ada.Exceptions; with Ada.Streams; with Ada.Wide_Wide_Text_IO; with League.JSON.Objects; with League.JSON.Val...
demo/test.asm
henesy/tis100
1
87918
<reponame>henesy/tis100 ## Baka @1 nop # potato hcf #foo bar @5 @0 # Foo mov up down @4 mov up down @8 mov up down # ## ☺
source/vampire-villages-load.ads
ytomino/vampire
1
18948
<reponame>ytomino/vampire<filename>source/vampire-villages-load.ads -- The Village of Vampire by YT, このソースコードはNYSLです procedure Vampire.Villages.Load ( Name : in String; Village : in out Village_Type; Info_Only : in Boolean := False);
libsrc/_DEVELOPMENT/stdlib/c/sccz80/ftoa_callee.asm
jpoikela/z88dk
640
241955
<reponame>jpoikela/z88dk ; size_t ftoa(float x, char *buf, uint16_t prec, uint16_t flag) SECTION code_clib SECTION code_stdlib PUBLIC ftoa_callee EXTERN dtoa_callee defc ftoa_callee = dtoa_callee
programs/oeis/214/A214856.asm
neoneye/loda
22
245887
; A214856: Number of triangular numbers in interval ](n-1)^2, n^2] for n>0, a(0)=1. ; 1,1,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1 mov $4,$0 mov $5,2 lpb $5 sub $5,1 add $0,$5 sub $0,1 mov $2,$5 mov $3,$0 ...
oeis/019/A019782.asm
neoneye/loda-programs
11
245670
; A019782: Decimal expansion of sqrt(e)/9. ; Submitted by <NAME>(s2) ; 1,8,3,1,9,1,2,5,2,3,0,0,0,1,4,2,3,8,5,3,8,7,3,8,9,7,6,4,2,3,7,9,5,9,5,2,4,0,5,9,7,5,1,2,2,3,0,1,1,2,7,5,5,6,8,4,1,6,7,5,4,7,9,0,7,1,1,8,4,5,5,7,9,1,0,4,6,8,4,0,0,9,5,9,1,9,7,3,9,1,1,1,7,3,7,4,0,7,1,4 add $0,1 mov $2,1 mov $3,$0 mul $3,5 lpb $3 mu...
programs/oeis/234/A234306.asm
neoneye/loda
22
23207
<reponame>neoneye/loda ; A234306: a(n) = n + 1 - d(2n), where d(n) is the number of divisors of n. ; 0,0,0,1,2,1,4,4,4,5,8,5,10,9,8,11,14,10,16,13,14,17,20,15,20,21,20,21,26,19,28,26,26,29,28,25,34,33,32,31,38,31,40,37,34,41,44,37,44,42,44,45,50,43,48,47,50,53,56,45,58,57,52,57,58,55,64,61,62,59,68,58,70,69,64,69,70,67...