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 |
|---|---|---|---|---|
programs/oeis/108/A108674.asm | neoneye/loda | 22 | 176834 | <filename>programs/oeis/108/A108674.asm
; A108674: a(n) = (n+1)^2 * (n+2)^2 * (2*n+3) / 12.
; 1,15,84,300,825,1911,3920,7344,12825,21175,33396,50700,74529,106575,148800,203456,273105,360639,469300,602700,764841,960135,1193424,1470000,1795625,2176551,2619540,3131884,3721425,4396575,5166336,6040320,7028769,8142575,939330... |
library/fmGUI_ManageSecurity/fmGUI_ManageSecurity_GoToTab_Accounts.applescript | NYHTC/applescript-fm-helper | 1 | 2318 | <filename>library/fmGUI_ManageSecurity/fmGUI_ManageSecurity_GoToTab_Accounts.applescript
-- fmGUI_ManageSecurity_GoToTab_Accounts({})
-- <NAME>, NYHTC
-- Go to the "Accounts" tab of manage security
(*
HISTORY:
1.1 - 2017-06-28 ( eshagdar ): pass in prefs
1.0 - created
REQUIRES:
fmGUI_ManageSecurity_GotoTab
*)
... |
libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_tanh.asm | ahjelm/z88dk | 640 | 27030 | <filename>libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_tanh.asm<gh_stars>100-1000
SECTION code_fp_am9511
PUBLIC cam32_sdcc_tanh
EXTERN cam32_sdcc_read1, _am9511_tanh
.cam32_sdcc_tanh
call cam32_sdcc_read1
jp _am9511_tanh
|
oeis/113/A113448.asm | neoneye/loda-programs | 11 | 164268 | ; A113448: Expansion of (eta(q^2)^2 * eta(q^9) * eta(q^18)) / (eta(q) * eta(q^6)) in powers of q.
; Submitted by <NAME>(s4)
; 1,1,0,1,0,0,2,1,0,0,0,0,2,2,0,1,0,0,2,0,0,0,0,0,1,2,0,2,0,0,2,1,0,0,0,0,2,2,0,0,0,0,2,0,0,0,0,0,3,1,0,2,0,0,0,2,0,0,0,0,2,2,0,1,0,0,2,0,0,0,0,0,2,2,0,2,0,0,2,0,0,0,0,0,0,2,0,0,0,0,4,0,0,0,0,0,2,... |
C5515_Support_Files/C5515_Lib/dsplib_2.40.00/55x_src/rand16.asm | HeroSizy/Sizy | 0 | 17908 | ;***********************************************************
; Version 2.40.00
;***********************************************************
; Filename: rand16.asm
; Processor: C55xx
; Description: Generates 16 bit random numbers
;
; Useage: ushort oflag= rand16(DATA *... |
programs/oeis/143/A143200.asm | karttu/loda | 1 | 3926 | <filename>programs/oeis/143/A143200.asm
; A143200: Triangle read by rows: t(n,m) is -1 if binomial(n, m) is greater than 1 and odd, otherwise t(n,m) = binomial(n, m) mod 2.
; 1,1,1,1,0,1,1,-1,-1,1,1,0,0,0,1,1,-1,0,0,-1,1,1,0,-1,0,-1,0,1,1,-1,-1,-1,-1,-1,-1,1,1,0,0,0,0,0,0,0,1,1,-1,0,0,0,0,0,0,-1,1,1,0,-1,0,0,0,0,0,-1,0... |
oeis/010/A010003.asm | neoneye/loda-programs | 11 | 8065 | <reponame>neoneye/loda-programs
; A010003: a(0) = 1, a(n) = 11*n^2 + 2 for n>0.
; Submitted by <NAME>
; 1,13,46,101,178,277,398,541,706,893,1102,1333,1586,1861,2158,2477,2818,3181,3566,3973,4402,4853,5326,5821,6338,6877,7438,8021,8626,9253,9902,10573,11266,11981,12718,13477,14258,15061,15886,16733,17602,18493,19406,203... |
test/Succeed/Issue2613.agda | cruhland/agda | 1,989 | 7464 | <gh_stars>1000+
-- Andreas, 2017-06-20, issue #2613, reported by <NAME>.
-- Regression introduced by fix of #2458 (which is obsolete since #2403)
module _ where
open import Agda.Builtin.Nat
module Prop' (n : Nat) where
data Prop' : Set where
_∧_ _∨_ : Prop' → Prop' → Prop'
open Prop' zero
data DView : Prop'... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1004.asm | ljhsiun2/medusa | 9 | 85083 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1971e, %r12
nop
nop
add $61119, %r15
mov (%r12), %edx
nop
nop
nop
dec %rcx
lea addresses_WT_ht+0xc2de, %r10
add $2632, %rsi
movl $0x61626364, (%r10)
nop
nop
nop
nop
nop
xor $... |
Categories/Monad/Kleisli.agda | copumpkin/categories | 98 | 12515 | {-# OPTIONS --universe-polymorphism #-}
module Categories.Monad.Kleisli where
open import Categories.Category
open import Categories.Functor using (Functor; module Functor)
open import Categories.NaturalTransformation hiding (_≡_; equiv; id)
open import Categories.Monad
Kleisli : ∀ {o ℓ e} {C : Category o ℓ e} → Mona... |
oeis/154/A154244.asm | neoneye/loda-programs | 11 | 243197 | <reponame>neoneye/loda-programs
; A154244: a(n) = 6*a(n-1) - 2*a(n-2) for n>1; a(1)=1, a(2)=6.
; 1,6,34,192,1084,6120,34552,195072,1101328,6217824,35104288,198190080,1118931904,6317211264,35665403776,201358000128,1136817193216,6418187159040,36235488567808,204576557088768,1154988365396992,6520777078204416,36814685738432... |
compiler/src/main/antlr4/api/Fun.g4 | DavidR95/FunCompiler | 1 | 3299 | <filename>compiler/src/main/antlr4/api/Fun.g4
//////////////////////////////////////////////////////////////
//
// Specification of the Fun syntactic analyser.
//
// Developed June 2012 by <NAME> (University of Glasgow).
//
// Converted to ANTLRv4 by <NAME>, August 2015.
//
// Extended September 2017 - March 20... |
Groups/Subgroups/Normal/Definition.agda | Smaug123/agdaproofs | 4 | 10382 | {-# OPTIONS --safe --warning=error --without-K #-}
open import Groups.Definition
open import Setoids.Setoids
open import Groups.Subgroups.Definition
open import Agda.Primitive using (Level; lzero; lsuc; _⊔_)
module Groups.Subgroups.Normal.Definition {a b : _} {A : Set a} {S : Setoid {a} {b} A} {_+_ : A → A → A} (G :... |
libsrc/stdio_new/file/stream-in/stdio_atou_any_stream.asm | andydansby/z88dk-mk2 | 1 | 99516 | <reponame>andydansby/z88dk-mk2<gh_stars>1-10
; stdio_atou_any_stream
; 05.2008 aralbrec
XLIB stdio_atou_any_stream
LIB stdio_getchar, stdio_ungetchar, l_mult, asm_toupper
; read unsigned number from stream, whitespace not skipped
;
; enter : e = radix
; ix = FILE *
; exit : hl = unsigned int result
; uses ... |
disorderly/disorderly-basic_rand-deviates.ads | jscparker/math_packages | 30 | 24209 | <filename>disorderly/disorderly-basic_rand-deviates.ads
-------------------------------------------------------------------------------
-- package Disorderly.Basic_Rand.Deviates, Floating point random deviates.
-- Copyright (C) 1995-2018 <NAME>
--
-- Permission to use, copy, modify, and/or distribute this software for... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_602.asm | ljhsiun2/medusa | 9 | 96453 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1df1b, %r15
nop
nop
nop
nop
nop
sub %rax, %rax
mov (%r15), %esi
nop
nop
nop
nop
nop
and %rsi, %rsi
lea addresses_WC_ht+0x163fb, %rsi
lea addresses_normal_ht+0x150df, %rd... |
tools-src/gnu/gcc/gcc/ada/dec-io.ads | enfoTek/tomato.linksys.e2000.nvram-mod | 80 | 20822 | <reponame>enfoTek/tomato.linksys.e2000.nvram-mod
------------------------------------------------------------------------------
-- --
-- GNAT RUNTIME COMPONENTS --
-- ... |
src/main/antlr4/com/github/bigdata/sql/antlr4/stream/StreamSqlParser.g4 | duhanmin/bigdata-sql-parser | 1 | 3451 | parser grammar StreamSqlParser;
options { tokenVocab=StreamSqlLexer; }
root
: sqlStatements? MINUSMINUS? EOF
;
sqlStatements
: (sqlStatement MINUSMINUS? SEMI | emptyStatement)*
(sqlStatement (MINUSMINUS? SEMI)? | emptyStatement)
;
sqlStatement
: createSoureTable | createSinkTable | createVie... |
data/pokemon/base_stats/onix.asm | AtmaBuster/pokeplat-gen2 | 6 | 84835 | db 0 ; species ID placeholder
db 35, 45, 160, 70, 30, 45
; hp atk def spd sat sdf
db ROCK, GROUND ; type
db 45 ; catch rate
db 108 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 25 ; step cycles to hatch
INCBIN "gfx/pokemon/onix/front.dimensions"
db GROWTH_MEDIUM_FAST ; ... |
webtack/webidl-parser/src/main/antlr/WebIDLLexer.g4 | akasha/akasha | 16 | 6851 | // See the WebIDLParser file for a description of the grammar and how it differs from the spec.
lexer grammar WebIDLLexer;
ASYNC : 'async';
ATTRIBUTE : 'attribute';
EVENT : 'event';
CALLBACK : 'callback';
CONST : 'const';
CONSTRUCTOR : 'constructor';
DELETER : 'deleter';
DICTIONARY : 'dictionary';
ENUM : 'enum';
GETTE... |
StateDefine.asm | absindx/ResumeCartridge | 0 | 179528 | <filename>StateDefine.asm
;--------------------------------------------------
; State define
;--------------------------------------------------
; Load state data
Align 256
State_Ram:
.incbin "State/SMBOrigMap/Ram.bin"
Align 256
State_Oam:
.incbin "State/SMBOrigMap/Oam.bin"
State_Nametable:
Align 256
.incbin "... |
generated/natools-static_maps-web-tag_pages.ads | faelys/natools-web | 1 | 28286 | <reponame>faelys/natools-web<filename>generated/natools-static_maps-web-tag_pages.ads
-- Generated at 2015-03-03 23:00:05 +0000 by Natools.Static_Hash_Maps
-- from src/natools-web-tag_pages-maps.sx
package Natools.Static_Maps.Web.Tag_Pages is
pragma Pure;
type Command is
(Unknown_Command,
Current_T... |
oeis/040/A040954.asm | neoneye/loda-programs | 11 | 89794 | ; A040954: Continued fraction for sqrt(986).
; Submitted by <NAME>
; 31,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2,62,2,2
mov $1,$0
cmp $0,0
sub $1,$0
gcd $1,3
add $1,13
add $0,$1
pow... |
clients/ada/generated/src/model/-models.adb | shinesolutions/swagger-aem | 39 | 1043 | -- Adobe Experience Manager (AEM) API
-- Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
--
-- The version of the OpenAPI document: 3.5.0_pre.0
-- Contact: <EMAIL>
--
-- NOTE: This package is auto generated by OpenAPI-Generator 5.2.1.
-- https://openapi-generator.tech
-- Do not edi... |
programs/oeis/046/A046037.asm | jmorken/loda | 1 | 91860 | ; A046037: Numbers n for which floor((3/2)^n) is composite.
; 8,9,10,11,12,13,14,15,16,17,18,19,20,23,24,25,26,27,28,29,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,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78
mov $1,$0
lpb $0
mod $0,13
add $1,2
lpe
add $1,8... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1153.asm | ljhsiun2/medusa | 9 | 91669 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x3fb7, %r10
nop
nop
xor $30965, %r8
mov $0x6162636465666768, %rdx
movq %rdx, %xmm4
vmovups %ymm4, (%r10)
nop
nop
nop
nop
nop
sub %r10, %r10
lea addresses_A_... |
AMPS/code/Data.asm | StardustGear/AMPS | 0 | 178288 | ; ===========================================================================
; ---------------------------------------------------------------------------
; Flags section. None of this is required, but I added it here to
; make it easier to debug built ROMs! If you would like easier
; assistance from Aurora, please ke... |
src/drivers/dmac_u2503/sam_svd-dmac.ads | Fabien-Chouteau/samd51-hal | 1 | 21285 | -- ============================================================================
-- Atmel Microcontroller Software Support
-- ============================================================================
-- Copyright (c) 2017 Atmel Corporation,
-- a wholly owned subsidiary of Microchip Technology Inc.
--
-- License... |
P6/data_P6_2/MDTest161.asm | alxzzhou/BUAA_CO_2020 | 1 | 6313 | <filename>P6/data_P6_2/MDTest161.asm<gh_stars>1-10
ori $ra,$ra,0xf
lb $4,7($0)
srav $5,$1,$5
mfhi $4
addu $3,$4,$3
mtlo $4
mfhi $2
mult $3,$5
sb $1,3($0)
lb $1,2($0)
addu $5,$2,$4
mthi $1
ori $6,$3,34044
div $1,$ra
div $1,$ra
addu $6,$5,$1
lb $1,14($0)
multu $1,$2
divu $4,$ra
srav $4,$2,$1
mflo $3
sb $0,6($0)
lb $4,1($... |
programs/oeis/021/A021520.asm | neoneye/loda | 22 | 83184 | <reponame>neoneye/loda
; A021520: Decimal expansion of 1/516.
; 0,0,1,9,3,7,9,8,4,4,9,6,1,2,4,0,3,1,0,0,7,7,5,1,9,3,7,9,8,4,4,9,6,1,2,4,0,3,1,0,0,7,7,5,1,9,3,7,9,8,4,4,9,6,1,2,4,0,3,1,0,0,7,7,5,1,9,3,7,9,8,4,4,9,6,1,2,4,0,3,1,0,0,7,7,5,1,9,3,7,9,8,4,4,9,6,1,2,4
add $0,1
mov $1,10
pow $1,$0
sub $1,6
mul $1,7
div $1,21
... |
alloy4fun_models/trashltl/models/11/BDHfCrqynzXxL6gtH.als | Kaixi26/org.alloytools.alloy | 0 | 4202 | open main
pred idBDHfCrqynzXxL6gtH_prop12 {
some f : File | eventually f in Trash => eventually f not in Trash
}
pred __repair { idBDHfCrqynzXxL6gtH_prop12 }
check __repair { idBDHfCrqynzXxL6gtH_prop12 <=> prop12o } |
Task/Long-multiplication/Ada/long-multiplication-4.ada | LaudateCorpus1/RosettaCodeData | 1 | 12136 | type Long_Number is array (Natural range <>) of Unsigned_32;
function "*" (Left, Right : Long_Number) return Long_Number is
Result : Long_Number (0..Left'Length + Right'Length - 1) := (others => 0);
Accum : Unsigned_64;
begin
for I in Left'Range loop
for J in Right'Range loop
Accum := Unsigned... |
agda/Avionics/SafetyEnvelopes/Properties.agda | helq/safety-envelopes-sentinels | 0 | 521 | module Avionics.SafetyEnvelopes.Properties where
open import Data.Bool using (Bool; true; false; _∧_; T)
open import Data.Empty using (⊥; ⊥-elim)
open import Data.List as List using (List; []; _∷_; any)
open import Data.List.Relation.Unary.Any as Any using (Any; here; there; satisfied)
open import Data.Maybe using (Ma... |
programs/oeis/111/A111199.asm | neoneye/loda | 22 | 81886 | ; A111199: Numbers n such that 4k + 9 is prime.
; 1,2,5,7,8,11,13,16,20,22,23,25,26,32,35,37,41,43,46,47,55,56,58,62,65,67,68,71,76,77,82,85,86,91,95,97,98,100,103,106,110,112,113,125,128,133,137,140,142,146,148,151,152,158,161,163,166,167,173,175,181,187,188,190,191,197,200,203,205,211,212,217,218,230,232,233,236,242,... |
other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver0/sfc/ys_w64.asm | prismotizm/gigaleak | 0 | 246183 | Name: ys_w64.asm
Type: file
Size: 22163
Last-Modified: '2016-05-13T04:50:38Z'
SHA-1: 5A3A00130CC3446808BF436D1E56424BC1E91049
Description: null
|
Task/Sorting-algorithms-Gnome-sort/Ada/sorting-algorithms-gnome-sort-3.ada | mullikine/RosettaCodeData | 1 | 26652 | with Gnome_Sort;
with Ada.Text_Io; use Ada.Text_Io;
procedure Gnome_Sort_Test is
type Index is range 0..9;
type Buf is array(Index) of Integer;
procedure Sort is new Gnome_Sort(Integer, Index, Buf);
A : Buf := (900, 700, 800, 600, 400, 500, 200, 100, 300, 0);
begin
for I in A'range loop
Put(Intege... |
antlr-editing-plugins/antlr-in-memory-build/src/test/resources/org/nemesis/antlr/memory/tool/Epsilon.g4 | timboudreau/ANTLR4-Plugins-for-NetBeans | 1 | 756 | grammar Epsilon;
// TODO: Add your lexer and parser rules here
// Example rules
compilation_unit
: array
| number
| mods
| hexenites
;
array
: OpenBrace number (Comma number)+ CloseBrace;
number
: Integer;
mods : mod+;
mod : (ModA | ModB | ModC)*;
hexenites : hexen+;
hexen : Hex*;
... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_662.asm | ljhsiun2/medusa | 9 | 16672 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xc31a, %r10
xor $41423, %rax
mov (%r10), %r9d
nop
nop
nop
nop
xor $51077, %r10
lea addresses_D_ht+0x117c6, %r9
clflush (%r9)
nop
nop
cm... |
programs/oeis/001/A001947.asm | neoneye/loda | 22 | 245825 | ; A001947: a(n) = Lucas(5*n+2).
; 3,29,322,3571,39603,439204,4870847,54018521,599074578,6643838879,73681302247,817138163596,9062201101803,100501350283429,1114577054219522,12360848946698171,137083915467899403,1520283919093591604,16860207025497407047,186982561199565069121,2073668380220713167378,22997334743627409910279,25... |
firmware/rom.asm | mnaberez/f2mc8dump | 5 | 176480 | <gh_stars>1-10
;F2MC-8L Dumper
;
;This program dumps every byte of the memory space (0x0000-0xFFFF) out on
;P30-P37, strobing P40 low after each byte. It has been used to dump the
;internal ROM on the MB89623R, MB89625R, and MB89677AR. P30-P37 are normal
;outputs. P40 is open drain on the MB8962x and needs a 47K pul... |
kbd.asm | ChartreuseK/z80monitor | 5 | 2434 | <reponame>ChartreuseK/z80monitor<filename>kbd.asm
#data _RAM
LAST_SCAN: DS 1 ; Last pressed key
#code _ROM
;---------------------------------------
; Get Scancode
KBD_GETSCAN:
#local
LD B, 0x01 ; Start at row 0
LD A, 0 ; Row offset in decode table
LOOP:
LD C, PORT_KBD
IN C, (C) ; Read from port BC, B used fo... |
oeis/176/A176044.asm | neoneye/loda-programs | 11 | 169293 | ; A176044: n-th-prime without last digit.
; Submitted by <NAME>(s4)
; 0,0,0,0,1,1,1,1,2,2,3,3,4,4,4,5,5,6,6,7,7,7,8,8,9,10,10,10,10,11,12,13,13,13,14,15,15,16,16,17,17,18,19,19,19,19,21,22,22,22,23,23,24,25,25,26,26,27,27,28,28,29,30,31,31,31,33,33,34,34,35,35,36,37,37,38,38,39,40,40,41,42,43,43,43,44,44,45,46,46,46,47... |
oeis/022/A022365.asm | neoneye/loda-programs | 11 | 244499 | ; A022365: Fibonacci sequence beginning 0, 31.
; Submitted by <NAME>
; 0,31,31,62,93,155,248,403,651,1054,1705,2759,4464,7223,11687,18910,30597,49507,80104,129611,209715,339326,549041,888367,1437408,2325775,3763183,6088958,9852141,15941099,25793240,41734339,67527579,109261918,176789497,286051415,462840912,748892327,121... |
oeis/342/A342850.asm | neoneye/loda-programs | 11 | 174441 | ; A342850: Number of sets in the geometry determined by the Hausdorff metric at each location between two sets defined by a complete bipartite graph K(3,n) (with n at least 4) missing three edges, where all three removed edges are incident to different vertices in the 3-point set and none of the removed edges are incid... |
home/reset_player_sprite.asm | opiter09/ASM-Machina | 1 | 29484 | <gh_stars>1-10
ResetPlayerSpriteData::
ld hl, wSpriteStateData1
call ResetPlayerSpriteData_ClearSpriteData
ld hl, wSpriteStateData2
call ResetPlayerSpriteData_ClearSpriteData
ld a, $1
ld [wSpritePlayerStateData1PictureID], a
ld [wSpritePlayerStateData2ImageBaseOffset], a
ld hl, wSpritePlayerStateData1YPixels
l... |
audio/sfx/battle_33.asm | adhi-thirumala/EvoYellow | 16 | 83512 | SFX_Battle_33_Ch1:
duty 2
unknownsfx0x20 6, 241, 0, 5
unknownsfx0x20 6, 241, 128, 5
unknownsfx0x20 6, 241, 0, 6
unknownsfx0x20 6, 241, 128, 6
unknownsfx0x20 8, 241, 0, 7
endchannel
SFX_Battle_33_Ch2:
duty 3
unknownsfx0x20 6, 225, 16, 5
unknownsfx0x20 6, 225, 144, 5
unknownsfx0x20 6, 225, 16, 6
unknownsfx0... |
software/driver/ublox8.ads | TUM-EI-RCS/StratoX | 12 | 119 | -- Institution: Technische Universität München
-- Department: Realtime Computer Systems (RCS)
-- Project: StratoX
--
-- Authors: <NAME> (<EMAIL>)
--
-- Description: Driver for the GPS Module Ublox LEA-6H
--
-- ToDo:
-- [ ] Implementation
package ublox8 with SPARK_Mode is
end ublox8;
|
lib/cubical/elims/SuspSmash.agda | danbornside/HoTT-Agda | 0 | 3266 | {-# OPTIONS --without-K #-}
open import HoTT
open import lib.cubical.elims.CubeMove
open import lib.cubical.elims.CofWedge
module lib.cubical.elims.SuspSmash where
module _ {i j k} {X : Ptd i} {Y : Ptd j} {C : Type k}
(f : Suspension (X ∧ Y) → C) (g : Suspension (X ∧ Y) → C)
(north* : f (north _) == g (north _))... |
src/Bisimilarity/Weak/CCS.agda | nad/up-to | 0 | 3859 | <gh_stars>0
------------------------------------------------------------------------
-- Lemmas related to weak bisimilarity and CCS
------------------------------------------------------------------------
{-# OPTIONS --sized-types #-}
open import Prelude hiding (step-→)
module Bisimilarity.Weak.CCS {ℓ} {Name : Type ... |
alloy4fun_models/trashltl/models/11/SdYAKhKCBTk57sJmD.als | Kaixi26/org.alloytools.alloy | 0 | 1653 | open main
pred idSdYAKhKCBTk57sJmD_prop12 {
all f:File | eventually f in Trash implies f in Trash
}
pred __repair { idSdYAKhKCBTk57sJmD_prop12 }
check __repair { idSdYAKhKCBTk57sJmD_prop12 <=> prop12o } |
oeis/192/A192747.asm | neoneye/loda-programs | 11 | 176491 | ; A192747: Coefficient of x in the reduction by x^2->x+1 of the polynomial p(n,x) defined below in Comments.
; Submitted by <NAME>(s1)
; 0,1,6,15,32,61,110,191,324,541,894,1467,2396,3901,6338,10283,16668,27001,43722,70779,114560,185401,300026,485495,785592,1271161,2056830,3328071,5384984,8713141,14098214,22811447,36909... |
mc-sema/validator/x86/tests/BSF32rm.asm | randolphwong/mcsema | 2 | 2710 | BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_CF|FLAG_OF|FLAG_SF|FLAG_AF|FLAG_PF
;TEST_FILE_META_END
;TEST_BEGIN_RECORDING
lea ecx, [esp-0x20]
mov dword [ecx], 0x114400
bsf eax, [ecx]
mov ecx, 0
;TEST_END_RECORDING
|
util/bootsect-footer.asm | fsmv/bootstrap-os | 2 | 99970 | <reponame>fsmv/bootstrap-os
; Provided under the MIT License: http://mit-license.org/
; Copyright (c) 2020 <NAME> <<EMAIL>>
times 0x200-4-2-0x40-2-($-$$) db 0 ; Pad with zeros up to 512 bytes
dd 0xDEADC0DE ; Windows reserved unique drive number
dw 0x0000 ; Just extra paddin... |
source/machine-w64-mingw32/x86_64/seh/c-unwind_pe.adb | ytomino/drake | 33 | 3291 | <gh_stars>10-100
with Ada.Unchecked_Conversion;
with System.Address_To_Constant_Access_Conversions;
with System.Storage_Elements;
with C.stdint;
package body C.unwind_pe is
pragma Suppress (All_Checks);
use type System.Storage_Elements.Storage_Offset;
procedure unreachable
with Import,
Conventi... |
test/Fail/Issue1413.agda | redfish64/autonomic-agda | 0 | 4210 | -- Andreas, 2015-05-06 issue reported by <NAME>
{-# OPTIONS --copatterns #-}
record Foo (A : Set) : Set where
field
foo : A
open Foo {{...}} public
record ⊤ : Set where
instance
Foo⊤ : Foo ⊤
foo Foo⊤ = {!!}
-- foo {{Foo⊤}} = {!!}
-- Error WAS:
-- An internal error has occurred. Please report this as a... |
programs/oeis/050/A050815.asm | neoneye/loda | 22 | 22487 | ; A050815: Number of positive Fibonacci numbers with n decimal digits.
; 6,5,5,4,5,5,5,4,5,5,5,5,4,5,5,5,5,4,5,5,5,4,5,5,5,5,4,5,5,5,5,4,5,5,5,4,5,5,5,5,4,5,5,5,4,5,5,5,5,4,5,5,5,5,4,5,5,5,4,5,5,5,5,4,5,5,5,5,4,5,5,5,4,5,5,5,5,4,5,5,5,5,4,5,5,5,4,5,5,5,5,4,5,5,5,5,4,5,5,5
mov $1,2
mov $2,$0
lpb $0
mov $0,$2
sub $1... |
Assembler/tests/optimizations/b.asm | asifmallik/SCALE-MAMBA | 196 | 80305 | <reponame>asifmallik/SCALE-MAMBA
ldi c0, 3
ldsi s0, 3
crash
# these statements are unreachable
# FIXME: report a better error
clear_memory
clear_registers
|
Grammar/JanC.g4 | kris701/JanC | 0 | 4390 | grammar JanC;
// Global Scope
compileUnit: EOL* (unit EOL+)* (unit EOL*)? EOF;
// Unit and Impr
unit: decl | impr;
impr: stmt | expr;
// Decl
decl: 'every' delay=NUM EOL* impr # EveryTaskNode
| 'on' '(' condition=expr ')' EOL* impr # OnTaskNode
| 'once' EOL* impr ... |
PipeLine-CPU/2_final_shift.asm | MyLife97/MipsPipelineCPU | 0 | 94317 | <filename>PipeLine-CPU/2_final_shift.asm<gh_stars>0
#I
lui $1,0xffff
ori $1,$1,0xffac
sll $2,$1,8
sll $3,$1,17
sll $4,$1,28
ori $5,$0,0x1928
sll $2,$5,4
sll $3,$5,12
sll $4,$5,22
lui $1,0xffff
ori $1,$1,0xf928
sra $2,$1,25
sra $3,$1,15
sra $4,$1,9
ori $1,$0,0x2561
sra $2,$1,22
sra $3,$1,17
sra $4,$1,4
lui $1,0xfaef
ori... |
programs/oeis/143/A143643.asm | karttu/loda | 0 | 167449 | <filename>programs/oeis/143/A143643.asm
; A143643: Numerators of the lower principal convergents and the lower intermediate convergents to 3^(1/2).
; 1,3,5,12,19,45,71,168,265,627,989,2340,3691,8733,13775,32592,51409,121635,191861,453948,716035,1694157,2672279,6322680,9973081,23596563,37220045,88063572,138907099,328657... |
Transynther/x86/_processed/NC/_st_zr_un_sm_/i7-7700_9_0xca.log_21829_606.asm | ljhsiun2/medusa | 9 | 163044 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x10f04, %rbp
nop
nop
dec %rax
movb (%rbp), %r8b
nop
nop
xor $61020, %rdx
lea addresses_WC_ht+0xab1c, %rsi
lea addresses_D_ht+0x172dc, %rdi
nop
nop
nop
nop
nop
xor %r13, %r13
mo... |
Data/List/Sorting/Functions.agda | Lolirofle/stuff-in-agda | 6 | 7166 | <gh_stars>1-10
import Lvl
open import Data.Boolean
open import Type
module Data.List.Sorting.Functions {ℓ} {T : Type{ℓ}} (_≤?_ : T → T → Bool) where
open import Data.List
import Data.List.Functions as List
-- Inserts an element to a sorted list so that the resulting list is still sorted.
insert : T → List(... |
tb/tprog/asm/test.mult.asm | mshaklunov/mips_onemore | 0 | 104647 | <gh_stars>0
#MULT INSTRUCTION
#1 NEGATIVE A, POSITIVE B: A=0x80000_0000-0xFFFF_0000, B=0x0000_0000-0x0000_7FFF
lui $1 0x8000
ori $1 0x0000
lui $2 0x0000
ori $2 0x0000
lui $3 0x0000
ori $3 0x0000
lui $4 0x0000
ori $4 0x0000
mult $1 $2
mfhi $5
mflo $6
bne $3 $5 fail
sll $0 $0 0
bne $4 $6 fa... |
Partial/PComp.agda | hbasold/Sandbox | 0 | 11578 | {-# OPTIONS --without-K #-}
module PComp where
open import Data.Empty
open import Data.Sum
open import Data.Nat as Nat
open import Data.Nat.Properties.Simple
open import Data.Nat.Properties
open import Data.Product
open import Data.Bool renaming (Bool to 𝔹)
open import Data.Bool.Properties
open import Relation.Nulla... |
programs/oeis/085/A085538.asm | neoneye/loda | 22 | 171718 | <gh_stars>10-100
; A085538: a(n) = n^5 - n^4.
; 0,0,16,162,768,2500,6480,14406,28672,52488,90000,146410,228096,342732,499408,708750,983040,1336336,1784592,2345778,3040000,3889620,4919376,6156502,7630848,9375000,11424400,13817466,16595712,19803868,23490000,27705630,32505856,37949472,44099088,51021250,58786560,67469796,7... |
timers/div_resets_timer_overflow/main.asm | AntonioND/gbc-hw-tests | 6 | 4999 |
INCLUDE "hardware.inc"
INCLUDE "header.inc"
SECTION "var",BSS
ram_ptr: DS 2
repeat_loop: DS 1
SECTION "Main",HOME
;--------------------------------------------------------------------------
;- Main() -
;-----------------------------------------... |
src/apsepp-test_reporter_class-stub-create.adb | thierr26/ada-apsepp | 0 | 15555 | -- Copyright (C) 2019 <NAME> <<EMAIL>>
-- MIT license. Please refer to the LICENSE file.
function Apsepp.Test_Reporter_Class.Stub.Create return Test_Reporter_Stub is
begin
return (Test_Reporter_Interfa with null record);
end Apsepp.Test_Reporter_Class.Stub.Create;
|
multibytedecsum.asm | adey99/8085asmcodes | 0 | 172505 | <reponame>adey99/8085asmcodes
// SUM OF A SERIES OF MULTIBYTE DECIMAL NUMBERS
# ORG 2400H
# BEGIN 2400H
LDA COUNTER
MOV B,A
LXI D,2601
LOOP: LXI H,SIZE
MOV C,M
LXI H,SUM
ORA A
BACK: LDAX D
ADC M
DAA
MOV M,A
INX D
INX H
DCR C
JNZ BACK
DCR B
JNZ LOOP
... |
oeis/175/A175484.asm | neoneye/loda-programs | 11 | 23169 | <filename>oeis/175/A175484.asm<gh_stars>10-100
; A175484: a(n) = (1/2)*(A175482(n)+A175483(n)).
; Submitted by <NAME>(w2)
; 5,13,9,11,17,13,25,23,37,15,41,17,25,53,21,39,65,33,21,47,77,37,51,23,85,29,27,59,97,45,25,101,27,113,71,121,57,41,133,137,45,33,35,69,157,43,99,73,33,39,181,185,57,85,193,51,119,35,123,93,55,131,... |
alloy4fun_models/trashltl/models/4/zytxdLjwPKhk6MnYZ.als | Kaixi26/org.alloytools.alloy | 0 | 5327 | open main
pred idzytxdLjwPKhk6MnYZ_prop5 {
eventually (some f : File | File' = File - f)
}
pred __repair { idzytxdLjwPKhk6MnYZ_prop5 }
check __repair { idzytxdLjwPKhk6MnYZ_prop5 <=> prop5o } |
programs/oeis/103/A103454.asm | karttu/loda | 1 | 87597 | <gh_stars>1-10
; A103454: a(n) = 0^n + 4^n - 1.
; 1,3,15,63,255,1023,4095,16383,65535,262143,1048575,4194303,16777215,67108863,268435455,1073741823,4294967295,17179869183,68719476735,274877906943,1099511627775,4398046511103,17592186044415,70368744177663,281474976710655,1125899906842623,4503599627370495
mov $1,4
pow $1... |
uuu/src/apps/games/boxed_in/level.asm | ekscrypto/Unununium | 7 | 10774 | <reponame>ekscrypto/Unununium
;IN: esi=pointer to compressed level data
; OUT: edi=pointer to decompressed level data
Set_level_up:
mov ecx,18 * 14
xor edx,edx
externfunc mem.alloc
mov DWORD [pleveldata],edi
mov ecx,18 * 14
xor edx,edx
externfunc mem.alloc
mov DWORD [plastmove],edi
retn
Unpack_level:
mov... |
AntlrLetterCaseBenchmark/CaseInsensitiveGrammar.g4 | KvanTTT/AntlrBenchmarks | 2 | 7139 | lexer grammar CaseInsensitiveGrammar;
WORD: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z;
WS: [ \t\r\n]+ -> channel(HIDDEN);
fragment A: [aA];
fragment B: [bB];
fragment C: [cC];
fragment D: [dD];
fragment E: [eE];
fragment F: [fF];
fragment G: [gG];
fragment H: [hH];
fragment I: [iI];
fragment J: [jJ];
fragme... |
archive/agda-3/src/Oscar/Class/[ExtensibleType].agda | m0davis/oscar | 0 | 6480 |
open import Oscar.Prelude
module Oscar.Class.[ExtensibleType] where
record [ExtensibleType]
{𝔵} {𝔛 : Ø 𝔵}
{𝔟} {𝔒₂ : 𝔛 → Ø 𝔟}
{ℓ̇} (_↦_ : ∀ {x} → 𝔒₂ x → 𝔒₂ x → Ø ℓ̇)
: Ø₀ where
constructor ∁
no-eta-equality
|
programs/oeis/298/A298028.asm | karttu/loda | 1 | 9371 | ; A298028: Coordination sequence of Dual(3.6.3.6) tiling with respect to a trivalent node.
; 1,3,12,9,24,15,36,21,48,27,60,33,72,39,84,45,96,51,108,57,120,63,132,69,144,75,156,81,168,87,180,93,192,99,204,105,216,111,228,117,240,123,252,129,264,135,276,141,288,147,300,153,312,159,324,165,336,171,348,177,360,183,372,189,... |
oeis/083/A083577.asm | neoneye/loda-programs | 11 | 242329 | ; A083577: Prime star numbers.
; Submitted by <NAME>
; 13,37,73,181,337,433,541,661,937,1093,2053,2281,2521,3037,3313,5581,5953,6337,6733,7561,7993,8893,10333,10837,11353,12421,12973,13537,15913,18481,20533,21961,25741,27337,32413,33301,36037,36973,42841,44893,46993,52453,54721,57037,60601,61813,65521,68053,69337,71941... |
Relatorios/Tarefa 07/Resolucao/codigo/programa12.asm | RafaelAmauri/Arquitetura-de-Computadores-2 | 0 | 22963 | ori $t0, $zero, 0x1001
sll $t0, $t0, 16
sw $t0, 0($t0)
ori $t1, $zero, 0x1001
sll $t1, $t1, 16
ori $t1, $t1, 0x004
sw $t1, 0($t1)
ori $t2, $zero, 0x1001
sll $t2 $t2, 16
ori $t2, $t2, 0x0008
sw $t2, 0($t2)
or $s0, $zero, $t2
|
third_party/antlr_grammars_v4/powerbuilderdw/PowerBuilderDWLexer.g4 | mikhan808/rsyntaxtextarea-antlr4-extension | 2 | 4753 | /*
BSD License
Copyright (c) 2020, <NAME>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the follo... |
test/asset/agda-stdlib-1.0/Data/List/Relation/Subset/Setoid/Properties.agda | omega12345/agda-mode | 0 | 12975 | ------------------------------------------------------------------------
-- The Agda standard library
--
-- This module is DEPRECATED. Please use
-- Data.List.Relation.Binary.Subset.Setoid.Properties directly.
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
... |
programs/oeis/208/A208665.asm | karttu/loda | 0 | 164918 | <filename>programs/oeis/208/A208665.asm<gh_stars>0
; A208665: Numbers that match odd ternary polynomials; see Comments.
; 3,6,27,30,33,54,57,60,243,246,249,270,273,276,297,300,303,486,489,492,513,516,519,540,543,546,2187,2190,2193,2214,2217,2220,2241,2244,2247,2430,2433,2436,2457,2460,2463,2484,2487,2490,2673,2676,2679... |
data/maps/objects/GameCorner.asm | opiter09/ASM-Machina | 1 | 244590 | <reponame>opiter09/ASM-Machina<filename>data/maps/objects/GameCorner.asm
GameCorner_Object:
db $f ; border block
def_warps
warp 15, 17, 7, LAST_MAP
warp 16, 17, 7, LAST_MAP
warp 17, 4, 1, ROCKET_HIDEOUT_B1F
def_signs
sign 9, 4, 12 ; CeladonGameCornerText12
def_objects
object SPRITE_BEAUTY, 2, 6, STAY, DO... |
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/tests/named_block.adb | ouankou/rose | 488 | 522 |
procedure Named_Block is
begin
TheBlock: declare
type IntArray is array(1..2) of Integer;
ia : IntArray := (others => 0);
begin
null;
end TheBlock;
end Named_Block;
|
data/mapHeaders/RockTunnel1F.asm | AmateurPanda92/pokemon-rby-dx | 9 | 14789 | <gh_stars>1-10
RockTunnel1F_h:
db CAVERN ; tileset
db ROCK_TUNNEL_1F_HEIGHT, ROCK_TUNNEL_1F_WIDTH ; dimensions (y, x)
dw RockTunnel1F_Blocks ; blocks
dw RockTunnel1F_TextPointers ; texts
dw RockTunnel1F_Script ; scripts
db 0 ; connections
dw RockTunnel1F_Object ; objects
|
src/sysvar.asm | lantange/Pure64 | 366 | 160010 | <reponame>lantange/Pure64
; =============================================================================
; Pure64 -- a 64-bit OS/software loader written in Assembly for x86-64 systems
; Copyright (C) 2008-2020 Return Infinity -- see LICENSE.TXT
;
; System Variables
; ===================================================... |
data/pokemon/base_stats/starmie.asm | AtmaBuster/pokeplat-gen2 | 6 | 104664 | db 0 ; species ID placeholder
db 60, 75, 85, 115, 100, 85
; hp atk def spd sat sdf
db WATER, PSYCHIC ; type
db 60 ; catch rate
db 207 ; base exp
db STARDUST, STAR_PIECE ; items
db GENDER_UNKNOWN ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/starmie/front.dimensions"
db GROWTH_S... |
contrib/ayacc/src/ayacc-initialize.adb | faelys/gela-asis | 4 | 17019 | <reponame>faelys/gela-asis
-- $Header: /cf/ua/arcadia/alex-ayacc/ayacc/src/RCS/ayacc_separates.a,v 1.1 88/08/08 12:07:39 arcadia Exp $
-- Copyright (c) 1990 Regents of the University of California.
-- All rights reserved.
--
-- The primary authors of ayacc were <NAME> and <NAME>.
-- Enhancements were made by <NA... |
programs/oeis/100/A100040.asm | karttu/loda | 0 | 102631 | <gh_stars>0
; A100040: a(n) = 2*n^2 + n - 5.
; -5,-2,5,16,31,50,73,100,131,166,205,248,295,346,401,460,523,590,661,736,815,898,985,1076,1171,1270,1373,1480,1591,1706,1825,1948,2075,2206,2341,2480,2623,2770,2921,3076,3235,3398,3565,3736,3911,4090,4273,4460,4651,4846,5045,5248,5455,5666,5881,6100,6323,6550,6781,7016,7255... |
02-Tooling/03-revealing-anchors.applescript | Rolias/discover-applescript | 0 | 3841 | <filename>02-Tooling/03-revealing-anchors.applescript
tell application "System Preferences"
activate
set savedDelimiter to AppleScript's text item delimiters
set AppleScript's text item delimiters to linefeed
set the current pane to pane "Displays"
set anchorNames to name of every anchor of current pane
log ancho... |
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_VRAMmemset.asm | jpoikela/z88dk | 640 | 99004 | <filename>libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_VRAMmemset.asm
; void SMS_VRAMmemset(unsigned int dst,unsigned char value,unsigned int size)
SECTION code_clib
SECTION code_SMSlib
PUBLIC _SMS_VRAMmemset
EXTERN asm_SMSlib_VRAMmemset
_SMS_VRAMmemset:
pop af
pop hl
dec sp
pop de
pop bc
p... |
oeis/146/A146313.asm | neoneye/loda-programs | 11 | 18605 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A146313: a(n) = cosh( (2n - 1)*arcsinh(sqrt(2)) )^2 = 1 - cos( (2n - 1)*arcsin(sqrt(3)) )^2.
; Submitted by <NAME>
; 3,243,23763,2328483,228167523,22358088723,2190864527283,214682365584963,21036680962799043,2061380051988721203,201994208413931878803,197933710445133354014... |
source/server/ada_lsp-contexts.ads | reznikmm/ada_lsp | 11 | 22113 | <filename>source/server/ada_lsp-contexts.ads
-- Copyright (c) 2017 <NAME> <<EMAIL>>
--
-- SPDX-License-Identifier: MIT
-- License-Filename: LICENSE
-------------------------------------------------------------
with Ada.Containers.Hashed_Maps;
with Ada.Containers.Doubly_Linked_Lists;
with League.Strings.Hash;
with... |
oeis/037/A037732.asm | neoneye/loda-programs | 11 | 87301 | ; A037732: Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 2,1,0,3.
; Submitted by <NAME>
; 2,13,78,471,2828,16969,101814,610887,3665324,21991945,131951670,791710023,4750260140,28501560841,171009365046,1026056190279,6156337141676,36938022850057,221628137100342,132976882260205... |
get_VM_name.applescript | mikeiacovacci/focus | 2 | 908 | tell application "VMware Fusion"
activate
end tell
tell application "System Events"
set frontAppProcess to first application process whose frontmost is true
end tell
tell frontAppProcess
if (count of windows) > 0 then
set window_name to name of front window
end if
end tell
|
MSDOS/Virus.MSDOS.Unknown.ninja_1.asm | fengjixuchui/Family | 3 | 97824 | <gh_stars>1-10
;NINJA virus v1.1 _sandoz_
;I dont believe that NINJA scans, it was developed from Soviet block virus
;code that was aquired late in 1988. For this reason some features are missing
;such as original encryption, which really wont be missed. However some features
;are rather unique. used were System Viol... |
libraries/xsprites/spritemanager.asm | paulscottrobson/cerberus-2080 | 1 | 14051 | <reponame>paulscottrobson/cerberus-2080
; *********************************************************************************************
; *********************************************************************************************
;
; Name: spritemanager.asm
; Purpose: Sprite Manager
; Created: 1st November 2021
;... |
src/base/log/util-log-appenders-consoles.ads | RREE/ada-util | 60 | 4711 | -----------------------------------------------------------------------
-- util-log-appenders-consoles -- Console log appenders
-- Copyright (C) 2001 - 2019, 2021 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compl... |
experiments/test-suite/mutation-based/20/6/dll.als | kaiyuanw/AlloyFLCore | 1 | 2140 | pred test21 {
some disj DLL0: DLL {some disj Node0, Node1: Node {
DLL = DLL0
header = DLL0->Node1
Node = Node0 + Node1
no pre
nxt = Node1->Node0
elem = Node0->-1 + Node1->-1
UniqueElem[]
}}
}
run test21 for 3 expect 0
pred test46 {
some disj DLL0: DLL {some disj Node0, Node1: Node {
DLL = DLL0
header = DLL0->Node1
Node... |
experiments/test-suite/mutation-based/10/5/nqueens.als | kaiyuanw/AlloyFLCore | 1 | 3708 | pred test47 {
some disj Queen0, Queen1, Queen2, Queen3: Queen {
Queen = Queen0 + Queen1 + Queen2 + Queen3
row = Queen0->0 + Queen1->0 + Queen2->3 + Queen3->0
col = Queen0->0 + Queen1->0 + Queen2->2 + Queen3->0
nothreat[Queen3,Queen2]
}
}
run test47 for 4 expect 1
pred test39 {
some disj Queen0, Queen1, Queen2, Queen3: ... |
base/remoteboot/bootfloppy/src/bootware/tcpip/tftp.asm | npocmaka/Windows-Server-2003 | 17 | 173961 | ;===================================================================
; TFTP.ASM
;
; TFTP file transfer code for TCP/IP NID.
;===================================================================
;--------------------------------------------------------------------
; TransferFile
;
; Main BOOTP processing loop.
... |
programs/oeis/282/A282798.asm | jmorken/loda | 1 | 86766 | ; A282798: Decimal representation of the x-axis, from the left edge to the origin, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 505", based on the 5-celled von Neumann neighborhood.
; 1,0,7,4,31,20,127,84,511,340,2047,1364,8191,5460,32767,21844,131071,87380,524287,349524,209715... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.