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
final/MarkdownParser.g4
recursion-ninja/Superion-YAML
1
5064
BLANK_LINE: (SPACE | TAB)* NEWLINE; NEWLINE: '\\r'? '\\n' | '\\r'; ... document: block+ BLANK_LINE* EOF?; block: BLANK_LINE* (htmlBlockTags | htmlBlockSelfClosing | htmlComment | heading | horizontalRule | blockQuote[0] | references | {followListItem(1, 0)}? order...
libsrc/z80_crt0s/crt0/l_sxt.asm
andydansby/z88dk-mk2
1
86845
<filename>libsrc/z80_crt0s/crt0/l_sxt.asm<gh_stars>1-10 ; Z88 Small C+ Run time Library ; Moved functions over to proper libdefs ; To make startup code smaller and neater! ; ; 6/9/98 djm XLIB l_sxt .l_sxt ld l,a rlca sbc a,a ld h,a ...
agda/sn-calculus-compatconf/base.agda
florence/esterel-calculus
3
3016
<reponame>florence/esterel-calculus module sn-calculus-compatconf.base where open import sn-calculus open import utility renaming (_U̬_ to _∪_) open import Esterel.Lang open import Esterel.Lang.Properties open import Esterel.Lang.Binding open import Esterel.Lang.CanFunction using (Can ; Canₛ ; Canₛₕ ; Canₖ ; module...
vars.asm
RichardTND/ShockRaid
0
23854
;############################# ;# Shock Raid # ;# # ;# by <NAME> # ;# # ;# (C)2021 The New Dimension # ;# For Reset Magazine # ;############################# ;Game variables ;Map and tile memory data tilemem = $b0 ;Load address of all...
_maps/obj11.asm
NatsumiFox/AMPS-Sonic-1-2005
2
160512
; --------------------------------------------------------------------------- ; Sprite mappings - GHZ bridge ; --------------------------------------------------------------------------- dc.w byte_793A-Map_obj11, byte_7940-Map_obj11 dc.w byte_794B-Map_obj11 byte_793A: dc.b 1 dc.b $F8, 5, 0, 0, $F8 byte_7940: dc.b...
oeis/005/A005029.asm
neoneye/loda-programs
11
163545
; A005029: 13*2^n. ; 13,26,52,104,208,416,832,1664,3328,6656,13312,26624,53248,106496,212992,425984,851968,1703936,3407872,6815744,13631488,27262976,54525952,109051904,218103808,436207616,872415232,1744830464,3489660928,6979321856,13958643712,27917287424,55834574848,111669149696,223338299392,446676598784,893353197568,1...
projects/06/symbols/Label.asm
chapnitsky/Nand2Tetris
0
22404
// Copyright <NAME>, January 2018. // Free for educational use. // A simple infinite loop that tests only the creation of a single label. @16 M=1 (LOOP) @16 M=M+1 @LOOP 0;JMP
src/test/resources/testData/parse/handlers/if_samples.scpt
stigger/AppleScript-IDEA
18
1479
<reponame>stigger/AppleScript-IDEA if authorizationStatus is not 3 then --display dialog "Access must be given in System Preferences" & linefeed & "-> Security & Privacy first." buttons {"OK"} default button 1 tell application "System Preferences" activate tell pane id "com.apple.preference.security" to revea...
src/test/data/hello-clean.asm
pblop/vscode-6x09-assembly
5
161551
<filename>src/test/data/hello-clean.asm org $3f00 * HELLO WORLD screen equ $400 hello ldy #screen clra hel010 sta ,y+ cmpy #screen+512 bne hel010 ldx #text ldy #screen hel020 lda ,x+ beq loop sta ,y+ bra hel020 loop bra loop text FCC "HELLO, WORLD!" FCB 0 END
examples/sound/vt2/sound.asm
Frodevan/z88dk
640
165557
<gh_stars>100-1000 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; <NAME> 2016 ;; ;; PT3 music modules. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; The included PT3 example module music.pt3 is originally called Tears.pt3 ; and is copyright (C)...
projects/batfish/src/main/antlr4/org/batfish/grammar/cumulus_frr/CumulusFrr_bgp.g4
jawyoonis/batfish
0
4312
parser grammar CumulusFrr_bgp; import CumulusFrr_common; options { tokenVocab = CumulusFrrLexer; } s_bgp : ROUTER BGP autonomous_system (VRF vrf_name)? NEWLINE ( sb_address_family | sb_always_compare_med | sb_bgp | sb_neighbor | sb_network | sb_no | sb_redistribute | sbafi_neighbor | sbafi_...
libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_capacity.asm
meesokim/z88dk
0
170091
<reponame>meesokim/z88dk<filename>libsrc/_DEVELOPMENT/adt/w_array/c/sdcc_iy/w_array_capacity.asm ; size_t w_array_capacity(w_array_t *a) SECTION code_adt_w_array PUBLIC _w_array_capacity EXTERN asm_w_array_capacity _w_array_capacity: pop af pop hl push hl push af jp asm_w_array_capacity
programs/oeis/061/A061086.asm
neoneye/loda
22
14567
; A061086: a(n) is the concatenation of n with n^3. ; 11,28,327,464,5125,6216,7343,8512,9729,101000,111331,121728,132197,142744,153375,164096,174913,185832,196859,208000,219261,2210648,2312167,2413824,2515625,2617576,2719683,2821952,2924389,3027000,3129791,3232768,3335937 mov $2,1 add $2,$0 seq $0,61087 ; a(n) = A0610...
random_ideas/alloy/fs.als
asimihsan/asim_ihsan_io
0
4734
<gh_stars>0 abstract sig Object {} sig File extends Object {} sig Dir extends Object { entries : set Entry } sig Entry { name : one Name, object : one Object } sig Name {} one sig Root extends Dir {} fact { // Entries cannot be shared between directories // Force relation 'entries' to be injective, one where no...
src/common/sp-strings.adb
jquorning/septum
236
27607
<filename>src/common/sp-strings.adb<gh_stars>100-1000 ------------------------------------------------------------------------------- -- Copyright 2021, The Septum Developers (see AUTHORS file) -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the...
tmp1/c55x-sim2/foo/Debug/switch_test.asm
jwestmoreland/eZdsp-DBG-sim
1
27141
;******************************************************************************* ;* TMS320C55x C/C++ Codegen PC v4.4.1 * ;* Date/Time created: Sat Sep 29 23:07:15 2018 * ;****************************************************************************...
oeis/214/A214615.asm
neoneye/loda-programs
11
80177
; A214615: Row sums of A060338. ; Submitted by <NAME> ; 1,1,0,-4,-4,60,160,-2000,-9840,118160,915200,-10900800,-121640000,1448075200,22005235200,-261817504000,-5212995424000,61812285600000,1568367963136000,-18458812571264000,-584639647263360000 mov $1,1 lpb $0 sub $0,1 add $1,$2 sub $2,$1 mul $2,$0 mul $2,$0...
audio/music/pokemonxdcipherbattlemusic.asm
longlostsoul/EvoYellow
16
173395
;I thiiiink this was originally done in crystal, so one may want to go through and look at differences as I suspect it won't be a straight transfer over. But would be cool for Eevee version... ;Music_YellowIntro_Ch1:: ; tempo 116 ; volume 7, 7 ; duty 3 ; vibrato 8, 1, 4 ; notetype 12, 11, 2 ; octave 3 ; G# 2 ; endchann...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_20418_474.asm
ljhsiun2/medusa
9
89374
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xcbb1, %rsi lea addresses_UC_ht+0x29b1, %rdi clflush (%rdi) nop nop nop and $8787, %r9 mov $90, %rcx rep movsq nop inc %r8 lea addresses_UC_ht+0x8c99, %rdx and %r13, %r13 m...
VPN Autoconnect/VPN Autoconnect/AppDelegate.applescript
agorskih/vpn-autoconnect
1
339
<reponame>agorskih/vpn-autoconnect<filename>VPN Autoconnect/VPN Autoconnect/AppDelegate.applescript -- -- AppDelegate.applescript -- VPN Autoconnect -- -- Created by <NAME> on 25.09.13. -- Copyright (c) 2013 <NAME>. All rights reserved. -- MIT-style copyright and disclaimer apply property NSStatusBar : class "NSS...
3-mid/impact/source/3d/collision/dispatch/impact-d3-collision-detector-discrete-sphere_triangle.ads
charlie5/lace
20
28888
with impact.d3.collision.Detector.discrete, impact.d3.Shape.convex.internal.sphere, impact.d3.Shape.convex.internal.polyhedral.triangle; package impact.d3.collision.Detector.discrete.sphere_triangle -- -- Sphere-triangle to match the impact.d3.collision.Detector.discrete. -- is use impact.d3.collision....
agda/Data/Pi.agda
oisdk/combinatorics-paper
6
3398
{-# OPTIONS --cubical --safe #-} module Data.Pi where open import Data.Pi.Base public
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/tests/defining_operator_symbol.ads
ouankou/rose
488
21012
<filename>tests/nonsmoke/functional/CompileTests/experimental_ada_tests/tests/defining_operator_symbol.ads package defining_operator_symbol is function "*"(Left, Right : Integer) return Integer; end defining_operator_symbol;
programs/oeis/275/A275906.asm
jmorken/loda
1
95240
<filename>programs/oeis/275/A275906.asm ; A275906: Expansion of (1+x+x^2) / (1-4*x-4*x^2-x^3). ; 1,5,25,121,589,2865,13937,67797,329801,1604329,7804317,37964385,184679137,898378405,4370194553,21258970969,103415040493,503066240401,2447184094545,11904416380277,57909468139689,281702722174409,1370353177636669,6666133067384...
programs/oeis/090/A090288.asm
neoneye/loda
22
97757
<filename>programs/oeis/090/A090288.asm ; A090288: a(n) = 2*n^2 + 6*n + 2. ; 2,10,22,38,58,82,110,142,178,218,262,310,362,418,478,542,610,682,758,838,922,1010,1102,1198,1298,1402,1510,1622,1738,1858,1982,2110,2242,2378,2518,2662,2810,2962,3118,3278,3442,3610,3782,3958,4138,4322,4510,4702,4898,5098,5302,5510,5722,5938,6...
Lab FInal-Task/2.asm
mdabdullahibnaharun/Assembly-Language
0
173649
<reponame>mdabdullahibnaharun/Assembly-Language org 100h include "emu8086.inc" .model small .stack 100h .data .code main proc input: ; input a char mov ah , 1 int 21h ; comp if input == "#" then exit cmp al, 23h je...
test/asset/agda-stdlib-1.0/Data/List/Any/Properties.agda
omega12345/agda-mode
0
16373
<filename>test/asset/agda-stdlib-1.0/Data/List/Any/Properties.agda ------------------------------------------------------------------------ -- The Agda standard library -- -- This module is DEPRECATED. Please use -- Data.List.Relation.Unary.Any.Properties directly. ------------------------------------------------------...
schematics/main_control/main_control_board-PSpiceFiles/SCHEMATIC1/SCHEMATIC1.als
4lc0n/PinToWin
0
2912
<reponame>4lc0n/PinToWin .ALIASES _ P1(PWM_In=PWM_SOLENOID1 Shunt_Out=SHUNT_SIG1 ) CN +@MAIN_CONTROL_BOARD.SCHEMATIC1(sch_1):P?@MAIN_CONTROL_BOARD.Solenoid Driver(sch_1) Q_P1_Q3 P1.Q3(c=0 b=P1_N00192 e=P1_N00204 ) CN @MAIN_CONTROL_BOARD.SCHEMATIC1(sch_1):P?@MAIN_CONTROL_BOARD.Solenoid +Driver(sch_1):INS38@...
source/contexts/plain/program-unit_dependencies.adb
reznikmm/gela
0
14069
-- SPDX-FileCopyrightText: 2019 <NAME> <<EMAIL>> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- with Program.Element_Filters; with Program.Element_Vectors; with Program.Elements.Identifiers; with Program.Elements.Selected_Components; with Program.Elements.With_Clause...
src/test/ref/struct-ptr-35.asm
jbrandwood/kickc
2
80251
// Commodore 64 PRG executable file .file [name="struct-ptr-35.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment Basic :BasicUpstart(main) .const OFFSET_STRUCT_TILE_COUN...
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnarl/s-vxwext__noints.adb
djamal2727/Main-Bearing-Analytical-Model
0
6107
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
awa/src/awa-events-queues-fifos.adb
fuzzysloth/ada-awa
81
29801
<filename>awa/src/awa-events-queues-fifos.adb<gh_stars>10-100 ----------------------------------------------------------------------- -- awa-events-queues-fifos -- Fifo event queues (memory based) -- Copyright (C) 2012 <NAME> -- Written by <NAME> (<EMAIL>) -- -- Licensed under the Apache License, Version 2.0 (the "...
testing/led_blinking/src/main.adb
Stykk-Gruppen/rts-project
2
58
<reponame>Stykk-Gruppen/rts-project<gh_stars>1-10 with Arduino_Nano_33_Ble_Sense.IOs; with Ada.Real_Time; use Ada.Real_Time; procedure Main is TimeNow : Ada.Real_Time.Time := Ada.Real_Time.Clock; begin loop --6 13 41 16 24 Arduino_Nano_33_Ble_Sense.IOs.DigitalWrite(13, True); TimeNow := Ada.Re...
Validation/pyFrame3DD-master/gcc-master/gcc/ada/rtsfind.ads
djamal2727/Main-Bearing-Analytical-Model
0
12778
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
source/tasking/s-inthan.adb
ytomino/drake
33
22631
with Ada.Unchecked_Conversion; with System.Storage_Barriers; package body System.Interrupt_Handlers is type Node; type Node_Access is access Node; pragma Atomic (Node_Access); type Node is record Next : aliased Node_Access; Code_Address : Address; Is_Static : Boolean; pragma Atomic ...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1117.asm
ljhsiun2/medusa
9
174525
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r14 push %r15 push %rcx // Faulty Load lea addresses_WC+0x6411, %rcx clflush (%rcx) nop xor %r15, %r15 movups (%rcx), %xmm0 vpextrq $0, %xmm0, %r14 lea oracles, %r15 and $0xff, %r14 shlq $12, %r14 mov (...
tests/print_asm.a51
planet-s/area8051
0
26283
<reponame>planet-s/area8051<gh_stars>0 .org 00H start: lcall print ljmp shutdown print: mov 0x99, #'H' mov 0x99, #'e' mov 0x99, #'l' mov 0x99, #'l' mov 0x99, #'o' mov 0x99, #'\n' ret shutdown: mov dptr, #0xFFFF mov a, #1 movx @dptr, a
Labs/2_simple_calculator/2b_parser_plus_visitor_to_calculate/Calc.g4
MNXANL/GRAU-CL
0
6543
<reponame>MNXANL/GRAU-CL<gh_stars>0 grammar Calc; prog: stat+ ; // NEED TO INSERT VISIT (# visitname) TO EACH EXPR!! stat: expr NEWLINE # printExpr | ID '=' expr NEWLINE # assign | NEWLINE # blank ; expr: expr op=FACT # fact | (o...
src/boites.adb
SKNZ/BoiteMaker
0
4112
-- Ada packages with ada.command_line; use ada.command_line; with ada.exceptions; use ada.exceptions; with ada.text_io; use ada.text_io; -- BoiteMaker packages with commandline_args; use commandline_args; with box_info; use box_info; with box_parts; use box_parts; with svg; use svg; with text_file; use text_file; with...
test/date/test_date.ads
skill-lang/skillAdaTestSuite
1
10205
package Test_Date is end Test_Date;
test/memory.asm
hqythu/MIPS-CPU
3
91768
START: LI R1 0X80 SLL R1 R1 0X00 LI R2 0XBF SLL R2 R2 0X00 MFPC R7 ADDIU R7 0X02 B TESTR NOP LW R2 R3 0X00 SW R1 R3 0X00 NOP LW R1 R3 0X00 ADDIU R3 0X01 MFPC R7 ADDIU R7 0X02 B TESTW NOP SW R2 R3 0X00 B START NOP ;测试8251是否能写 TESTW: LI R6 0x00BF SLL R6 R6 0x0000 ADDIU R6 0x0001 LW R...
libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_int_grow_fast_callee.asm
meesokim/z88dk
0
18478
<filename>libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_int_grow_fast_callee.asm ; =============================================================== ; Dec 2013 ; =============================================================== ; ; void *obstack_int_grow_fast(struct obstack *ob, int data) ; ; Append int to the growi...
programs/oeis/144/A144478.asm
neoneye/loda
22
177297
<reponame>neoneye/loda<filename>programs/oeis/144/A144478.asm<gh_stars>10-100 ; A144478: Period 9: repeat 1,0,5,7,6,2,4,3,8. ; 1,0,5,7,6,2,4,3,8,1,0,5,7,6,2,4,3,8,1,0,5,7,6,2,4,3,8,1,0,5,7,6,2,4,3,8,1,0,5,7,6,2,4,3,8,1,0,5,7,6,2,4,3,8 sub $0,1 mul $0,3 add $0,2 bin $0,4 mod $0,9
programs/oeis/013/A013739.asm
neoneye/loda
22
161067
; A013739: a(n) = 6^(3*n + 2). ; 36,7776,1679616,362797056,78364164096,16926659444736,3656158440062976,789730223053602816,170581728179578208256,36845653286788892983296,7958661109946400884391936,1719070799748422591028658176,371319292745659279662190166016,80204967233062404407033075859456,173242729223414793519191443856424...
scripts/safarizoneresthouse2.asm
adhi-thirumala/EvoYellow
16
168831
SafariZoneRestHouse2Script: call EnableAutoTextBoxDrawing ret SafariZoneRestHouse2TextPointers: dw SafariZoneRestHouse2Text1 dw SafariZoneRestHouse2Text2 dw SafariZoneRestHouse2Text3 SafariZoneRestHouse2Text1: TX_FAR _SafariZoneRestHouse2Text1 db "@" SafariZoneRestHouse2Text2: TX_FAR _SafariZoneRestHouse2Tex...
Numeral/Natural/Relation/Order/Proofs.agda
Lolirofle/stuff-in-agda
6
14543
module Numeral.Natural.Relation.Order.Proofs where import Lvl open import Data.Tuple as Tuple using (_⨯_ ; _,_) open import Functional open import Logic open import Logic.Propositional open import Logic.Propositional.Theorems open import Logic.Predicate open import Numeral.Natural open import Numeral.Natural.Oper open...
Prelude/Bool.agda
bbarenblat/B
1
10175
<reponame>bbarenblat/B<gh_stars>1-10 {- Copyright © 2015 <NAME> Licensed under the Apache License, Version 2.0 (the ‘License’); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or...
programs/oeis/017/A017776.asm
karttu/loda
1
103531
; A017776: Binomial coefficients C(60,n). ; 1,60,1770,34220,487635,5461512,50063860,386206920,2558620845,14783142660,75394027566,342700125300,1399358844975,5166863427600,17345898649800,53194089192720,149608375854525,387221678682300,925029565741050,2044802197953900,4191844505805495,7984465725343800 mov $1,60 bin $1,$0
test/arch/Hello World.asm
yunxu1019/efront
1
17911
<filename>test/arch/Hello World.asm .386 .model flat,stdcall option casemap:none include windows.inc include user32.inc includelib user32.lib include kernel32.inc includelib kernel32.lib .data szText db '你好 masm$',0 .code start: invoke MessageBoxW,NULL,offset szText,NULL,MB_OK invoke ExitProcess,NULL end start
oeis/018/A018207.asm
neoneye/loda-programs
11
164388
; A018207: Expansion of 1/((1-3x)(1-10x)(1-12x)). ; Submitted by <NAME> ; 1,25,439,6685,94471,1276405,16745119,215226205,2725568791,34135388485,423910350799,5229781276525,64185946519111,784517071831765,9557062002788479,116113315455883645,1407645499737869431,17034603139656230245,205843809104280154159,2484411423536578023...
orka/src/orka/implementation/orka-rendering-buffers-mapped.adb
onox/orka
52
25359
-- SPDX-License-Identifier: Apache-2.0 -- -- Copyright (c) 2017 onox <<EMAIL>> -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -...
programs/oeis/154/A154575.asm
neoneye/loda
22
166331
; A154575: a(n) = 2*n^2 + 12*n + 4. ; 18,36,58,84,114,148,186,228,274,324,378,436,498,564,634,708,786,868,954,1044,1138,1236,1338,1444,1554,1668,1786,1908,2034,2164,2298,2436,2578,2724,2874,3028,3186,3348,3514,3684,3858,4036,4218,4404,4594,4788,4986,5188,5394,5604,5818,6036,6258,6484,6714,6948,7186,7428,7674,7924,8178,...
middleware/src/filesystem/filesystem-mbr.ads
rocher/Ada_Drivers_Library
192
1510
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2015-2017, AdaCore -- -- -- -- ...
Parser_Tools/src/interface/text-sets.ads
robdaemon/AdaYaml
32
4520
<reponame>robdaemon/AdaYaml with Ada.Containers.Hashed_Sets; package Text.Sets is new Ada.Containers.Hashed_Sets (Reference, Hash, Text."=");
src/strings/codepage.asm
majioa/fleco
0
27751
;[]-----------------------------------------------------------------[] ;| CODEPAGE.ASM -- strings conversion functions | ;[]-----------------------------------------------------------------[] ; ; $Copyright: 2005$ ; $Revision: 1.2 $ ; %include 'constant.inc' PUBLIC @FastString@ConvertTo$qqrul PU...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1090.asm
ljhsiun2/medusa
9
93253
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x11116, %rsi lea addresses_WT_ht+0x1ffe, %rdi add %r13, %r13 mov $65, %rcx rep movsq sub %rdx, %rdx lea addresses_normal_ht+0x13af6, %r10 nop nop nop add $35048, %r14 movb $0x61, (%r10)...
libsrc/gfx/narrow/drawb_callee.asm
ahjelm/z88dk
640
86885
<reponame>ahjelm/z88dk<gh_stars>100-1000 ; ; Z88 Graphics Functions - Small C+ stubs ; ; Written around the Interlogic Standard Library ; ; ; ----- void __CALLEE__ drawb(int x, int y, int h, int v) ; ; $Id: drawb_callee.asm $ ; IF !__CPU_INTEL__ & !__CPU_GBZ80__ SECTION code_graphics PUBLIC...
oeis/037/A037462.asm
neoneye/loda-programs
11
242641
<gh_stars>10-100 ; A037462: a(n) = Sum_{i = 0..m} d(i)*8^i, where Sum_{i = 0..m} d(i)*4^i is the base 4 representation of n. ; Submitted by <NAME> ; 0,1,2,3,8,9,10,11,16,17,18,19,24,25,26,27,64,65,66,67,72,73,74,75,80,81,82,83,88,89,90,91,128,129,130,131,136,137,138,139,144,145,146,147,152,153,154,155,192,193,194,195,2...
src/allmul.asm
abainbridge/vs_libc_replacement
0
89509
.586 .MODEL FLAT, C .CODE ; The x86 instruction-set has no 64-bit x 64-bit multiply instruction, ; so the compiler inserts a call to this function. ; ; The standard Visual Studio implementation is 48 bytes long. This one ; is 31. Comically, the VS version includes conditional branches, ; presumably because that was an...
programs/oeis/026/A026809.asm
neoneye/loda
22
245262
; A026809: a(n) = 3^n*(3^n-1)*(3^n-2)/6. ; 0,1,84,2925,85320,2362041,64304604,1741001445,47050068240,1270739210481,34313445309924,926494403955165,25015631334908760,675424587904113321,18236486750190760044,492385348146244352085,13294406252968671566880,358948985507335487598561,9691622758792692429038964,2616738158382544101...
oeis/138/A138625.asm
neoneye/loda-programs
11
173716
<reponame>neoneye/loda-programs<filename>oeis/138/A138625.asm ; A138625: Primes congruent to 12 mod 17. ; Submitted by <NAME> ; 29,97,131,199,233,607,641,709,743,811,947,1049,1117,1151,1321,1423,1559,1627,1831,1933,2069,2137,2239,2273,2341,2477,2579,2647,2749,2851,2953,3089,3191,3259,3361,3463,3701,3769,3803,4007,4177,...
oeis/206/A206531.asm
neoneye/loda-programs
11
28638
<gh_stars>10-100 ; A206531: a(n) = (2(n+1)(2n+1)-1) * a(n-1) + 2n(2n-1) * a(n-2), a(0)=0, a(1)=2. ; Submitted by <NAME> ; 0,2,58,3250,292498,38609738,7026972314,1686473355362,516060846740770,196103121761492602,90599642253809582122,50011002524102889331346,32507151640666878065374898,24575406640344159817423422890 mul $0,...
src/fltk-text_buffers.adb
micahwelf/FLTK-Ada
1
1309
with Interfaces.C.Strings, Ada.Strings.Unbounded, Ada.Containers, System; use Ada.Strings.Unbounded; use type System.Address, Interfaces.C.int, Interfaces.C.Strings.chars_ptr, Ada.Containers.Count_Type; package body FLTK.Text_Buffers is function new_fl_text_buffer ...
src/edc_client-matrix-common.adb
hgrodriguez/edc-client
0
6809
<filename>src/edc_client-matrix-common.adb -- -- Copyright 2021 (C) <NAME> -- -- SPDX-License-Identifier: BSD-3-Clause -- with Interfaces; with Edc_Client.Matrix.Types; use Edc_Client.Matrix.Types; package body Edc_Client.Matrix.Common is -------------------------------------------------------------------------...
audio/music/oreburghcity.asm
AtmaBuster/pokeplat-gen2-old
2
85151
<filename>audio/music/oreburghcity.asm Music_OreburghCity: channel_count 4 channel 1, Music_OreburghCity_Ch1 channel 2, Music_OreburghCity_Ch2 channel 3, Music_OreburghCity_Ch3 channel 4, Music_OreburghCity_Ch4 Music_OreburghCity_Ch1_sub_0: octave 3 note G_, 3 note G_, 1 note E_, 3 note E_, 1 note G_, 2 no...
test/Succeed/CompileTimeInlining.agda
cruhland/agda
1,989
3162
------------------------------------------------------------------------ -- A small definition of a dependently typed language, using the -- technique from McBride's "Outrageous but Meaningful Coincidences" ------------------------------------------------------------------------ -- Inlining saves a lot of memory. Test...
programs/oeis/243/A243869.asm
karttu/loda
0
94132
<reponame>karttu/loda ; A243869: Expansion of x^4/[(1+x)*Product_{k=1..3} (1-k*x)]. ; 1,5,20,70,231,735,2290,7040,21461,65065,196560,592410,1782691,5358995,16098830,48340180,145107921,435498525,1306845100,3921234350,11765101151,35298099655,105899891370,317710858920,953154946381,2859509578385,8578618213640,2573603359789...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_660.asm
ljhsiun2/medusa
9
166485
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1e9a4, %rcx add $24359, %r12 movb (%rcx), %r14b nop nop nop nop nop xor %r13, %r13 lea addresses_normal_ht+0xd3b0, %rsi lea addresses_WC_ht+0x10094, %rdi nop nop sub %r12, %...
programs/oeis/216/A216112.asm
karttu/loda
1
160172
; A216112: The Wiener index of the para-polyphenyl chain with n hexagons (see the Dou et al. and the Deng references). ; 27,198,657,1548,3015,5202,8253,12312,17523,24030,31977,41508,52767,65898,81045,98352,117963,140022,164673,192060,222327,255618,292077,331848,375075,421902,472473,526932,585423,648090 add $0,1 mov $1...
target/cos_117/disasm/iop_overlay1/NOBEAT.asm
jrrk2/cray-sim
49
169455
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ Prints !! ALERT !! CPU NOT RESPONDING !! ALERT !! on console @ Apparently console becomes unresponsive after that @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ Maybe called from: COMM01 0x0000 (0x000000) 0x1018- ...
key-to-pdf.applescript
saiaps/symmathesy-model
1
2234
<filename>key-to-pdf.applescript #!/usr/bin/osascript tell application "Finder" set myFolder to container of (path to me) as text set current_path to (POSIX path of (container of (path to me) as alias)) end tell tell application "Keynote" activate open myFolder & "symmathesy.key" end tell tell application "Syst...
legend-engine-language-pure-grammar/src/main/antlr4/org/finos/legend/engine/language/pure/grammar/from/antlr4/core/CoreFragmentGrammar.g4
inahanninger-gs/legend-engine
0
3406
lexer grammar CoreFragmentGrammar; // ---------------------------------- BUILDING BLOCK -------------------------------------- fragment True: 'true' ; fragment False: 'false' ; fragment Letter: [A-Za-z] ; fragment Digit: ...
Transynther/x86/_processed/NONE/_st_zr_un_/i7-7700_9_0x48.log_21829_583.asm
ljhsiun2/medusa
9
162869
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r14 push %r8 push %r9 // Faulty Load lea addresses_A+0x1dc78, %r14 nop add $6275, %r12 movups (%r14), %xmm6 vpextrq $0, %xmm6, %r11 lea oracles, %r12 and $0xff, %r11 shlq $12, %r11 mov (%r12,%r11,1), %r...
agda/hott/core.agda
piyush-kurur/hott
0
12186
<reponame>piyush-kurur/hott {-# OPTIONS --without-K #-} -- Exposes the core of hott module hott.core where -- The basic types of hott open import hott.core.equality public -- Equality type open import hott.core.sigma public -- Dependent pairs open import hott.core.universe public -- Universes open import hott....
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_10673_705.asm
ljhsiun2/medusa
9
242603
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_10673_705.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x4581, %rsi lea addresses_A_ht+0x19b81, %rdi nop xor $15796, %r10 mov $124, %rcx...
test/fail/IllegalUseOfIrrelevantDeclaration.agda
asr/agda-kanso
1
2149
<filename>test/fail/IllegalUseOfIrrelevantDeclaration.agda -- 2010-09-29 module IllegalUseOfIrrelevantDeclaration where import Common.Irrelevance record Subset (A : Set) (P : A -> Set) : Set where constructor _#_ field elem : A .certificate : P elem postulate .irrelevant : {A : Set} -> .A ->...
BasicIS4/Semantics/BasicKripkeOno.agda
mietek/hilbert-gentzen
29
14111
-- Basic intuitionistic modal logic S4, without ∨, ⊥, or ◇. -- Basic Kripke-style semantics with abstract worlds, for soundness only. -- Ono-style conditions. module BasicIS4.Semantics.BasicKripkeOno where open import BasicIS4.Syntax.Common public -- Intuitionistic modal Kripke models, with frame conditions given b...
library/fmGUI_ManageDataSources/fmGUI_ManageDataSources_Open.applescript
NYHTC/applescript-fm-helper
1
3548
-- fmGUI_ManageDataSources_Open(prefs) -- <NAME>, NYHTC -- Open Manage Data Sources (* HISTORY: 1.2 - 2017-04-03 ( eshagdar ): get name of frontmost window by handler. narrow scope. 1.1.1 - 2017-06-26 ( eshagdar ): moved frontmost to outer scope 1.1 - 1.0 - created REQUIRES: fmGUI_AppFrontMost fmGUI_NameOfFr...
mini_pascal.g4
JoaoLuizLagreca/mini_pascal
0
4825
<filename>mini_pascal.g4 grammar mini_pascal; options { caseInsensitive = true; } //Regras sintáticas programa: PROGRAM identificador ';' bloco '.' ; bloco: parDeclVar? parDeclSubRot comComp ; parDeclVar: declVar (';' declVar)* ';' ; parDeclSubRot: (declProc ';')* ; declVar: tipo listaIdent ; comando: atribuicao |...
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/Object.asm
prismotizm/gigaleak
0
4482
Name: Object.asm Type: file Size: 14117 Last-Modified: '1992-02-13T07:47:46Z' SHA-1: 85CAD05A22F32966ECA32A5DF7EA231B28899B56 Description: null
statics-core.agda
hazelgrove/hazelnut-agda
0
5194
<reponame>hazelgrove/hazelnut-agda open import List open import Nat open import Prelude open import contexts open import core module statics-core where open core public -- zippered form of types data ztyp : Set where ▹_◃ : htyp → ztyp _==>₁_ : ztyp → htyp → ztyp _==>₂_ : htyp → ztyp → ztyp ...
programs/oeis/056/A056829.asm
karttu/loda
0
97891
<filename>programs/oeis/056/A056829.asm ; A056829: Nearest integer to n^2/6. ; 0,0,1,2,3,4,6,8,11,14,17,20,24,28,33,38,43,48,54,60,67,74,81,88,96,104,113,122,131,140,150,160,171,182,193,204,216,228,241,254,267,280,294,308,323,338,353,368,384,400,417,434,451,468,486,504 mov $1,$0 pow $1,2 add $1,3 div $1,6
Truncation.agda
howsiyu/hott-notes
0
3178
<filename>Truncation.agda module Truncation where open import Cubical.Foundations.Prelude private variable ℓ ℓ₁ : Level data Susp (A : Type ℓ) : Type ℓ where north : Susp A south : Susp A merid : A → north ≡ south SuspF : {A : Type ℓ} {B : Type ℓ₁} → (A → B) → Susp A → Susp B SuspF f north = north Sus...
Tests/yasm-regression/simd64-2.asm
13xforever/x86-assembly-textmate-bundle
69
83014
<gh_stars>10-100 [bits 64] cvtsi2sd xmm0,eax ; out: f2 0f 2a c0 cvtsi2sd xmm0,rax ; out: f2 48 0f 2a c0 cvtsd2si rax,xmm0 ; out: f2 48 0f 2d c0 cvtsi2ss xmm0,rax ; out: f3 48 0f 2a c0 cvtsd2si rax,xmm0 ; out: f2 48 0f 2d c0 cvtss2si rax,xmm0 ; out: f3 48 0f 2d c0 cvttsd2si rax,xmm0 ; out: f2 48 0f 2c c0 cvttss2...
src/gen/cups-stdint_h.ads
persan/a-cups
0
536
pragma Ada_2005; pragma Style_Checks (Off); with Interfaces.C; use Interfaces.C; private package CUPS.stdint_h is INT8_MIN : constant := (-128); -- stdint.h:155 INT16_MIN : constant := (-32767-1); -- stdint.h:156 INT32_MIN : constant := (-2147483647-1); -- stdint.h:157 -- unsupported macro: INT64_...
src/model/hyperion-monitoring-models.adb
stcarrez/hyperion
0
27445
<gh_stars>0 ----------------------------------------------------------------------- -- Hyperion.Monitoring.Models -- Hyperion.Monitoring.Models ----------------------------------------------------------------------- -- File generated by ada-gen DO NOT MODIFY -- Template used: templates/model/package-body.xhtml -- A...
code-gen/test.asm
luispadron/Decaf-Lang
0
15873
# standard Decaf preamble .text .align 2 .globl main _factorial: # BeginFunc 36 subu $sp, $sp, 8 # decrement sp to make space to save ra, fp sw $fp, 8($sp) # save fp sw $ra, 4($sp) # save ra addiu $fp, $sp, 8 # set up new fp subu $sp, $sp, 36 # decrement sp to make space for locals/temps #...
vendor/stdlib/src/Relation/Binary/PropositionalEquality/TrustMe.agda
isabella232/Lemmachine
56
6723
<reponame>isabella232/Lemmachine ------------------------------------------------------------------------ -- An equality postulate which evaluates ------------------------------------------------------------------------ module Relation.Binary.PropositionalEquality.TrustMe where open import Relation.Binary.Proposition...
programs/oeis/202/A202452.asm
neoneye/loda
22
165096
<filename>programs/oeis/202/A202452.asm<gh_stars>10-100 ; A202452: Lower triangular Fibonacci matrix, by SW antidiagonals. ; 1,1,0,2,1,0,3,1,0,0,5,2,1,0,0,8,3,1,0,0,0,13,5,2,1,0,0,0,21,8,3,1,0,0,0,0,34,13,5,2,1,0,0,0,0,55,21,8,3,1,0,0,0,0,0,89,34,13,5,2,1,0,0,0,0,0,144,55,21,8,3,1,0,0,0,0,0,0 seq $0,114327 ; Table T(n...
Task/ABC-Problem/AppleScript/abc-problem-1.applescript
mullikine/RosettaCodeData
1
1832
<filename>Task/ABC-Problem/AppleScript/abc-problem-1.applescript set blocks to {"bo", "xk", "dq", "cp", "na", "gt", "re", "tg", "qd", "fs", ¬ "jw", "hu", "vi", "an", "ob", "er", "fs", "ly", "pc", "zm"} canMakeWordWithBlocks("a", blocks) canMakeWordWithBlocks("bark", blocks) canMakeWordWithBlocks("book", blocks) ca...
kernel/arch/i386/entry.asm
lochnessdragon/exokernel
1
17332
; 32-bit entry is standard for gnu multiboot2 ; so somehow, we have to setup a transition to x86_64 bit mode... bits 32 global entry ; the entry point for the kernel.elf file KERNEL_STACK_SIZE equ 4096 ; the kernels stack size in bytes section .bss align 4 ; align at 4 bytes kernel_stack: ...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_540.asm
ljhsiun2/medusa
9
245454
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x18cb1, %r8 nop nop nop xor %r13, %r13 mov $0x6162636465666768, %rdi movq %rdi, %xmm0 movups %xmm0, (%r8) nop nop sub %r10, %r10 lea addresses_A_ht+0x...
alloy4fun_models/trashltl/models/16/cyXviBXn5dj3coRgs.als
Kaixi26/org.alloytools.alloy
0
212
<gh_stars>0 open main pred idcyXviBXn5dj3coRgs_prop17 { always all f : File | f not in File since f in Trash and eventually f in Trash } pred __repair { idcyXviBXn5dj3coRgs_prop17 } check __repair { idcyXviBXn5dj3coRgs_prop17 <=> prop17o }
test_condexp.asm
acastrauss/compiler_project
0
13453
<reponame>acastrauss/compiler_project main: PUSH %14 MOV %15,%14 SUBS %15,$4,%15 MOV $5,-4(%14) CMPS -4(%14),$3 @if0: ADDS -4(%14),$3,%0 JLES @false0 @true0: MOV %0,%1 JMP @exit0 @false0: ADDS -4(%14),$5,%1 MOV %1,%1 @exit0: SUBS %15,$4,%15 MOV %1,-8(%14) @main_body: MOV -8(%14),%13 J...
vpx_dsp/arm/loopfilter_4_neon.asm
clear39/avcode-libvpx
2,151
13089
<filename>vpx_dsp/arm/loopfilter_4_neon.asm ; ; Copyright (c) 2013 The WebM project authors. All Rights Reserved. ; ; Use of this source code is governed by a BSD-style license ; that can be found in the LICENSE file in the root of the source ; tree. An additional intellectual property rights grant can be found ; ...
programs/oeis/020/A020873.asm
karttu/loda
0
244256
; A020873: a(n) = number of cycles in Moebius ladder M_n. ; 2,3,7,15,29,53,95,171,313,585,1115,2159,4229,8349,16567,32979,65777,131345,262451,524631,1048957,2097573,4194767,8389115,16777769,33555033,67109515,134218431,268436213,536871725,1073742695,2147484579,4294968289,8589935649,17179870307,34359739559,68719477997,13...
resources/alumbra/GraphQL.g4
xsc/alumbra.parser
16
1497
/* The MIT License (MIT) Copyright (c) 2015 <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, mod...
SaveSafariTabsToEverNote.scpt
tIsGoud/save-tabs-to-evernote-service
1
3690
<filename>SaveSafariTabsToEverNote.scpt -- SaveSafariTabsToEvernote saves all names and URI's from Safari to Evernote. -- This script saves the information in Evernote format including checkboxes -- in front of the name and a seperator between the different windows. -- The note is saved in the "Bookmarks" notebook. -...
alloy4fun_models/trainstlt/models/12/uFKnXtHst7Hud6G2G.als
Kaixi26/org.alloytools.alloy
0
2640
open main pred iduFKnXtHst7Hud6G2G_prop13 { ( all t:Train | no t.pos implies always (no t.pos)) } pred __repair { iduFKnXtHst7Hud6G2G_prop13 } check __repair { iduFKnXtHst7Hud6G2G_prop13 <=> prop13o }
libs/pgwire/src/main/antlr/PgArray.g4
autophagy/crate
3,066
3108
<filename>libs/pgwire/src/main/antlr/PgArray.g4 /* * Licensed to Crate.io GmbH ("Crate") under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. Crate licenses * this file to you under the Apache License, Versio...