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 |
|---|---|---|---|---|
libsrc/msx/gen_ldirvm.asm | meesokim/z88dk | 0 | 178114 | ;
; z88dk library: Generic VDP support code
;
; FILVRM
;
;
; $Id: gen_ldirvm.asm,v 1.2 2015/01/19 01:32:57 pauloscustodio Exp $
;
PUBLIC LDIRVM
EXTERN SETWRT
INCLUDE "msx/vdp.inc"
LDIRVM:
ex de,hl
call SETWRT
loop: ld a,(de)
out (VDP_DATA),a
inc de
dec bc
ld a,b
or c
jr nz,loop
ret
|
feature_2_convert_format_time_string.asm | Chien10/MIPS-Project | 2 | 170149 | .data
TIME: .space 1024
day: .space 1024
month: .space 1024
year: .space 1024
option: .space 4
comma: .word ','
slash: .word '/'
space: .word ' '
MM_1: .asciiz "01"
MM_2: .asciiz "02"
MM_3: .asciiz "03"
MM_4: .asciiz "04"
MM_5: .asciiz "05"
MM_6: .asciiz "06"
MM_7: .asciiz "07"
MM_8: .asciiz "08"
MM_9:... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_36_471.asm | ljhsiun2/medusa | 9 | 90540 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r9
push %rax
push %rbx
push %rcx
push %rdx
lea addresses_WC_ht+0x8b05, %rbx
nop
nop
add %r13, %r13
mov (%rbx), %r9d
nop
cmp $44872, %r14
lea addresses_D_ht+0x5ead, %rbx
sub $11213, %rdx
movb (%rbx), %cl
nop
nop
nop
nop
sub %r9, %r9
le... |
Micro/Tests/pop/pop.asm | JavierOramas/CP_AC | 0 | 18961 | addi r1 r0 65
push r1
push r2
push r3
push r4
pop r10
pop r10
pop r10
pop r9
tty r9
halt
#pirnts A |
programs/oeis/331/A331176.asm | neoneye/loda | 22 | 161526 | ; A331176: a(n) = n - n/gcd(n, phi(n)), where phi is Euler totient function.
; 0,0,0,2,0,3,0,6,6,5,0,9,0,7,0,14,0,15,0,15,14,11,0,21,20,13,24,21,0,15,0,30,0,17,0,33,0,19,26,35,0,35,0,33,30,23,0,45,42,45,0,39,0,51,44,49,38,29,0,45,0,31,56,62,0,33,0,51,0,35,0,69,0,37,60,57,0,65,0,75,78,41,0,77,0,43,0,77,0,75,0,69,62,47,0... |
programs/oeis/168/A168631.asm | neoneye/loda | 22 | 241680 | ; A168631: a(n) = n^6*(n^7 + 1)/2.
; 0,1,4128,797526,33556480,610359375,6530370336,48444564028,274878038016,1270933179885,5000000500000,17261356957746,53496604182528,151437555709531,396857390391840,973097539875000,2251799822073856,4952289028521753,10411482449841696,21026491754651470,40960000032000000,77236188912442791,... |
src/ada/src/services/atbb/algebra.adb | manthonyaiello/OpenUxAS | 0 | 18284 | with Ada.Containers; use Ada.Containers;
with Ada.Strings.Fixed; use Ada.Strings.Fixed;
with Ada.Strings; use Ada.Strings;
with Ada.Text_IO; use Ada.Text_IO;
package body Algebra with SPARK_Mode is
type Int64_Seq_Arr is array (Children_Index range <>) of Int64_Seq;
-----------------------
-- ... |
ada-real_time-timing_events.ads | mgrojo/adalib | 15 | 9175 | <filename>ada-real_time-timing_events.ads<gh_stars>10-100
-- Standard Ada library specification
-- Copyright (c) 2003-2018 <NAME> <<EMAIL>>
-- Copyright (c) 2004-2016 AXE Consultants
-- Copyright (c) 2004, 2005, 2006 Ada-Europe
-- Copyright (c) 2000 The MITRE Corporation, Inc.
-- Copyright (c) 1... |
Assembly Works 4/Task_1_Lab_4.asm | AhmadVakil/Assembly-C_Micro-Controller | 0 | 177229 | <reponame>AhmadVakil/Assembly-C_Micro-Controller<filename>Assembly Works 4/Task_1_Lab_4.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; 1DT301, Computer Technology I
; Date: 2017-10-29
; Author:
; <NAME>
;
; Lab number: 4
; Title: Timer and USART
;
; Hardware: ... |
_incObj/0D Signpost.asm | kodishmediacenter/msu-md-sonic | 9 | 104555 | <reponame>kodishmediacenter/msu-md-sonic
; ---------------------------------------------------------------------------
; Object 0D - signpost at the end of a level
; ---------------------------------------------------------------------------
Signpost:
moveq #0,d0
move.b obRoutine(a0),d0
move.w Sign_Index(pc,d0.w... |
Serializers/C/CPPBaseLexer.g4 | kaby76/Piggy | 31 | 4203 | lexer grammar CPPBaseLexer;
@header {
using CSerializer;
}
INCLUDE
: '#include' [ \t]* STRING [ \t]* '\r'? '\n'
{
// launch another lexer on the include file, get tokens,
// emit them all at once here, replacing this token
var tokens = CPP.Include(Text);
System.Console.Error.WriteLine("back from includ... |
Everything.agda | jvoigtlaender/bidiragda | 0 | 9884 | -- The sole purpose of this module is to ease compilation of everything.
module Everything where
import Generic
import Structures
import Instances
import FinMap
import CheckInsert
import GetTypes
import FreeTheorems
import BFF
import Bidir
import LiftGet
import Precond
import Examples
import BFFPlug
|
libsrc/_DEVELOPMENT/math/float/math32/z80/d32_fsutil.asm | jpoikela/z88dk | 640 | 8767 | <gh_stars>100-1000
;
; Copyright (c) 2015 Digi International Inc.
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
;
; feilipu, 2019 April
; adapted for z80, z180... |
tests/tk-ttklabelframe-ttk_label_frame_options_test_data-ttk_label_frame_options_tests.adb | thindil/tashy2 | 2 | 10264 | <reponame>thindil/tashy2<gh_stars>1-10
-- This package has been generated automatically by GNATtest.
-- You are allowed to add your code to the bodies of test routines.
-- Such changes will be kept during further regeneration of this file.
-- All code placed outside of test routine bodies will be lost. The
-- code... |
tag-mac/scripts/quit-confirmation-for-safari.scpt | stevenberg/dotfiles | 2 | 4365 | <reponame>stevenberg/dotfiles
use AppleScript version "2.4" -- Yosemite (10.10) or later
use scripting additions
tell Application "Safari"
set _window_count to count windows
set _tab_count to 0
repeat with _w in every window
set _tab_count to _tab_count + (count of tabs of _w)
end repeat
... |
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c3/c35508o.ada | best08618/asylo | 7 | 19091 | -- C35508O.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained
-- unlimited rights in the software and documentation contained herein.
-- Unlimit... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2753.asm | ljhsiun2/medusa | 9 | 168279 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1c7af, %r10
nop
nop
nop
nop
sub $33839, %rdi
mov $0x6162636465666768, %r13
movq %r13, (%r10)
nop
nop
xor %r13, %r13
lea addresses_D_ht+0x2faf, %rbx
nop
nop
nop
... |
orka/src/orka/implementation/orka-rendering-buffers-mapped-persistent.adb | onox/orka | 52 | 26726 | -- 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
-... |
oeis/141/A141208.asm | neoneye/loda-programs | 11 | 244507 | ; A141208: a(n) = prime(prime(prime(n) - 1) - 1) - 1, where prime(n) = n-th prime.
; Submitted by <NAME>
; 1,2,12,36,106,150,238,280,396,576,612,862,1020,1068,1212,1492,1732,1810,2088,2346,2410,2712,2902,3220,3582,3906,4020,4210,4336,4512,5278,5530,5848,6028,6636,6688,7102,7516,7740,8110,8500,8572,9282,9396,9648
seq $... |
bin/JWASM/Samples/Dos2.asm | Abd-Beltaji/ASMEMU | 3 | 170857 |
;--- this is a 16bit sample for DOS. To create a simple DOS 16bit
;--- real-mode binary enter:
;--- JWasm -mz Dos2.asm
;--- or, if a linker is to be used:
;--- JWasm Dos2.asm
;--- wlink format dos file Dos2.obj
;--- To debug the sample with MS CodeView enter
;--- JWasm -Zi Dos2.asm
;--- link /CO Dos2.obj;
;... |
tools/scitools/conf/understand/ada/ada12/a-etgrbu.ads | brucegua/moocos | 1 | 8446 | ------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME COMPONENTS --
-- --
-- ... |
main.adb | thieryw/game_of_life | 0 | 28716 | <gh_stars>0
with ada.text_io,ada.integer_text_io,game_types,game_functions,display,ada.calendar ;
use ada.text_io ;
procedure main is
cells : game_types.array_of_cell ;
f : file_type ;
begin
cells := game_functions.initialize_cells ;
loop
game_... |
libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_dldpush.asm | meesokim/z88dk | 0 | 243013 | <gh_stars>0
SECTION code_fp_math48
PUBLIC asm_dldpush
EXTERN am48_dldpush
defc asm_dldpush = am48_dldpush
|
Scripts Pack Source Items/Scripts Pack/Core Components/Make Files Invisible.applescript | Phorofor/ScriptsPack.macOS | 1 | 2679 | <reponame>Phorofor/ScriptsPack.macOS<filename>Scripts Pack Source Items/Scripts Pack/Core Components/Make Files Invisible.applescript
# Scripts Pack - Tweak various preference variables in macOS
# <Phorofor, https://github.com/Phorofor/>
-- Makes selected files or folders invisible without having to use any third part... |
sofa/src/com/tehforce/sofa/parser/SofaLang.g4 | mockillo/sofa | 1 | 1966 | grammar SofaLang;
prog: root;
INT: [0-9]+;
ID: [a-zA-Z]+;
ARROW: '->';
root:
team
;
team:
classentry+
;
classentry:
classname '{' logic+ '}'
;
classname:
'Warrior' #className_Warrior
| 'Healer' #className_Healer
| 'Ranger' #className_Ranger
| 'Any' #className_Any
;
logic:
expr+ (ARROW) token+
;
e... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1800.asm | ljhsiun2/medusa | 9 | 102440 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1bba3, %rax
nop
nop
nop
nop
cmp $47328, %r12
mov (%rax), %rsi
nop
nop
nop
nop
and %rsi, %rsi
lea addresses_WC_ht+0x10677, %r13
nop
nop
nop
nop
nop
and $60131, %rbp
... |
programs/oeis/053/A053867.asm | neoneye/loda | 22 | 84305 | <filename>programs/oeis/053/A053867.asm
; A053867: Parity of sum of divisors of n less than n.
; 0,1,1,1,1,0,1,1,0,0,1,0,1,0,1,1,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1
mov $1,$0
seq $1,53866... |
src/Dodo/Binary/Immediate.agda | sourcedennis/agda-dodo | 0 | 3543 | {-# OPTIONS --without-K --safe #-}
module Dodo.Binary.Immediate where
-- Stdlib imports
import Relation.Binary.PropositionalEquality as Eq
open Eq using (_≡_; _≢_; refl; subst) renaming (sym to ≡-sym)
open import Level using (Level; _⊔_)
open import Function using (_∘_; flip)
open import Data.Empty using (⊥-elim)
ope... |
src/core/external/jpeg-6bx/jidctred.asm | miahmie/krkrz | 4 | 9214 | <gh_stars>1-10
;
; jidctred.asm - reduced-size IDCT (non-SIMD)
;
; x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyright notice in jsimdext.inc
;
; This file should be assembled with NASM (Netwide Assembler),
; can *not* be assembled ... |
alloy4fun_models/trainstlt/models/6/7HAgCnPZxoPudLBk9.als | Kaixi26/org.alloytools.alloy | 0 | 2584 | open main
pred id7HAgCnPZxoPudLBk9_prop7 {
all t : Train | (eventually always no t.pos')
}
pred __repair { id7HAgCnPZxoPudLBk9_prop7 }
check __repair { id7HAgCnPZxoPudLBk9_prop7 <=> prop7o } |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_20258_1432.asm | ljhsiun2/medusa | 9 | 178646 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rdi
lea addresses_A_ht+0x6dba, %r15
nop
nop
xor $482, %rdi
vmovups (%r15), %ymm5
vextracti128 $0, %ymm5, %xmm5
vpextrq $1, %xmm5, %r9
and %r12, %r12
pop %rdi
pop %r9
pop %r15
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r10
... |
programs/oeis/031/A031286.asm | neoneye/loda | 22 | 84007 | <reponame>neoneye/loda<gh_stars>10-100
; A031286: Additive persistence: number of summations of digits needed to obtain a single digit (the additive digital root).
; 0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,2,2,2,2,2,1,1,1,1,2,2,2,2,2,2,1,1,1,2,2,2,2,... |
test/Fail/Issue1609c.agda | shlevy/agda | 1,989 | 16926 | -- Andreas, 2015-07-13 Better parse errors for illegal type signatures
A | B : Set
|
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_226.asm | ljhsiun2/medusa | 9 | 2870 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xdca5, %rbp
nop
nop
nop
nop
add %rax, %rax
vmovups (%rbp), %ymm1
vextracti128 $1, %ymm1, %xmm1
vpextrq $1, %xmm1, %rbx
nop
nop
cmp %rsi, %rsi
lea addresses_WC_ht+0x1e725, %rs... |
drivers/chebyshev.adb | sciencylab/lagrangian-solver | 0 | 8483 | with Numerics;
use Numerics;
package body Chebyshev is
function CGL_Transform (F : in Real_Vector) return Real_Vector is
N : constant Nat := F'Length;
X : constant Real_Vector := Chebyshev_Gauss_Lobatto (N, -1.0, 1.0);
G : Real_Vector := (2.0 / Real (N - 1)) * F;
T : Real_Matr... |
src/test/ref/declared-memory-var-5.asm | jbrandwood/kickc | 2 | 28150 | // Test declaring a variable as "memory", meaning it will be stored in memory and accessed through an implicit pointer (using load/store)
// Test a memory variable struct value
// Commodore 64 PRG executable file
.file [name="declared-memory-var-5.prg", type="prg", segments="Program"]
.segmentdef Program [segments="B... |
src/ggt/group/Definitions.agda | zampino/ggt | 2 | 120 | module GGT.Group.Definitions
{a ℓ}
where
open import Relation.Unary using (Pred)
open import Algebra.Bundles using (Group)
open import Level
IsOpInvClosed : {l : Level} → (G : Group a ℓ) → (Pred (Group.Carrier G) l) → Set (a ⊔ l)
IsOpInvClosed G P = ∀ {x y : Carrier} → P x → P y → P (x - y) where open Group G
|
src/events.adb | docandrew/troodon | 5 | 16570 | with Ada.Real_Time;
with Ada.Strings.Unbounded; use Ada.Strings.Unbounded;
with Ada.Text_IO;
with Ada.Unchecked_Conversion;
with Ada.Unchecked_Deallocation;
with GNAT.OS_Lib;
with Interfaces; use Interfaces;
with Interfaces.C; use Interfaces.C;
with Interfaces.C.Strings; use Interfaces.C.Strings;
with System;
with GL;... |
lib/Explore/Summable.agda | crypto-agda/explore | 2 | 13368 | <reponame>crypto-agda/explore
{-# OPTIONS --without-K #-}
-- Specific constructions on top of summation functions
module Explore.Summable where
open import Type
open import Function.NP
import Relation.Binary.PropositionalEquality.NP as ≡
open ≡ using (_≡_ ; _≗_ ; _≗₂_)
open import Explore.Core
open import Explore.Pro... |
src/ewok-ipc.ads | PThierry/ewok-kernel | 65 | 25458 | --
-- Copyright 2018 The wookey project team <<EMAIL>>
-- - <NAME>
-- - <NAME>
-- - <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
--
-- http... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1848.asm | ljhsiun2/medusa | 9 | 83334 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x125f1, %r11
nop
cmp %rax, %rax
mov $0x6162636465666768, %rdi
movq %rdi, %xmm0
movups %xmm0, (%r11)
nop
nop
add $56581, %rdx
lea addresses_D_ht+0x18a3d, %rsi
l... |
9LAB/bar5.asm | RustyRaptor/compilers | 0 | 246371 | <filename>9LAB/bar5.asm<gh_stars>0
# PACKAGE fibinaci
.data # Data section starts here, strings first
_L0: .asciiz "in fib"
_L1: .asciiz "hello"
_NL: .asciiz "\n" # NEWLINE STRING
.align 2 # start all global variable aligned
y: .word 7 # global var initialized
Z: .space 4 # global var uninitia... |
sim/asm/fn31.asm | nanamake/avr_cpu | 2 | 90247 | <gh_stars>1-10
;-------------------
; test for bset/bclr
;-------------------
.equ sreg = 0x3f
;-------------------
in r7 ,sreg
;-------------------
sec
in r8 ,sreg
sez
in r9 ,sreg
sen
in r10,sreg
sev
in r11,sreg
ses
in r12,sreg
seh
in r13,sreg
s... |
Library/Text/TextGraphic/tgGraphic.asm | steakknife/pcgeos | 504 | 241319 | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Text/TextGraphic
FILE: tgGraphic.asm
METHODS:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- -... |
src/sdl-video-textures-makers.adb | treggit/sdlada | 89 | 23724 | <reponame>treggit/sdlada<gh_stars>10-100
--------------------------------------------------------------------------------------------------------------------
-- Copyright (c) 2013-2020, <NAME>
--
-- This software is provided 'as-is', without any express or implied
-- warranty. In no event will the authors be held li... |
resources/Expression.g4 | jojo1981/php-types | 1 | 3685 | grammar Expression;
expression
: multiType
| type
;
type
: arrayType
| listType
| basicType
| classType
;
arrayType
: indexedArrayType
| typedArrayType
| tupleArrayType
| basicArrayType
;
indexedArrayType
: TYPE_ARRAY ANGLE_BRACKET_OPEN arrayValueType ANGLE_BRACKET_CLOSE
;
typedArrayT... |
TotalRecognisers/LeftRecursion/ExpressiveStrength.agda | nad/parser-combinators | 1 | 10775 | ------------------------------------------------------------------------
-- This module establishes that the recognisers are as expressive as
-- possible when the alphabet is Bool (this could be generalised to
-- arbitrary finite alphabets), whereas this is not the case when the
-- alphabet is ℕ
-----------------------... |
ada.editor/test/unit/data/subprogram_declarations.adb | timboudreau/netbeans-contrib | 2 | 817 | <gh_stars>1-10
--
-- 6.1 Subprogram Declarations
--
-- NOTE: This module is not compilation is used only for testing purposes
--
package Subprogram_Declarations is
-- Examples of subprogram declarations:
procedure Traverse_Tree;
procedure Increment(X : in out Integer);
procedure Right_Indent(Margin : ... |
alloy4fun_models/trashltl/models/5/f3iK4xRBDpmJ8eHgd.als | Kaixi26/org.alloytools.alloy | 0 | 4952 | open main
pred idf3iK4xRBDpmJ8eHgd_prop6 {
all f:File | f in Trash implies (always after f in Trash)
}
pred __repair { idf3iK4xRBDpmJ8eHgd_prop6 }
check __repair { idf3iK4xRBDpmJ8eHgd_prop6 <=> prop6o } |
chapter7/Project9.asm | pcooksey/Assembly-x86-64 | 0 | 171974 | <reponame>pcooksey/Assembly-x86-64
;;;
;;; This is Suggested Project 7.9.2.9
;;; Iteratively find the nth Fibonacci number
;;; Pg. 138 for the problem
;;; Pg. 24 for Registers; Pg. 48 for Data Types
SECTION .data
SUCCESS: equ 0 ; Default success value
SYS_EXIT: equ 60 ; Default system exit value
... |
src/words_engine/words_engine-word_package.adb | spr93/whitakers-words | 3 | 8333 | <gh_stars>1-10
-- WORDS, a Latin dictionary, by <NAME> (USAF, Retired)
--
-- Copyright <NAME> (1936–2010)
--
-- This is a free program, which means it is proper to copy it and pass
-- it on to your friends. Consider it a developmental item for which
-- there is no charge. However, just for form, it is Copyrighted
-- (c... |
oeis/018/A018900.asm | neoneye/loda-programs | 11 | 101377 | <reponame>neoneye/loda-programs<filename>oeis/018/A018900.asm
; A018900: Sums of two distinct powers of 2.
; Submitted by <NAME>(s2)
; 3,5,6,9,10,12,17,18,20,24,33,34,36,40,48,65,66,68,72,80,96,129,130,132,136,144,160,192,257,258,260,264,272,288,320,384,513,514,516,520,528,544,576,640,768,1025,1026,1028,1032,1040,1056,... |
Control/Monad/Levels.agda | oisdk/agda-playground | 6 | 6623 | <filename>Control/Monad/Levels.agda
{-# OPTIONS --cubical --safe #-}
module Control.Monad.Levels where
open import Control.Monad.Levels.Definition public
|
audio/sfx/get_key_item_3.asm | opiter09/ASM-Machina | 1 | 80549 | SFX_Get_Key_Item_3_Ch5:
execute_music
tempo 256
volume 7, 7
duty_cycle 2
toggle_perfect_pitch
note_type 5, 10, 4
octave 3
note A#, 4
note_type 5, 11, 1
octave 4
note C_, 2
note C_, 1
note C_, 1
note_type 5, 10, 4
note D#, 4
note_type 5, 11, 1
note F_, 2
note F_, 1
note F_, 1
note_type 5, 11, 4
note... |
Documentation/boot.asm | geoffthorpe/ant-architecture | 0 | 112 | <gh_stars>0
# $Id$
#
# boot.asm:
#
1. Initialize sp, fp, ra.
2. Initialize leh.
3. Jump to the base of the real code.
4. Code for exception handling stuff.
# Standard memory map:
#
# 1 meg of physical RAM.
# boot.asm lives in last page.
# stack starts and end of second-to-last page.
|
Sources/Globe_3d/objects/globe_3d-impostor.adb | ForYouEyesOnly/Space-Convoy | 1 | 29846 | pragma Warnings (Off);
pragma Style_Checks (Off);
with GLOBE_3D.Textures,
GLOBE_3D.Math;
with glut.Windows; use glut.Windows;
with GL.Errors;
with GLU;
with ada.Text_IO; use ada.Text_IO;
package body GLOBE_3D.Impostor is
package G3DT renames GLOBE_3D.Textures;
package G3DM renames GLOBE_... |
1-base/lace/applet/demo/event/distributed/source/chat-registrar.adb | charlie5/lace | 20 | 16575 | with
lace.Observer,
system.RPC,
ada.Exceptions,
ada.Strings.unbounded,
ada.Text_IO;
package body chat.Registrar
is
use ada.Strings.unbounded;
use type Client.view;
procedure last_chance_Handler (Msg : in system.Address;
Line : in Integer);
pra... |
agda-stdlib/src/Data/Word/Base.agda | DreamLinuxer/popl21-artifact | 5 | 9372 | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Machine words: basic type and conversion functions
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
module Data.Word.Base where
open import Level usin... |
Working Disassembly/Levels/HCZ/Misc Object Data/DPLC - Miniboss Splash.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 27366 | PLC_362C7E: dc.w Frame_362C90-PLC_362C7E
dc.w Frame_362C94-PLC_362C7E
dc.w Frame_362C98-PLC_362C7E
dc.w Frame_362C9C-PLC_362C7E
dc.w Frame_362CA0-PLC_362C7E
dc.w Frame_362CA4-PLC_362C7E
dc.w Frame_362CA8-PLC_362C7E
dc.w Frame_362CAC-PLC_362C7E
dc.w Frame_362CB0-PLC_362C7E
Frame_362C90: dc.w 0
dc.w 5
F... |
source/required/s-expint.ads | ytomino/drake | 33 | 30472 | <reponame>ytomino/drake
pragma License (Unrestricted);
-- implementation unit required by compiler
with System.Exponentiations;
package System.Exp_Int is
pragma Pure;
-- required for "**" with checking by compiler (s-expint.ads)
function Exp_Integer is new Exponentiations.Generic_Exp_Integer (Integer);
end... |
pkg/parser/antlr/FqlParser.g4 | solrac97gr/ferret | 0 | 1442 | <gh_stars>0
// $antlr-format off <-- used by VS Code Antlr extension
parser grammar FqlParser;
options { tokenVocab=FqlLexer; }
program
: head* body
;
head
: useExpression
;
useExpression
: use
;
use
: Use namespaceIdentifier
;
body
: bodyStatement* bodyExpression
;
bodyS... |
Sources/Globe_3d/gl/gl-materials.ads | ForYouEyesOnly/Space-Convoy | 1 | 21975 | <reponame>ForYouEyesOnly/Space-Convoy<filename>Sources/Globe_3d/gl/gl-materials.ads<gh_stars>1-10
package GL.Materials is
-- Material. Doc from the VRML 1.0 spec (refers to OpenGL):
-- * The ambient color reflects ambient light evenly from all parts of
-- an object regardless of viewing and lighting an... |
programs/oeis/065/A065164.asm | neoneye/loda | 22 | 13143 | ; A065164: Permutation t->t+1 of Z, folded to N.
; 2,4,1,6,3,8,5,10,7,12,9,14,11,16,13,18,15,20,17,22,19,24,21,26,23,28,25,30,27,32,29,34,31,36,33,38,35,40,37,42,39,44,41,46,43,48,45,50,47,52,49,54,51,56,53,58,55,60,57,62,59,64,61,66,63,68,65,70,67,72,69,74
add $0,1
lpb $0
sub $0,1
mul $0,2
lpe
seq $0,165754 ; a(n... |
oeis/095/A095228.asm | neoneye/loda-programs | 11 | 172385 | ; A095228: n-th decimal digit of 1/n!.
; Submitted by <NAME>
; 0,0,0,6,6,3,8,4,0,5,5,5,7,5,7,4,7,1,6,2,1,9,8,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
mov $5,$0
cmp $5,0
add $0,$5
mov $4,10
pow $4,$0
lpb $3,... |
test/asset/agda-stdlib-1.0/Data/Fin/Permutation.agda | omega12345/agda-mode | 0 | 3079 | <filename>test/asset/agda-stdlib-1.0/Data/Fin/Permutation.agda
------------------------------------------------------------------------
-- The Agda standard library
--
-- Bijections on finite sets (i.e. permutations).
------------------------------------------------------------------------
{-# OPTIONS --without-K --sa... |
theorems/cw/cohomology/HigherCohomologyGroupsOnDiag.agda | mikeshulman/HoTT-Agda | 0 | 9524 | {-# OPTIONS --without-K --rewriting #-}
open import HoTT
open import cohomology.Theory
open import groups.ExactSequence
open import groups.Exactness
open import groups.HomSequence
open import groups.KernelImageUniqueFactorization
import cw.cohomology.GridPtdMap as GPM
open import cw.CW
module cw.cohomology.HigherCoh... |
src/dnscatcher/dns/processor/rdata/dnscatcher-dns-processor-rdata-soa_parser.ads | DNSCatcher/DNSCatcher | 4 | 30002 | -- Copyright 2019 <NAME> <<EMAIL>>
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to
-- deal in the Software without restriction, including without limitation the
-- rights to use, copy, modify, merge, publish, ... |
src/gl/implementation/gl.adb | Roldak/OpenGLAda | 79 | 18571 | <filename>src/gl/implementation/gl.adb
-- part of OpenGLAda, (c) 2017 <NAME>
-- released under the terms of the MIT license, see the file "COPYING"
with GL.API;
with GL.Load_Function_Pointers;
package body GL is
procedure Init renames GL.Load_Function_Pointers;
procedure Flush is
begin
API.Flush;
... |
zMIPS/mips2.asm | MattPhilpot/RandomHomework | 0 | 23797 | #Program 1 - Takes a string and reverses the string
#
#
# Cosc 300
.data
prompt: .asciiz " Given String is = "
str: .asciiz " aaaaBBBBccccDDDD "
ans: .asciiz " The String reversed is= "
.text
.globl main
main:
la $a0, prompt
li $v0, 4
syscall
la $a0, str
li $v0, 4
syscall
la $a0, ans
li $v0, 4
syscall
... |
programs/oeis/158/A158637.asm | karttu/loda | 1 | 7194 | ; A158637: a(n) = 576*n^2 + 24.
; 24,600,2328,5208,9240,14424,20760,28248,36888,46680,57624,69720,82968,97368,112920,129624,147480,166488,186648,207960,230424,254040,278808,304728,331800,360024,389400,419928,451608,484440,518424,553560,589848,627288,665880,705624,746520,788568,831768,876120,921624,968280,1016088,106504... |
oeis/303/A303260.asm | neoneye/loda-programs | 11 | 103111 | ; A303260: Determinant of n X n matrix A[i,j] = (j - i - 1 mod n) + [i=j], i.e., the circulant having (n, 0, 1, ..., n-2) as first row.
; Submitted by <NAME>
; 1,1,4,28,273,3421,52288,941578,19505545,456790123,11931215316,343871642632,10840081272265,371026432467913,13702802011918048,543154131059225686,23000016472483168... |
savefile/maps/0210_NorthernPassage.asm | stranck/fools2018-1 | 35 | 2699 | SECTION "Map_0210", ROM0[$B800]
Map_0210_Header:
hdr_tileset 0
hdr_dimensions 9, 16
hdr_pointers_a Map_0210_Blocks, Map_0210_TextPointers
hdr_pointers_b Map_0210_Script, Map_0210_Objects
hdr_pointers_c Map_0210_InitScript, Map_0210_RAMScript
hdr_palette $06
... |
alloy4fun_models/trashltl/models/11/rFL2nXx2oR5FjPh2n.als | Kaixi26/org.alloytools.alloy | 0 | 3458 | <filename>alloy4fun_models/trashltl/models/11/rFL2nXx2oR5FjPh2n.als
open main
pred idrFL2nXx2oR5FjPh2n_prop12 {
all f : File | f not in Trash until (eventually f in Trash => eventually f not in Trash)
}
pred __repair { idrFL2nXx2oR5FjPh2n_prop12 }
check __repair { idrFL2nXx2oR5FjPh2n_prop12 <=> prop12o } |
source/amf/uml/amf-visitors-umldi_iterators.ads | svn2github/matreshka | 24 | 30906 | ------------------------------------------------------------------------------
-- --
-- Matreshka Project --
-- --
-- ... |
oeis/344/A344236.asm | neoneye/loda-programs | 11 | 4709 | <filename>oeis/344/A344236.asm
; A344236: Number of n-step walks from a universal vertex to the other on the diamond graph.
; Submitted by <NAME>(s3)
; 0,1,2,5,14,33,90,221,582,1465,3794,9653,24830,63441,162762,416525,1067574,2733673,7003970,17938661,45954542,117709185,301527354,772364093,1978473510,5067929881,12981823... |
oeis/131/A131898.asm | neoneye/loda-programs | 11 | 172047 | ; A131898: a(n) = 2^(n+1) + 2*n - 1.
; 1,5,11,21,39,73,139,269,527,1041,2067,4117,8215,16409,32795,65565,131103,262177,524323,1048613,2097191,4194345,8388651,16777261,33554479,67108913,134217779,268435509,536870967,1073741881,2147483707,4294967357,8589934655,17179869249,34359738435,68719476805,137438953543,274877907017... |
x86/linux/sendfile/sendfile.asm | fbaligant/shellcodes | 3 | 175961 | BITS 32
GLOBAL _start
_start:
jmp short get_eip
run:
xor eax, eax
inc eax
inc eax
inc eax
inc eax
mov edi, eax
xor edx, edx
; fd = sys_open(filename, 0, 0)
mov eax, edi
inc eax ; sys_open
pop ebx ; filename
xor ecx, ecx ; flags = 0
xor edx, edx ;... |
programs/oeis/117/A117643.asm | karttu/loda | 0 | 240573 | ; A117643: a(n) = n*(a(n-1)-1) starting with a(0)=3.
; 3,2,2,3,8,35,204,1421,11360,102231,1022300,11245289,134943456,1754264915,24559708796,368395631925,5894330110784,100203611883311,1803665013899580,34269635264092001
mov $1,3
mov $2,$0
lpb $2,1
sub $2,1
add $3,1
mul $1,$3
sub $1,$3
lpe
|
oeis/073/A073728.asm | neoneye/loda-programs | 11 | 90824 | ; A073728: a(n) = Sum_{k=0..n} S(k), where S(n) are the tribonacci generalized numbers A001644.
; Submitted by <NAME>(s3)
; 3,4,7,14,25,46,85,156,287,528,971,1786,3285,6042,11113,20440,37595,69148,127183,233926,430257,791366,1455549,2677172,4924087,9056808,16658067,30638962,56353837,103650866,190643665,350648368,644942... |
Assignment2/MP.g4 | jimodayne/ppl_hcmut_assignment | 1 | 5505 | /*
- Student name: <NAME>
- Student ID: 1652578
*/
grammar MP;
@lexer::header {
from lexererr import *
}
options{
language=Python3;
}
boollit: TRUE|FALSE;
program
: declaration+ EOF
;
declaration
: functionDeclaration
| varDeclaration
| procedureDeclaration
;
varDeclaration: VAR varDeclarationList+ ;
v... |
other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/sfc/ys_w56.asm | prismotizm/gigaleak | 0 | 4495 | Name: ys_w56.asm
Type: file
Size: 11155
Last-Modified: '2016-05-13T04:51:15Z'
SHA-1: 21B6B55474E2507917FE3B312A755829B5F92A4A
Description: null
|
programs/oeis/289/A289761.asm | jmorken/loda | 1 | 175112 | ; A289761: Maximum length of a perfect Wichmann ruler with n segments.
; 3,6,9,12,15,22,29,36,43,50,57,68,79,90,101,112,123,138,153,168,183,198,213,232,251,270,289,308,327,350,373,396,419,442,465,492,519,546,573,600,627,658,689,720,751,782,813,848,883,918,953,988,1023,1062,1101,1140,1179,1218,1257,1300,1343,1386,1429,1... |
backup/rogue7.asm | iSnakeBuzz/bootRogue | 95 | 173567 | ;
; bootRogue game in 512 bytes (boot sector)
;
; by <NAME>.
; http://nanochess.org/
;
; (c) Copyright 2019 <NAME>.
;
; Creation date: Sep/19/2019. Generates room boxes.
; Revision date: Sep/20/2019. Connect rooms. Allows to naviga... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_180_1325.asm | ljhsiun2/medusa | 9 | 104770 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1a4df, %rbp
nop
nop
nop
sub $29433, %r15
mov (%rbp), %r9
nop
nop
xor $22236, %r12
lea addresses_WC_ht+0x13257, %rsi
lea addresses_D_ht+0x1a8ff, %rdi
and %rbp,... |
programs/oeis/166/A166150.asm | neoneye/loda | 22 | 98718 | ; A166150: a(n) = 5n^2 + 5n - 9.
; 1,21,51,91,141,201,271,351,441,541,651,771,901,1041,1191,1351,1521,1701,1891,2091,2301,2521,2751,2991,3241,3501,3771,4051,4341,4641,4951,5271,5601,5941,6291,6651,7021,7401,7791,8191,8601,9021,9451,9891,10341,10801,11271,11751,12241,12741,13251,13771,14301,14841,15391,15951,16521,17101... |
complete-progress.agda | hazelgrove/hazel-palette-agda | 4 | 12325 | <filename>complete-progress.agda
open import Nat
open import Prelude
open import core
open import contexts
open import progress
open import lemmas-complete
module complete-progress where
-- as in progress, we define a datatype for the possible outcomes of
-- progress for readability.
data okc : (d : iexp) (Δ : ... |
awa/plugins/awa-jobs/src/awa-jobs-services.ads | Letractively/ada-awa | 0 | 13126 | -----------------------------------------------------------------------
-- awa-jobs -- AWA Jobs
-- Copyright (C) 2012, 2014 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obt... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2595.asm | ljhsiun2/medusa | 9 | 242805 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2595.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r9
push %rax
push %rbp
lea addresses_UC_ht+0xb813, %rbp
nop
nop
nop
sub %r9, %r9
movb (%rbp), %al
nop
nop
nop
nop
xor $21294, %r10
pop %rbp
pop %ra... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1063.asm | ljhsiun2/medusa | 9 | 27303 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x12de8, %rsi
lea addresses_UC_ht+0x3e88, %rdi
nop
nop
cmp $47123, %r13
mov $72, %rcx
rep movsb
xor %r10, %r10
lea addresses_A_ht+0x3368, %r12
nop... |
bb-runtimes/runtimes/ravenscar-sfp-stm32g474/gnat/s-memory.adb | JCGobbi/Nucleo-STM32G474RE | 0 | 24171 | <reponame>JCGobbi/Nucleo-STM32G474RE
------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME COMPONENTS --
-- ... |
programs/oeis/159/A159333.asm | karttu/loda | 0 | 8062 | ; A159333: Roman factorial of n.
; -1,1,1,1,2,6,24,120,720,5040,40320,362880,3628800,39916800,479001600,6227020800,87178291200,1307674368000,20922789888000,355687428096000,6402373705728000
sub $2,$0
trn $0,2
fac $0
mov $1,$0
cmp $2,0
mul $2,2
sub $1,$2
|
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-genbig.adb | djamal2727/Main-Bearing-Analytical-Model | 0 | 25849 | <reponame>djamal2727/Main-Bearing-Analytical-Model<filename>Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-genbig.adb
------------------------------------------------------------------------------
-- --
-- GNAT C... |
programs/oeis/241/A241219.asm | karttu/loda | 1 | 89514 | <filename>programs/oeis/241/A241219.asm
; A241219: Number of ways to choose two points on a centered hexagonal grid of size n.
; 0,21,171,666,1830,4095,8001,14196,23436,36585,54615,78606,109746,149331,198765,259560,333336,421821,526851,650370,794430,961191,1152921,1371996,1620900,1902225,2218671,2573046,2968266,3407355... |
programs/oeis/345/A345668.asm | neoneye/loda | 22 | 102457 | <gh_stars>10-100
; A345668: Last prime minus distance to last prime.
; 1,2,1,4,3,6,5,4,3,10,9,12,11,10,9,16,15,18,17,16,15,22,21,20,19,18,17,28,27,30,29,28,27,26,25,36,35,34,33,40,39,42,41,40,39,46,45,44,43,42,41,52,51,50,49,48,47,58,57,60,59,58,57,56,55,66,65,64
add $0,1
mov $1,2
sub $1,$0
seq $0,175851 ; a(n) = 1 fo... |
P6/data_P6_2/MDTest132.asm | alxzzhou/BUAA_CO_2020 | 1 | 96200 | ori $ra,$ra,0xf
addu $6,$4,$2
multu $0,$1
sll $3,$3,14
addiu $0,$6,28752
divu $4,$ra
addiu $5,$1,-12106
srav $4,$4,$3
mflo $6
mult $3,$0
mtlo $1
lui $4,40975
addiu $4,$1,-30801
addiu $4,$4,-18330
mtlo $0
ori $5,$1,32393
mflo $4
lui $1,47290
ori $5,$5,10774
div $4,$ra
lb $2,13($0)
sb $0,7($0)
mtlo $4
lb $4,1($0)
mtlo $0... |
test/Fail/CopatternsSplitErrorWithUnboundDBIndex.agda | cruhland/agda | 1,989 | 5924 | -- Andreas, 2013-10-26
-- What if user tried to eliminate function type by copattern?
{-# OPTIONS --copatterns #-}
-- {-# OPTIONS -v tc.lhs.split:30 #-}
module CopatternsSplitErrorWithUnboundDBIndex where
import Common.Level
record _×_ (A B : Set) : Set where
constructor _,_
field
fst : A
snd : B
open _... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1025.asm | ljhsiun2/medusa | 9 | 16885 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x19959, %r14
nop
xor %r8, %r8
movb $0x61, (%r14)
inc %r8
lea addresses_A_ht+0x195d9, %r13
nop
nop
nop
nop
xor $24779, %r12
mov (%r13), %rcx
nop
nop
nop
nop
nop
sub %r14, %... |
oeis/255/A255178.asm | neoneye/loda-programs | 11 | 169192 | <filename>oeis/255/A255178.asm<gh_stars>10-100
; A255178: Second differences of eighth powers (A001016).
; 1,254,6050,52670,266114,963902,2796194,6927230,15257090,30683774,57405602,101263934,170126210,274309310,427043234,644975102,948713474,1363412990,1919399330,2652834494,3606422402,4830154814,6382097570,8329217150,10... |
.emacs.d/elpa/ada-mode-5.3.1/gps_source/generic_stack.adb | caqg/linux-home | 0 | 28207 | <gh_stars>0
------------------------------------------------------------------------------
-- G P S --
-- --
-- Copyright (C) 2001-2016, AdaCore ... |
Bitmaps/src/bitmaps-io.ads | kochab/simulatedannealing-ada | 0 | 15305 | <filename>Bitmaps/src/bitmaps-io.ads
with Ada.Streams;
with Bitmaps.RGB;
package Bitmaps.IO is
procedure Write_PPM_P6(To : not null access Ada.Streams.Root_Stream_Type'Class;
Source : in Bitmaps.RGB.Image);
end Bitmaps.IO;
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.