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 |
|---|---|---|---|---|
agda-stdlib/src/Text/Tabular/Base.agda | DreamLinuxer/popl21-artifact | 5 | 16511 | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Fancy display functions for List-based tables
--
-- The functions in this module assume some (unenforced) invariants.
-- If you cannot guarantee that your data respects these invariants,
-- you should instead use... |
base/new/entrance/warden/unit0/res/zzzhead_64.asm | frednora/gramado | 609 | 17714 | <reponame>frednora/gramado<filename>base/new/entrance/warden/unit0/res/zzzhead_64.asm
;;
;; File: 1pump/arch/x86/pumpcore/head_64.asm
;;
;; The entry point of the base kernel for the x86_64 arch.
;; This documment will includo some other files.
;;
;; 2021 - Created by <NAME>.
;; - ported from the 32bit version
;;
... |
oeis/112/A112341.asm | neoneye/loda-programs | 11 | 23979 | ; A112341: Number of primes between (prime(n)-1)^2 and prime(n)^2.
; Submitted by <NAME>
; 2,2,3,4,5,5,7,6,7,9,8,9,12,9,10,16,13,16,15,21,15,18,19,18,21,23,20,24,23,25,29,28,23,27,33,32,27,32,33,30,29,36,34,37,37,37,38,41,45,38,39,49,47,45,53,46,53,46,45,49,53,51,48,49,55,51,62,66,61,61,60,66,63,61
seq $0,6093 ; a(n) ... |
programs/oeis/074/A074529.asm | neoneye/loda | 22 | 177098 | <reponame>neoneye/loda
; A074529: a(n) = 2^n + 3^n + 7^n.
; 3,12,62,378,2498,17082,118442,825858,5771618,40373802,282535322,1977505938,13841822738,96890612922,678227872202,4747575891618,33232973681858,232630643258442,1628413985593082,11398896348158898,79792269785444978,558545874545734362,3909821079968241962,27368747434... |
src/gl/interface/gl-uniforms.ads | Roldak/OpenGLAda | 79 | 6800 | -- part of OpenGLAda, (c) 2017 <NAME>
-- released under the terms of the MIT license, see the file "COPYING"
with GL.Types; use GL.Types;
package GL.Uniforms is
pragma Preelaborate;
type Uniform is new Int;
procedure Set_Single (Location : Uniform; Value : Single);
procedure Set_Single (Locat... |
alloy4fun_models/trainstlt/models/10/X3ZzWDsLN7pnHzT56.als | Kaixi26/org.alloytools.alloy | 0 | 4062 | <gh_stars>0
open main
pred idX3ZzWDsLN7pnHzT56_prop11 {
always (all t:pos.Track | once t.pos in Entry)
}
pred __repair { idX3ZzWDsLN7pnHzT56_prop11 }
check __repair { idX3ZzWDsLN7pnHzT56_prop11 <=> prop11o } |
_build/dispatcher/jmp_ippsSHA512Duplicate_8edb123b.asm | zyktrcn/ippcp | 1 | 98069 | extern m7_ippsSHA512Duplicate:function
extern n8_ippsSHA512Duplicate:function
extern y8_ippsSHA512Duplicate:function
extern e9_ippsSHA512Duplicate:function
extern l9_ippsSHA512Duplicate:function
extern n0_ippsSHA512Duplicate:function
extern k0_ippsSHA512Duplicate:function
extern ippcpJumpIndexForMergedLibs
extern ippcp... |
demo2/adademo2.adb | MatrixMike/AdaDemo1 | 1 | 14905 | with Ada.Text_IO; use Ada.Text_IO;
procedure adademo2 is
type Day_type is range 1 .. 31;
type Month_type is range 1 .. 12;
type Year_type is range 1800 .. 2100;
type Hours is mod 24;
type Weekday is
(Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday);
type Date is record
Day ... |
Index-Adress-Mode-Example.asm | utkudarilmaz/x86-Examples | 1 | 20722 | ; Verilen veri setindeki 2. indisteki sayiyi hedef adrese kopyalanmasi
data segment
tablo DB 10,20,30,40,50
veri DB ?
ends
stack segment
dw 128 dup(0)
ends
code segment
start:
; set segment registers:
mov ax, data
mov ds, ax
mov si,2
mov bl,tablo[si] ; tablo... |
test/Succeed/Issue3167.agda | cruhland/agda | 1,989 | 3771 | <reponame>cruhland/agda
-- Andreas, 2018-09-12, issue #3167
--
-- If --no-prop, then Set0 is the least sort and sort constraints
-- s <= Set0 should be solved by s = Set0.
{-# OPTIONS --no-prop #-}
-- (A : Set) can be inferred if Set0 is the bottom universe
data Wrap A : Set where
wrap : A → Wrap A
-- Should succ... |
oeis/083/A083072.asm | neoneye/loda-programs | 11 | 160233 | ; A083072: A subdiagonal of number array A083064.
; Submitted by <NAME>
; 1,4,29,286,3511,51668,888889,17538454,390892451,9720791092,267004296901,8031916155134,262709978263279,9285541905849316,352765522430193905,14337731083770642838,620867368421052631579
mov $1,2
mov $2,$0
add $0,4
lpb $2
sub $1,1
mul $1,$0
sub ... |
alloy4fun_models/trashltl/models/11/JSWwpWHCnvBZAwQt9.als | Kaixi26/org.alloytools.alloy | 0 | 2433 | <filename>alloy4fun_models/trashltl/models/11/JSWwpWHCnvBZAwQt9.als
open main
pred idJSWwpWHCnvBZAwQt9_prop12 {
eventually some f:File | f not in Trash implies f in Trash'
}
pred __repair { idJSWwpWHCnvBZAwQt9_prop12 }
check __repair { idJSWwpWHCnvBZAwQt9_prop12 <=> prop12o } |
extern/game_support/stm32f4/src/stm32f4-fmc.ads | AdaCore/training_material | 15 | 7684 | <gh_stars>10-100
with System;
package STM32F4.FMC is
FMC_Bank1_SDRAM : constant := 16#00000000#;
FMC_Bank2_SDRAM : constant := 16#00000001#;
FMC_Bank1_NORSRAM1 : constant := 16#00000000#;
FMC_Bank1_NORSRAM2 : constant := 16#00000002#;
FMC_Bank1_NORSRAM3 : constant := 16#00000004#;
FMC_Bank1_NORSRAM4... |
src/main/fragment/mos6502-common/vdum1=vdum2_rol_9.asm | jbrandwood/kickc | 2 | 166068 | lda #0
sta {m1}
lda {m2}
asl
sta {m1}+1
lda {m2}+1
rol
sta {m1}+2
lda {m2}+2
rol
sta {m1}+3
|
grovlin-parser/src/main/antlr/GrovlinParser.g4 | arturbosch/grovlin | 8 | 1284 | parser grammar GrovlinParser;
options { tokenVocab=GrovlinLexer; }
grovlinFile
: statements EOF
;
statements
: (statement ) *
;
statement
: memberDeclaration #memberDeclarationStatement
| varDeclaration #varDeclarationStatement
| expressionStmt #expressionStatement
| assignment #assignmentStatement
... |
pixy/src/host/pantilt_in_ada/specs/pixy_h.ads | GambuzX/Pixy-SIW | 1 | 18099 | <filename>pixy/src/host/pantilt_in_ada/specs/pixy_h.ads
--
-- Copyright (c) 2015, <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 permission notice appear in all cop... |
Transynther/x86/_processed/NC/_st_zr_sm_/i9-9900K_12_0xca.log_21829_378.asm | ljhsiun2/medusa | 9 | 88131 | <filename>Transynther/x86/_processed/NC/_st_zr_sm_/i9-9900K_12_0xca.log_21829_378.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1051d, %r14
and %rbp, %rbp
movb (%r14), %r9b
nop
nop
nop
nop
inc %r12
lea addresses_D_ht+0x142... |
programs/oeis/250/A250353.asm | jmorken/loda | 1 | 104139 | <reponame>jmorken/loda
; A250353: Number of length 4 arrays x(i), i=1..4 with x(i) in i..i+n and no value appearing more than 2 times.
; 16,75,235,581,1221,2287,3935,6345,9721,14291,20307,28045,37805,49911,64711,82577,103905,129115,158651,192981,232597,278015,329775,388441,454601,528867,611875,704285,806781,920071,1044... |
app/grammar/HIPML.g4 | vitrayatech/hipml-typescript | 0 | 3483 | grammar HIPML ;
policy : policySection+ ;
policySection : attributesSection
| coverageSection
| exclusionsSection
| conditionsSection
| definitionsSection
| contactSection
;
// Attributes section
attributesSection : ATTRIBUTES_SECTION... |
llvm-gcc-4.2-2.9/gcc/ada/g-dyntab.adb | vidkidz/crossbridge | 1 | 20796 | <reponame>vidkidz/crossbridge<filename>llvm-gcc-4.2-2.9/gcc/ada/g-dyntab.adb
------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS --
-- ... |
libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_saddrcleft_fastcall.asm | meesokim/z88dk | 0 | 26842 |
; void *zx_saddrcleft_fastcall(void *saddr)
SECTION code_arch
PUBLIC _zx_saddrcleft_fastcall
_zx_saddrcleft_fastcall:
INCLUDE "arch/zx/display/z80/asm_zx_saddrcleft.asm"
|
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2505.asm | ljhsiun2/medusa | 9 | 23296 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1ca88, %rsi
lea addresses_UC_ht+0x5088, %rdi
nop
and %r11, %r11
mov $39, %rcx
rep movsb
nop
nop
nop
xor $5592, %r12
lea addresses_WT_ht+0xa5c8, %rsi
lea addresses_A_ht+0x1da8... |
libtool/src/gmp-6.1.2/mpn/s390_32/esame/bdiv_dbm1c.asm | kroggen/aergo | 1,602 | 245178 | <gh_stars>1000+
dnl S/390-32 mpn_bdiv_dbm1c for systems with MLR instruction.
dnl Copyright 2011 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Le... |
Categories/Object/IndexedProduct.agda | copumpkin/categories | 98 | 759 | <gh_stars>10-100
{-# OPTIONS --universe-polymorphism #-}
open import Categories.Category
module Categories.Object.IndexedProduct {o ℓ e} (C : Category o ℓ e) where
-- An indexed product is similar to a limit, but the diagram is from a Set
-- (irrelevant Setoid here) rather than a category, so there are no subobjects... |
Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-8650U_0xd2.log_12154_8.asm | ljhsiun2/medusa | 9 | 169853 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x9659, %rsi
lea addresses_D_ht+0x1af39, %rdi
nop
nop
nop
and %r13, %r13
mov $42, %rcx
rep movsb
nop
nop
nop
nop
inc %r11
pop %rsi
pop %rdi
pop %rcx
pop %r13
pop %r11
ret
.gl... |
Ficha 2 - Tratamento de dados de 8, 16 e 32 bits/02b.asm | FEUP-MIEIC/MPCP | 0 | 12149 | <gh_stars>0
include mpcp.inc
.data
wseq SWORD -5,-4,-3,-2,-1,0,1,2,3,127
dwseq SDWORD 10 DUP (?)
.code
main PROC C
mov ESI, OFFSET wseq
mov EDI, OFFSET dwseq
mov ECX, LENGTHOF wseq
ciclo:
mov AX, [ESI]
CWDE
mov [EDI], EAX
add ESI, TYPE wseq
add EDI, TYPE dwseq
loop ciclo
invoke ExitProc... |
programs/oeis/151/A151542.asm | karttu/loda | 1 | 169872 | ; A151542: Generalized pentagonal numbers: a(n) = 12*n + 3*n*(n-1)/2.
; 0,12,27,45,66,90,117,147,180,216,255,297,342,390,441,495,552,612,675,741,810,882,957,1035,1116,1200,1287,1377,1470,1566,1665,1767,1872,1980,2091,2205,2322,2442,2565,2691,2820,2952,3087,3225,3366,3510,3657,3807,3960,4116,4275,4437,4602,4770,4941,511... |
Keyboard_button_display/init.asm | ViacheslavBobrov/Intel_8051_Microcontroller | 0 | 177728 | ORG 0000h ; Program Start Address
LJMP INIT ; Go to the beginning of the initialization procedure
; -- Table of interrupt vectors -----------------------------------------------------------
ORG 001Bh ; T/C1 interrupt vector add... |
src/offmt.ads | Fabien-Chouteau/offmt | 0 | 10985 | with Interfaces;
-- Offloaded Log Formatting
package Offmt is
procedure Log (Str : String) is null;
subtype U8 is Interfaces.Unsigned_8;
subtype U16 is Interfaces.Unsigned_16;
subtype U32 is Interfaces.Unsigned_32;
-- Danger Zone --
type Log_Id is new U16;
procedure Start_Frame (Id : Log_Id... |
libsrc/_DEVELOPMENT/math/float/math32/c/sccz80/cm32_sccz80_fsmax.asm | rjcorrig/z88dk | 0 | 11785 | <reponame>rjcorrig/z88dk
; float __fsmax (float number)
SECTION code_clib
SECTION code_math
PUBLIC cm32_sccz80_fsmax
EXTERN m32_fsmax_fastcall
; convert sccz80 float to infinity with correct sign
;
; enter : stack = ret
; DEHL = sccz80_float number
;
; exit : DEHL = sccz80_float(... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_257.asm | ljhsiun2/medusa | 9 | 5854 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r13
push %rcx
push %rsi
// Faulty Load
lea addresses_normal+0x1ad79, %r13
nop
nop
nop
cmp %r11, %r11
vmovups (%r13), %ymm2
vextracti128 $0, %ymm2, %xmm2
vpextrq $0, %xmm2, %r10... |
oeis/028/A028365.asm | neoneye/loda-programs | 11 | 25636 | <gh_stars>10-100
; A028365: Order of general affine group over GF(2), AGL(n,2).
; Submitted by <NAME>(s1.)
; 1,2,24,1344,322560,319979520,1290157424640,20972799094947840,1369104324918194995200,358201502736997192984166400,375234700595146883504949480652800,1573079924978208093254925489963584716800,263854583512504817331360... |
oeis/157/A157729.asm | neoneye/loda-programs | 11 | 92744 | ; A157729: a(n) = Fibonacci(n) + 5.
; Submitted by <NAME>(m1)
; 5,6,6,7,8,10,13,18,26,39,60,94,149,238,382,615,992,1602,2589,4186,6770,10951,17716,28662,46373,75030,121398,196423,317816,514234,832045,1346274,2178314,3524583,5702892,9227470,14930357,24157822,39088174,63245991,102334160,165580146,267914301,433494442,7014... |
test/Fail/ScopeIrrelevantRecordField.agda | redfish64/autonomic-agda | 3 | 8156 | {-# OPTIONS --no-irrelevant-projections #-}
module ScopeIrrelevantRecordField where
record Bla : Set1 where
constructor mkBla
field
.bla0 bla1 .{bla2 bla3} {bla4 .bla5} : Set
bla0' : Bla -> Set
bla0' = Bla.bla0 -- should fail with bla0 not in scope
|
tests/testme-native.asm | gregdionne/mcbasic | 5 | 24041 | ; Assembly for testme-native.bas
; compiled with mcbasic -native
; Equates for MC-10 MICROCOLOR BASIC 1.0
;
; Direct page equates
DP_LNUM .equ $E2 ; current line in BASIC
DP_TABW .equ $E4 ; current tab width on console
DP_LPOS .equ $E6 ; current line position on console
DP_LWID .equ $E7 ; current line width of consol... |
asm/clock.ext.asm | RockmanEXEZone/MMBN45-English-Translation | 6 | 21487 | <filename>asm/clock.ext.asm
// 0x200F859 = RTC state
// 0x0 RTC not checked
// 0x1 Running on real RTC
// 0x2 Detected RTC broken at startup
// 0x3 Requesting RTC Init from Continue
// 0x4 Fake RTC initialized, do continue
// 0x5 Running on fake RTC
.align 2
clock_preBoot:
// Clear real/fake RTC states
ldr r0,=0x200... |
alloy4fun_models/trainstlt/models/16/7afxh5pxQCCNTor2K.als | Kaixi26/org.alloytools.alloy | 0 | 4064 | <reponame>Kaixi26/org.alloytools.alloy
open main
pred id7afxh5pxQCCNTor2K_prop17 {
always (some t:Train | historically no Train.pos and eventually(t.pos in Exit and historically no Exit))
}
pred __repair { id7afxh5pxQCCNTor2K_prop17 }
check __repair { id7afxh5pxQCCNTor2K_prop17 <=> prop17o } |
pwnlib/shellcraft/templates/i386/linux/recvsize.asm | DrKeineLust/pwntools | 8,966 | 28272 | <filename>pwnlib/shellcraft/templates/i386/linux/recvsize.asm
<% from pwnlib.shellcraft import common %>
<% from pwnlib.shellcraft import i386 %>
<%docstring>
Recives 4 bytes size field
Useful in conjuncion with findpeer and stager
Args:
sock, the socket to read the payload from.
reg, the place to put the size ... |
projects/batfish/src/main/antlr4/org/batfish/grammar/mrv/Mrv_subtemplate.g4 | zabrewer/batfish | 763 | 1682 | <filename>projects/batfish/src/main/antlr4/org/batfish/grammar/mrv/Mrv_subtemplate.g4<gh_stars>100-1000
parser grammar Mrv_subtemplate;
import Mrv_common;
options {
tokenVocab = MrvLexer;
}
a_subtemplate
:
SUBTEMPLATE PERIOD
(
a_subtemplate_idletimeout
| a_subtemplate_sercurityv3
| a_subte... |
cd&command/cdcommand.applescript | MuteBardTison/alfred-workflows | 1 | 3354 | <filename>cd&command/cdcommand.applescript
on run theQuery
tell application "Finder"
try
set targetFolder to (folder of front window as alias)
on error
set targetFolder to (path to home folder)
end try
set targetPath to quoted form of (the POSIX path of targetFolder)
if (theQuery as string) is not "" t... |
aom_dsp/x86/intrapred_ssse3.asm | merryApple/aom | 147 | 9797 | <reponame>merryApple/aom
;
; Copyright (c) 2016, Alliance for Open Media. All rights reserved
;
; This source code is subject to the terms of the BSD 2 Clause License and
; the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
; was not distributed with this source code in the LICENSE file, you ca... |
programs/Desktop: Hide.applescript | Strajk/setup | 50 | 2459 | <reponame>Strajk/setup<filename>programs/Desktop: Hide.applescript
do shell script "defaults write com.apple.finder CreateDesktop -bool FALSE;killall Finder" |
src/Tactic/Nat.agda | L-TChen/agda-prelude | 111 | 11185 | <filename>src/Tactic/Nat.agda
module Tactic.Nat where
open import Prelude
open import Tactic.Nat.Generic (quote _≤_) (quote id) (quote id) public
{-
All tactics know about addition, multiplication and subtraction
of natural numbers, and can prove equalities and inequalities (_<_).
The available tactics are:
* au... |
src/main/antlr4/se/gu/faxe/fileAnnotations.g4 | TobiasOnGitHub/FAXE-Feature_Annotation_eXtraction_Engine | 1 | 7248 | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_19_926.asm | ljhsiun2/medusa | 9 | 174840 | <filename>Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_19_926.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r13
push %r9
push %rbx
push %rcx
push %rdi
// Store
lea addresses_WT+0x1ad3d, %r9
clflush (%r9)
nop
nop
nop
nop
xor %rd... |
agda/book/SFHC/v01-01-basics.agda | haroldcarr/learn-haskell-coq-ml-etc | 36 | 16412 | -- this is so this can be imported even though it has unresolved holes
{-# OPTIONS --allow-unsolved-metas #-}
module v01-01-basics where
import Relation.Binary.PropositionalEquality as Eq
open Eq using (_≡_; refl)
open Eq.≡-Reasoning using (begin_; _≡⟨⟩_; _∎)
data day : Set where
mon : day
tue : day
w... |
tier-1/gmp/source/thin/gmp_c-binding.ads | charlie5/cBound | 2 | 30532 | -- This file is generated by SWIG. Please do *not* modify by hand.
--
with gmp_c.Pointers;
with gmp_c.a_a_gmp_randstate_struct;
with gmp_c.gmp_randstate_t;
with gmp_c.mp_ptr;
with gmp_c.mp_srcptr;
with gmp_c.mpf_ptr;
with gmp_c.mpf_srcptr;
with gmp_c.mpf_t;
with gmp_c.mpq_ptr;
with gmp_c.mpq_srcptr;
with gmp_c.mpz_ptr;... |
programs/oeis/163/A163704.asm | jmorken/loda | 1 | 12112 | <gh_stars>1-10
; A163704: Number of n X 2 binary arrays with all 1s connected, a path of 1s from left column to lower right corner, and no 1 having more than two 1s adjacent.
; 1,5,11,21,38,66,112,187,309,507,828,1348,2190,3553,5759,9329,15106,24454,39580,64055,103657,167735,271416,439176,710618,1149821,1860467,3010317... |
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c4/c47009a.ada | best08618/asylo | 7 | 1001 | -- C47009A.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... |
src/yaml-demo.adb | sparre/aYAML | 2 | 18300 | <filename>src/yaml-demo.adb<gh_stars>1-10
with YAML.Vector; pragma Unreferenced (YAML.Vector);
with YAML.Object; pragma Unreferenced (YAML.Object);
procedure YAML.Demo is
begin
null;
end YAML.Demo;
|
src/masks.asm | NotImplementedLife/rubik | 4 | 23040 | SECTION "Tile Masks Vars", WRAMX[$D000], ALIGN[8]
PaintTmp::
DS $B00
SECTION "Tile Masks Logic", ROM0
;-Func---------------------------------------------------------
ProcessPaintData:
;----------------------------------------------ProcessPaintData
; Arguments :
;--------------------------------------------------... |
programs/oeis/091/A091916.asm | neoneye/loda | 22 | 81845 | ; A091916: Maximum of odd products of partitions of n.
; 1,1,1,3,3,5,9,9,15,27,27,45,81,81,135,243,243,405,729,729,1215,2187,2187,3645,6561,6561,10935,19683,19683,32805,59049,59049,98415,177147,177147,295245,531441,531441,885735,1594323,1594323,2657205,4782969,4782969
mov $2,$0
mov $0,0
mul $2,2
add $0,$2
div $0,3
seq... |
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-valint.ads | djamal2727/Main-Bearing-Analytical-Model | 0 | 25200 | ------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME COMPONENTS --
-- --
-- ... |
Assembler/test/cohadar/assembler/constants/hex00.asm | cohadar/parapascal | 0 | 104776 | // test for hex constants
.CODE
//======================================
@main():
const 0x12345678
syscall %DEBUG
const 0xFEDCBA98
syscall %DEBUG
exit 0
|
Fields/FieldOfFractions/Setoid.agda | Smaug123/agdaproofs | 4 | 5986 | {-# OPTIONS --safe --warning=error --without-K #-}
open import LogicalFormulae
open import Rings.Definition
open import Setoids.Setoids
open import Sets.EquivalenceRelations
open import Rings.IntegralDomains.Definition
open import Rings.IntegralDomains.Lemmas
open import Agda.Primitive using (Level; lzero; lsuc; _⊔_)... |
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_ix/tshc_visit_wc_attr_callee.asm | jpoikela/z88dk | 640 | 245145 | <filename>libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_ix/tshc_visit_wc_attr_callee.asm<gh_stars>100-1000
; void tshc_visit_wc_attr(struct r_Rect8 *r, void *function)
SECTION code_clib
SECTION code_arch
PUBLIC _tshc_visit_wc_attr_callee
PUBLIC l0_tshc_visit_wc_attr_callee
EXTERN asm_tshc_visit_wc_attr
_tshc_visit_wc... |
test/asset/agda-stdlib-1.0/Data/List/Relation/Unary/First/Properties.agda | omega12345/agda-mode | 0 | 2643 | <filename>test/asset/agda-stdlib-1.0/Data/List/Relation/Unary/First/Properties.agda
------------------------------------------------------------------------
-- The Agda standard library
--
-- Properties of First
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}... |
oeis/093/A093103.asm | neoneye/loda-programs | 11 | 247871 | <filename>oeis/093/A093103.asm<gh_stars>10-100
; A093103: a(1)=1, a(2)=8, a(n+2) = 8*a(n+1) + 21*a(n).
; Submitted by <NAME>(s4)
; 1,8,85,848,8569,86360,870829,8780192,88528945,892615592,9000032581,90745188080,914962188841,9225346460408,93016977648925,937868096859968,9456301305507169,95345640478116680,96134745124058398... |
oeis/113/A113301.asm | neoneye/loda-programs | 11 | 13617 | <gh_stars>10-100
; A113301: Sum of odd-indexed terms of tribonacci numbers.
; Submitted by <NAME>
; 0,1,5,18,62,211,715,2420,8188,27701,93713,317030,1072506,3628263,12274327,41523752,140473848,475219625,1607656477,5438662906,18398864822,62242913851,210566269283,712340586524,2409830942708,8152399683933,27579370581033,93... |
libsrc/input/alphatro/in_Inkey.asm | jpoikela/z88dk | 640 | 81765 | <filename>libsrc/input/alphatro/in_Inkey.asm
; uint in_Inkey(void)
; 06.2018 suborb
; Read current state of keyboard but only return
; keypress if a single key is pressed.
SECTION code_clib
PUBLIC in_Inkey
PUBLIC _in_Inkey
EXTERN in_keytranstbl
; exit : carry set and HL = 0 for no keys registered
; else HL = ... |
oeis/021/A021941.asm | neoneye/loda-programs | 11 | 99003 | ; A021941: Decimal expansion of 1/937.
; Submitted by <NAME>(s4.)
; 0,0,1,0,6,7,2,3,5,8,5,9,1,2,4,8,6,6,5,9,5,5,1,7,6,0,9,3,9,1,6,7,5,5,6,0,2,9,8,8,2,6,0,4,0,5,5,4,9,6,2,6,4,6,7,4,4,9,3,0,6,2,9,6,6,9,1,5,6,8,8,3,6,7,1,2,9,1,3,5,5,3,8,9,5,4,1,0,8,8,5,8,0,5,7,6,3,0,7
add $0,1
mov $2,10
pow $2,$0
div $2,937
mov $0,$2
mod... |
macros/scripts/text.asm | AtmaBuster/pokeplat-gen2 | 6 | 167265 | <reponame>AtmaBuster/pokeplat-gen2
text EQUS "db TX_START," ; Start writing text.
next EQUS "db \"<NEXT>\"," ; Move a line down.
line EQUS "db \"<LINE>\"," ; Start writing at the bottom line.
page EQUS "db \"@\"," ; Start a new Pokédex page.
para EQUS "db \"<PARA>\"," ; Start a new paragraph.
cont... |
1A/S5/PIM/projet/src/foret.adb | MOUDDENEHamza/ENSEEIHT | 4 | 23831 | -------------------------------------------------------------------------------
-- Fichier : foret.adb
-- Auteur : <NAME> & <NAME>
-- Objectif : Implantation du module Foret
-- Crée : Jeudi Déc 12 2019
--------------------------------------------------------------------------------
with Ada.Text_IO; use ... |
source/uaflex/uaflex-generator-tables.ads | svn2github/matreshka | 24 | 19499 | ------------------------------------------------------------------------------
-- --
-- Matreshka Project --
-- --
-- ... |
oeis/237/A237450.asm | neoneye/loda-programs | 11 | 80196 | ; A237450: Triangle read by rows, T(n,k) = !n + (k-1)*(n-1)!, with n>=1, 1<=k<=n; Position of the first n-letter permutation beginning with number k in the list of lexicographically sorted permutations A030299.
; Submitted by <NAME>(s4)
; 1,2,3,4,6,8,10,16,22,28,34,58,82,106,130,154,274,394,514,634,754,874,1594,2314,30... |
Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/Cpu.asm | lvjianmin-loongson/uefi | 0 | 85674 | <reponame>lvjianmin-loongson/uefi<gh_stars>0
TITLE Cpu.asm: Assembly code for the x64 resources
;
; This file contains an 'Intel Sample Driver' and is
; licensed for Intel CPUs and chipsets under the terms of your
; license agreement with Intel or your vendor. This file may
; be modified by the user, subject to ad... |
alloy4fun_models/trashltl/models/11/QquBpcutGB87jEtfJ.als | Kaixi26/org.alloytools.alloy | 0 | 1797 | open main
pred idQquBpcutGB87jEtfJ_prop12 {
some f : File | eventually f in Trash => always f in Trash
}
pred __repair { idQquBpcutGB87jEtfJ_prop12 }
check __repair { idQquBpcutGB87jEtfJ_prop12 <=> prop12o } |
Library/GrObj/Pointer/pointerZoom.asm | steakknife/pcgeos | 504 | 172473 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: GrObj
MODULE: Pointer
FILE: zoom.asm
AUTHOR: <NAME>, Sep 15, 1992
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descript... |
notes/papers/implicit/examples/Simple.agda | cruhland/agda | 1,989 | 5170 |
module Simple where
postulate
Nat : Set
zero : Nat
-- we want
-- ?0 zero = zero
-- and then
-- ?0 x = x
|
Sources/Ya just played yourself.scpt | ckd/music-scripts | 0 | 4328 | -- Ya just played yourself
-- Dumb script to increment play count of selected track by one and update the last played date.
tell application "Music"
set sel to selection of front browser window
if sel is {} then
display dialog "Nothing is selected." buttons {"Quit"} with icon 0
return
end if
repeat with i ... |
bb-runtimes/arm/nordic/nrf52/nrf52840/setup_board.adb | JCGobbi/Nucleo-STM32G474RE | 0 | 22001 | <gh_stars>0
------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME COMPONENTS --
-- ... |
src/ewok-mpu-handler.adb | PThierry/ewok-kernel | 0 | 12498 | --
-- 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... |
Lista Assembly/questao3.asm | joaovictor42/Arquitetura-de-Computadores | 0 | 4889 | <filename>Lista Assembly/questao3.asm
extern scanf, printf
global main
section .bss
varA resd 1
varB resd 1
section .data
msgEntrada1 db "Digite o primeiro valor:", 0H
msgEntrada2 db "Digite o segundo valor:", 0H
msgSaida db "O maior valor eh: %d", 0AH, 0H
formatoEntrada db "%d", 0H
section .text
main:
push m... |
list_package.adb | ddugovic/words | 4 | 25288 | <filename>list_package.adb
with CONFIG; use CONFIG;
with STRINGS_PACKAGE; use STRINGS_PACKAGE;
with LATIN_FILE_NAMES; use LATIN_FILE_NAMES;
with WORD_PARAMETERS; use WORD_PARAMETERS;
with INFLECTIONS_PACKAGE; use INFLECTIONS_PACKAGE;
with DICTIONARY_PACKAGE; use DICTIONARY_PACKAGE;
with ADDON... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_885.asm | ljhsiun2/medusa | 9 | 2809 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xdc8a, %r8
nop
nop
nop
nop
nop
inc %r9
movl $0x61626364, (%r8)
nop
nop
nop
inc %rbx
lea addresses_UC_ht+0x63cd, %rsi
lea addresses_A_ht+0x1178d, %rdi
nop
nop
nop... |
programs/oeis/141/A141534.asm | karttu/loda | 0 | 26620 | ; A141534: Derived from the centered polygonal numbers: start with the first triangular number, then the sum of the first square number and the second triangular number, then the sum of first pentagonal number, the second square number and the third triangular number, and so on and so on...
; 1,4,11,26,55,105,184,301,4... |
Menus/equip_ship_menu.asm | TinfoilAsteroid/EliteNext | 9 | 92860 | <gh_stars>1-10
eqshp_prices_page_marker DB "EquipShipPG63"
eqshp_boiler_text DW $0250,eqship_title
DW $0220,name_expanded
DW $B008,eqship_cash
eqship_title DB "Equip Ship",0
eqship_cash DB "Cash : ",0
txt_eqshp_amount DB "00.0",0
t... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_409.asm | ljhsiun2/medusa | 9 | 242368 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x10823, %rsi
lea addresses_UC_ht+0x12253, %rdi
cmp $40600, %r12
mov $20, %rcx
rep movsl
nop
inc %r10
lea addresses_D_ht+0x3513, %rdx
nop
nop
nop
nop
nop
xor %r14, %r14
movb (%... |
os.asm | picosonic/bbm | 4 | 6994 | <reponame>picosonic/bbm<filename>os.asm
; OS function vectors
USERV = &0200
BRKV = &0202
IRQ1V = &0204
IRQ2V = &0206
CLIV = &0208
BYTEV = &020A
WORDV = &020C
WRCHV = &020E
RDCHV = &0210
FILEV = &0212
ARGSV = &0214
BGETV = &0216
BPUTV = &0218
GBPBV = &021A
FINDV = &021C
FSCV = &021E
EVNTV = &0220
UPTV = &0222
NETV = &0... |
src/Coirc/Format.agda | larrytheliquid/coirc | 0 | 12462 | module Coirc.Format where
open import Data.Empty
open import Data.Unit
open import Data.Bool
open import Data.Nat
open import Data.Char
open import Data.String
open import Data.List
open import Data.Sum
open import Data.Product
open import Coirc
infixr 3 _∣_
infixr 1 _>>_ _>>-_ _>>=_
within? : Char → ℕ → ℕ → Bool
wit... |
src/stars/tests/tests/mmio_test.asm | kevintmcdonnell/stars | 9 | 92716 | <reponame>kevintmcdonnell/stars
.data
pumpkin: .ascii " )\\\n"
.ascii " .'`--`'.\n"
.ascii "/ ^ ^ \\\n"
.ascii "\\ \\/\\/\\/ /\n"
.asciiz " '------' "
.text
main:
li $a1, 0xffff0000 # base addr of the mmio
li $t0, 0xffff0fa0 # upper addr
la $t1, pumpkin
li $t3, 0 # row
li $t4, 0 # col
li $t5, 80
loop1:... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1579.asm | ljhsiun2/medusa | 9 | 101669 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x9705, %rsi
clflush (%rsi)
nop
nop
nop
dec %r9
vmovups (%rsi), %ymm3
vextracti128 $1, %ymm3, %xmm3
vpextrq $1, %xmm3, %r14
nop
nop
nop
inc %r10
lea addresses_A_ht+0xc85, %rcx
... |
ee/ptr/base.asm | olifink/smsqe | 0 | 83515 | <filename>ee/ptr/base.asm
; PTR Base
include 'dev8_mac_text'
include 'dev8_mac_config02'
section base
xref pt_start
lea pt_conf,a5 ; point to config info
bra.s pt_start
section config
xref.l pt_vers
mkcfhead {QPTR},{pt_vers}
mkcfitem 'PT_Q',code,0,pt_nqimi,,,\
{Do you wish to ignore the QIMI ... |
examples/kernel/drivers/io/hid/encoder/encoder.asm | rostislav-nikitin/socOS | 1 | 176546 | .cseg
.org 0x00
rcall main_thread
; include drivers interrupts
;.include "../../../../../../lib/kernel/drivers/{driver_name}_int.asm"
; include drivers definitions
.include "../../../../../../src/kernel/kernel_def.asm"
;.include "../../../../../../src/kernel/drivers/{driver_name}_def.asm"
.include "../../../../../../s... |
MSDOS/Virus.MSDOS.Unknown.doors.asm | fengjixuchui/Family | 3 | 240336 | title DOORS.ASM - Switch Color/Mono Screens On Keyboard Request
;
VECTORS segment at 0h ; 8088 / 80286 Interrupt Vector Area
org 9h*4 ; IBM PC Keyboard is Int 9H
KB_INT_VECTOR label dword ; Double word label
;
VECTORS ends
;
ROM_BIOS_DATA segmen... |
a51test/(23)RL_A.a51 | Aimini/51cpu | 0 | 90662 | MOV A,#9
START:
RL A
SJMP START |
z80sbcFiles/source/monitor.asm | roberts7531/z80Computer | 0 | 103642 | <filename>z80sbcFiles/source/monitor.asm
;==================================================================================
; Contents of this file are copyright Grant Searle
; HEX routines from <NAME>.
;
; You have permission to use this for NON COMMERCIAL USE ONLY
; If you wish to use it elsewhere, please inclu... |
iterm3-new.applescript | mkrogh/9to5 | 1 | 1978 | <filename>iterm3-new.applescript
tell application "iTerm"
set new_term to (create window with default profile)
tell new_term
select
end tell
end tell |
src/Data/Vec/Any/Membership/Propositional/Properties.agda | tizmd/agda-vector-any | 0 | 8487 | module Data.Vec.Any.Membership.Propositional.Properties where
open import Algebra
open import Data.Vec as Vec
open import Data.Vec.Any
open import Data.Vec.Any.Membership.Propositional
open import Data.Vec.Any.Properties
import Data.Vec.Any.Membership.Properties as Membershipᵖ
open import Function
open import Functio... |
src/Dijkstra/EitherD/Syntax.agda | LaudateCorpus1/bft-consensus-agda | 0 | 15163 | {- Byzantine Fault Tolerant Consensus Verification in Agda, version 0.9.
Copyright (c) 2021, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://opensource.oracle.com/licenses/upl
-}
module Dijkstra.EitherD.Syntax where
open import Dijkstra.EitherD
open impor... |
src/gen-commands-database.adb | Letractively/ada-gen | 0 | 30213 | -----------------------------------------------------------------------
-- gen-commands-database -- Database creation from application model
-- Copyright (C) 2011, 2012 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in... |
asdc-controller/src/main/antlr4/org/onap/so/asdc/utils/ASDCLogging.g4 | msyoon222/so-tata | 16 | 3311 | grammar ASDCLogging;
doc : value+;
list : listName ':' '{' (obj (',' obj)*)? '}';
simplePair : key ':' keyValue;
complexPair : key ':' obj;
value : simplePair | list | complexPair ;
obj
: '{' 'NULL' '}'
| 'NULL'
| '{' value+ '}'
| value+
| '{' '}'
;
key : STRING;
keyValue : STRING;
listName : LIST_NAME;
L... |
actions/playqueue.applescript | andreifilip123/play-song | 0 | 4081 | -- plays workflow queue in iTunes --
on loadConfig()
return (load script POSIX file (do shell script "./resources/compile-config.sh"))
end loadConfig
on run query
set config to loadConfig()
playQueue() of config
end run
|
programs/oeis/127/A127920.asm | neoneye/loda | 22 | 83535 | <filename>programs/oeis/127/A127920.asm
; A127920: 1/6 of product of three numbers: n-th prime, previous and following number.
; 1,4,20,56,220,364,816,1140,2024,4060,4960,8436,11480,13244,17296,24804,34220,37820,50116,59640,64824,82160,95284,117480,152096,171700,182104,204156,215820,240464,341376,374660,428536,447580,5... |
programs/oeis/016/A016901.asm | neoneye/loda | 22 | 105449 | <reponame>neoneye/loda
; A016901: a(n) = (5*n + 4)^5.
; 1024,59049,537824,2476099,7962624,20511149,45435424,90224199,164916224,282475249,459165024,714924299,1073741824,1564031349,2219006624,3077056399,4182119424,5584059449,7339040224,9509900499,12166529024,15386239549,19254145824,23863536599,29316250624,35723051649,432... |
Structure/Operator/Vector/Subspaces/Span.agda | Lolirofle/stuff-in-agda | 6 | 10290 | import Lvl
open import Structure.Operator.Vector
open import Structure.Setoid
open import Type
module Structure.Operator.Vector.Subspaces.Span
{ℓᵥ ℓₛ ℓᵥₑ ℓₛₑ}
{V : Type{ℓᵥ}} ⦃ equiv-V : Equiv{ℓᵥₑ}(V) ⦄
{S : Type{ℓₛ}} ⦃ equiv-S : Equiv{ℓₛₑ}(S) ⦄
{_+ᵥ_ : V → V → V}
{_⋅ₛᵥ_ : S → V → V}
{_+ₛ_ _⋅ₛ_ : S → S... |
oeis/020/A020798.asm | neoneye/loda-programs | 11 | 242269 | <filename>oeis/020/A020798.asm
; A020798: Decimal expansion of 1/sqrt(41).
; Submitted by <NAME>
; 1,5,6,1,7,3,7,6,1,8,8,8,6,0,6,0,6,5,5,2,4,1,0,2,8,7,0,1,1,2,7,2,7,1,5,2,7,9,3,1,8,0,9,7,8,8,4,4,4,1,5,0,9,4,7,6,9,0,0,6,6,4,9,4,3,0,9,3,1,2,8,6,7,8,5,2,8,9,6,6,0,3,4,8,5,2,0,8,3,6,6,4,0,2,4,0,7,3,0,8
mov $1,1
mov $2,1
mo... |
programs/oeis/164/A164089.asm | jmorken/loda | 1 | 98085 | ; A164089: For n >=4, a(n) = the numerical value of the substring of binary n containing all digits but the first and last. a(1) = a(2) = a(3) = 0.
; 0,0,0,0,0,1,1,0,0,1,1,2,2,3,3,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,... |
src/glfw-api.ads | zrmyers/GLFWAda | 0 | 7467 | <filename>src/glfw-api.ads
--------------------------------------------------------------------------------
-- MIT License
--
-- Copyright (c) 2020 <NAME>
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to ... |
Task/Increment-a-numerical-string/AppleScript/increment-a-numerical-string.applescript | LaudateCorpus1/RosettaCodeData | 1 | 1930 | <filename>Task/Increment-a-numerical-string/AppleScript/increment-a-numerical-string.applescript
use AppleScript version "2.4"
use framework "Foundation"
use scripting additions
-- succString :: Bool -> String -> String
on succString(blnPruned, s)
script go
on |λ|(w)
try
if w co... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.