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/224/A224668.asm | karttu/loda | 0 | 91866 | <reponame>karttu/loda
; A224668: Number of 6 X 6 0..n matrices with each 2 X 2 subblock idempotent.
; 428,542,668,806,956,1118,1292,1478,1676,1886,2108,2342,2588,2846,3116,3398,3692,3998,4316,4646,4988,5342,5708,6086,6476,6878,7292,7718,8156,8606,9068,9542,10028,10526,11036,11558,12092,12638,13196,13766,14348,14942,155... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_133.asm | ljhsiun2/medusa | 9 | 88862 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1b88d, %rax
and $57550, %rdx
vmovups (%rax), %ymm4
vextracti128 $1, %ymm4, %xmm4
vpextrq $0, %xmm4, %rbx
nop
nop
nop
nop
nop
dec %r9
lea addresses_WC_ht+0x5f11, %r13... |
programs/oeis/109/A109720.asm | neoneye/loda | 22 | 7125 | <filename>programs/oeis/109/A109720.asm
; A109720: Periodic sequence {0,1,1,1,1,1,1} or n^6 mod 7.
; 0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1
pow $0,6
mod $0,7
|
src/main/java/ReaderParser.g4 | pavponn/parser-generator | 0 | 5699 | <reponame>pavponn/parser-generator<gh_stars>0
grammar ReaderParser;
@header {
import java.util.Map;
import java.util.HashMap;
import java.util.Set;
import java.util.HashSet;
}
@members {
public static String termName = "TERM";
public int cnt = 0;
public grammar.NonTerminal start;
public Map<String, grammar.NonTermin... |
lib/avx/mb_mgr_zuc_submit_flush_avx.asm | dongbinghua/intel-ipsec-mb | 174 | 102581 | ;;
;; Copyright (c) 2019-2021, Intel Corporation
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the above copyright notice,
;; this list of conditions and... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1353.asm | ljhsiun2/medusa | 9 | 243388 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1b99d, %r9
nop
nop
nop
nop
nop
cmp $17883, %r12
mov $0x6162636465666768, %r15
movq %r15, (%r9)
nop
nop
nop
add %r15, %r15
lea addresses_WC_ht+0x14f9, %rdi
clflus... |
util/dummy/posn.asm | olifink/smsqe | 0 | 83787 | <gh_stars>0
; Dummies for QP_IPOS and QP_POSP
section dummy
xdef qp_fxps
xdef qp_posn
qp_fxps dc.b 0
qp_posn dc.l 0
end
|
libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_asinh.asm | jpoikela/z88dk | 640 | 162423 | <reponame>jpoikela/z88dk<filename>libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_asinh.asm
SECTION code_clib
SECTION code_fp_math48
PUBLIC asm_asinh
EXTERN am48_asinh
defc asm_asinh = am48_asinh
|
src/audio.asm | howprice/specnext-invaders | 17 | 84651 | <filename>src/audio.asm<gh_stars>10-100
InitAudio:
; Set AY mono mode to avoid sound effects and music being randomly ABC panned (This doesn't currently work on CSpect)
; n.b. Read current nextreg value,to preserve the user's bits 2:0 (silence HDMI audio and scanline weight)
ld bc,PORT_NEXTREG_... |
src/interface/yaml-dom-node.ads | robdaemon/AdaYaml | 32 | 23674 | -- part of AdaYaml, (c) 2017 <NAME>
-- released under the terms of the MIT license, see the file "copying.txt"
with Yaml.Dom.Sequence_Data;
with Yaml.Dom.Mapping_Data;
package Yaml.Dom.Node is
type Instance (Kind : Node_Kind) is record
Tag : Text.Reference;
case Kind is
when Scalar =>
... |
test/sgadd.asm | kspalaiologos/asmbf | 67 | 162301 |
mov r1, $(signed(-3))
mov r2, $(signed(-2))
s07 r1, r2
eq r1, $(0xB)
add r1, .0
out r1
mov r1, $(signed(-3))
mov r2, $(signed(2))
s07 r1, r2
eq r1, $(0x3)
add r1, .0
out r1
mov r1, $(signed(3))
mov r2, $(signed(-2))
s07 r1, r2
eq r1, $(0x2)
add r1, .0
out r1
mov r1, $(signed(3))
mov r2, $(signed(2))
s07 r1, r2
eq r... |
agda/sn-calculus-confluence/rec.agda | florence/esterel-calculus | 3 | 9988 | module sn-calculus-confluence.rec where
open import Data.Nat using (_+_)
open import Function using (_∋_ ; _∘_)
open import Data.Nat.Properties.Simple using ( +-comm ; +-assoc )
open import utility
open import Esterel.Lang
open import Esterel.Lang.Properties
open import Esterel.Environment as Env
open import Esterel.C... |
Alpha/Parser2.g4 | jdamador/Alpha-Compiler | 0 | 6956 | <reponame>jdamador/Alpha-Compiler<filename>Alpha/Parser2.g4<gh_stars>0
parser grammar Parser2;
options {
tokenVocab = Scanner;
}
program : singleCommand EOF #programAST;
command : singleCommand (PyCOMA singleCommand)* ... |
programs/oeis/204/A204688.asm | karttu/loda | 1 | 81234 | <gh_stars>1-10
; A204688: a(n) = n^n (mod 3).
; 1,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1
trn $0,2
mov $2,$0
mul $0,2
gcd $0,12
div $0,6
mod $2,6
mov $1,$2
trn $1,$0
add $0,7
mod $1,3
add... |
src/are-utils.ads | stcarrez/resource-embedder | 7 | 108 | <filename>src/are-utils.ads
-----------------------------------------------------------------------
-- are-utils -- Utilities for model generator
-- Copyright (C) 2010, 2011, 2012, 2021 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use th... |
target/cos_117/disasm/iop_overlay1/DSTAT0.asm | jrrk2/cray-sim | 49 | 89977 | <gh_stars>10-100
0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x291B- f:00024 d: 283 | OR[283] = A
0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0003 (0x000006) 0x291C- f:00024 d: 284 | OR[284] = A ... |
Working Disassembly/General/Ending/Map - Ending Egg Robo Eyecatch.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 20450 | Map_6096E: dc.w word_6097C-Map_6096E
dc.w word_609AE-Map_6096E
dc.w word_609D4-Map_6096E
dc.w word_609DC-Map_6096E
dc.w word_609E4-Map_6096E
dc.w word_60A0A-Map_6096E
dc.w word_60A12-Map_6096E
word_6097C: dc.w 8
dc.b $E4, 4, 0, 0, $FF, $F0
dc.b $EC, 8, 0, 2, $FF, $E8
dc.b $F4, $B, ... |
programs/oeis/140/A140253.asm | neoneye/loda | 22 | 177454 | ; A140253: a(2*n) = 2*(2*4^(n-1)-1) and a(2*n-1) = 2*4^(n-1)-1.
; -1,1,2,7,14,31,62,127,254,511,1022,2047,4094,8191,16382,32767,65534,131071,262142,524287,1048574,2097151,4194302,8388607,16777214,33554431,67108862,134217727,268435454,536870911,1073741822,2147483647,4294967294,8589934591,17179869182,34359738367,68719476... |
HoTT-UF.agda | howsiyu/hott-notes | 0 | 9867 | <reponame>howsiyu/hott-notes
-- self-contained notes following https://www.cs.bham.ac.uk/~mhe/HoTT-UF-in-Agda-Lecture-Notes/HoTT-UF-Agda.html and relevant parts of HoTT book
open import Agda.Primitive public
using (Level ; _⊔_)
renaming (Set to Type ; lzero to 𝓾₀ ; lsuc to _⁺)
variable
𝓁 𝓂 𝓃 : Level
Π : {X... |
programs/oeis/152/A152785.asm | karttu/loda | 0 | 175544 | <filename>programs/oeis/152/A152785.asm
; A152785: a(n)=Floor[(n^2)/Catalan].
; 0,1,4,9,17,27,39,53,69,88,109,132,157,184,213,245,279,315,353,394,436,481,528,577,628,682,738,795,855,918,982,1049,1117,1188,1262,1337,1414,1494,1576,1660,1746,1835,1925,2018,2113,2210,2310,2411,2515,2621,2729
mov $4,$0
mul $0,3
pow $0,2
m... |
src/002/b.adb | xeenta/learning-ada | 0 | 6776 | with Person;
with Ada.Text_IO; use Ada.Text_IO;
package body B is
procedure Print_Modify is
package I is new Ada.Text_IO.Integer_IO (Integer);
begin
I.Put (Person.Unit_Age); New_Line;
Person.Unit_Age := 20;
end Print_Modify;
end B;
|
libsrc/stdio/ansi/zx81/f_ansi_char.asm | meesokim/z88dk | 0 | 16955 | <reponame>meesokim/z88dk<gh_stars>0
;
; Spectrum C Library
;
; ANSI Video handling for ZX Spectrum
;
; Handles colors referring to current PAPER/INK/etc. settings
;
; ** alternate (smaller) 4bit font capability:
; ** use the -DPACKEDFONT flag
; ** ROM font -DROMFONT
;
; set it up with:
; .text_cols = max colum... |
cse341/fib.asm | cosmicray001/academic | 2 | 24228 | .MODEL SMALL
.STACK 100H
.DATA
ANS DW ?
TEMP DW ?
.CODE
MAIN PROC
MOV AX, @DATA
MOV DS, AX
MOV BX, 0
MOV DX, 1
MOV CX, 0
MOV AX, 1
START:
CMP CX, 5
JE SHOW
INC CX
MOV TEMP, DX
ADD DX, B... |
programs/oeis/010/A010764.asm | karttu/loda | 1 | 18766 | ; A010764: a(n) = floor(n/2) mod floor(n/3).
; 0,0,0,1,1,0,1,2,2,2,2,3,2,3,3,3,3,4,3,4,4,4,4,5,4,5,5,5,5,6,5,6,6,6,6,7,6,7,7,7,7,8,7,8,8,8,8,9,8,9,9,9,9,10,9,10,10,10,10,11,10,11,11,11,11,12,11,12,12,12,12,13,12,13,13,13,13,14,13,14,14,14,14,15,14,15,15,15,15,16,15,16,16,16,16,17,16,17,17,17,17,18,17,18,18,18,18,19,18,... |
Verilog/P5 - 副本 (2)/test/test_2.asm | JJLeo/BUAA-CO-2020 | 9 | 105330 | <filename>Verilog/P5 - 副本 (2)/test/test_2.asm
subu $28 $28 $28
nop
nop
nop
nop
subu $29 $29 $29
nop
nop
nop
nop
sw $14 56($0)
nop
nop
nop
nop
lw $15 56($0)
nop
nop
nop
nop
sw $15 60($0)
nop
nop
nop
nop
lw $16 60($0)
nop
nop
nop
nop
sw $16 64($0)
nop
nop
nop
nop
lw $17 64($0)
nop
nop
nop
nop
sw $17 68($0)
nop
nop
nop
no... |
src/kvflyweights/kvflyweights-refcounted_ptrs.adb | jhumphry/auto_counters | 5 | 1899 | <reponame>jhumphry/auto_counters
-- kvflyweights-refcounted_ptrs.adb
-- A package of reference-counting generalised references which point to
-- resources inside a KVFlyweight. Resources are associated with a key that can
-- be used to create them if they have not already been created.
-- Copyright (c) 2016, <NAME>
--... |
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_base_gstbytewriter_h.ads | persan/A-gst | 1 | 21203 | <filename>src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_base_gstbytewriter_h.ads
pragma Ada_2005;
pragma Style_Checks (Off);
pragma Warnings (Off);
with Interfaces.C; use Interfaces.C;
with GStreamer.GST_Low_Level.gstreamer_0_10_gst_base_gstbytereader_h;
with glib;
with glib.Values;
with System;
with GLIB; -- wi... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_m_tapeout_trunc.asm | jpoikela/z88dk | 640 | 101202 | <filename>libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_m_tapeout_trunc.asm
; unsigned char esx_m_tapeout_trunc(unsigned char *filename)
SECTION code_esxdos
PUBLIC _esx_m_tapeout_trunc
EXTERN _esx_m_tapeout_trunc_fastcall
_esx_m_tapeout_trunc:
pop af
pop hl
push hl
push af
jp _esx_m_tapeout... |
Cubical/Structures/Ring.agda | cmester0/cubical | 1 | 7915 | {-# OPTIONS --cubical --safe #-}
module Cubical.Structures.Ring where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.HLevels
open import Cubical.Data.Sigma
open import Cubical.Foundations.SIP renaming (SNS-PathP to SNS)
open import Cubical.Structures.NA... |
extern/gnat_sdl/gnat_sdl/src/sdl_sdl_h.ads | AdaCore/training_material | 15 | 21518 | <filename>extern/gnat_sdl/gnat_sdl/src/sdl_sdl_h.ads<gh_stars>10-100
pragma Ada_2005;
pragma Style_Checks (Off);
with Interfaces.C; use Interfaces.C;
with SDL_SDL_stdinc_h;
package SDL_SDL_h is
SDL_INIT_TIMER : constant := 16#00000001#; -- ../include/SDL/SDL.h:61
SDL_INIT_AUDIO : constant := 16#00000010#; ... |
program.asm | faxad/rc-car-remote | 0 | 166796 | include irvine16.inc
.data
message db "RC car control",0
.code
main PROC
mov ax,@data
mov ds,ax
mov es,ax
mov cx,1
push cx ; stores value of cx in stack
stop:
mov ah,0
mov ax,0600h ; service for creating a block which can have text in it
mov bh,(red shl 4) OR blue ; r... |
spec/render_results_spec.asm | andrzejsliwa/64spec | 53 | 5731 | <reponame>andrzejsliwa/64spec<gh_stars>10-100
.import source "64spec.asm"
.import source "64core/kernal.asm"
.import source "64core/memory.asm"
.const COLOR_RAM = $d800
.eval config_64spec("change_character_set", false)
// TODO: try printing on a different screen to not screw up test results.
sfspec: :init_spec()
wit... |
Linux/reboot.asm | EgeBalci/Shellcode | 2 | 167183 | Linux/x86 Reboot - 28Bytes
#Greetz : Bomberman(Leader)
#Author : B3mB4m
#Tested ON : Ubuntu 14.04
08048060 <.text>:
8048060: 31 c0 xor %eax,%eax
8048062: 50 push %eax
8048063: 68 62 6f 6f 74 push $0x746f6f62
8048068: 68 6e 2f 72 65 push $0x65722f6e
804... |
source/oasis/program-elements-access_types.ads | optikos/oasis | 0 | 9495 | -- Copyright (c) 2019 <NAME> <<EMAIL>>
--
-- SPDX-License-Identifier: MIT
-- License-Filename: LICENSE
-------------------------------------------------------------
with Program.Elements.Type_Definitions;
package Program.Elements.Access_Types is
pragma Pure (Program.Elements.Access_Types);
type Access_Type... |
unittests/ASM/REP/F3_C2.asm | cobalt2727/FEX | 628 | 170550 | %ifdef CONFIG
{
"RegData": {
"XMM0": ["0x51525354FFFFFFFF", "0x5152535440000000"],
"XMM1": ["0x5152535400000000", "0x5152535440000000"],
"XMM2": ["0x51525354FFFFFFFF", "0x5152535440000000"],
"XMM3": ["0x0000000000000000", "0x7FC000007FC00000"],
"XMM4": ["0x5152535400000000", "0x5152535440000000"],... |
chomp.asm | hwreverse/PC-G850V | 7 | 101699 | <reponame>hwreverse/PC-G850V<filename>chomp.asm
10 ORG 100H
20 JP MAIN
30GPF EQU 0BFD0H
40MAIN: LD HL,L0
50 LD B,96
60 LD DE,0
70 CALL GPF
80 LD HL,L1
90 LD B,96
100 LD DE,0100H
110 CALL GPF
120 LD HL,L2
130 LD B,96
140 LD DE,0200H
150 CALL GPF
160 LD HL,L3
170 LD B,96
180 LD DE,0300H
190 CALL GPF
20... |
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/sso/t5.adb | best08618/asylo | 7 | 25299 | -- { dg-do run }
with Init5; use Init5;
with Text_IO; use Text_IO;
with Dump;
procedure T5 is
Local_R1 : R1;
Local_R2 : R2;
begin
Local_R1.I := My_R1.I + 1;
Local_R1.A(1) := My_R1.A(1) + 1;
Local_R1.A(2) := My_R1.A(2) + 1;
Local_R1.A(3) := My_R1.A(3) + 1;
Put ("Local_R1 :");
Dump (Local_R1'Addre... |
programs/oeis/208/A208882.asm | neoneye/loda | 22 | 165537 | ; A208882: Number of representations of square of prime(n) as a^2 + b^2 + c^2 with 0 < a <= b <= c.
; 0,1,0,1,2,1,2,3,3,3,4,4,5,6,6,6,8,7,9,9,9,10,11,11,12,12,13,14,13,14,16,17,17,18,18,19,19,21,21,21,23,22,24,24,24,25,27,28,29,28,29,30,30,32,32,33,33,34,34,35,36,36,39,39,39,39,42,42,44,43,44
seq $0,6005 ; The odd pri... |
libsrc/_DEVELOPMENT/font/fzx/fonts/dkud2/Eclipse/_ff_dkud2_Eclipse.asm | meesokim/z88dk | 0 | 18840 |
SECTION rodata_font_fzx
PUBLIC _ff_dkud2_Eclipse
_ff_dkud2_Eclipse:
BINARY "font/fzx/fonts/dkud2/Eclipse/eclipse.fzx"
|
lua-util.ads | jhumphry/aLua | 0 | 13309 | <gh_stars>0
-- Lua.Util
-- Utility routines to go with the Ada 2012 Lua interface
-- Copyright (c) 2015, <NAME> - see LICENSE for terms
package Lua.Util is
-- Print the stack out to the console
procedure Print_Stack(L : in Lua_State'Class);
end Lua.Util;
|
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_1243_1564.asm | ljhsiun2/medusa | 9 | 179761 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_1243_1564.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r15
push %r8
push %r9
lea addresses_WC_ht+0x643e, %r14
cmp %r15, %r15
mov $0x6162636465666768, %r9
movq %r9, %xmm0
and $0xfffffffffffff... |
gfx/tilesets/underground_palette_map.asm | TastySnax12/pokecrystal16-493-plus | 2 | 4154 | tilepal 0, GRAY, GRAY, RED, WATER, WATER, WATER, WATER, RED
tilepal 0, RED, GRAY, WATER, WATER, WATER, WATER, GRAY, GRAY
tilepal 0, GRAY, RED, RED, WATER, WATER, WATER, WATER, RED
tilepal 0, RED, GRAY, BROWN, BROWN, BROWN, BROWN, GREEN, GREEN
tilepal 0, BROWN, BROWN, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY
tilepal 0, ... |
ejerciciosdeclase/02-pila-C/ej2/suma.asm | ignaciolebrero/Orga2 | 0 | 90499 | global suma
section .text ;inicio de codigo ejecutable
suma:
;armando el STACK FRAME(super util)
push RBP
mov RBP, RSP
push RBX
push R12
push R13
push R14
push R15
;MI CODIGO
addss XMM0, XMM1 ; XMM0 = XMM0 + XMM1
;desarmo el STACK FRAME(mas util todavia)
pop R15
pop R14
pop R13
pop ... |
Palmtree.Math.Core.Implements/vs_build/x64_Debug/pmc_clone.asm | rougemeilland/Palmtree.Math.Core.Implements | 0 | 95993 | <reponame>rougemeilland/Palmtree.Math.Core.Implements
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
include listing.inc
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
msvcjmc SEGMENT
__7B7A869E_ctype@h DB 01H
__457DD326_basetsd@h DB 01H
__4384A2D9_corecrt_memcpy_s@h DB 01H
__4E51A221_corecr... |
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/remquo.asm | meesokim/z88dk | 0 | 242792 | <reponame>meesokim/z88dk
SECTION code_fp_math48
PUBLIC _remquo
EXTERN cm48_sdcciy_remquo
defc _remquo = cm48_sdcciy_remquo
|
oeis/288/A288311.asm | neoneye/loda-programs | 11 | 167543 | ; A288311: Number of steps, reduced mod n, to reach 1 in the Collatz 3x+1 problem, or -1 if 1 is never reached.
; Submitted by <NAME>
; 0,1,1,2,0,2,2,3,1,6,3,9,9,3,2,4,12,2,1,7,7,15,15,10,23,10,3,18,18,18,13,5,26,13,13,21,21,21,34,8,27,8,29,16,16,16,10,11,24,24,24,11,11,4,2,19,32,19,32,19,19,45,44,6,27,27,27,14,14,14,3... |
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnarl/s-tpobmu.adb | djamal2727/Main-Bearing-Analytical-Model | 0 | 30800 | ------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS --
-- --
-- ... |
alloy4fun_models/trashltl/models/7/5SscT9prQa65j4HjX.als | Kaixi26/org.alloytools.alloy | 0 | 523 | open main
pred id5SscT9prQa65j4HjX_prop8 {
some link implies eventually link.File in Trash
}
pred __repair { id5SscT9prQa65j4HjX_prop8 }
check __repair { id5SscT9prQa65j4HjX_prop8 <=> prop8o } |
programs/oeis/045/A045767.asm | neoneye/loda | 22 | 96999 | ; A045767: Number of prime factors of triple factorials n!!! (A007661), with multiplicity.
; 0,1,1,2,2,3,3,5,5,5,6,8,6,8,10,10,9,13,11,12,15,13,13,19,15,15,22,18,16,25,19,21,27,21,23,31,22,25,33,26,26,36,27,29,39,29,30,44,31,33,46,34,34,50,36,38,52,38,39,56,39,41,59,45,43,62,46,46,64,49,47,69,50,49,72,53,51,75,54,56,79... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_430.asm | ljhsiun2/medusa | 9 | 17178 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_430.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x11f17, %rsi
lea addresses_WT_ht+0xca97, %rdi
nop
nop
sub %r9, %r9
mov $47, %rcx
re... |
programs/oeis/189/A189573.asm | jmorken/loda | 1 | 5365 | <reponame>jmorken/loda<gh_stars>1-10
; A189573: Positions of 0 in A189572; complement of A080652 (conjectured).
; 1,3,4,6,8,10,11,13,15,16,18,20,21,23,25,27,28,30,32,33,35,37,39,40,42,44,45,47,49,51,52,54,56,57,59,61,62,64,66,68,69,71,73,74,76,78,80,81,83,85,86,88,90,91,93,95,97,98,100,102,103,105,107,109,110,112,114,1... |
demos/os/ucosii/stm32f10x/ucosii/uC-CPU/ARM-Cortex-M3/IAR/cpu_a.asm | linghu0060/CmBacktrace | 1,081 | 240439 | ;********************************************************************************************************
; uC/CPU
; CPU CONFIGURATION & PORT LAYER
;
; (c) Copyright 2004-2011; Micrium, Inc.; Weston, FL
;
; ... |
programs/oeis/158/A158326.asm | karttu/loda | 1 | 16102 | <filename>programs/oeis/158/A158326.asm
; A158326: 484n + 1.
; 485,969,1453,1937,2421,2905,3389,3873,4357,4841,5325,5809,6293,6777,7261,7745,8229,8713,9197,9681,10165,10649,11133,11617,12101,12585,13069,13553,14037,14521,15005,15489,15973,16457,16941,17425,17909,18393,18877,19361,19845,20329,20813,21297,21781,22265,227... |
test/fail/ATPBadConjecture2.agda | asr/eagda | 1 | 13192 | <gh_stars>1-10
-- An ATP conjecture must be used with postulates.
-- This error is detected by TypeChecking.Rules.Decl.
module ATPBadConjecture2 where
data Bool : Set where
false true : Bool
{-# ATP prove Bool #-}
|
test/js/TestList.agda | redfish64/autonomic-agda | 0 | 2372 | open import Common.Prelude
open import TestHarness
open import TestBool using ( not; _∧_ ; _↔_ )
module TestList where
_++_ : ∀ {X} → List X → List X → List X
[] ++ ys = ys
(x ∷ xs) ++ ys = x ∷ (xs ++ ys)
revApp : ∀ {X} → List X → List X → List X
revApp [] ys = ys
revApp (x ∷ xs) ys = revApp xs (x ∷ ys)
... |
src/nso-types-report_objects.ads | SSOCsoft/Log_Reporter | 0 | 13290 | With
NSO.JSON,
Ada.Finalization,
Ada.Characters.Latin_1,
Ada.Containers.Ordered_Maps,
Ada.Calendar,
Gnoga.Gui.Base,
Gnoga.Gui.Element.Form,
Gnoga.Gui.Element.Common;
Limited with
Report_Form;
Package NSO.Types.Report_Objects is
Function Debug_Action_Event return Gnoga.Gui.Base.Action_Event;
-- The base rep... |
sk/sfx/B8.asm | Cancer52/flamedriver | 9 | 102013 | <gh_stars>1-10
Sound_B8_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Sound_B8_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cPSG2, Sound_B8_PSG2, $00, $00
; PSG2 Data
Sound_B8_PSG2:
smpsPSGvoice sTone_03
Sound_B8_Loop00:
dc.b nD5, $04, nE5, nFs5
smpsPSGAlterVol $... |
Cubical/HITs/EilenbergMacLane1/Base.agda | Schippmunk/cubical | 0 | 7307 | <reponame>Schippmunk/cubical<gh_stars>0
{-
This file contains:
- The first Eilenberg–Mac Lane type as a HIT
-}
{-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.HITs.EilenbergMacLane1.Base where
open import Cubical.Foundations.Prelude
open import Cubical.Algebra.Group.Base
private
variable ℓ : Le... |
programs/oeis/158/A158374.asm | neoneye/loda | 22 | 166752 | <reponame>neoneye/loda
; A158374: 625n - 1.
; 624,1249,1874,2499,3124,3749,4374,4999,5624,6249,6874,7499,8124,8749,9374,9999,10624,11249,11874,12499,13124,13749,14374,14999,15624,16249,16874,17499,18124,18749,19374,19999,20624,21249,21874,22499,23124,23749,24374,24999,25624,26249,26874,27499,28124,28749,29374,29999,306... |
branch8_test/branch8_mem_a_test.asm | nealvis/nv_c64_util_test | 0 | 83087 | //////////////////////////////////////////////////////////////////////////////
// branch8_mem_a_test.asm
// Copyright(c) 2021 <NAME>.
// License: MIT. See LICENSE file in root directory.
//////////////////////////////////////////////////////////////////////////////
// This program demonstrates and tests the 8bit branch... |
alloy4fun_models/trashltl/models/4/GSEWDH6ou9Lur3pNE.als | Kaixi26/org.alloytools.alloy | 0 | 4560 | open main
pred idGSEWDH6ou9Lur3pNE_prop5 {
always eventually #File' < #File || #File' = #File
}
pred __repair { idGSEWDH6ou9Lur3pNE_prop5 }
check __repair { idGSEWDH6ou9Lur3pNE_prop5 <=> prop5o } |
Homework Submission/Homework 5/2.asm | asad-n/CSE331L_Section_7_Summer_2020_NSU | 0 | 88569 | .MODEL SMALL
.STACK 100H
.DATA
DIGIT1 DB 0AH, 0DH, "ENTER FIRST DIGIT: $"
DIGIT2 DB 0AH, 0DH, "ENTER SECOND DIGIT: $"
RESULT DB 0AH, 0DH, "RESULT IS $"
.CODE
MAIN:
MOV AX, @DATA
MOV DS, AX
LEA DX, DIGIT1
MOV AH, 09H
INT 21H
... |
libsrc/stdio/ansi/z88/f_ansi_cls.asm | grancier/z180 | 0 | 168882 | ;
; f_ansi_cls
;
; Clear the screen
;
; djm 6/6/2000
;
;
; $Id: f_ansi_cls.asm,v 1.6 2016/07/02 10:24:35 dom Exp $
;
SECTION code_clib
PUBLIC ansi_cls
INCLUDE "stdio.def"
.ansi_cls
ld a,$0c
call_oz(os_out)
ret
IF Blah
ld hl,clstxt
call_oz(gn_sop)
ret
.clstxt
defb 1,'3','@',32,32,1,'2','C',254,0
ENDIF
|
programs/oeis/219/A219113.asm | neoneye/loda | 22 | 240546 | ; A219113: Sequence of integers which are simultaneously a sum of consecutive squares and a difference of consecutive cubes.
; 1,61,5941,582121,57041881,5589522181,547716131821,53670591396241,5259170240699761,515345012997180301,50498552103482969701,4948342761128333850361,484887092038473234365641,47513986677009248633982... |
oeis/081/A081209.asm | neoneye/loda-programs | 11 | 80765 | <gh_stars>10-100
; A081209: a(n) = Sum_{k=0..n} (-1)^(n-k)*n^k.
; 1,0,3,20,205,2604,39991,720600,14913081,348678440,9090909091,261535698060,8230246567621,281241170407092,10371206370520815,410525522232055664,17361641481138401521,781282469559318055056,37275544492386193492507,1879498672877297909667780,99864380952380952380... |
Library/Chart/Legend/legendManager.asm | steakknife/pcgeos | 504 | 18339 | <filename>Library/Chart/Legend/legendManager.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: legendManager.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HI... |
projects/08/ProgramFlow/BasicLoop/BasicLoop.asm | l-const/nand2tetris | 0 | 28843 |
//push constant 0
@0
D=A
@SP
A=M
M=D
@SP
M=M+1
//pop local 0
@0
D=A
@1
A=D+M
D=A
@R13
M=D
@SP
AM=M-1
D=M
@R13
A=M
M=D
//label LOOP_START
(BasicLoop.$LOOP_START)
//push argument 0
@0
D=A
@2
A=D+M
D=M
@SP
A=M
M=D
@SP
M=M+1
//push local 0
@0
D=A
@1
A=D+M
D=M
@SP
A=M
M=D
@SP
M=M+1
//add
@SP
AM=M-1
D=M
A=A-1
M=M+D
//pop... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_580.asm | ljhsiun2/medusa | 9 | 177248 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %rax
push %rbx
push %rdi
push %rsi
// Store
lea addresses_UC+0xc42a, %rsi
clflush (%rsi)
nop
cmp $53634, %rdi
mov $0x5152535455565758, %rbx
movq %rbx, (%rsi)
nop
nop
nop
nop
cmp $50545, %r... |
projects/batfish/src/main/antlr4/org/batfish/grammar/flatvyos/FlatVyosLexer.g4 | jeffkala/batfish | 0 | 667 | lexer grammar FlatVyosLexer;
options {
superClass = 'org.batfish.grammar.BatfishLexer';
}
@members {
boolean enableIPV6_ADDRESS = true;
boolean enableIP_ADDRESS = true;
boolean enableDEC = true;
@Override
public String printStateVariables() {
StringBuilder sb = new StringBuilder();
sb.append("enableIPV6_ADD... |
programs/oeis/048/A048050.asm | neoneye/loda | 22 | 29771 | <reponame>neoneye/loda
; A048050: Chowla's function: sum of divisors of n except 1 and n.
; 0,0,0,2,0,5,0,6,3,7,0,15,0,9,8,14,0,20,0,21,10,13,0,35,5,15,12,27,0,41,0,30,14,19,12,54,0,21,16,49,0,53,0,39,32,25,0,75,7,42,20,45,0,65,16,63,22,31,0,107,0,33,40,62,18,77,0,57,26,73,0,122,0,39,48,63,18,89,0,105,39,43,0,139,22,45... |
sk/music/Miniboss.asm | Cancer52/flamedriver | 9 | 16485 | Snd_Minib_SK_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Snd_Minib_SK_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $00
smpsHeaderDAC Snd_Minib_SK_DAC, $00, $0C
smpsHeaderFM Snd_Minib_SK_FM1, $00, $0C
smpsHeaderFM Snd_Minib_SK_FM2, $00, $0C
smpsHeaderFM Snd_Minib... |
programs/oeis/258/A258589.asm | neoneye/loda | 22 | 163374 | ; A258589: Minimal most likely sum for a roll of n 12-sided dice.
; 1,13,19,26,32,39,45,52,58,65,71,78,84,91,97,104,110,117,123,130,136,143,149,156,162,169,175,182,188,195,201,208,214,221,227,234,240,247,253,260,266,273,279,286,292,299,305,312,318,325,331,338,344,351,357,364,370,377,383,390,396,403,409,416,422,429,435,... |
nine/ines_header.asm | sgadrat/nine-gine | 6 | 9609 | <reponame>sgadrat/nine-gine
.asc "NES", $1A ; iNES magic
.byt 2 ; PRG section occupies 2*16KiB memory
.byt 1 ; CHR section occupies 1* 8KiB memory
.byt %00000000 ; Flags 6 - mapper 0, horizontal mirroring, no trainer, no persistent memory
.byt 0 ; Flags 7 - mapper 0, not NES 2.0, not PlayCho... |
src/connections/adabase-connection-base-postgresql.adb | jrmarino/AdaBase | 30 | 21254 | <gh_stars>10-100
-- This file is covered by the Internet Software Consortium (ISC) License
-- Reference: ../../License.txt
with Ada.Characters.Handling;
package body AdaBase.Connection.Base.PostgreSQL is
package ACH renames Ada.Characters.Handling;
---------------------
-- setCompressed --
---------... |
oeis/002/A002971.asm | neoneye/loda-programs | 11 | 21538 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A002971: Numbers k such that 4*k^2 + 25 is prime.
; Submitted by <NAME>
; 1,2,3,4,8,9,11,12,13,14,16,17,18,21,23,26,29,34,36,37,38,47,48,49,51,53,54,56,62,63,66,67,68,69,73,74,77,79,82,83,91,99,101,102,103,107,108,114,116,118,122,131,134,141,142,147,148,151,154,156,157,... |
source/oasis/program-element_vectors.ads | optikos/oasis | 0 | 21508 | <gh_stars>0
-- Copyright (c) 2019 <NAME> <<EMAIL>>
--
-- SPDX-License-Identifier: MIT
-- License-Filename: LICENSE
-------------------------------------------------------------
with Ada.Iterator_Interfaces;
with Program.Elements;
with Program.Lexical_Elements;
package Program.Element_Vectors is
pragma Pure (Pr... |
oeis/204/A204002.asm | neoneye/loda-programs | 11 | 85518 | ; A204002: Symmetric matrix based on f(i,j)=min{2i+j,i+2j}, by antidiagonals.
; Submitted by <NAME>(s4)
; 3,4,4,5,6,5,6,7,7,6,7,8,9,8,7,8,9,10,10,9,8,9,10,11,12,11,10,9,10,11,12,13,13,12,11,10,11,12,13,14,15,14,13,12,11,12,13,14,15,16,16,15,14,13,12,13,14,15,16,17,18,17,16,15,14,13,14,15,16,17,18,19,19
lpb $0
add $2... |
test/golang/bug-901.output.asm | johnmcfarlane/compiler-explorer | 2 | 22470 | .file 1 "test.go"
.loc 1 3 0
text "".Fun(SB), NOSPLIT, $0-0
funcdata $0, gclocals·33cdeccccebe80329f1fdbee7f5874cb(SB)
funcdata $1, gclocals·33cdeccccebe80329f1fdbee7f5874cb(SB)
xorl AX, AX
.loc 1 4 0
jmp 7
incq AX
cmpq AX, $10
jlt 4
ret |
src/game/over.asm | danielg0/yatzy-gb | 0 | 2120 | <gh_stars>0
INCLUDE "hardware.inc"
INCLUDE "macros.inc"
SECTION "Over", ROM0
; draw game over message
; draw's over the game roll and held columns, whilst preserving the scored
; categories, their values as well as the score and highscore columns
DrawGameOver::
; copying of string to screen is inlined to save cycles... |
MIPS/projects/Project 2/utils.asm | Enkrona/CompOrg44-345 | 0 | 93419 | <reponame>Enkrona/CompOrg44-345
# File: utils.asm
# Purpose: To define utilities which will be used in MIPS programs.
# Author: <NAME>
#
# Instructors are granted permission to make copies of this file
# for use by # students in their courses. Title to and ownership
# of all intellectual property rights
# in this file ... |
library/src/main/antlr4/net/alagris/UNIXGrammar.g4 | aleksander-mendoza/SolomonoffLib | 6 | 2900 | <reponame>aleksander-mendoza/SolomonoffLib<gh_stars>1-10
grammar UNIXGrammar;
regExp : branch ( '|' branch )* ;
branch : piece* ;
piece : atom quantifier? ;
quantifier : Quantifiers | '{'quantity'}' ;
quantity : quantRange | quantMin | quantExact ;
... |
src/ewok-perm.ads | vdh-anssi/ewok-kernel | 65 | 29439 | --
-- Copyright 2018 The wookey project team <<EMAIL>>
-- - <NAME>
-- - Arnauld Michelizza
-- - <NAME>
-- - <NAME>
-- - <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
-... |
programs/oeis/217/A217367.asm | karttu/loda | 0 | 101821 | <reponame>karttu/loda
; A217367: a(n) = ((n+7) / gcd(n+7,4)) * (n / gcd(n,4)).
; 0,2,9,15,11,15,39,49,30,36,85,99,57,65,147,165,92,102,225,247,135,147,319,345,186,200,429,459,245,261,555,589,312,330,697,735,387,407,855,897,470,492,1029,1075,561,585,1219,1269,660,686,1425,1479,767,795,1647,1705,882,912,1885,1947,1005,10... |
programs/oeis/304/A304614.asm | karttu/loda | 1 | 92820 | <reponame>karttu/loda
; A304614: a(n) = 420*2^n - 222.
; 198,618,1458,3138,6498,13218,26658,53538,107298,214818,429858,859938,1720098,3440418,6881058,13762338,27524898,55050018,110100258,220200738,440401698,880803618,1761607458,3523215138,7046430498,14092861218,28185722658,56371445538,112742891298,225485782818,45097156... |
libs/cppExtensions/tests/mac/cppextensions_quicktests.applescript | jurocha-ms/Mso | 38 | 2868 | property XLib : missing value
property APITestlib : missing value
property title : "cppextensions liblet quick tests" --Name of the test
property targets : {""}
property testCaseID : 0
on PreTest()
set my APITestlib to XLib's LoadLibrary("APITestLib.scpt")
APITestlib's initLib(XLib)
return true
end PreTest
on m... |
src/response_helpers.adb | psyomn/ash | 11 | 8540 | -- Copyright 2019 <NAME> (psyomn)
--
-- 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 agree... |
programs/oeis/141/A141960.asm | neoneye/loda | 22 | 2020 | ; A141960: Primes congruent to 19 mod 27.
; 19,73,127,181,397,613,829,883,937,991,1153,1423,1531,1693,1747,1801,2017,2179,2287,2341,2503,2557,2719,3259,3313,3529,3583,3637,3691,3853,3907,4177,4231,4339,4447,4663,4933,4987,5419,5527,5581,5689,5743,5851,6067,6121,6229,6337,6553,6607,6661,6823,7039,7309,7417,7687,7741,801... |
agda-stdlib/src/Relation/Nullary/Product.agda | DreamLinuxer/popl21-artifact | 5 | 1968 | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Products of nullary relations
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
module Relation.Nullary.Product where
open import Data.Bool.Base
open i... |
src/test/resources/dummy/TestGrammarParser.g4 | mcpeluz/antlr4test-maven-plugin | 14 | 1030 | parser grammar TestGrammarParser;
options {
tokenVocab = TestGrammarLexer;
}
attrib_list
: attrib+ EOF
;
attrib
:
variable_name EQUAL function OPEN_PAREN variable_name? CLOSE_PAREN
;
variable_name
:
ID
;
function
: FA
| FB
| FC
| FD
; |
source/xml/sax/xml-sax-readers.ads | svn2github/matreshka | 24 | 2097 | <gh_stars>10-100
------------------------------------------------------------------------------
-- --
-- Matreshka Project --
-- ... |
src/interface/cl-queueing.ads | flyx/OpenCLAda | 8 | 11461 | <gh_stars>1-10
--------------------------------------------------------------------------------
-- Copyright (c) 2013, <NAME> <<EMAIL>>
--
-- Permission to use, copy, modify, and/or distribute this software for any
-- purpose with or without fee is hereby granted, provided that the above
-- copyright notice and this pe... |
Univalence/PiWithLevels/Pi1.agda | JacquesCarette/pi-dual | 14 | 16519 | {-# OPTIONS --without-K #-}
module Pi1 where
open import Data.List
open import Data.Nat
open import Data.Empty
open import Data.Unit
open import Data.Sum
open import Data.Product
open import Relation.Binary.PropositionalEquality
open ≡-Reasoning
open import Groupoid
infix 2 _□
infixr 2 _⟷⟨_⟩_
infix 2 ... |
assembly_code/chp5_08.asm | Nabeegh-Ahmed/BelalHashmi-Assembly-Exercise-Solutions | 104 | 21207 | <filename>assembly_code/chp5_08.asm
[org 0x0100]
jmp start
arr: dw 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,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
start: mov ax, 13
sub sp,2
push ax
call myalloc
... |
grammars/DICLexer.g4 | Sylvan-Materials/cifio | 0 | 7772 | <filename>grammars/DICLexer.g4
lexer grammar DICLexer;
USdatablock_p_id : '_datablock.id';
USdatablock_p_description : '_datablock.description';
USdictionary_p_title : '_dictionary.title';
USdictionary_p_version : '_dictionary.version';
USdictionary_p_datablock_id : '_dictionary.datablock_id';
USdictionary_history_p_... |
oeis/285/A285957.asm | neoneye/loda-programs | 11 | 85177 | ; A285957: {01->0}-transform of the Thue-Morse word A010060.
; Submitted by <NAME>
; 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,1,0,0
mul $0,2
add $0,1
seq $0,171947 ; ... |
components/src/touch_panel/ft6x06/ft6x06.ads | rocher/Ada_Drivers_Library | 192 | 7164 | <reponame>rocher/Ada_Drivers_Library<gh_stars>100-1000
------------------------------------------------------------------------------
-- --
-- Copyright (C) 2015-2016, AdaCore --
-- ... |
babysteps/fuck.asm | ilya101010/asm_studies | 1 | 387 | Use16
org 0x7C00
start:
cli ; disabling interrupts
mov ax, cs ; segment registers' init
mov ds, ax
mov es, ax
mov ss, ax
mov sp, 0x7C00 ; stack backwards => ok
mov ax, 0xB800
mov gs, ax ; Использовал для вывода текста прямой доступ к видеопамяти
mov cx, 24... |
Labs/Lab 3/Watkins_William_Lab3.asm | williamcwatkins/ASEN-5018-Microavionics | 0 | 83494 | ;;;;;;; Lab 3 Original Template for ASEN 4067/5067 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Author: YOUR NAME HERE
; Date: DATE HERE
; Target: PIC18F87K22
;
; REFERENCES: <NAME>, <NAME>
; Using as reference also: main.s by Dan1138
; lab3_orig.asm by <NAME>, <NAME>, <NAME> and <NAME>
; Date (Original): 2... |
src/glfw/v3/glfw-monitors.adb | Roldak/OpenGLAda | 79 | 860 | -- part of OpenGLAda, (c) 2017 <NAME>
-- released under the terms of the MIT license, see the file "COPYING"
with Interfaces.C.Strings;
with Glfw.API;
package body Glfw.Monitors is
function Monitors return Monitor_List is
use type API.Address_List_Pointers.Pointer;
Count : aliased Interfaces.C.int;... |
Automaton/Deterministic/FormalLanguage.agda | Lolirofle/stuff-in-agda | 6 | 4876 | <filename>Automaton/Deterministic/FormalLanguage.agda
{-# OPTIONS --sized-types #-}
module Automaton.Deterministic.FormalLanguage where
open import Automaton.Deterministic.Finite
open import Automaton.Deterministic
open import Data.Boolean
import Data.Boolean.Operators
open Data.Boolean.Operators.Programm... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.