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/202/A202900.asm
neoneye/loda-programs
11
93754
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A202900: Number of n X 2 0..1 arrays with every one equal to some NW, E or S neighbor. ; Submitted by <NAME> ; 1,4,14,40,116,344,1016,2992,8816,25984,76576,225664,665024,1959808,5775488,17020160,50157824,147813376,435600896,1283700736,3783021568,11148433408,32854046720,...
PRG/maps/World3O.asm
narfman0/smb3_pp1
0
104324
.byte MAPOBJ_HELP, MAPOBJ_EMPTY, MAPOBJ_HAMMERBRO, MAPOBJ_HAMMERBRO, MAPOBJ_CANOE, MAPOBJ_EMPTY, MAPOBJ_EMPTY, MAPOBJ_EMPTY, MAPOBJ_EMPTY
oeis/019/A019485.asm
neoneye/loda-programs
11
241006
<filename>oeis/019/A019485.asm ; A019485: a(n) = 2*a(n-1) + 2*a(n-2) - 3*a(n-3). ; Submitted by <NAME> ; 2,5,12,28,65,150,346,797,1836,4228,9737,22422,51634,118901,273804,630508,1451921,3343446,7699210,17729549,40827180,94015828,216497369,498544854,1148036962,2643671525,6087782412,14018796988 mov $2,3 mov $4,3 lpb $0 ...
Documentation/Delphi 7/php4delphid7.als
KashaketCompany/php4delphi
4
405
<gh_stars>1-10 tcustomphplibrary_functions tcustomphplibrary_libraryname tcustomphplibrary_locked tcustomphplibrary_object tcustomphplibrary_refresh tdispatchobject_object tdispatchobject_proc tfunctionparam_name tfunctionparam_object tfunctionparam_paramtype tfunctionparam_value tfunctionparam_zendvalue tfunctionparam...
WIP/demo.applescript
Rolias/applescripts
1
482
tell application "System Preferences" activate set the current pane to pane "com.apple.preference.displays" end tell tell application "System Events" tell process "System Preferences" set frontmost to true tell tab group 1 of window 1 click radio button "Display" click radio button "Scaled" end tell ...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1632.asm
ljhsiun2/medusa
9
18233
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %rdi push %rdx lea addresses_A_ht+0x20d8, %r12 cmp $18217, %r13 and $0xffffffffffffffc0, %r12 vmovaps (%r12), %ymm7 vextracti128 $1, %ymm7, %xmm7 vpextrq $0, %xmm7, %rdi nop nop xor %rdx, %rdx pop %rdx pop %rdi pop %r13 pop %r12 ret ...
src/Web/Semantic/DL/Category/Properties/Composition/RespectsEquiv.agda
agda/agda-web-semantic
9
6050
open import Web.Semantic.DL.ABox.Interp using ( _*_ ) open import Web.Semantic.DL.Category.Object using ( Object ) open import Web.Semantic.DL.Category.Morphism using ( _⇒_ ; _≣_ ; _⊑_ ; _,_ ) open import Web.Semantic.DL.Category.Composition using ( _∙_ ) open import Web.Semantic.DL.Category.Properties.Composition.Lemm...
src/hmac.ads
AntonMeep/hmac
0
22275
<filename>src/hmac.ads with Ada.Streams; use Ada.Streams; with SHA1; with SHA2; with HMAC_Generic; package HMAC with Pure, Preelaborate is package HMAC_SHA_1 is new HMAC_Generic (Element => Stream_Element, Index => Stream_Element_Offset, Element_Array => Stream_Element_Array, Digest_...
p2/xv6/ln.asm
szhu0513/-xv6-New-System-Call---Screenshot
0
2190
_ln: 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 ...
SuperMerge/~SuperMerge_3_MOVE~ALEX.applescript
AlexanderGalen/applescripts
3
2751
<reponame>AlexanderGalen/applescripts property firstRow : 2 --these subroutines take a mac path as parameters. they fail if there is nothing in the folder so it checks first and does nothing if folder is empty --copy functions will replace existing files on cp_all(source, destination) set source to quoted form of PO...
alloy4fun_models/trainstlt/models/4/6CAboyGNzJ8ekxsiu.als
Kaixi26/org.alloytools.alloy
0
3149
<gh_stars>0 open main pred id6CAboyGNzJ8ekxsiu_prop5 { always (all t:Train|(one t.pos:> Exit and some t.pos.prox => no t.pos')) always (all t:Train| (one t.pos and some t.pos.prox ) => (t.pos' in t.pos.prox or t.pos'=t.pos) ) } pred __repair { id6CAboyGNzJ8ekxsiu_prop5 } check __repair { id6CAboyGNzJ...
WSpiceBuilder/src/MATLABParser.g4
lintondf/WSpice
0
5609
parser grammar MATLABParser; options { tokenVocab=MATLABLexer;} @header { package wspice; } fileDecl : (functionDecl | classDecl)? (functionDecl* | partialFunctionDecl*) | partialFunctionDecl+ | statBlock+ // Script | EOF ; script : statBlock* ; endStat // : (NL|COMMA|SEMI...
Task/Loops-Infinite/AppleScript/loops-infinite.applescript
LaudateCorpus1/RosettaCodeData
1
2960
repeat log "SPAM" end repeat
programs/oeis/047/A047375.asm
karttu/loda
0
243157
; A047375: Numbers that are congruent to {0, 4, 5} mod 7. ; 0,4,5,7,11,12,14,18,19,21,25,26,28,32,33,35,39,40,42,46,47,49,53,54,56,60,61,63,67,68,70,74,75,77,81,82,84,88,89,91,95,96,98,102,103,105,109,110,112,116,117,119,123,124,126,130,131,133,137,138,140 mov $1,$0 mov $2,$0 lpb $2,1 trn $2,2 add $2,3 add $1,$2...
.emacs.d/elpa/wisi-2.1.1/sal-gen_unbounded_definite_min_heaps_fibonacci.adb
caqg/linux-home
0
26693
-- Abstract: -- -- See spec. -- -- Copyright (C) 2017 - 2019 Free Software Foundation, Inc. -- -- This library is free software; you can redistribute it and/or modify it -- under terms of the GNU General Public License as published by the Free -- Software Foundation; either version 3, or (at your option) a...
stage2/boot2.asm
amrwc/8086-graphics
5
29585
<reponame>amrwc/8086-graphics<gh_stars>1-10 ORG 9000h jmp Stage_2_Start %include "print_functions_16_SF.asm" %include "graphics_line.asm" %include "graphics_colour_menu.asm" ; Assignment Stage 2 -- draw a line using Bresenham’s algorithm, ; but pass the values using the stack frame. Stage_2_Start: ...
src/test/resources/testData/parse/live_samples/native_classes.scpt
stigger/AppleScript-IDEA
18
4686
<reponame>stigger/AppleScript-IDEA --- Choose an application to watch --- Choose an application to open when this application is activated --- Can also be used for watching/launching documents/files/scripts (ostensibly. hasn't been tested) --- NOTE: sometimes does not work with applications that have multiple names te...
programs/oeis/040/A040404.asm
jmorken/loda
1
474
; A040404: Continued fraction for sqrt(425). ; 20,1,1,1,1,1,1,40,1,1,1,1,1,1,40,1,1,1,1,1,1,40,1,1,1,1,1,1,40,1,1,1,1,1,1,40,1,1,1,1,1,1,40,1,1,1,1,1,1,40,1,1,1,1,1,1,40,1,1,1,1,1,1,40,1,1,1,1,1,1,40,1,1,1,1,1,1,40,1,1,1,1,1,1,40,1,1 mov $4,2 mov $5,$0 lpb $4 mov $0,$5 sub $4,1 add $0,$4 sub $0,1 div $0,7 ...
programs/oeis/092/A092754.asm
neoneye/loda
22
92625
<gh_stars>10-100 ; A092754: a(1)=1, a(2n)=2a(n)+1, a(2n+1)=2a(n)+2. ; 1,3,4,7,8,9,10,15,16,17,18,19,20,21,22,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,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,89,90,91,92,93,94,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143...
6/filereader/filereader_2nasm_poly.asm
91fc7b/SLAE
0
169973
<gh_stars>0 global _start section .text _start: xor eax,eax xor ebx,ebx xor ecx,ecx xor edx,edx jmp two one: pop ebx ;mov al,0x5 add al,10 sub al,5 xor ecx,ecx int 0x80 mov esi,eax jmp read exit: ;mov al,0x1 xor eax,eax inc al xor ebx,ebx int 0x80 read: mov ebx,esi ;m...
libsrc/_DEVELOPMENT/arch/zxn/nextos/z80/__nextos_pageout.asm
jpoikela/z88dk
640
94107
SECTION code_arch PUBLIC __nextos_page_out EXTERN __nextos_head EXTERN __IO_NEXTREG_REG, __REG_MMU0 __nextos_page_out: ; restore former 8k page before nextos was brought in ; ; enter : a = former 8k page before page in ; ; exit : former 8k page restored in memory ; ; uses : af, bc', l' ...
u7-common/patch-eop-determineItemBulk.asm
JohnGlassmyer/UltimaHacks
68
80041
; Calculate an item's bulk (an integer used to determined whether an item ; will fit into a container). Unless the item is a flexible container (a bag or ; backpack), this is done as in the original game, by looking up the value in a ; table indexed by item-type. However, if the item is a flexible container, ; then its...
agda/examples-that-run/getline/src-agda/getline.agda
haroldcarr/learn-haskell-coq-ml-etc
36
918
<filename>agda/examples-that-run/getline/src-agda/getline.agda module getline where -- https://github.com/alhassy/AgdaCheatSheet#interacting-with-the-real-world-compilation-haskell-and-io open import Data.Nat using (ℕ; suc) open import Data.Nat.Show using (show) open import Data.Char ...
src/seven.ads
JeremyGrosser/sensors
1
5436
<reponame>JeremyGrosser/sensors -- -- Copyright (C) 2021 <NAME> <<EMAIL>> -- -- SPDX-License-Identifier: BSD-3-Clause -- -- Adafruit 16x8 LED Matrix Driver Backpack - HT16K33 Breakout -- https://www.adafruit.com/product/1427 -- with HAL; use HAL; with HT16K33; package Seven is type Device is new HT16K33.Device ...
Data/Num/Core.agda
banacorn/numeral
1
8673
module Data.Num.Core where open import Data.Num.Digit public open import Data.Nat open import Data.Nat.Properties open import Data.Nat.Properties.Simple open import Data.Nat.Properties.Extra open import Data.Fin as Fin using (Fin; fromℕ≤; inject≤; toℕ; zero; suc; #_) open import Data.Fin.Properties as FinProps us...
oeis/348/A348407.asm
neoneye/loda-programs
11
244079
<filename>oeis/348/A348407.asm ; A348407: a(n) = ((n+1)*3*2^(n+1) + 29*2^n + (-1)^n)/9. ; Submitted by <NAME>(s2) ; 4,9,21,47,105,231,505,1095,2361,5063,10809,22983,48697,102855,216633,455111,953913,1995207,4165177,8679879,18058809,37515719,77827641,161247687,333680185,689729991,1424199225,2937876935,6054710841,1246733...
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/unchecked_convert8.ads
best08618/asylo
7
22427
<reponame>best08618/asylo<filename>gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/unchecked_convert8.ads<gh_stars>1-10 package Unchecked_Convert8 is procedure Dummy; end Unchecked_Convert8;
oeis/144/A144411.asm
neoneye/loda-programs
11
8998
<filename>oeis/144/A144411.asm ; A144411: Odd nonprime gaps adjusted to be {2,1,0,-1}: a(n)=A067970(n)/2-2. ; Submitted by <NAME>(s1) ; 2,1,1,0,-1,1,-1,0,1,0,-1,0,-1,1,-1,0,1,-1,0,0,-1,0,-1,-1,0,1,1,0,-1,-1,-1,-1,-1,0,0,-1,1,-1,-1,-1,1,-1,0,-1,0,0,-1,0,-1,1,-1,-1,-1,1,1,-1,-1,-1,-1,0,-1,-1,-1,-1,0,1,0,-1,1,-1,-1,-1,0,-...
include/sf-graphics-view.ads
Fabien-Chouteau/ASFML
0
28644
--////////////////////////////////////////////////////////// -- SFML - Simple and Fast Multimedia Library -- Copyright (C) 2007-2015 <NAME> (<EMAIL>) -- This software is provided 'as-is', without any express or implied warranty. -- In no event will the authors be held liable for any damages arising from the use of this...
test/Succeed/Issue2912.agda
shlevy/agda
1,989
5828
{-# OPTIONS -Werror -WnoEmptyRewritePragma #-} {-# REWRITE #-}
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/slice6.adb
best08618/asylo
7
13082
-- { dg-do compile } -- { dg-options "-gnatws" } with Slice6_Pkg; use Slice6_Pkg; procedure Slice6 is procedure Send (V_LENGTH : SHORT_INTEGER) is V : Integer; V_BLOCK : T_BLOCK (1 .. 4096); for V_BLOCK use at V'Address; V_MSG : T_MSG ; begin V_MSG := (V_LENGTH, 1, V_BLOCK (1 .. V_LENGTH)...
248b/sierlynxi/sierlynxi.asm
42Bastian/lynx_hacking
12
177173
*************** * 32Byte **************** ;;; ROM sets this address screen0 equ $2000 run $200 IFND LNX ;; Setup needed if loaded via BLL/Handy lda #8 sta $fff9 cli lda #$20 stz $fd94 sta $fd95 stz $fd50 ldy #2 ENDIF Start:: ldy #31 .00 tya sta $fda0,y dey bpl .00 .0 lda #$20 sta 1 asl tay .1 ...
sw/552tests/rand_complex/t_3_all.asm
JPShen-UWM/ThreadKraken
1
89403
// seed 3 lbi r0, 200 // icount 0 slbi r0, 221 // icount 1 lbi r1, 79 // icount 2 slbi r1, 68 // icount 3 lbi r2, 138 // icount 4 slbi r2, 111 // icount 5 lbi r3, 45 // icount 6 slbi r3, 59 // icount 7 lbi r4, 128 // icount 8 slbi r4, 155 // icount 9 lbi r5, 41 // icount 10 slbi r5, 3 // icount 11 lbi r6, 238 // icount...
programs/oeis/335/A335025.asm
karttu/loda
0
17059
; A335025: Largest side lengths of almost-equilateral Heronian triangles. ; 5,15,53,195,725,2703,10085,37635,140453,524175,1956245,7300803,27246965,101687055,379501253,1416317955,5285770565,19726764303,73621286645,274758382275,1025412242453,3826890587535,14282150107685,53301709843203,198924689265125,742397047217295,277...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_182.asm
ljhsiun2/medusa
9
20762
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_182.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r9 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1012f, %r15 nop nop nop nop nop...
ecdsa128/src/GFp_src/src/multiply.asm
FloydZ/Crypto-Hash
11
166690
<gh_stars>10-100 .686p .mmx .model flat,stdcall option casemap:none option prologue:none option epilogue:none include ..\..\lib\gfp.inc .data? mulSpace VBIGINT<> .code multiply proc ptrA:DWORD, ptrB:DWORD, ptrC:DWORD ;c=ab pushad mov esi, dword ptr [esp+20h+4] mov edi, dword ptr [esp+20h+8] mov eax, dword p...
src/firmware-tests/Platform/Arithmetic32/Negate/NegateATest.asm
pete-restall/Cluck2Sesame-Prototype
1
174682
<reponame>pete-restall/Cluck2Sesame-Prototype<gh_stars>1-10 #include "Platform.inc" #include "FarCalls.inc" #include "Arithmetic32.inc" #include "TestFixture.inc" radix decimal udata global expectedRAA global expectedRAB global expectedRAC global expectedRAD global expectedCarry global expectedZero globa...
oeis/167/A167325.asm
neoneye/loda-programs
11
104138
<filename>oeis/167/A167325.asm ; A167325: Totally multiplicative sequence with a(p) = 6*(p+3) for prime p. ; Submitted by <NAME> ; 1,30,36,900,48,1080,60,27000,1296,1440,84,32400,96,1800,1728,810000,120,38880,132,43200,2160,2520,156,972000,2304,2880,46656,54000,192,51840,204,24300000,3024,3600,2880,1166400,240,3960,345...
primeNumber.asm
nathalie-tate/MIPS
0
18384
# primeNumber.asm # <NAME> # This code is freely available to be modified and distrubuted under the terms # of the MIT License. # # Checks if the entered number is prime # Note that this is an extremely inefficient solution, but I don't feel like # coding a better solution in assembly code .data PROMPT1:.asciiz "P...
main/replays.asm
zlatkok/swospp
12
89698
[list -] %include "swos.inc" %include "swsmenu.inc" [list +] section .text bits 32 global CheckForFastReplay CheckForFastReplay: %ifdef DEBUG extern DumpVariables call DumpVariables ; write out debug variables %endif test byte [replayStatus], 1 jz .out test byte [r...
src/main/antlr/bsvtokami/BSV.g4
acw1251/bsvtokami
4
987
grammar BSV; @header { package bsvtokami; } packagedef : packagedecl packagestmt* endpackage? EOF | packagestmt* EOF ; packagedecl : 'package' pkgname=packageide ';' ; endpackage : 'endpackage' ( ':' pkgname=packageide )? ; PPTOK : '`'[a-zA-Z0-9_]+ -> channel(2) ; UpperCaseIdentifier ...
Scripts/Style_Pack_Maker.applescript
CaptureJuan/WPprojects
0
2126
<filename>Scripts/Style_Pack_Maker.applescript use AppleScript version "2.4" -- Yosemite (10.10) or later use scripting additions --Copyright 2021 Shootmachine.co on makeCOStylePackFromFolder(aFolder) tell application "Finder" set parentFolder to (container of aFolder) as alias set quotedPosixParent to (quoted...
test/test_system.applescript
darricktheprogrammer/Yaasl
1
4657
property parent : script "ASUnit" property suite : makeTestSuite("System") set suite's loggers to {ConsoleLogger} autorun(suite) script BaseSystemTest property parent : TestSet(me) property systemlib : missing value property NO_ERROR : "0: no error" property startup_disk : missing value -- System log should b...
test/fail/Issue256.agda
asr/agda-kanso
1
10597
<reponame>asr/agda-kanso {-# OPTIONS --universe-polymorphism #-} module Issue256 where open import Imports.Level const : ∀ {a b} {A : Set a} {B : Set b} → A → B → A const x = λ _ → x level : ∀ {ℓ} → Set ℓ → Level level {ℓ} _ = ℓ -- termination check should fail for the following definition ℓ : Level ℓ = const zero...
programs/oeis/267/A267755.asm
neoneye/loda
22
165484
<reponame>neoneye/loda ; A267755: Expansion of (1 + 2*x + x^2 + x^3 + 4*x^4 + 2*x^5)/(1 - x - x^5 + x^6). ; 1,3,4,5,9,12,14,15,16,20,23,25,26,27,31,34,36,37,38,42,45,47,48,49,53,56,58,59,60,64,67,69,70,71,75,78,80,81,82,86,89,91,92,93,97,100,102,103,104,108,111,113,114,115,119,122,124,125,126,130,133,135,136,137,141,14...
src/botio.adb
Hamster-Furtif/JeremyPlusPlus
0
12017
with montecarlo, ada.Text_IO, ada.Integer_Text_IO, opstrat, read_preflop; use montecarlo, ada.Text_IO, ada.Integer_Text_IO, opstrat, read_preflop; package body botIO is function splitLine(line : String; line_length : Integer) return T_command is word_begin : Integer := 1; word_count : Integer := 0; ...
agda/SNat/Properties.agda
bgbianchi/sorting
6
9204
<gh_stars>1-10 {-# OPTIONS --sized-types #-} module SNat.Properties where open import Size open import SNat open import SNat.Order open import SNat.Order.Properties open import SNat.Sum lemma-≅subtyping : {ι ι' : Size}{m : SNat {ι}}{n : SNat {ι'}} → m ≅ n → m ≅ subtyping n lemma-≅subtyping z≅z = z≅z lemma-≅subtyping ...
cohesion/david_jaz_261/LEM.agda
glangmead/formalization
6
4614
{-# OPTIONS --without-K --rewriting #-} module LEM where open import Basics open import Flat open import Bool open import lib.Basics open import lib.types.Bool open import Bool open import lib.NType2 open import Axiom.LEM public flat-set-has-dec-eq : {@♭ i : ULevel} (@♭ A : hSet i) ...
src/Expansion/CCS.agda
nad/up-to
0
13888
------------------------------------------------------------------------ -- Lemmas related to expansion and CCS ------------------------------------------------------------------------ {-# OPTIONS --sized-types #-} open import Prelude hiding (module W; step-→) module Expansion.CCS {ℓ} {Name : Type ℓ} where open imp...
programs/oeis/266/A266387.asm
karttu/loda
1
169128
<reponame>karttu/loda ; A266387: Number of orbits of Aut(Z^7) as function of the infinity norm n of the representative lattice point of the orbit, when the cardinality of the orbit is equal to 322560. ; 0,0,0,0,0,7,42,147,392,882,1764,3234,5544,9009,14014,21021,30576,43316,59976,81396,108528,142443,184338,235543,297528...
ada-containers-indefinite_holders.ads
mgrojo/adalib
15
19712
<filename>ada-containers-indefinite_holders.ads -- Standard Ada library specification -- Copyright (c) 2004-2016 AXE Consultants -- Copyright (c) 2004, 2005, 2006 Ada-Europe -- Copyright (c) 2000 The MITRE Corporation, Inc. -- Copyright (c) 1992, 1993, 1994, 1995 Intermetrics, Inc. -- SPDX-Licen...
Cubical/Reflection/RecordEquiv.agda
dan-iel-lee/cubical
0
2127
{- Reflection-based tools for converting between iterated record types, particularly between record types and iterated Σ-types. Currently requires eta equality. See end of file for examples. -} {-# OPTIONS --cubical --no-import-sorts --no-exact-split --safe #-} module Cubical.Reflection.RecordEquiv where open...
eliteNext.asm
ped7g/EliteNext
0
17312
DEVICE ZXSPECTRUMNEXT DEFINE DOUBLEBUFFER 1 CSPECTMAP eliteN.map OPT --zxnext=cspect --syntax=a --reversepop DEBUGSEGSIZE equ 1 DEBUGLOGSUMMARY equ 1 ;DEBUGLOGDETAIL equ 1 ;---------------------------------------------------------------------------------------------------------------------------------...
source/schedTest.asm
hamedmiir/OS-Lab-Scheduling
0
175865
_schedTest: file format elf32-i386 Disassembly of section .text: 00000000 <main>: void lotteryTest(); void multilevelQueue(); void showProcessScheduling(); int main(int argc, char const *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 ...
sw/test_cases/xor1.asm
JPShen-UWM/ThreadKraken
1
98880
<reponame>JPShen-UWM/ThreadKraken lbi r21 0xF0 lbi r22 0x0F xor r23 r21 r22 kill r0
src/asis/asis-compilation_units.ads
My-Colaborations/dynamo
15
22726
<filename>src/asis/asis-compilation_units.ads ------------------------------------------------------------------------------ -- -- -- ASIS-for-GNAT INTERFACE COMPONENTS -- -- ...
programs/oeis/117/A117676.asm
jmorken/loda
1
91088
<reponame>jmorken/loda ; A117676: Squares for which the digital root is also a square. ; 0,1,4,9,36,49,64,81,100,121,144,225,256,289,324,361,400,441,576,625,676,729,784,841,900,1089,1156,1225,1296,1369,1444,1521,1764,1849,1936,2025,2116,2209,2304,2601,2704,2809,2916,3025,3136,3249,3600,3721,3844,3969,4096,4225,4356,476...
oeis/267/A267811.asm
neoneye/loda-programs
11
163026
; A267811: Binary representation of the n-th iteration of the "Rule 217" elementary cellular automaton starting with a single ON (black) cell. ; Submitted by <NAME>(s2.) ; 1,1,11011,1110111,111101111,11111011111,1111110111111,111111101111111,11111111011111111,1111111110111111111,111111111101111111111,111111111110111111...
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-mysql/src/main/antlr4/imports/mysql/RLStatement.g4
klniu/shardingsphere
1
441
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
source/gmp.adb
ytomino/gmp-ada
4
10011
<reponame>ytomino/gmp-ada with C.string; package body GMP is function Version return String is S : constant C.char_const_ptr := C.gmp.qqgmp_version; Length : constant Natural := Natural (C.string.strlen (S)); Result : String (1 .. Length); for Result'Address use S.all'Address; begin return Result; end Ve...
alloy4fun_models/trashltl/models/5/fCg8cDjn7j3R7k7f4.als
Kaixi26/org.alloytools.alloy
0
2192
open main pred idfCg8cDjn7j3R7k7f4_prop6 { all f: File | historically f in Trash implies always f in Trash } pred __repair { idfCg8cDjn7j3R7k7f4_prop6 } check __repair { idfCg8cDjn7j3R7k7f4_prop6 <=> prop6o }
grammars/LegalOpinion.g4
OpenLawsGR/judgments2AKN
5
4270
grammar LegalOpinion; akomaNtoso : judgment EOF; //------------------------------- JUDGMENT --------------------------------------------------// judgment : header judgmentBody conclusions?; header : personalLegalOpinion? caseNmuber? docProponent? headerPar+; judgmentBody : introduction? (background motivation decisi...
Keyboard Maestro/Get Current Zettel Date.applescript
samvtran/AppleScripts
0
3593
#@osa-lang:AppleScript use AppleScript version "2.4" -- Yosemite (10.10) or later use scripting additions use framework "Foundation" use zt : script "zettel" return zt's zettelFromDate:(current date)
data/text_predef_pointers.asm
opiter09/ASM-Machina
1
13503
<gh_stars>1-10 add_tx_pre: MACRO \1_id:: dw \1 ENDM TextPredefs:: add_tx_pre CardKeySuccessText ; 01 add_tx_pre CardKeyFailText ; 02 add_tx_pre RedBedroomPCText ; 03 add_tx_pre RedBedroomSNESText ; 04 add_tx_pre PushStartText ...
source/amf/dd/amf-internals-dg_radial_gradients.adb
svn2github/matreshka
24
13631
<gh_stars>10-100 ------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- ...
oeis/220/A220336.asm
neoneye/loda-programs
11
2715
; A220336: A modified Engel expansion for 4*sqrt(2) - 5. ; Submitted by <NAME> ; 2,4,6,2,18,34,2,578,1154,2,665858,1331714,2,886731088898,1773462177794,2,1572584048032918633353218,3145168096065837266706434,2,4946041176255201878775086487573351061418968498178,9892082352510403757550172975146702122837936996354 mov $5,2 lp...
app/src/modules/Folder/pwm.asm
whxru/Mini-C
0
175773
<reponame>whxru/Mini-C .DATA .TEXT 0x1168 start: sh $a0,0xfc30($0) sh $a1,0xfc32($0) sh $a2,0xfc34($0) eret
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_557_221.asm
ljhsiun2/medusa
9
89714
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1e22b, %r12 nop dec %rsi movl $0x61626364, (%r12) nop nop nop add $24486, %r11 lea addresses_WC_ht+0x13a2b, %r14 cmp %rbx, %rbx movb (%r14), %r12b n...
Sources/Globe_3d/globe_3d-portals.ads
ForYouEyesOnly/Space-Convoy
1
18188
package GLOBE_3D.Portals is -- Methods provided for clipping through screen rectangles procedure Intersect (A, B : Rectangle; C : out Rectangle; non_empty : out Boolean); procedure Find_bounding_box ( o : Object_3D'Class; face : Positive; b : out Rectangle; succ...
src/main/fragment/mos6502-common/vboyy=vbom1.asm
jbrandwood/kickc
2
245103
ldy {m1}
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_51.asm
ljhsiun2/medusa
9
242891
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0xbc9c, %r9 nop sub %rax, %rax movl $0x61626364, (%r9) nop and %rsi, %rsi lea addresses_normal_ht+0x874c, %r15 nop nop nop cmp %rcx, %rcx movb (%r15), %al nop cmp $17327, %rcx ...
2020 Fall E C E 252/HW10/item16.asm
jsswd888/2020_FALL_UW_MADISON
0
178296
<filename>2020 Fall E C E 252/HW10/item16.asm .ORIG x0200 START ; LD R0, S1 ; ST R0, S2 ADD R0, R0, #0 BRp APPLE BRnz BANANA BR ORANGE APPLE ADD R1, R2, R3 BANANA ADD R4, R5, R6 ORANGE ADD R0, R1, R4 DONE BR DONE S1 .STRINGZ "XYZ" S2 .STRINGZ "123" .END
lang/german/ptab.asm
olifink/smsqe
0
102421
; Text for printer aborted section language xdef met_ptab met_ptab dc.b 0,27,'******* ABGEBROCHEN *******' end
Driver/Keyboard/Canadian/CSA-z243.200-91/keyboard.asm
steakknife/pcgeos
504
171193
<filename>Driver/Keyboard/Canadian/CSA-z243.200-91/keyboard.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC/GEOS FILE: keyboard.asm AUTHOR: <NAME>, Jul 8, 1991 REVISION HISTORY: Name Date Description ...
maps/RivalHouse1F.asm
AtmaBuster/pokeplat-gen2
6
12978
object_const_def ; object_event constants const RIVALHOUSE1F_OBJECT1 RivalHouse1F_MapScripts: db 0 ; scene scripts db 0 ; callbacks RivalHouse1F_RivalsMomScript: faceplayer checkevent EVENT_TALKED_TO_RIVAL_IN_ROOM iftrue .AfterRival jumptext .CallingOnRivalText .AfterRival: checkevent EVENT_TALKED_TO_RIVAL...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_1366.asm
ljhsiun2/medusa
9
13487
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x14b86, %rsi lea addresses_WC_ht+0x16f06, %rdi nop add %rbx, %rbx mov $41, %rcx rep movsb nop nop nop cmp $22175, %rbx pop %rsi pop %rdi pop %rcx pop %rbx ret .global s_faulty_load s_faulty_load...
PIC/FILO.asm
StxGuy/EmbeddedSystems
0
198
<filename>PIC/FILO.asm ;-----------------------------; ; STACK/FILO FOR PIC ; ; ; ; Por: Prof. <NAME> ; ; 03/Sep/2020 ; ;-----------------------------; list p = 16f877a ; Specify processor include <p16f877a.inc> ; Include mapping tmp equ 0x20 ; byte to be tes...
programs/oeis/168/A168194.asm
neoneye/loda
22
169804
<filename>programs/oeis/168/A168194.asm<gh_stars>10-100 ; A168194: a(n) = n^4*(n^3 + 1)/2. ; 0,1,72,1134,8320,39375,140616,412972,1050624,2394765,5005000,9750906,17926272,31388539,52725960,85455000,134250496,205211097,306162504,447001030,640080000,900641511,1247296072,1702552644,2293401600,3051953125,4016133576,5230442...
programs/oeis/073/A073556.asm
neoneye/loda
22
88895
; A073556: Number of Fibonacci numbers F(k), k <= 10^n, which end in 9. ; 0,13,133,1333,13333,133333,1333333,13333333,133333333,1333333333,13333333333,133333333333,1333333333333,13333333333333,133333333333333,1333333333333333,13333333333333333,133333333333333333,1333333333333333333,13333333333333333333,1333333333333333...
old/Homotopy/VanKampen/Guide.agda
timjb/HoTT-Agda
294
7874
<gh_stars>100-1000 {-# OPTIONS --without-K #-} open import Base module Homotopy.VanKampen.Guide where open import Homotopy.Truncation open import Homotopy.Connected record legend i (city : Set i) : Set (suc i) where constructor leg_,_,_ field name : Set i loc : name → city all-listed : ∀ c → [ hfibe...
library/fmGUI_ManageScripts/fmGUI_ManageScripts_SearchBoxFind.applescript
NYHTC/applescript-fm-helper
1
844
-- fmGUI_ManageScripts_SearchBoxFind({searchCriteria:null, delayTime:0.25, maxDelay:2, delayIncreaseBy:0.25}) -- <NAME>, NYHTC -- Specify the contents of the search box in the Script Workspace, which activates a live-filter type of search. (* HISTORY 2020-03-03 ( dshockley, hdu ): Updated as standalone function for...
internal/iantlr/gengine.g4
Cluas/gengine
0
3110
grammar gengine; primary: ruleEntity+; ruleEntity: RULE ruleName ruleDescription? salience? BEGIN ruleContent END; ruleName : stringLiteral; ruleDescription : stringLiteral; salience : SALIENCE integer; ruleContent : statements; statements: statement* returnStmt? ; statement : ifStmt | functionCall | methodCall | ...
notes/FOT/Common/FOL/Existential/Elimination.agda
asr/fotc
11
6795
----------------------------------------------------------------------------- -- Existential elimination ----------------------------------------------------------------------------- {-# OPTIONS --exact-split #-} {-# OPTIONS --no-sized-types #-} {-# OPTIONS --no-universe-polymorphism #-} {-# OPT...
software/atommc2/cfg.asm
AtomicRoland/AtomFpga
25
20367
<reponame>AtomicRoland/AtomFpga<gh_stars>10-100 ;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~ ; ; *PBD ([val]) ; ; *PBD - Print the current port B direction register in hex. ; *PBD 7F - Set the direction register. ; ; Port B is 8 bits wide and each bit's direction is...
test/Succeed/Issue2894.agda
cruhland/agda
1,989
5745
record ⊤ : Set where no-eta-equality constructor tt data D : ⊤ → Set where d : (x : ⊤) → D x test : (g : D tt) → Set test (d tt) = ⊤
test/asm/quine.asm
dannye/rgbds
2
92279
<gh_stars>1-10 N:MACRO FOR I,_NARG SHIFT I PRINT STRSUB("\n\"\\ INRT1,ABCDEFGHMOPSUn_(+-:)",\1+1,1) SHIFT-I ENDR REPT _NARG-1 PRINT"\1," SHIFT ENDR PRINT"\1\n" ENDM N 5,28,18,10,12,6,19,0,15,19,6,3,4,9,24,5,10,6,16,0,21,17,4,15,7,3,4,0,20,6,4,5,7,3,21,7,6,21,22,11,25,1,2,23,2,1,2,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,1...
oeis/097/A097250.asm
neoneye/loda-programs
11
163299
; A097250: Smallest m such that A097249(m) = n; from n=1 onwards, twice the primorials, 2*A002110(n). ; 1,4,12,60,420,4620,60060,1021020,19399380,446185740,12939386460,401120980260,14841476269620,608500527054420,26165522663340060,1229779565176982820,65178316954380089460,3845520700308425278140,234576762718813941966540,1...
resources/scripts/scrape/duckduckgo.ads
Elon143/Amass
7,053
15639
-- Copyright 2021 <NAME>. All rights reserved. -- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. name = "DuckDuckGo" type = "scrape" function start() set_rate_limit(1) end function vertical(ctx, domain) local vurl = "https://html.duckduckgo.com/html/?q=site:" ....
tools-src/gnu/gcc/gcc/ada/exp_vfpt.ads
enfoTek/tomato.linksys.e2000.nvram-mod
80
4059
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c3/c35505c.ada
best08618/asylo
7
1529
-- C35505C.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained -- unlimited rights in the software and documentation contained herein. -- Unlimit...
Transynther/x86/_processed/AVXALIGN/_st_zr_sm_/i7-7700_9_0xca_notsx.log_21829_1912.asm
ljhsiun2/medusa
9
243252
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r9 push %rbp push %rbx push %rdi lea addresses_A_ht+0xffec, %rbx clflush (%rbx) nop nop nop sub $48960, %r9 movb (%rbx), %r10b nop dec %rdi lea addresses_D_ht+0x950c, %r9 nop nop nop nop nop cmp $21791, %rdi movb (%r9), %bl nop nop nop nop add $8961, %rdi pop...
Driver/Printer/DotMatrix/Oki9/oki9ControlCodes.asm
steakknife/pcgeos
504
179067
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Okidata Print Driver FILE: oki9ControlCodes.asm AUTHOR: <NAME>, 1 March 1990 ROUTINES: Name Description ---- ----------- ...
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_PutSprClr_callee.asm
jpoikela/z88dk
640
177052
<reponame>jpoikela/z88dk ; void sp1_PutSprClr(uchar **sprdest, struct sp1_ap *src, uchar n) SECTION code_clib SECTION code_temp_sp1 PUBLIC _sp1_PutSprClr_callee EXTERN asm_sp1_PutSprClr _sp1_PutSprClr_callee: pop af pop hl pop de pop bc push af ld b,c jp asm_sp1_PutSprClr
old/Homotopy/Truncation.agda
timjb/HoTT-Agda
294
4620
<filename>old/Homotopy/Truncation.agda {-# OPTIONS --without-K #-} open import Base import Homotopy.TruncationHIT as T {- The definition of the truncation is in TruncationHIT, here I just make some arguments implicit, define easier to use helper functions and prove the universal property -} module Homotopy.Truncatio...
oeis/160/A160076.asm
neoneye/loda-programs
11
166378
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A160076: Numerator of Hermite(n, 17/26). ; Submitted by <NAME> ; 1,17,-49,-12325,-159839,13946137,507212239,-19660157773,-1534286839615,27078190344737,5127629801969359,-4354576731731957,-19138555408161520031,-307693278714841022935,78864026725309421626319,279669304920888...
oeis/065/A065344.asm
neoneye/loda-programs
11
25944
<reponame>neoneye/loda-programs ; A065344: a(n) = Mod( binomial(2*n,n), (n+1)*(n+2) ). ; Submitted by <NAME> ; 2,6,0,10,0,28,48,0,0,88,0,0,140,120,0,0,0,0,0,0,0,0,0,0,468,0,0,580,0,496,704,0,0,420,0,0,494,0,0,574,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4320,0,0,4648,0,0,4988,0,0,2...
externals/mpir-3.0.0/mpn/x86/pentium4/sse2/sqr_basecase.asm
JaminChan/eos_win
1
13319
<gh_stars>1-10 dnl Intel Pentium-4 mpn_sqr_basecase -- square an mpn number. dnl Copyright 2001, 2002 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Lesser General ...
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_5363_1119.asm
ljhsiun2/medusa
9
19560
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r13 push %r15 push %rbp push %rbx push %rcx push %rdi push %rdx // Store lea addresses_WC+0x601b, %rcx nop nop nop nop nop cmp $3029, %rdx movb $0x51, (%rcx) nop nop inc %rcx // Store lea addresses_D+0x17cf...
libgnat/gnat/last_chance_handler.ads
PThierry/ewok-kernel
65
7211
with System; package Last_Chance_Handler is procedure Last_Chance_Handler (File : System.Address; Line : Integer); pragma Export (C, Last_Chance_Handler, "__gnat_last_chance_handler"); pragma No_Return (Last_Chance_Handler); end Last_Chance_Handler;
HdGfxLib/libgfxinit/common/hw-gfx-gma-display_probing.adb
jam3st/edk2
1
12792
<reponame>jam3st/edk2 -- -- Copyright (C) 2015-2016 secunet Security Networks AG -- -- 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 2 of the License, or -- (at your option) any...