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 |
|---|---|---|---|---|
oeis/295/A295077.asm | neoneye/loda-programs | 11 | 164739 | <filename>oeis/295/A295077.asm
; A295077: a(n) = 2*n*(n-1) + 2^n - 1.
; 0,1,7,19,39,71,123,211,367,655,1203,2267,4359,8503,16747,33187,66015,131615,262755,524971,1049335,2097991,4195227,8389619,16778319,33555631,67110163,134219131,268436967,536872535,1073743563,2147485507,4294969279,8589936703,17179871427,34359740747,6... |
ordinary/predictor_2.ads | jscparker/math_packages | 30 | 22134 | --
-----------------------------------------------------------------------
-- package Predictor_2, 20th order Predictor-Corrector
-- Copyright (C) 2008-2009 <NAME>.
--
-- Permission to use, copy, modify, and/or distribute this software for any
-- purpose with or without fee is hereby granted, provided that the above
--... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1578.asm | ljhsiun2/medusa | 9 | 94966 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1578.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x19e23, %rsi
lea addresses_normal_ht+0x7d77, %rdi
nop
nop
nop
nop
nop
inc %rax
mov $120, %rcx
rep movsq
nop
nop
nop
... |
src/test/ref/typeid-plus-bytes.asm | jbrandwood/kickc | 2 | 98564 | <reponame>jbrandwood/kickc
// Test that plus creates the expected type for all legal combinations of bytes (signed/unsigned - constant/variable)
// Commodore 64 PRG executable file
.file [name="typeid-plus-bytes.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic... |
test/AllTests.agda | jespercockx/agda2hs | 0 | 11764 |
module AllTests where
import Issue14
import Issue65
import Issue73
import Fixities
import LanguageConstructs
import Numbers
import Pragmas
import Sections
import Test
import Tuples
import Where
import TypeSynonyms
import Datatypes
import Records
import DefaultMethods
import Vector
{-# FOREIGN AGDA2HS
import Issue14
... |
programs/oeis/025/A025730.asm | jmorken/loda | 1 | 11617 | ; A025730: Index of 8^n within sequence of numbers of form 6^i*8^j.
; 1,3,6,10,15,21,28,37,47,58,70,83,97,113,130,148,167,187,208,231,255,280,306,333,361,391,422,454,487,521,556,592,630,669,709,750,792,835,880,926,973,1021,1070,1120,1172,1225,1279,1334,1390,1447,1506,1566,1627,1689
mov $25,$0
mov $27,$0
add $27,1
lpb ... |
audio/sfx/unknown_80ad2.asm | adhi-thirumala/EvoYellow | 16 | 243235 | <filename>audio/sfx/unknown_80ad2.asm<gh_stars>10-100
SFX_80ad2_4_Ch4:
dutycycle 15
unknownsfx0x20 15, 247, 0, 5
unknownsfx0x20 15, 231, 8, 5
unknownsfx0x20 8, 180, 128, 4
unknownsfx0x20 15, 162, 96, 4
endchannel
SFX_80ae5_4_Ch5:
dutycycle 68
unknownsfx0x20 14, 215, 129, 4
unknownsfx0x20 14, 199, 137, 4
unkn... |
alloy4fun_models/trashltl/models/11/DozGu58fQ7WwSwM9r.als | Kaixi26/org.alloytools.alloy | 0 | 1164 | <gh_stars>0
open main
pred idDozGu58fQ7WwSwM9r_prop12 {
some f: File |eventually always f in Trash
}
pred __repair { idDozGu58fQ7WwSwM9r_prop12 }
check __repair { idDozGu58fQ7WwSwM9r_prop12 <=> prop12o } |
bb-runtimes/runtimes/ravenscar-full-stm32g474/gnat/s-imagef.ads | JCGobbi/Nucleo-STM32G474RE | 0 | 12322 | <filename>bb-runtimes/runtimes/ravenscar-full-stm32g474/gnat/s-imagef.ads
------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME COMPONENTS --
-- ... |
programs/oeis/108/A108588.asm | neoneye/loda | 22 | 27221 | <reponame>neoneye/loda<filename>programs/oeis/108/A108588.asm
; A108588: Numbers n such that 10*n + 97 is prime.
; 0,1,3,4,6,7,10,13,16,18,21,22,24,25,27,30,36,37,39,45,46,48,49,51,52,55,58,63,66,69,70,73,76,78,79,81,84,85,87,88,90,99,100,102,109,112,114,118,120,121,123,127,133,135,139,147,150,151,153,154,156,157,160,1... |
grovlin-parser/src/main/antlr/GrovlinLexer.g4 | arturbosch/grovlin | 8 | 870 | lexer grammar GrovlinLexer;
// Whitespace
fragment NL : '\r\n' | '\r' | '\n' ;
WS : ( ' ' | '\t' | NL) -> skip;
// Keywords
DEF : 'def';
VAR : 'var';
VAL : 'val';
HAS : 'has';
TRAIT : 'trait';
OBJECT : 'object'... |
programs/oeis/079/A079954.asm | karttu/loda | 0 | 85590 | <reponame>karttu/loda
; A079954: Partial sums of A030301.
; 0,1,2,2,2,2,2,3,4,5,6,7,8,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,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,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,4... |
oeis/228/A228959.asm | neoneye/loda-programs | 11 | 245960 | <gh_stars>10-100
; A228959: Total sum of squared lengths of ascending runs in all permutations of [n].
; 0,1,6,32,186,1222,9086,75882,705298,7231862,81160422,990024466,13047411482,184788881838,2799459801742,45178128866282,773829771302946,14021761172671462,267991492197471158,5388234382450264002,113692608262971520042,251... |
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/funlockfile_fastcall.asm | jpoikela/z88dk | 640 | 104473 |
; void funlockfile_fastcall(FILE *file)
SECTION code_clib
SECTION code_stdio
PUBLIC _funlockfile_fastcall
EXTERN asm_funlockfile
_funlockfile_fastcall:
push hl
pop ix
jp asm_funlockfile
|
agda-stdlib/src/Data/List/Extrema/Core.agda | DreamLinuxer/popl21-artifact | 5 | 9703 | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Core lemmas needed to make list argmin/max functions work
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
open import Relation.Binary using (Trans; To... |
oeis/027/A027966.asm | neoneye/loda-programs | 11 | 1587 | <gh_stars>10-100
; A027966: T(n, 2*n-4), T given by A027960.
; 1,4,11,26,54,101,174,281,431,634,901,1244,1676,2211,2864,3651,4589,5696,6991,8494,10226,12209,14466,17021,19899,23126,26729,30736,35176,40079,45476,51399,57881,64956,72659,81026,90094,99901,110486,121889,134151,147314,161421,176516,192644,209851,228184,2476... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1769.asm | ljhsiun2/medusa | 9 | 14316 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1d05a, %rcx
nop
nop
nop
nop
xor %rsi, %rsi
mov (%rcx), %r12d
nop
cmp %r10, %r10
lea addresses_UC_ht+0x19f02, %rdx
nop
nop
and $11165, %r13
mov $0x6162636465666768, %rsi
movq... |
Cats/Util/SetoidReasoning.agda | alessio-b-zak/cats | 0 | 13271 | module Cats.Util.SetoidReasoning where
open import Relation.Binary.SetoidReasoning public
open import Relation.Binary using (Setoid)
open import Relation.Binary.EqReasoning as EqR using (_IsRelatedTo_)
infixr 2 _≡⟨⟩_
_≡⟨⟩_ : ∀ {c l} {S : Setoid c l} → ∀ x {y} → _IsRelatedTo_ S x y → _IsRelatedTo_ S x y
_≡⟨⟩_ {S ... |
src/fot/FOTC/Data/Conat/Type.agda | asr/fotc | 11 | 12679 | ------------------------------------------------------------------------------
-- The FOTC co-inductive natural numbers type
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe-pol... |
programs/oeis/132/A132123.asm | karttu/loda | 0 | 169359 | <reponame>karttu/loda<gh_stars>0
; A132123: a(n) = n * (2*n + 1) * (6*n^2 + 4*n + 1) / 3.
; 0,11,110,469,1356,3135,6266,11305,18904,29811,44870,65021,91300,124839,166866,218705,281776,357595,447774,554021,678140,822031,987690,1177209,1392776,1636675,1911286,2219085,2562644,2944631,3367810,3835041,4349280,4913579,553108... |
wof/lcs/base/1F8.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 16 | <filename>wof/lcs/base/1F8.asm
copyright zengfr site:http://github.com/zengfr/romhack
012A70 clr.b ($1f8,A5) [base+1DC]
012A74 clr.b ($200,A5)
012B0E bne $12b30
01A610 dbra D1, $1a60e
copyright zengfr site:http://github.com/zengfr/romhack
|
source/nodes/program-nodes-terminate_alternative_statements.ads | reznikmm/gela | 0 | 20722 | <filename>source/nodes/program-nodes-terminate_alternative_statements.ads
-- SPDX-FileCopyrightText: 2019 <NAME> <<EMAIL>>
--
-- SPDX-License-Identifier: MIT
-------------------------------------------------------------
with Program.Lexical_Elements;
with Program.Elements.Terminate_Alternative_Statements;
with Progr... |
gcc-gcc-7_3_0-release/gcc/ada/a-cbhama.adb | best08618/asylo | 7 | 16278 | ------------------------------------------------------------------------------
-- --
-- GNAT LIBRARY COMPONENTS --
-- --
-- ... |
logical/conditionalJump.asm | slowy07/learnAsm | 1 | 81081 | <filename>logical/conditionalJump.asm
section .text
global _start
_start:
mov ecx, [num1]
mov ecx, [num2]
jg checkThirdNum
mov ecx, [num2]
checkThirdNum:
cmp ecx, [num3]
jg _exit
mov ecx, [num3]
_exit:
mov [largest], ecx
mov ecx, msg
mov edx, len
mov ebx, 1
mov ea... |
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/opt34_pkg.ads | best08618/asylo | 7 | 17249 | package Opt34_Pkg is
type T_Private is record
I : Integer := 0;
end record;
T_Private_Zero : constant T_Private := (I => 0);
function Get_Private (I : Integer) return T_Private;
function Get_Integer (X : T_Private) return Integer;
procedure Assert (Cond : Boolean);
end Opt34_Pkg;
|
pwnlib/shellcraft/templates/thumb/linux/timer_settime.asm | zaratec/pwntools | 5 | 18792 |
<%
from pwnlib.shellcraft.thumb.linux import syscall
%>
<%page args="timerid, flags, value, ovalue"/>
<%docstring>
Invokes the syscall timer_settime. See 'man 2 timer_settime' for more information.
Arguments:
timerid(timer_t): timerid
flags(int): flags
value(itimerspec): value
ovalue(itimerspec):... |
source/nodes/program-nodes-variants.adb | reznikmm/gela | 0 | 19563 | -- SPDX-FileCopyrightText: 2019 <NAME> <<EMAIL>>
--
-- SPDX-License-Identifier: MIT
-------------------------------------------------------------
package body Program.Nodes.Variants is
function Create
(When_Token : not null Program.Lexical_Elements.Lexical_Element_Access;
Choices : not null Program... |
externals/mpir-3.0.0/mpn/x86_64w/sub_err2_n.asm | JaminChan/eos_win | 12 | 167472 | <reponame>JaminChan/eos_win<gh_stars>10-100
; PROLOGUE(mpn_sub_err2_n)
;
; AMD64 mpn_add_err2_n, mpn_sub_err2_n
;
; Copyright (C) 2009, <NAME>
;
; Windows Conversion Copyright 2008 <NAME>
;
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted ... |
BasicILP/Syntax/Common.agda | mietek/hilbert-gentzen | 29 | 1200 | -- Basic intuitionistic logic of proofs, without ∨, ⊥, or +.
-- Common syntax.
module BasicILP.Syntax.Common where
open import Common.ContextPair public
|
oeis/002/A002408.asm | neoneye/loda-programs | 11 | 100765 | ; A002408: Expansion of 8-dimensional cusp form.
; Submitted by <NAME>
; 0,1,-8,28,-64,126,-224,344,-512,757,-1008,1332,-1792,2198,-2752,3528,-4096,4914,-6056,6860,-8064,9632,-10656,12168,-14336,15751,-17584,20440,-22016,24390,-28224,29792,-32768,37296,-39312,43344,-48448,50654,-54880,61544,-64512,68922,-77056,79508,-8... |
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/polygon.lzh/polygon/sf2/trans.asm | prismotizm/gigaleak | 0 | 83964 | Name: trans.asm
Type: file
Size: 19654
Last-Modified: '1993-01-07T04:42:33Z'
SHA-1: 5ADA130F420ECA601006F3D0DCFD963854D44888
Description: null
|
test/agda/FRP/JS/QUnit.agda | agda/agda-frp-js | 63 | 3585 | <reponame>agda/agda-frp-js
open import FRP.JS.Bool using ( Bool )
open import FRP.JS.True using ( ⊤ ; tt )
open import FRP.JS.String using ( String )
open import FRP.JS.True using ( True )
open import FRP.JS.RSet
open import FRP.JS.Behaviour
module FRP.JS.QUnit where
infixr 4 _,_
data Test : Set where
ε : Test
_... |
scripts/lib/+arrays.applescript | ChristoferK/AppleScriptive | 32 | 1596 | #!/usr/bin/osascript
--------------------------------------------------------------------------------
# pnam: +ARRAYS
# nmxt: .applescript
# pDSC: List manipulation handlers
--------------------------------------------------------------------------------
# sown: CK
# ascd: 2018-08-23
# asmo: 2019-05-08
----------------... |
programs/oeis/175/A175406.asm | karttu/loda | 1 | 26818 | <reponame>karttu/loda
; A175406: The greatest integer k such that (1+1/n)^k <= 2.
; 1,1,2,3,3,4,5,5,6,7,7,8,9,10,10,11,12,12,13,14,14,15,16,16,17,18,19,19,20,21,21,22,23,23,24,25,25,26,27,28,28,29,30,30,31,32,32,33,34,35,35,36,37,37,38,39,39,40,41,41,42,43,44,44,45,46,46,47,48,48,49,50,50,51
mov $1,$0
mul $1,34
div $1... |
thirdparty/adasdl/thin/adasdl/AdaSDL_ttf/sdl_ttf.adb | Lucretia/old_nehe_ada95 | 0 | 20480 | <filename>thirdparty/adasdl/thin/adasdl/AdaSDL_ttf/sdl_ttf.adb
package body SDL_ttf is
-- ====================================
function Open_Font (file : String; ptsize : C.int) return Font_ptr is
begin
return OpenFont (CS.New_String (file), ptsize);
end Open_Font;
-- =======================... |
source/program_structure/adam-library_unit-declaration.adb | charlie5/aIDE | 3 | 19521 | <filename>source/program_structure/adam-library_unit-declaration.adb
with
AdaM.Factory;
package body AdaM.library_Unit.declaration
is
-- Storage Pool
--
record_Version : constant := 1;
pool_Size : constant := 5_000;
package Pool is new AdaM.Factory.Pools (".adam-store",
... |
programs/oeis/117/A117088.asm | neoneye/loda | 22 | 86838 | ; A117088: a(n) = (11*5^n - 7)/4.
; 1,12,67,342,1717,8592,42967,214842,1074217,5371092,26855467,134277342,671386717,3356933592,16784667967,83923339842,419616699217,2098083496092,10490417480467,52452087402342,262260437011717,1311302185058592,6556510925292967,32782554626464842,163912773132324217,819563865661621092,409781... |
awa/plugins/awa-changelogs/regtests/awa-changelogs-modules-tests.adb | fuzzysloth/ada-awa | 81 | 12536 | -----------------------------------------------------------------------
-- awa-changelogs-tests -- Tests for changelogs
-- Copyright (C) 2014, 2015 <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 ... |
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_875_35.asm | ljhsiun2/medusa | 9 | 170667 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x414f, %rsi
lea addresses_WT_ht+0x1b29f, %rdi
clflush (%rdi)
nop
inc %r11
mov $82, %rcx
rep movsb
nop
cmp $18960, %rdi
lea addresses_WT_h... |
src/apsepp-test_reporter_data_struct_class-impl.adb | thierr26/ada-apsepp | 0 | 21486 | <reponame>thierr26/ada-apsepp
-- Copyright (C) 2019 <NAME> <<EMAIL>>
-- MIT license. Please refer to the LICENSE file.
with Ada.Unchecked_Deallocation;
package body Apsepp.Test_Reporter_Data_Struct_Class.Impl is
----------------------------------------------------------------------------
not overriding
pro... |
oeis/070/A070968.asm | neoneye/loda-programs | 11 | 105274 | <filename>oeis/070/A070968.asm
; A070968: Number of cycles in the complete bipartite graph K(n,n).
; Submitted by <NAME>
; 0,1,15,204,3940,113865,4662231,256485040,18226108944,1623855701385,177195820499335,23237493232953516,3605437233380095620,653193551573628900289,136634950180317224866335,32681589590709963123092160,88... |
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/dge.asm | jpoikela/z88dk | 640 | 17784 |
SECTION code_clib
SECTION code_fp_math48
PUBLIC dge
EXTERN cm48_sccz80p_dge
defc dge = cm48_sccz80p_dge
|
programs/oeis/089/A089620.asm | jmorken/loda | 1 | 28692 | <filename>programs/oeis/089/A089620.asm
; A089620: n^3 + n-th prime.
; 3,11,32,71,136,229,360,531,752,1029,1362,1765,2238,2787,3422,4149,4972,5893,6926,8071,9334,10727,12250,13913,15722,17677,19786,22059,24498,27113,29918,32899,36074,39443,43024,46807,50810,55035,59486,64173
mov $9,$0
mov $11,2
mov $14,$0
lpb $11
mo... |
src/main/java/uk/nhs/digital/mait/tkwx/tk/internalservices/rules/parser/SimulatorRulesLexer.g4 | nhsdigitalmait/TKW-x | 0 | 3783 | /*
Copyright 2012-13 <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 obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in w... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_22_867.asm | ljhsiun2/medusa | 9 | 16100 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x10e82, %rsi
lea addresses_WC_ht+0xed6c, %rdi
nop
add $31064, %r14
mov $91, %rcx
rep movsq
nop
nop
nop
nop
nop
cmp $15261, %rbx
lea addresses_UC_ht+0x18086, %rbp
nop
nop
xor ... |
programs/oeis/262/A262616.asm | karttu/loda | 0 | 176151 | ; A262616: Triangle read by rows: T(n,k) = 4^(n-k), n>=0, 0<=k<=n.
; 1,4,1,16,4,1,64,16,4,1,256,64,16,4,1,1024,256,64,16,4,1,4096,1024,256,64,16,4,1,16384,4096,1024,256,64,16,4,1,65536,16384,4096,1024,256,64,16,4,1,262144,65536,16384,4096,1024,256,64,16,4,1,1048576,262144,65536,16384,4096,1024,256,64,16,4,1,4194304,104... |
test/filters-cases/bug-1285c.asm | OfekShilon/compiler-explorer | 4,668 | 6870 | <filename>test/filters-cases/bug-1285c.asm
.file "example.cpp"
.intel_syntax noprefix
.text
.Ltext0:
.globl _Z3foov
.type _Z3foov, @function
_Z3foov:
.LFB17:
.file 1 "/tmp/compiler-explorer-compiler119330-63-1ccesdf.nzyy/example.cpp"
.loc 1 3 11
.cfi_... |
src/x86/cdef16_sse.asm | Luni-4/rav1e | 0 | 9978 | ; Copyright (c) 2017-2021, The rav1e contributors
; Copyright (c) 2021, <NAME>
; 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... |
1581/64tass/blk.asm | silverdr/assembly | 23 | 169641 | <gh_stars>10-100
; user commands
user ldy cmdbuf+1
cpy #'0'
bne us10 ; 0 resets pntr
lda cmdsiz ; check command size
cmp #3
bcc usrint
sei
lda cmdbuf+2 ; get command
sta switch ; save info
and #$1f
tax ... |
oeis/139/A139107.asm | neoneye/loda-programs | 11 | 174628 | <gh_stars>10-100
; A139107: Bisection of A139102.
; Submitted by <NAME>(s4)
; 1,9,599,38359,2454999,628479869,643563386359,41188056726999,168706280353789919,43188807770570219359,2764083697316494039005,2830421706052089895941623,46373629231957440855107559295
mul $0,2
seq $0,6093 ; a(n) = prime(n) - 1.
seq $0,118255 ; a(... |
Classes/alias/info for/size/size of (info for (path to me)).applescript | looking-for-a-job/applescript-examples | 1 | 2059 | #!/usr/bin/osascript
size of (info for (path to me)) |
oeis/272/A272887.asm | neoneye/loda-programs | 11 | 168969 | <filename>oeis/272/A272887.asm
; A272887: Number of ways to write prime(n) as (4*x + 2)*y + 4*x + 1 where x and y are nonnegative integers.
; Submitted by <NAME>
; 0,1,2,1,2,2,3,2,2,4,1,2,4,2,2,4,4,2,2,3,2,2,4,6,3,4,2,4,4,4,1,4,4,4,6,2,2,2,4,4,6,4,2,2,6,3,2,2,4,4,6,4,3,6,4,4,8,2,2,4,2,6,4,4,2,4,2,3,4,6,4,6,2,4,4,2,8,2,... |
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_2073.asm | ljhsiun2/medusa | 9 | 247371 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xc2c7, %rcx
and %r10, %r10
mov (%rcx), %r13
nop
nop
nop
add %r10, %r10
lea addresses_D_ht+0x2ac7, %rsi
lea addresses_WT_ht+0x6ac7, %rdi
nop
nop
nop
nop
nop
and %r11, %r11... |
gcc-gcc-7_3_0-release/gcc/ada/spark_xrefs_test.adb | best08618/asylo | 7 | 8474 | ------------------------------------------------------------------------------
-- --
-- GNAT SYSTEM UTILITIES --
-- --
-- ... |
programs/oeis/014/A014447.asm | neoneye/loda | 22 | 5849 | ; A014447: Odd Lucas numbers.
; 1,3,7,11,29,47,123,199,521,843,2207,3571,9349,15127,39603,64079,167761,271443,710647,1149851,3010349,4870847,12752043,20633239,54018521,87403803,228826127,370248451,969323029,1568397607,4106118243
mov $2,$0
div $0,2
add $2,$0
mov $1,$2
seq $1,204 ; Lucas numbers (beginning with 1): L(n)... |
14-Intro-to-Shredding.size.asm | blueset/7bh-solutions | 0 | 174713 | <reponame>blueset/7bh-solutions<gh_stars>0
-- 7 Billion Humans --
-- 14: Intro to Shredding --
-- Size: 4/4 --
-- Speed: 4/3 --
step s
pickup c
step s
giveto s
|
source/xml/templates/xml-templates-processors.ads | svn2github/matreshka | 24 | 21717 | ------------------------------------------------------------------------------
-- --
-- Matreshka Project --
-- --
-- ... |
drivers/pendulum.adb | sciencylab/lagrangian-solver | 0 | 21224 | <reponame>sciencylab/lagrangian-solver
with Numerics, Ada.Text_IO, Chebyshev, Dense_AD, Dense_AD.Integrator;
use Numerics, Ada.Text_IO, Chebyshev;
procedure Pendulum is
use Int_IO, Real_IO, Real_Functions;
-----------------------------------------------
N : constant Nat := 1;
K : constant Nat := 7;
... |
sanity-checking/tests/0004-ada-shared-lib/lib_src/lib_pack.ads | reznikmm/GNAT-FSF-builds | 5 | 26629 | package Lib_Pack is
procedure Test;
end Lib_Pack;
|
sum-thms.agda | logicshan/IAL | 0 | 11840 | module sum-thms where
open import eq
open import sum
open import list
open import product
inj₁-inj : ∀{ℓ ℓ'}{A : Set ℓ}{B : Set ℓ'}{x : A}{x'} → inj₁{ℓ}{ℓ'}{A}{B} x ≡ inj₁ x' → x ≡ x'
inj₁-inj refl = refl
|
oeis/226/A226140.asm | neoneye/loda-programs | 11 | 100037 | <filename>oeis/226/A226140.asm<gh_stars>10-100
; A226140: a(n) = Sum_{i=1..floor(n/2)} (n-i)^i.
; 0,1,2,7,13,48,95,424,898,4837,10780,68399,158111,1156224,2745145,22744380,55098660,510307001,1255610350,12859037607,32030878113,359498491968,904385401323,11040700820704,28000658588542,369448856494637,943286005157112,133778... |
EPASMX86_64/Primes.asm | JoshuaWierenga/EmbeddedPrimes | 0 | 4699 | <reponame>JoshuaWierenga/EmbeddedPrimes
extern malloc: PROC
extern free: PROC
.code
generate_primes PROC
; Rather than continually pushing and poping n and pSize to get around malloc overridding them since they are volatile
; some non volatile registers can be backed up and then used to house n and pSize
push r12
... |
programs/oeis/303/A303281.asm | jmorken/loda | 1 | 173064 | ; A303281: Expansion of (x/(1 - x)) * (d/dx) Sum_{p prime, k>=1} x^(p^k)/(1 - x^(p^k)).
; 0,2,5,13,18,30,37,61,79,99,110,146,159,187,217,281,298,352,371,431,473,517,540,636,686,738,819,903,932,1022,1053,1213,1279,1347,1417,1561,1598,1674,1752,1912,1953,2079,2122,2254,2389,2481,2528,2768,2866,3016,3118,3274,3327,3543,36... |
programs/oeis/164/A164611.asm | karttu/loda | 0 | 9414 | ; A164611: Expansion of (1 + x + 2*x^2 - x^3)/(1 - 2*x + 3*x^2 - 2*x^3 + x^4).
; 1,3,5,2,-6,-11,-5,9,17,8,-12,-23,-11,15,29,14,-18,-35,-17,21,41,20,-24,-47,-23,27,53,26,-30,-59,-29,33,65,32,-36,-71,-35,39,77,38,-42,-83,-41,45,89,44,-48,-95,-47,51,101,50,-54,-107,-53,57,113,56,-60,-119,-59,63,125,62,-66,-131,-65,69,137,... |
Assignment-6/wget-original.asm | droberson/SLAE | 6 | 19810 | <gh_stars>1-10
; Filename: downloadexec.nasm
; Author: <NAME>
; Website: http://govolution.wordpress.com/
; Tested on: Ubuntu 12.04 / 32Bit
; License: http://creativecommons.org/licenses/by-sa/3.0/
; Shellcode:
; - download 192.168.2.222/x with wget
; - chmod x
; - execute x
; - x is an executable
; - length 108 bytes... |
Cubical/Algebra/CommAlgebra/Instances/FreeCommAlgebra.agda | lpw25/cubical | 0 | 2196 | {-# OPTIONS --safe #-}
module Cubical.Algebra.CommAlgebra.Instances.FreeCommAlgebra where
{-
The free commutative algebra over a commutative ring,
or in other words the ring of polynomials with coefficients in a given ring.
Note that this is a constructive definition, which entails that polynomials
cannot be r... |
hax_to_desimal.asm | tz01x/8086_emu.ind | 0 | 101066 | <gh_stars>0
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
;hax to desimal
mov ax,900h
mov ds,ax
mov si,10
mov di,15
mov [2],'1'
mov [4],'2'
mov [6],'3'
mov [8],'4'
mov [10],'5'
mov [12],'6'
mov [14],'7'
m... |
Jira2Notes/start.applescript | keremkoseoglu/Python-Library | 3 | 896 | tell application "Google Chrome"
set x to (URL of active tab of first window as text)
end tell
do shell script "/Users/kerem/Dropbox/Software/Kerem/Development/Python\\ Library/Jira2Notes/venv/bin/python /Users/kerem/Dropbox/Software/Kerem/Development/Python\\ Library/Jira2Notes/j2n.py " & x |
Transynther/x86/_processed/NONE/_un_xt_sm_/i9-9900K_12_0xca.log_21829_1674.asm | ljhsiun2/medusa | 9 | 85423 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xc7d, %rbx
nop
nop
nop
cmp $33585, %r12
movups (%rbx), %xmm3
vpextrq $0, %xmm3, %rdi
nop
nop
nop
nop
nop
cmp $62985, %r15
lea addresses_WC_ht+0x178fd, ... |
tests/bases-cargo-test_data-tests.adb | thindil/steamsky | 80 | 25040 | -- 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 intended to set up and tear down the t... |
neo430/neo430-master/sw/common/crt0.asm | odrisci/LimeNET-Micro_GW | 48 | 13903 | <gh_stars>10-100
; #################################################################################################
; # < crt0.asm - general neo430 application start-up code > #
; # ********************************************************************************************* #
; #... |
programs/oeis/132/A132141.asm | jmorken/loda | 1 | 85781 | ; A132141: Numbers whose ternary representation begins with 1.
; 1,3,4,5,9,10,11,12,13,14,15,16,17,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,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120... |
oeis/117/A117961.asm | neoneye/loda-programs | 11 | 27135 | <reponame>neoneye/loda-programs
; A117961: Hexagonal numbers with prime indices.
; Submitted by <NAME>
; 6,15,45,91,231,325,561,703,1035,1653,1891,2701,3321,3655,4371,5565,6903,7381,8911,10011,10585,12403,13695,15753,18721,20301,21115,22791,23653,25425,32131,34191,37401,38503,44253,45451,49141,52975,55611
seq $0,40 ; ... |
util/thg/chekb.asm | olifink/smsqe | 0 | 168197 | ; Set Check Byte V0.00 1989 <NAME> QJUMP
section thing
xdef th_chekb
xref cv_lctab
;+++
; Set the CHECK byte to standard value
;
; d0 r check byte value
; a0 c p pointer to name
; status return arbitrary
;---
th_chekb
tcb.reg reg d1/d2/a0/a2
... |
oeis/306/A306198.asm | neoneye/loda-programs | 11 | 23558 | <filename>oeis/306/A306198.asm<gh_stars>10-100
; A306198: Multiplicative with a(p^e) = p^(e-1)*(p^2 - p - 1).
; Submitted by <NAME>
; 1,1,5,2,19,5,41,4,15,19,109,10,155,41,95,8,271,15,341,38,205,109,505,20,95,155,45,82,811,95,929,16,545,271,779,30,1331,341,775,76,1639,205,1805,218,285,505,2161,40,287,95,1355,310,2755,4... |
focus_window.scpt | rkoval/alfred-project-switcher | 1 | 2344 | #!/usr/bin/osascript
on run argv
set project to item 1 of argv
tell application "System Events"
tell application process "MacVim"
perform action "AXRaise" of (first window whose name is project)
do shell script "open -a MacVim"
end tell
end tell
end run
|
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/unchecked_convert7.adb | best08618/asylo | 7 | 19301 | <reponame>best08618/asylo
-- { dg-do compile }
-- { dg-options "-g -gnatVa" }
with Unchecked_Conversion;
procedure Unchecked_Convert7 is
type BPA is array (1 .. 23) of Boolean;
pragma Pack (BPA);
for BPA'Size use 23;
subtype Byte is Natural range 0 .. 255;
type R is
record
S : Boolean;
E ... |
src/test/resources/data/generationtests/mdl-include-expected.asm | cpcitor/mdlz80optimizer | 36 | 241200 | ; Test case:
include_label: equ $
label: ; this was inside of the include
nop
loop:
jr loop
__mdlrenamed__end: |
source/amf/uml/amf-uml-activity_partitions.ads | svn2github/matreshka | 24 | 20988 | <gh_stars>10-100
------------------------------------------------------------------------------
-- --
-- Matreshka Project --
-- ... |
src/fltk-images-pixmaps-xpm.adb | micahwelf/FLTK-Ada | 1 | 19518 | <reponame>micahwelf/FLTK-Ada
with
Interfaces.C,
System;
use type
System.Address;
package body FLTK.Images.Pixmaps.XPM is
function new_fl_xpm_image
(F : in Interfaces.C.char_array)
return System.Address;
pragma Import (C, new_fl_xpm_image, "new_fl_xpm_image");
pragma I... |
libsrc/input/pv2000/in_Inkey.asm | jpoikela/z88dk | 640 | 164364 | <gh_stars>100-1000
; uint in_Inkey(void)
; 05.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 = ASCII character code
; use... |
oeis/294/A294644.asm | neoneye/loda-programs | 11 | 241558 | ; A294644: Decimal expansion of the real positive solution to x^3 = x + 3.
; Submitted by <NAME>
; 1,6,7,1,6,9,9,8,8,1,6,5,7,1,6,0,9,6,9,7,4,8,1,4,9,7,8,1,2,1,9,5,5,7,2,2,8,7,2,8,2,6,4,8,2,7,2,0,4,5,8,1,6,9,2,1,3,6,9,0,2,4,3,8,6,4,7,5,2,5,1,3,0,0,2,1,7,9,3,2,5,2,8,7,3,6,3,7,8,6,0,8,8,5,1,4,4,8,1,7
mov $1,1
mov $3,$0
m... |
libsrc/fcntl/spectrum/microdrive/writebyte.asm | andydansby/z88dk-mk2 | 1 | 240119 | <filename>libsrc/fcntl/spectrum/microdrive/writebyte.asm<gh_stars>1-10
;
; Placeholder for writebyte
;
; Stefano - 2/3/2005
;
; $Id: writebyte.asm,v 1.1 2005/03/02 17:29:33 stefano Exp $
XLIB writebyte
.writebyte
ld hl,-1
ld d,h
ld e,l
ret
|
src/04-fib-recursive.asm | enix403/nasm-playground | 0 | 86122 | ; Compile it with:
; nasm -f elf32 fib-recursive.asm -o fib-recursive.o
; gcc -m32 fib-recursive.o -o fib-recursive
;
; Run by executing:
; ./fib-recursive
; Program to calculate fibonacci numbers using recursion
global main
extern printf
extern scanf
section .data
error_msg db "Invalid input", 0x0a, 0x00
... |
uebung7/u7a9.asm | Sebb767/rechnerarchitektur | 1 | 161556 | <gh_stars>1-10
section .text
extern printf
global main
main:
mov eax, 1024 ; some number
; eax = number
; ebx = exit code
; ecx = number - 1
mov ebx, 1 ; initialize exit code with 1 (is power of 2)
mov ecx, eax
sub ecx, 1 ; initialize ecx with eax-1
; A little bit of magic is done here ;)
; If eax == 0, ea... |
alloy4fun_models/trashltl/models/9/iYptypBLoDASSyrve.als | Kaixi26/org.alloytools.alloy | 0 | 687 | open main
pred idiYptypBLoDASSyrve_prop10 {
all f : Protected | always f in Protected
}
pred __repair { idiYptypBLoDASSyrve_prop10 }
check __repair { idiYptypBLoDASSyrve_prop10 <=> prop10o } |
test/Fail/Issue2834.agda | cruhland/agda | 1,989 | 405 | open import Agda.Builtin.Bool
open import Agda.Builtin.Equality
test : (A : Set) (let X = _) (x : X) (p : A ≡ Bool) → Bool
test .Bool true refl = false
test .Bool false refl = true
|
antlr4/src/main/antlr4/com/cloudrain/derecho/sql/parser/generated/Dsl.g4 | linewx/Derecho | 0 | 7152 | grammar Dsl;
expression
: logicalExpression EOF;
logicalExpression
: NULL #value
| BOOLEAN #value
| STRING #value
| DOUBLE #value
| INTEGER #value
| SOURCE '://' logicalExpression '/' logicalExpression #identifier
| IDENT '(' ( logicalExpression (',' lo... |
src/tutorialspoint.com/src/example5.asm | ishirshov/NASM-tutorial-for-Unix | 0 | 105239 | SYS_EXIT equ 1
SYS_WRITE equ 4
STDIN equ 0
STDOUT equ 1
section .data
msg_1 db 'Hello, programmers!', 0xA, 0xD
len_1 equ $ - msg_1
msg_2 db 'Welcome to the world of', 0x20
len_2 equ $ - msg_2
msg_3 db 'Linux assembly programming!', 0xA, 0xD
len_3 equ $ - msg_3
section .text
globa... |
test/Succeed/Issue2344.agda | pthariensflame/agda | 3 | 16959 | <filename>test/Succeed/Issue2344.agda
{-# OPTIONS --allow-unsolved-metas #-}
-- Andreas, 2016-12-19, issue #2344, reported by oinkium, shrunk by Ulf
-- The function Agda.TypeChecking.Telescope.permuteTel
-- used in the unifier was buggy.
-- {-# OPTIONS -v tc.meta:25 #-}
-- {-# OPTIONS -v tc.lhs:10 #-}
-- {-# OPTIONS ... |
arch/ARM/Nordic/svd/nrf51/nrf51_svd-swi.ads | bosepchuk/Ada_Drivers_Library | 6 | 8190 | -- Copyright (c) 2013, Nordic Semiconductor ASA
-- All rights reserved.
--
-- 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
-- lis... |
firmware/coreboot/3rdparty/libgfxinit/common/haswell_shared/hw-gfx-gma-ddi_phy_stub.ads | fabiojna02/OpenCellular | 1 | 5996 | <reponame>fabiojna02/OpenCellular
--
-- Copyright (C) 2017 secunet Security Networks AG
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; either version 2 of the License, or
-- (at your opti... |
bb-runtimes/examples/tms570-leds/src/tms570-leds.adb | JCGobbi/Nucleo-STM32G474RE | 0 | 18674 | <reponame>JCGobbi/Nucleo-STM32G474RE<filename>bb-runtimes/examples/tms570-leds/src/tms570-leds.adb
------------------------------------------------------------------------------
-- --
-- GNAT EXAMPLE ... |
src/fs/NextAvalibleFileSlot.asm | beckadamtheinventor/BOSos | 1 | 17998 | <gh_stars>1-10
;find the next avalible file handle
;saves HL
;returns:
; DE = file slot handle pointer
; C = file slot
; Z flag set if success, else failed
fs_NextAvalibleFileSlot:
push hl
ld de,open_files_table
ld c,1
ld hl,8 ; length of file handle
.loop:
ld a,(de)
or a,a
jr z,.success
inc a
jr z,.fail
inc ... |
programs/oeis/155/A155665.asm | neoneye/loda | 22 | 15533 | ; A155665: 11^n+8^n-1.
; 1,18,184,1842,18736,193818,2033704,21584322,231136096,2492165418,27011166424,293901605202,3207147853456,35072467957818,384147880094344,4212432541504482,46231204840282816,507698828312979018
mov $1,8
pow $1,$0
mov $2,11
pow $2,$0
add $1,$2
mov $0,$1
sub $0,1
|
memory/allocation.asm | urandu/assembly-language | 0 | 104075 | section .text
global _start ;must be declared for using gcc
_start: ;tell linker entry point
mov eax, 45 ;sys_brk
xor ebx, ebx
int 80h
add eax, 16384 ;number of bytes to be reserved
mov ebx, eax
mov eax, 45 ;sys_brk
int 80h
cmp eax, 0
jl exit ;exit, if err... |
test-suite/programs/unit/jz_0x10.asm | ocus/TinyASM_Haskell | 0 | 178516 | <reponame>ocus/TinyASM_Haskell
MOV [0] 18
MOV [1] 0
MOV [2] 24
MOV [3] 1
JZ [0] [1]
DPRINT 99
HALT
JZ [2] [3]
DPRINT 88
HALT
DPRINT 77
HALT
|
data/special_pointers.asm | pokeachromicdevs/pokeoctober | 1 | 177825 | <reponame>pokeachromicdevs/pokeoctober<gh_stars>1-10
; Special routines can be used with the "special" map script command.
; They often use wScriptVar for arguments and return values.
add_special: MACRO
\1Special::
dba \1
ENDM
SpecialsPointers::
add_special WarpToSpawnPoint ; $0
; Communications
add_special SetBi... |
programs/oeis/099/A099958.asm | jmorken/loda | 1 | 85512 | <reponame>jmorken/loda<gh_stars>1-10
; A099958: (1/2)*number of distinct angular positions under which an observer positioned at the center of an edge of a square lattice can see the (2n)X(2n-1) points symmetrically surrounding his position.
; 1,5,13,23,37,55,75,95,127,157,185,227,263,305,357,403,455,511,571,631,703,76... |
alloy4fun_models/trashltl/models/7/Zeq3wwipucLk4eaRD.als | Kaixi26/org.alloytools.alloy | 0 | 4313 | <gh_stars>0
open main
pred idZeq3wwipucLk4eaRD_prop8 {
always (some f : File | some link.f implies eventually f in Trash)
}
pred __repair { idZeq3wwipucLk4eaRD_prop8 }
check __repair { idZeq3wwipucLk4eaRD_prop8 <=> prop8o } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.