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 |
|---|---|---|---|---|
mac/get_foregroundterminal_proclist.scpt | albertz/foreground_app_info | 2 | 3524 | <gh_stars>1-10
tell application "Terminal"
do shell script "fuser " & (tty of front tab of front window)
end tell
|
src/Finite-subset/Listed.agda | nad/equality | 3 | 3737 | <filename>src/Finite-subset/Listed.agda
------------------------------------------------------------------------
-- Listed finite subsets
------------------------------------------------------------------------
-- Based on Frumin, Geuvers, Gondelman and <NAME>'s "Finite
-- Sets in Homotopy Type Theory".
{-# OPTIONS -... |
data/pokemon/base_stats/mawile.asm | AtmaBuster/pokeplat-gen2 | 6 | 105474 | <gh_stars>1-10
db 0 ; species ID placeholder
db 50, 85, 85, 50, 55, 55
; hp atk def spd sat sdf
db STEEL, STEEL ; type
db 45 ; catch rate
db 98 ; base exp
db NO_ITEM, BERRY ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/mawile/front.dimensions"
db GROWTH_... |
data/maps/objects/ViridianGym.asm | opiter09/ASM-Machina | 1 | 87810 | ViridianGym_Object:
db $3 ; border block
def_warps
warp 16, 17, 4, LAST_MAP
warp 17, 17, 4, LAST_MAP
def_signs
def_objects
object SPRITE_GIOVANNI, 2, 1, STAY, DOWN, 1, OPP_GIOVANNI, 3
object SPRITE_COOLTRAINER_M, 12, 7, STAY, DOWN, 2, OPP_COOLTRAINER_M, 9
object SPRITE_HIKER, 11, 11, STAY, UP, 3, OPP_BLACKB... |
doc/icfp20/code/Main.agda | halfaya/MusicTools | 28 | 8370 | <reponame>halfaya/MusicTools
{-# OPTIONS --without-K #-}
module Main where
open import Data.List
open import Midi
open import Note
open import Frog
open import Piston
main : IO Unit
main =
let channel = 0
ticksPerBeat = 4 -- 16th notes
file = "/tmp/test.mid"
-- counterpoint
song ... |
Lab Assessment Submission/Lab Assessment 2/lA2.1_1812918642.asm | MohammadSakiL/CSE331L-Section-1-Fall20-NSU | 0 | 7342 | <filename>Lab Assessment Submission/Lab Assessment 2/lA2.1_1812918642.asm
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
A DB 5 DUP(?)
MOV BX,OFFSET ARRO
MOV [BX] ,1
MOV [BX+1] ,2
MOV [BX+2] ,3
MOV [BX+3] ,4
MOV [BX+4] ,5
... |
programs/oeis/046/A046670.asm | neoneye/loda | 22 | 17236 | ; A046670: Partial sums of A006530.
; 1,3,6,8,13,16,23,25,28,33,44,47,60,67,72,74,91,94,113,118,125,136,159,162,167,180,183,190,219,224,255,257,268,285,292,295,332,351,364,369,410,417,460,471,476,499,546,549,556,561,578,591,644,647,658,665,684,713,772,777,838,869,876,878,891,902,969,986,1009,1016,1087,1090,1163,1200,12... |
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c9/c94004b.ada | best08618/asylo | 7 | 10974 | -- C94004B.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... |
vp8/encoder/arm/neon/vp8_subpixelvariance16x16s_neon.asm | mrchapp/libvpx | 1 | 26367 | <reponame>mrchapp/libvpx
;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS.... |
programs/oeis/010/A010060.asm | jmorken/loda | 1 | 241695 | ; A010060: Thue-Morse sequence: let A_k denote the first 2^k terms; then A_0 = 0 and for k >= 0, A_{k+1} = A_k B_k, where B_k is obtained from A_k by interchanging 0's and 1's.
; 0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1... |
3-mid/impact/source/3d/dynamics/impact-d3-space-dynamic-simple.adb | charlie5/lace | 20 | 19851 | <reponame>charlie5/lace<filename>3-mid/impact/source/3d/dynamics/impact-d3-space-dynamic-simple.adb<gh_stars>10-100
package body impact.d3.Space.dynamic.simple is
overriding function stepSimulation (Self : access Item;
timeStep : in Real;
max... |
stress/sparknacl-tests.adb | yannickmoy/SPARKNaCl | 76 | 305 | <gh_stars>10-100
with SPARKNaCl.PDebug;
with SPARKNaCl.Debug;
with SPARKNaCl.Utils;
with SPARKNaCl.Car;
with Ada.Text_IO; use Ada.Text_IO;
package body SPARKNaCl.Tests
is
GF_2 : constant Normal_GF := (2, others => 0);
P : constant Normal_GF := (0 => 16#FFED#,
15 => 16#7FFF#... |
oeis/131/A131381.asm | neoneye/loda-programs | 11 | 164214 | ; A131381: a(n) = binomial(2*n,n) mod (n+2), with n>=1.
; 2,2,0,4,0,4,3,0,0,4,0,0,5,8,0,0,0,0,0,0,0,0,0,0,9,0,0,10,0,16,11,0,0,24,0,0,26,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,28,0,0,29,0,0,60,0,0,62,0,0,64,0,0,0,0,0,0
add $0,1
mov $1,$0
mul $0,2
bin $0,$1
add $1,2
m... |
Etapa 01/Aula 03 - Registradores e Instr. MOV/codes/a03e04.asm | bellorini/unioeste | 6 | 4859 | <reponame>bellorini/unioeste
; Aula 03 - Registradores e MOV
; arquivo: a03e04.asm
; objetivo: calculo de enderecamento MOV e LEA
; nasm -f elf64 a03e04.asm ; ld a03e04.o -o a03e04.x
section .data
; int vetorInt[10] = {42,1, 2, 3, 4, 5, 6, 7, 8, 9};
vetorInt : dd 42, 1, 2, 3, 4, 96, 6, 7, 8, 9
section .text
... |
oeis/021/A021977.asm | neoneye/loda-programs | 11 | 163105 | <reponame>neoneye/loda-programs
; A021977: Decimal expansion of 1/973.
; Submitted by <NAME>
; 0,0,1,0,2,7,7,4,9,2,2,9,1,8,8,0,7,8,1,0,8,9,4,1,4,1,8,2,9,3,9,3,6,2,7,9,5,4,7,7,9,0,3,3,9,1,5,7,2,4,5,6,3,2,0,6,5,7,7,5,9,5,0,6,6,8,0,3,6,9,9,8,9,7,2,2,5,0,7,7,0,8,1,1,9,2,1,8,9,1,0,5,8,5,8,1,7,0,6
seq $0,83811 ; Numbers n s... |
oeis/110/A110322.asm | neoneye/loda-programs | 11 | 18356 | ; A110322: Row sums of a number triangle related to the Jacobsthal numbers.
; Submitted by <NAME>
; 1,2,9,52,425,4206,50737,708464,11350257,204171130,4084757561,89849981772,2156575777369,56068679418662,1569955094823585,47098171778191816,1507149193966389857,51242941744764975474,1844748258113200151017,7010038905757004609... |
alloy4fun_models/trashltl/models/11/PXLGmdj3jZNta8KhK.als | Kaixi26/org.alloytools.alloy | 0 | 3483 | <reponame>Kaixi26/org.alloytools.alloy
open main
pred idPXLGmdj3jZNta8KhK_prop12 {
some f : File | f not in Trash until (eventually f in Trash => eventually f not in Trash)
}
pred __repair { idPXLGmdj3jZNta8KhK_prop12 }
check __repair { idPXLGmdj3jZNta8KhK_prop12 <=> prop12o } |
ADA_RC_Car/src/steeringcontrol.ads | Intelligente-sanntidssystemer/Ada-prosjekt | 0 | 9814 | with NRF52_DK.IOs;
package SteeringControl is --Servo and Motor controls --
procedure Servocontrol(ServoPin : NRF52_DK.IOs.Pin_Id; Value : NRF52_DK.IOs.Analog_Value); --- Servo--
procedure Direction_Controller; --Left or right write to servo to turn car --
procedure Motor_Controller; --Motor forwa... |
programs/oeis/168/A168183.asm | neoneye/loda | 22 | 22155 | ; A168183: Numbers that are not multiples of 9.
; 1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,28,29,30,31,32,33,34,35,37,38,39,40,41,42,43,44,46,47,48,49,50,51,52,53,55,56,57,58,59,60,61,62,64,65,66,67,68,69,70,71,73,74,75,76,77,78,79,80,82,83,84,85,86,87,88,89,91,92,93,94,95,96,97,98,100,101,102,10... |
ReJIT/Intrinsics/rdtscp.asm | damageboy/ReJit | 14 | 28898 | <gh_stars>10-100
BITS 64
[MAP all]
trampoline_size EQU 10
jit:
; Push the stuff we need to preserve by ABI
push rbx
; Store the return address in RBX
mov rbx,qword [rsp+08]
push rsi
push rdi
; Block copy all the LEA insn
lea rsi, [rel start]
lea rdi, [rbx-trampoline_size]
mov rcx, end - s... |
data/pokemon/base_stats/sinnoh/turtwig.asm | Dev727/ancientplatinum | 0 | 4014 | <reponame>Dev727/ancientplatinum
db 0 ; 387 DEX NO
db 55, 68, 64, 31, 45, 55
; hp atk def spd sat sdf
db GRASS, GRASS ; type
db 45 ; catch rate
db 64 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F12_5 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "... |
Task/Last-letter-first-letter/Ada/last-letter-first-letter.ada | LaudateCorpus1/RosettaCodeData | 1 | 22169 | <filename>Task/Last-letter-first-letter/Ada/last-letter-first-letter.ada
with Ada.Containers.Indefinite_Vectors, Ada.Text_IO;
procedure Lalefile is
package Word_Vec is new Ada.Containers.Indefinite_Vectors
(Index_Type => Positive,
Element_Type => String);
use type Word_Vec.Vector, Ada.Containers.C... |
oeis/259/A259455.asm | neoneye/loda-programs | 11 | 16090 | <gh_stars>10-100
; A259455: n Sum_n Sum_n Sum_n.
; Submitted by <NAME>
; 1,30,270,1400,5250,15876,41160,95040,200475,393250,726726,1277640,2153060,3498600,5508000,8434176,12601845,18421830,26407150,37191000,51546726,70409900,94902600,126360000,166359375,216751626,279695430,357694120,453635400,570834000,713077376,884674... |
programs/oeis/107/A107044.asm | karttu/loda | 0 | 242061 | <reponame>karttu/loda
; A107044: A symmetric factorial triangle, read by rows: T(n,k) = min(n,k)!.
; 1,1,1,1,2,1,1,2,2,1,1,2,6,2,1,1,2,6,6,2,1,1,2,6,24,6,2,1,1,2,6,24,24,6,2,1,1,2,6,24,120,24,6,2,1,1,2,6,24,120,120,24,6,2,1,1,2,6,24,120,720,120,24,6,2,1,1,2,6,24,120,720,720,120,24,6,2,1
cal $0,3983 ; Array read by ant... |
tp_01_07/bootld.asm | mjFer/TDIII-UTN-FRBA-TPS-2014 | 2 | 19140 | <reponame>mjFer/TDIII-UTN-FRBA-TPS-2014<gh_stars>1-10
[ORG 0x7C00];BIOS loads bootsector here
%ifndef KERNEL_MEMORY
%error "Kernel start address not defined"
;kernel_memory must be 16 byte aligned
%endif
%ifndef KERNEL_SIZE_SECTORS
%error "Kernel size (in sectors) not defined"
%endif
[BITS 16] ;for... |
libsrc/_DEVELOPMENT/threads/mutex/c/sdcc_iy/spinlock_tryacquire.asm | meesokim/z88dk | 0 | 160165 |
; int spinlock_tryacquire(char *spinlock)
SECTION code_threads_mutex
PUBLIC _spinlock_tryacquire
EXTERN _spinlock_tryacquire_fastcall
_spinlock_tryacquire:
pop af
pop hl
push hl
push af
jp _spinlock_tryacquire_fastcall
|
models/lists.als | trojan321/AlloyViz | 0 | 1980 | /*
* a simple List1 module
* which demonstrates how to create predicates and fields that mirror each other
* thus allowing recursive constraints (even though recursive predicates are not
* currently supported by Alloy)
* author: <NAME>
*/
module List1
sig Thing {}
fact NoStrayThings {Thing in List1.car}
ab... |
programs/oeis/027/A027772.asm | neoneye/loda | 22 | 23266 | <reponame>neoneye/loda
; A027772: (n+1)*C(n+1,12).
; 12,169,1274,6825,29120,105196,334152,957372,2519400,6172530,14226212,31097794,64899744,130007500,251100200,469364220,851809140,1504982115,2594796750,4374736275,7225370880,11708971560,18644037360,29205813000,45060397200,68541870852,102884055624,152521100004,2234741392... |
alloy4fun_models/trainstlt/models/2/LQptHZt26zqaLRGCX.als | Kaixi26/org.alloytools.alloy | 0 | 5210 | open main
pred idLQptHZt26zqaLRGCX_prop3 {
always all t: Train | always t not in Track
}
pred __repair { idLQptHZt26zqaLRGCX_prop3 }
check __repair { idLQptHZt26zqaLRGCX_prop3 <=> prop3o } |
components/src/motion/mma8653/mma8653.adb | rocher/Ada_Drivers_Library | 192 | 1074 | ------------------------------------------------------------------------------
-- --
-- Copyright (C) 2017, AdaCore --
-- --
-- ... |
libsrc/_DEVELOPMENT/font/font_4x8/_font_4x8_default.asm | teknoplop/z88dk | 0 | 241429 | <gh_stars>0
SECTION rodata_font
SECTION rodata_font_4x8
PUBLIC _font_4x8_default
_font_4x8_default:
BINARY "font/font_4x8/font_4x8_default.bin"
|
src/Data/Union/Relation/Binary/Subtype/Instances.agda | johnyob/agda-union | 0 | 5594 | module Data.Union.Relation.Binary.Subtype.Instances where
open import Data.List using (List)
open import Data.List.Relation.Binary.Subset.Propositional.Instances using (⦅_⊆_⦆; [_])
open import Data.Union using (Union)
open import Data.Union.Relation.Binary.Subtype
using (_≼_; _,_⊢_≼_; refl; trans; generalize; func... |
systemrdl/parser/SystemRDL.g4 | bdmagnuson/systemrdl-compiler | 13 | 7214 | <reponame>bdmagnuson/systemrdl-compiler<filename>systemrdl/parser/SystemRDL.g4
grammar SystemRDL;
root: (root_elem ';')* EOF;
root_elem : component_def
| enum_def
| udp_def
| struct_def
| constraint_def
| explicit_component_inst
| local_property_assignment
... |
programs/oeis/052/A052796.asm | karttu/loda | 1 | 100406 | <reponame>karttu/loda<filename>programs/oeis/052/A052796.asm
; A052796: E.g.f.: x^4*exp(x)^2.
; 0,0,0,0,24,240,1440,6720,26880,96768,322560,1013760,3041280,8785920,24600576,67092480,178913280,467927040,1203240960,3048210432,7620526080,18827182080,46022000640,111421685760,267412045824,636695347200,1504916275200,35332816... |
awa/plugins/awa-images/src/awa-images-modules.adb | fuzzysloth/ada-awa | 0 | 10807 | <gh_stars>0
-----------------------------------------------------------------------
-- awa-images-modules -- Image management module
-- Copyright (C) 2012, 2016 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in complia... |
Task/Long-multiplication/Ada/long-multiplication-3.ada | LaudateCorpus1/RosettaCodeData | 1 | 16490 | with Ada.Text_IO;
with Long_Multiplication;
procedure Test_Long_Multiplication is
use Ada.Text_IO, Long_Multiplication;
N : Number := Value ("18446744073709551616");
M : Number := N * N;
begin
Put_Line (Image (N) & " * " & Image (N) & " = " & Image (M));
end Test_Long_Multiplication;
|
equality/groupoid.agda | HoTT/M-types | 27 | 3302 | {-# OPTIONS --without-K #-}
module equality.groupoid where
open import equality.core
_⁻¹ : ∀ {i}{X : Set i}{x y : X} → x ≡ y → y ≡ x
_⁻¹ = sym
left-unit : ∀ {i}{X : Set i}{x y : X}
→ (p : x ≡ y)
→ p · refl ≡ p
left-unit refl = refl
right-unit : ∀ {i}{X : Set i}{x y : X}
→ (p : x ≡ y)
... |
programs/oeis/017/A017413.asm | karttu/loda | 1 | 5962 | <reponame>karttu/loda
; A017413: a(n) = 11*n + 2.
; 2,13,24,35,46,57,68,79,90,101,112,123,134,145,156,167,178,189,200,211,222,233,244,255,266,277,288,299,310,321,332,343,354,365,376,387,398,409,420,431,442,453,464,475,486,497,508,519,530,541,552,563,574,585,596,607,618,629,640,651,662,673,684,695,706,717,728,739,750,76... |
Games/banchorce/source/boss.asm | CiaranGruber/Ti-84-Calculator | 1 | 242527 | <filename>Games/banchorce/source/boss.asm<gh_stars>1-10
;---------------------------------------------------------------;
; ;
; Banchor ;
; Boss Routines ;
... |
tier-1/speech_tools/source/thin/speech_tools_c-pointers.ads | charlie5/cBound | 2 | 21928 | <filename>tier-1/speech_tools/source/thin/speech_tools_c-pointers.ads
-- This file is generated by SWIG. Please do *not* modify by hand.
--
with interfaces.C;
package speech_tools_c.Pointers
is
-- EST_Wave_Pointer
--
type EST_Wave_Pointer is access all speech_tools_c.EST_Wave;
-- EST_Wave_Pointers
... |
libsrc/_DEVELOPMENT/adt/p_list/c/sdcc_iy/p_list_remove_after_callee.asm | jpoikela/z88dk | 640 | 85066 | <gh_stars>100-1000
; void *p_list_remove_after_callee(p_list_t *list, void *list_item)
SECTION code_clib
SECTION code_adt_p_list
PUBLIC _p_list_remove_after_callee
EXTERN asm_p_list_remove_after
_p_list_remove_after_callee:
pop hl
pop bc
ex (sp),hl
jp asm_p_list_remove_after
|
test/Succeed/Issue4269.agda | shlevy/agda | 1,989 | 2004 | <filename>test/Succeed/Issue4269.agda
-- Reported by <NAME> on 2019-12-07
open import Agda.Primitive
postulate
i : Level
X : Set i
mutual
j : Level
j = _
Y : Set j
Y = X
-- WAS: unsolved constraint i = _2
-- SHOULD: succeed with everything solved
|
programs/oeis/053/A053186.asm | neoneye/loda | 22 | 27872 | <reponame>neoneye/loda<filename>programs/oeis/053/A053186.asm
; A053186: Square excess of n: difference between n and largest square <= n.
; 0,0,1,2,0,1,2,3,4,0,1,2,3,4,5,6,0,1,2,3,4,5,6,7,8,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,11,12,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,0... |
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/forward_vla.adb | best08618/asylo | 7 | 26094 | <gh_stars>1-10
-- { dg-do compile }
-- { dg-options "-O2 -gnatp -Wuninitialized" }
procedure Forward_Vla is
function N return Natural is begin return 1; end;
type Sequence;
type Sequence_Access is access all Sequence;
Ptr : Sequence_Access := null; -- freeze access type
Sequence_Length : Natural :=... |
source/image/required/s-imguns.ads | ytomino/drake | 33 | 14771 | <reponame>ytomino/drake
pragma License (Unrestricted);
-- implementation unit required by compiler
with System.Long_Long_Integer_Types;
with System.Unsigned_Types;
package System.Img_Uns is
pragma Pure;
-- required for Modular'Image by compiler (s-imguns.ads)
procedure Image_Unsigned (
V : Unsigned_Ty... |
test/Succeed/Issue2822ParseWithPatternWithOperatorNames.agda | shlevy/agda | 1,989 | 6467 | -- Andreas, 2017-11-04, while refactoring for issue #2822
-- This is a test case for a with-pattern that overloads operator names
postulate
A : Set
_<_ _>_ : A → A → A
data D : Set where
c : A → A → D
postulate
f : D
bla : D → Set
bla (c < >) = A
test : Set
test with f
test | c < > = A
-- This triggers ... |
Appl/Saver/Fades/fades.asm | steakknife/pcgeos | 504 | 170603 | <filename>Appl/Saver/Fades/fades.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC/GEOS
MODULE: fades
FILE: fades.asm
AUTHOR: <NAME>, Sep 11, 1991
REVISION HISTORY:
Name Date Description
---- ---- ---... |
agda/sn-calculus-compatconf/split.agda | florence/esterel-calculus | 3 | 9019 | module sn-calculus-compatconf.split where
open import sn-calculus-compatconf.base
open import sn-calculus
open import utility renaming (_U̬_ to _∪_)
open import context-properties
using (unwrap-rho ; wrap-rho ; ->E-view ; plugc ; unplugc)
open import Esterel.Lang
open import Esterel.Lang.Properties
open import Est... |
P6/data_P6_2/MDTest73.asm | alxzzhou/BUAA_CO_2020 | 1 | 28455 | <gh_stars>1-10
ori $ra,$ra,0xf
div $6,$ra
lui $5,1893
mflo $5
sll $4,$4,7
srav $1,$0,$4
multu $4,$4
divu $4,$ra
sll $0,$4,18
srav $4,$2,$4
addiu $4,$2,19942
sb $5,5($0)
lui $5,9502
lb $6,10($0)
ori $5,$0,56128
mfhi $5
sb $6,5($0)
sb $5,0($0)
divu $6,$ra
ori $5,$2,28752
multu $4,$5
divu $5,$ra
srav $1,$0,$2
sb $5,16($0)... |
testbed/pgm1.asm | findhamza/Compilers | 0 | 20986 | <reponame>findhamza/Compilers
%include "IOSR.asm"
global _start
section .data
M DW 13
N DW 56
lit97 DW 97
lit18 DW 18
section .bss
X RESW 1
Y RESW 1
Z RESW 1
temp0 RESW 1
temp1 RESW 1
temp2 RESW 1
temp3 RESW 1
section .txt
_start:
mov ax, [lit97]
mov [Y], ax
mov ax, [M]
mul word [N]
mov [temp0... |
sys/arch/x86/boot/gdt.asm | NeoBSD/tunix | 0 | 97483 | <reponame>NeoBSD/tunix<gh_stars>0
; Copyright (c) 2021, <NAME>
; 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... |
libsrc/target/gb/gbdk/banked_call.asm | ahjelm/z88dk | 640 | 13522 |
MODULE banked_call
SECTION code_driver
PUBLIC banked_call
EXTERN CLIB_BANKING_STACK_SIZE
INCLUDE "target/gb/def/gb_globals.def"
;; Performs a long call.
;; Basically:
;; call banked_call
;; .dw low
;; .dw bank
;; remainder of the code
bank... |
tools-src/gnu/gcc/gcc/ada/memroot.adb | enfoTek/tomato.linksys.e2000.nvram-mod | 80 | 13489 | <filename>tools-src/gnu/gcc/gcc/ada/memroot.adb
------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS --
-- ... |
source/league/league-iris.ads | svn2github/matreshka | 24 | 2143 | ------------------------------------------------------------------------------
-- --
-- Matreshka Project --
-- --
-- ... |
boot/x86_64-stivale/Stivale2Header.asm | DeanoBurrito/minos | 3 | 98716 | .code64
.section .stivale2hdr
stivale2_header_tag_base:
.quad 0
.quad 0
.quad 0
.quad stivale2_header_tag_any_video
.section .rodata
stivale2_header_tag_any_video:
.quad 0xc75c9fa92a44c4db
.quad stivale2_header_tag_framebuffer
#preference = 0, meaning pixel-based buffer (rather than chara... |
bb-runtimes/examples/sam4s-xplained/tetris/oled.ads | JCGobbi/Nucleo-STM32G474RE | 0 | 1637 | <filename>bb-runtimes/examples/sam4s-xplained/tetris/oled.ads
------------------------------------------------------------------------------
-- --
-- GNAT EXAMPLE --
-- ... |
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/discr25.adb | best08618/asylo | 7 | 30744 | -- { dg-do compile }
with Discr25_Pkg;
procedure Discr25 (N : Natural) is
package Test_Set is new Discr25_Pkg (N);
begin
null;
end;
|
programs/oeis/138/A138100.asm | karttu/loda | 0 | 3815 | ; A138100: The atomic numbers read along the odd-indexed rows of the Janet table of the elements.
; 1,2,5,6,7,8,9,10,11,12,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88
mov $3,$0
trn $0,1
mov $1,2
lpb $0,1
add $2,... |
other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/sfc/ys_w44.asm | prismotizm/gigaleak | 0 | 103520 | Name: ys_w44.asm
Type: file
Size: 25275
Last-Modified: '2016-05-13T04:51:45Z'
SHA-1: 2DAF4EDFBC190533F4114EFE9880F3BAEDD6D4A3
Description: null
|
oeis/099/A099159.asm | neoneye/loda-programs | 11 | 171098 | <reponame>neoneye/loda-programs
; A099159: (L(n-2)+2*3^n)/5.
; Submitted by <NAME>
; 1,1,4,11,33,98,293,877,2628,7879,23629,70874,212601,637769,1913252,5739667,17218857,51656338,154968637,464905301,1394714916,4184143151,12552426869,37657276426,112971822513,338915456593,1016746352068
mov $1,2
mov $2,1
mov $4,2
lpb $0
... |
alloy4fun_models/trashltl/models/7/KDHhkyLsbLdJyY9aB.als | Kaixi26/org.alloytools.alloy | 0 | 225 | <gh_stars>0
open main
pred idKDHhkyLsbLdJyY9aB_prop8 {
always all l : File.link | eventually l in File.link implies l in Trash
}
pred __repair { idKDHhkyLsbLdJyY9aB_prop8 }
check __repair { idKDHhkyLsbLdJyY9aB_prop8 <=> prop8o } |
3-mid/opengl/source/lean/text/opengl-glyph-container.adb | charlie5/lace | 20 | 14668 | with
ada.unchecked_Deallocation;
package body openGL.Glyph.Container
is
---------
--- Forge
--
function to_glyph_Container (parent_Face : in freetype.Face.view) return openGL.glyph.Container.item
is
Self : openGL.glyph.Container.item;
begin
Self.Face := parent_Face;
Self.Er... |
testsuite/league/grapheme_cluster_cursor_test.adb | svn2github/matreshka | 24 | 21521 | <filename>testsuite/league/grapheme_cluster_cursor_test.adb
------------------------------------------------------------------------------
-- --
-- Matreshka Project --
-- ... |
tests/parsing/string_expressions_db.asm | cizo2000/sjasmplus | 220 | 38 | <gh_stars>100-1000
OUTPUT "string_expressions_db.bin"
DB 'A','A'+1,2|'A',3+'A' ; ABCD (41 42 43 44)
DB 'A'|4,'F'&$46, $47&'G', 9^'A' ; EFGH (45 46 47 48)
DB 'A'^8, low 'AJ', high 'KA', 'M'-1 ; IJKL (49 4A 4B 4C)
DB 'M... |
Appl/Art/Decks/GeoDeck/LCDiamondQ.asm | steakknife/pcgeos | 504 | 247546 | <reponame>steakknife/pcgeos
LCDiamondQ label byte
word C_BLACK
Bitmap <71,100,BMC_PACKBITS,BMF_4BIT or mask BMT_MASK>
db 0x00, 0x1f, 0xfa, 0xff, 0x00, 0xf0
db 0x01, 0xdd, 0xd0, 0xe1, 0x00, 0x01, 0xdd, 0xd0
db 0x00, 0x7f, 0xfa, 0xff, 0x00, 0xfc
db 0x01, 0xd0, 0x0f, 0xe1, 0xff, 0x01, 0x00, 0xd0
db 0x00, 0x7... |
oeis/290/A290593.asm | neoneye/loda-programs | 11 | 22115 | ; A290593: Number of maximal independent vertex sets (and minimal vertex covers) in the n-antiprism graph.
; Submitted by <NAME>
; 3,12,15,31,49,92,156,279,484,855,1495,2629,4608,8092,14195,24916,43719,76727,134641,236284,414644,727655,1276940,2240879,3932463,6900997,12110400,21252276,37295139,65448412,114853951,201554... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2392.asm | ljhsiun2/medusa | 9 | 93397 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2392.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1147f, %rsi
nop
nop
cmp $25264, %r10
movups (%rsi), %xmm1
vpextrq $1, %xmm1, %r... |
include/sf-graphics-font.ads | danva994/ASFML-1.6 | 1 | 16048 | -- ////////////////////////////////////////////////////////////
-- //
-- // SFML - Simple and Fast Multimedia Library
-- // Copyright (C) 2007-2009 <NAME> (<EMAIL>)
-- //
-- // This software is provided 'as-is', without any express or implied warranty.
-- // In no event will the authors be held liable for any damages a... |
test/Fail/DataParameterPolarity.agda | cruhland/agda | 1,989 | 9413 | <gh_stars>1000+
-- Andreas, 2012-09-07
module DataParameterPolarity where
data Bool : Set where
true false : Bool
data ⊥ : Set where
record ⊤ : Set where
-- True uses its first argument.
True : Bool → Set
True true = ⊤
True false = ⊥
-- Hence, D also uses its first argument.
-- A buggy polarity analysis may cons... |
shared_data.ads | oysteinlondal/Inverted-Pendulum | 0 | 10462 | <filename>shared_data.ads
with Type_Lib; use Type_Lib;
package Shared_Data is
protected type Sensor_Reading is
procedure Set (Meassured_Value : in Float);
entry Get (Value : out Float);
private
Updated : Boolean := False;
Current_Value : Float;
end Sensor_Readin... |
data/pokemon/dex_entries/lotad.asm | AtmaBuster/pokeplat-gen2 | 6 | 17024 | db "WATER WEED@" ; species name
db "Its leaf grew too"
next "large for it to"
next "live on land. This"
page "is why it chose to"
next "live by floating"
next "on water.@"
|
spaceship/src/spaceship_gui.adb | kndtime/ada-spaceship | 0 | 12914 | <gh_stars>0
with STM32.Board; use STM32.Board;
with Ada.Real_Time; use Ada.Real_Time;
with Ada.Numerics.Discrete_Random;
with STM32.DMA2D_Bitmap; use STM32.DMA2D_Bitmap;
with HAL.Bitmap; use HAL.Bitmap;
with HAL.Touch_Panel; use HAL.Touch_Panel;
with Spaceship; use Spaceship;
wit... |
programs/oeis/195/A195035.asm | neoneye/loda | 22 | 940 | ; A195035: Multiples of 15 and of 8 interleaved: a(2n-1) = 15n, a(2n) = 8n.
; 15,8,30,16,45,24,60,32,75,40,90,48,105,56,120,64,135,72,150,80,165,88,180,96,195,104,210,112,225,120,240,128,255,136,270,144,285,152,300,160,315,168,330,176,345,184,360,192,375,200,390,208,405,216,420,224,435,232,450,240,465,248,480,256,495,2... |
agda/Frog.agda | halfaya/MusicTools | 28 | 13417 | {-# OPTIONS --cubical #-}
-- First and second species counterpoint for Frog's song
module Frog where
open import Data.Fin
open import Data.List using (List; []; _∷_; _++_; map)
open import Data.Maybe using (fromMaybe)
open import Data.Nat
open import Data.Product using (_×_; _,_; proj₁; proj₂)
open import Function us... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_117_3035.asm | ljhsiun2/medusa | 9 | 4865 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1b97e, %rsi
lea addresses_WT_ht+0x1bb62, %rdi
nop
nop
nop
dec %r10
mov $64, %rcx
rep movsl
nop
nop
nop
nop
add $42904, %rbx
lea addresses_WC_ht+0xf9e2, %rsi
n... |
src/ada-libc/src/libc-stdio.ads | mstewartgallus/linted | 0 | 17078 | <gh_stars>0
-- Copyright 2015,2017 <NAME>
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or a... |
third_party/antlr_grammars_v4/stellaris/stellaris.g4 | mikhan808/rsyntaxtextarea-antlr4-extension | 4 | 6256 | grammar stellaris;
content:
expr+
;
expr:
keyval+
;
keyval:
key ('=' | '>' | '<')+ val
;
key:
id | attrib
;
val:
id | attrib | group
;
attrib:
id accessor (attrib| id)
;
accessor:
'.'|'@'|':'
;
group:
'{' (expr* | id) '}'
;
id:
IDENTIFIER | STRING | IN... |
Copy paste and Open Save As between FT MD and FTML/FTSaveAsFTML.applescript | RobTrew/txtquery-tools | 69 | 2415 | function run() {
'use strict';
/* jshint multistr: true */
var pTitle = "FT save as FT for Atom ftml (html) outline",
pVer = "0.17",
pAuthor = "<NAME>",
pSite = "https://github.com/RobTrew/txtquery-tools",
pComment =
"\
- Preserves the FoldingText outlining expansion state in the ul.\
- Each <li> has... |
Applications/Terminal/do script/do script.applescript | looking-for-a-job/applescript-examples | 1 | 476 | <reponame>looking-for-a-job/applescript-examples<filename>Applications/Terminal/do script/do script.applescript
tell application "Terminal"
#set newTab to do script # create a new window with no initial command
end tell
tell application "Terminal"
#set newTab to do script "ls"
end tell
tell application "Terminal"
... |
tests/bank_simple/5.asm | NullMember/customasm | 414 | 163103 | <filename>tests/bank_simple/5.asm
#ruledef test
{
loop => 0x5555 @ $`16
}
#bankdef a
{
#addr 0xaa00
#size 0x0010
#outp 8 * 0x0000
}
#bankdef b
{
#addr 0xbb00
#size 0x0010
#outp 8 * 0x0010
}
loop
loop
#bank a
loop
loop
#bank b
loop
loop
#bank a
loop
loop
; = 0x5555aa00
; = 0x5555aa04
; = ... |
examples/factorial/factorial.pre.asm | enoua5/IOTA-C0 | 0 | 3259 | <gh_stars>0
#uses draft 3, which added pre and post processor
JMP &start_program
.var results[8]
.var n
.var tot
.lbl fact
#init factorial
MOV :tot 1
#start the body of the function
.lbl fact_body
#check if n is at or below 1
.var fact_reached_1
LOE :n 1 :fact_reached_1
#if it is, exit the fu... |
oeis/000/A000056.asm | neoneye/loda-programs | 11 | 242624 | ; A000056: Order of the group SL(2,Z_n).
; Submitted by <NAME>
; 1,6,24,48,120,144,336,384,648,720,1320,1152,2184,2016,2880,3072,4896,3888,6840,5760,8064,7920,12144,9216,15000,13104,17496,16128,24360,17280,29760,24576,31680,29376,40320,31104,50616,41040,52416,46080,68880,48384,79464,63360,77760,72864,103776,73728,11524... |
programs/oeis/053/A053127.asm | neoneye/loda | 22 | 83252 | ; A053127: Binomial coefficients C(2*n-4,5).
; 6,56,252,792,2002,4368,8568,15504,26334,42504,65780,98280,142506,201376,278256,376992,501942,658008,850668,1086008,1370754,1712304,2118760,2598960,3162510,3819816,4582116,5461512,6471002,7624512,8936928,10424128,12103014,13991544,16108764,18474840,21111090,24040016,2728533... |
software/hal/boards/components/MPU6000/mpu6000.ads | TUM-EI-RCS/StratoX | 12 | 8552 | <gh_stars>10-100
package MPU6000 with SPARK_Mode is
end MPU6000;
|
asm/bubble_sort.asm | kcotugno/ratio | 0 | 26606 | <reponame>kcotugno/ratio
;------------------------------------------------------------------------------
; Copyright (C) 2017 <NAME>
; All rights reserved
;
; Distributed under the terms of the MIT software license. See the
; accompanying LICENSE file or http://www.opensource.org/licenses/MIT.
;------------------------... |
programs/oeis/131/A131026.asm | neoneye/loda | 22 | 103941 | ; A131026: Periodic sequence (2, 2, 1, 0, 0, 1).
; 2,2,1,0,0,1,2,2,1,0,0,1,2,2,1,0,0,1,2,2,1,0,0,1,2,2,1,0,0,1,2,2,1,0,0,1,2,2,1,0,0,1,2,2,1,0,0,1,2,2,1,0,0,1,2,2,1,0,0,1,2,2,1,0,0,1,2,2,1,0,0,1,2,2,1,0,0,1,2,2,1,0,0,1,2,2,1,0,0,1,2,2,1,0,0,1,2,2,1,0
sub $0,728
dif $0,2
gcd $0,$0
add $0,1
mod $0,3
|
server-core/src/main/java/io/onedev/server/search/buildmetric/BuildMetricQuery.g4 | sasaie/onedev | 7,137 | 4439 | grammar BuildMetricQuery;
query
: WS* criteria WS* EOF
;
criteria
: operator=(BuildIsSuccessful|BuildIsFailed) #OperatorCriteria
| criteriaField=Quoted WS+ operator=IsEmpty #FieldOperatorCriteria
| operator=(Since|Until) WS+ criteriaValue=Quoted #OperatorValueCriteria
| criteriaField=Quoted WS+ o... |
oeis/173/A173997.asm | neoneye/loda-programs | 11 | 11672 | <reponame>neoneye/loda-programs<filename>oeis/173/A173997.asm
; A173997: Irregular triangular by columns derived from (1, 2, 3,...) * (1, 2, 3,...).
; Submitted by <NAME>
; 1,2,3,2,4,4,5,6,3,6,8,6,7,10,9,4,8,12,12,8,9,14,15,12,5,10,16,18,16,10,11,18,21,20,15,6,12,20,24,24,20,12
lpb $0
add $1,$2
sub $0,$1
cmp $2,... |
LibraBFT/Concrete/Properties/LockedRound.agda | lisandrasilva/bft-consensus-agda-1 | 0 | 2917 | {- Byzantine Fault Tolerant Consensus Verification in Agda, version 0.9.
Copyright (c) 2020 Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://opensource.oracle.com/licenses/upl
-}
open import Optics.All
open import LibraBFT.Prelude
open import LibraBFT.Hash
o... |
hmi_sdk/hmi_sdk/Tools/ffmpeg-2.6.2/libavfilter/x86/vf_yadif.asm | APCVSRepo/android_packet | 4 | 93185 | <filename>hmi_sdk/hmi_sdk/Tools/ffmpeg-2.6.2/libavfilter/x86/vf_yadif.asm
;*****************************************************************************
;* x86-optimized functions for yadif filter
;*
;* Copyright (C) 2006 <NAME> <<EMAIL>>
;* Copyright (c) 2013 <NAME> <<EMAIL>>
;*
;* This file is part of FFmpeg.
... |
src/split_string.ads | reinertk/cpros | 1 | 14422 | --------------------------------------------------------------------------------------
--
-- Copyright (c) 2016 <NAME>
-- Permission is hereby granted, free of charge, to any person obtaining a
-- copy of this software and associated documentation files (the "Software"),
-- to deal in the Software without restrict... |
alloy4fun_models/trashltl/models/5/7Cra2HnK7RiLwnRwz.als | Kaixi26/org.alloytools.alloy | 0 | 2501 | open main
pred id7Cra2HnK7RiLwnRwz_prop6 {
all f:File | f in Trash implies always (f in Trash)
}
pred __repair { id7Cra2HnK7RiLwnRwz_prop6 }
check __repair { id7Cra2HnK7RiLwnRwz_prop6 <=> prop6o } |
src/extraction-source_files_from_projects.ads | TNO/Dependency_Graph_Extractor-Ada | 1 | 12019 | <gh_stars>1-10
with Extraction.Graph_Operations;
with Extraction.Utilities;
private package Extraction.Source_Files_From_Projects is
procedure Extract_Nodes
(Project : GPR.Project_Type;
Graph : Graph_Operations.Graph_Context);
procedure Extract_Edges
(Project : GPR.Project_Type;
... |
oeis/111/A111394.asm | neoneye/loda-programs | 11 | 244170 | <reponame>neoneye/loda-programs
; A111394: a(n) = product of first n integers not divisible by 3.
; Submitted by <NAME>
; 1,2,8,40,280,2240,22400,246400,3203200,44844800,717516800,12197785600,231757926400,4635158528000,101973487616000,2345390215168000,58634755379200000,1524503639859200000,42686101916057600000,123789695... |
.emacs.d/elpa/wisi-3.0.1/gen_run_wisi_lr_text_rep_parse.adb | caqg/linux-home | 0 | 26785 | <filename>.emacs.d/elpa/wisi-3.0.1/gen_run_wisi_lr_text_rep_parse.adb
-- Abstract :
--
-- See spec.
--
-- Copyright (C) 2017 - 2019 All Rights Reserved.
--
-- This program is free software; you can redistribute it and/or
-- modify it under terms of the GNU General Public License as
-- published by the Free Softwa... |
programs/oeis/135/A135908.asm | karttu/loda | 0 | 246257 | <reponame>karttu/loda
; A135908: Clique number of commuting graph of symmetric group S_n.
; 0,0,0,2,3,5,8,11,17,26,35,53,80,107,161,242,323,485,728,971,1457,2186,2915,4373,6560,8747,13121,19682,26243,39365,59048,78731,118097,177146,236195,354293,531440,708587,1062881,1594322,2125763,3188645,4782968,6377291,9565937
lpb... |
awa/plugins/awa-mail/src/awa-mail-components-factory.adb | My-Colaborations/ada-awa | 81 | 19480 | <filename>awa/plugins/awa-mail/src/awa-mail-components-factory.adb
-----------------------------------------------------------------------
-- awa-mail-components-factory -- Mail UI Component Factory
-- Copyright (C) 2012, 2020 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.... |
Sample/Cpu/Pentium/CpuIo/RuntimeDxe/x64/CpuIoAccess.asm | bitcrystal/edk | 14 | 161301 | title CpuIoAccess.asm
;------------------------------------------------------------------------------
;*
;* Copyright (c) 2005 - 2007, Intel Corporation
;* All rights reserved. This program and the accompanying materials
;* ar... |
other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/sfc/ys_w62.asm | prismotizm/gigaleak | 0 | 93050 | Name: ys_w62.asm
Type: file
Size: 14343
Last-Modified: '2016-05-13T04:51:16Z'
SHA-1: D2CF80AA4F0C13B0B64A78D6B47930644928576E
Description: null
|
src/wiki-utils.adb | jquorning/ada-wiki | 18 | 21155 | -----------------------------------------------------------------------
-- wiki-utils -- Wiki utility operations
-- Copyright (C) 2015, 2016, 2020 <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 L... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.