text stringlengths 1 1.05M |
|---|
;------------------------------------------------------------------------------
;
; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this distribution. Th... |
IslandMonsB3:
db $0A
db 27,GOLBAT
db 36,ZUBAT
db 29,KRABBY
db 27,HITMONLEE
db 30,KINGLER
db 26,HITMONCHAN
db 31,KRABBY
db 30,SEEL
db 28,DEWGONG
db 32,DEWGONG
db $05
db 25,CHINCHOU
db 30,SEEL
db 20,CHINCHOU
db 30,STARYU
db 35,TENTACOOL
db 30,STARYU
db 20,CHINCHOU
db 30,STARYU
db 30,STARYU
db 30,ST... |
;;;;;;;;;;;;;;;;;;;
;;; VECTORS ;;;
;;;;;;;;;;;;;;;;;;;
.pad $fffa
.dw nmi
.dw reset
.dw 0 |
; A314112: Coordination sequence Gal.4.134.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,5,11,16,21,26,31,37,42,47,53,58,63,68,73,79,84,89,95,100,105,110,115,121,126,131,137,142,147,152,157,163,168,173,179,184,189,194,199,205,2... |
#include "editaddressdialog.h"
#include "ui_editaddressdialog.h"
#include "addresstablemodel.h"
#include "guiutil.h"
#include <QDesktopWidget>
#include <QDataWidgetMapper>
#include <QMessageBox>
#include "dialog_move_handler.h"
EditAddressDialog::EditAddressDialog(Mode mode, QWidget *parent) :
QDialog(parent),
... |
; A215747: a(n) = (-2)^n mod n.
; 0,0,1,0,3,4,5,0,1,4,9,4,11,4,7,0,15,10,17,16,13,4,21,16,18,4,1,16,27,4,29,0,25,4,17,28,35,4,31,16,39,22,41,16,28,4,45,16,19,24,43,16,51,28,12,32,49,4,57,16,59,4,55,0,33,64,65,16,61,44,69,64,71,4,7,16,59,64,77,16,1,4,81,64,53,4,79,80,87,64,54,16,85,4,82,64,95,18,82,76
add $0,1
mov $1,-... |
; A171508: Numbers that are not the sum of the k-th noncomposite number and k for any k >= 1.
; 1,3,5,7,8,10,11,13,14,15,16,18,19,21,22,23,24,26,27,29,30,31,32,34,35,36,37,38,39,41,42,44,45,46,47,48,49,51,52,53,54,56,57,59,60,61,62,64,65,66
mov $37,$0
mov $39,$0
lpb $39
mov $0,$37
sub $39,1
sub $0,$39
mov $33,... |
; A095808: Number of ways to write n in the form m + (m+1) + ... + (m+k-1) + (m+k) + (m+k-1) + ... + (m+1) + m with integers m>= 1, k>=1. Or, number of divisors a of 4n-1 with 0 < (a-1)^2 < 4n.
; 0,0,0,1,0,0,1,0,1,1,0,0,1,1,0,2,0,0,2,0,0,1,1,1,2,0,0,1,1,1,1,0,0,3,0,1,2,0,1,1,0,0,2,2,0,1,1,0,3,0,1,2,0,1,1,0,0,3,1,0,2,1,... |
; A053141: a(0)=0, a(1)=2 then a(n) = a(n-2) + 2*sqrt(8*a(n-1)^2 + 8*a(n-1) + 1).
; Submitted by Jamie Morken(s1.)
; 0,2,14,84,492,2870,16730,97512,568344,3312554,19306982,112529340,655869060,3822685022,22280241074,129858761424,756872327472,4411375203410,25711378892990,149856898154532,873430010034204,5090723162050694,2... |
/*
* Legal Notice
*
* This document and associated source code (the "Work") is a part of a
* benchmark specification maintained by the TPC.
*
* The TPC reserves all right, title, and interest to the Work as provided
* under U.S. and international laws, including without limitation all patent
* and trademark rig... |
# analyze.asm
# This file written 2015 by F Lundevall
# Copyright abandoned - this file is in the public domain.
.text
main:
li $s0,0x30
loop:
move $a0,$s0 # copy from s0 to a0
li $v0,11 # syscall with v0 = 11 will print out
syscall # one byte from a0 to the Run I/O window
addi $s0,$s0,3 # what happ... |
//////////////////////////////////////////////////////////////////////////////
// nv_c64_util_data.asm
// Copyright(c) 2021 Neal Smith.
// License: MIT. See LICENSE file in root directory.
//////////////////////////////////////////////////////////////////////////////
// file contains data used by the nv_c64_util macros... |
dnl PowerPC-64 mpn_addmul_1 -- Multiply a limb vector with a limb and add
dnl the result to a second limb vector.
dnl Copyright 1999, 2000, 2001, 2003, 2004, 2005, 2006 Free Software
dnl Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute ... |
;===========================================================================
; Copyright (c) 1990-2005 Info-ZIP. All rights reserved.
;
; See the accompanying file LICENSE, version 2005-Feb-10 or later
; (the contents of which are also included in zip.h) for terms of use.
; If, for some reason, all these files are mis... |
/*
* 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 option) any later version.
*
* This program is distributed in the hope that it will be use... |
; A345727: a(n) = (prime(n)+1) * prime(n+1).
; Submitted by Simon Strandgaard
; 9,20,42,88,156,238,342,460,696,930,1184,1558,1806,2068,2544,3186,3660,4154,4828,5256,5846,6640,7476,8730,9898,10506,11128,11772,12430,14478,16768,18084,19182,20860,22650,23864,25754,27388,29064,31146,32580,34762
mov $1,$0
seq $0,40 ; The p... |
# $Id: 12_inc_1.asm,v 1.2 2001/03/22 00:39:04 ellard Exp $
#
# Copyright 1999-2000 by the President and Fellows of Harvard College.
# See LICENSE.txt for license information.
#
#@ testing inc.
# OK
lc r2, 0
inc r2, 127
add r3, r1, r0
lc r4, 0
inc r4, -128
add r5, r1, r0
lc r6, 100
inc r6, 100
add r7, r1, r0... |
; A133179: A modular binomial sum transform of 2^n .
; Submitted by Jon Maiga
; 1,1,1,3,1,3,5,15,1,3,5,15,17,51,85,255,1,3,5,15,17,51,85,255,257,771,1285,3855,4369,13107,21845,65535,1,3,5,15,17,51,85,255,257,771,1285,3855,4369,13107,21845,65535,65537,196611,327685,983055,1114129,3342387,5570645,16711935,16843009,505290... |
#include "sai_vs.h"
sai_status_t vs_create_virtual_router(
_Out_ sai_object_id_t *vr_id,
_In_ uint32_t attr_count,
_In_ const sai_attribute_t *attr_list)
{
std::lock_guard<std::recursive_mutex> lock(g_recursive_mutex);
SWSS_LOG_ENTER();
return meta_sai_create_oid(
SAI_... |
/*************************************************************************/
/* script_language.cpp */
/*************************************************************************/
/* This file is part of: */
/* ... |
; A010880: n mod 11.
; 0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,0
mod $0,11
|
; A037966: a(n) = n^2*binomial(2*n-2, n-1).
; 0,1,8,54,320,1750,9072,45276,219648,1042470,4862000,22355476,101582208,457002364,2038517600,9026235000,39710085120,173712232710,756088415280,3276123843300,14138105520000,60790319209620,260516811228960,1113068351807880,4742456099097600,20154752301937500,85453569951920352
mo... |
;Code to multiply a number with 2,4,8
lda 2000
rlc
sta 2020; multiplying with 2
rlc
sta 2021; multilpying with 4
rlc
sta 2022; multiplying with 8
hlt |
; 0 - PUSH temp 0
leaw $0, %A
movw %A, %S
leaw $5 ,%A
addw %S, %A, %A
movw (%A), %S
leaw $SP, %A
movw (%A), %A
movw %S, (%A)
incw %A
movw %A, %S
leaw $SP, %A
movw %S, (%A)
; 1 - PUSH temp 1
leaw $1, %A
movw %A, %S
leaw $5 ,%A
addw %S, %A, %A
movw (%A), %S
leaw $SP, %A
movw (%A), %A
movw %S, (%A)
incw %A
movw %A, %S
lea... |
//
// File: BppOSequenceReaderFormat.cpp
// Created by: Julien Dutheil
// Created on: Friday September 14th, 14:08
//
/*
Copyright or © or Copr. Bio++ Development Team, (November 16, 2004)
This software is a computer program whose purpose is to provide classes
for phylogenetic data analysis.
This software is... |
#pragma once
#include "define.hpp"
#include "connection.hpp"
SG_BEGIN
class ClientConnection : public Connection
{
public:
ClientConnection(boost::shared_ptr<hive> hiv);
private:
void OnAccept(const std::string& host, boost::uint16_t port) final;
void OnConnect(const std::string& host, boost::uint16_t port) final;... |
_GivePokemon:
; returns success in carry
; and whether the mon was added to the party in [wAddedToParty]
call EnableAutoTextBoxDrawing
xor a
ld [wAddedToParty], a
ld a, [wPartyCount]
cp PARTY_LENGTH
jr c, .addToParty
ld a, [wNumInBox]
cp MONS_PER_BOX
jr nc, .boxFull
; add to box
xor a
ld [wEnemyBattleStatus3... |
export CG_TestModel_f
code
proc CG_TestModel_f 36 12
ADDRGP4 cg+116796
ARGP4
CNSTI4 0
ARGI4
CNSTU4 140
ARGU4
ADDRGP4 qk_memset
CALLP4
pop
ADDRLP4 12
ADDRGP4 trap_Argc
CALLI4
ASGNI4
ADDRLP4 12
INDIRI4
CNSTI4 2
GEI4 $74
ADDRGP4 $71
JUMPV
LABELV $74
CNSTI4 1
ARGI4
ADDRLP4 16
ADDRGP4 CG_Argv
CALLP4
ASGNP4
ADDRGP4 cg+116936... |
ROM_BEGIN equ 0x0000
ROM_END equ 0x1FFF
RAM_BEGIN equ 0x8000
RAM_END equ 0x9FFF
CR equ 0x0D
LF equ 0x0A
TAB equ 0x09
BS equ 0x7F
SPACE equ 0x20
XOFF equ 0x13
XON equ 0x11
;variables
rxd_buff equ 0x9E00
rxd_rptr equ 0x9F00
rxd_wptr equ 0x9F01
addr_l equ 0x9F02
addr_h equ 0x9F03
byte_buff equ 0x9F04
is... |
.include "defaults_request.asm"
table_file_jp equ "exe6-utf8.tbl"
table_file_en equ "bn6-utf8.tbl"
game_code_len equ 3
game_code equ 0x4252354A // BR5J
game_code_2 equ 0x42523545 // BR5E
game_code_3 equ 0x42523550 // BR5P
card_type equ 4
card_id equ 3
card_no equ "003"
card_sub equ "Request Event Card 003... |
[org 0x7c00]
mov bp, 0x9000
mov sp, bp
mov bx, MSG_REAL_MODE
call print
call switch_to_pm
mov ebx, MSG_INFIL
call print_string_pm
%include "boot_sect5_print.asm"
%include "boot_sect8_gdt.asm"
%include "boot_sect7_32p.asm"
%include "boot_sect9_32s.asm"
[bits 32]
BEGIN_PM:
mov ebx, MSG_PROT_MODE
call print_s... |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.h"
#include "ash/audio/sounds.h"
#include "base/strings/utf_stri... |
// Copyright 2019 Fuzhou Rockchip Electronics Co., Ltd. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <getopt.h>
#include <memory>
#include "flow_export.h"
#include "mediaserver.h"
#ifdef LINK_VENDOR
#include "vendor_sto... |
/*
* Author : Jatin Rohilla
* Date : June-July-2019
*
* Compiler : g++ 5.1.0
* flags : -std=c++14
*/
#include<bits/stdc++.h>
using namespace std;
// source code here
class Solution {
public:
int lengthOfLastWord(string s) {
// skip all space from back
int i = s.length()-1;
whi... |
; SMSQmulator Control Procedures V1.02 2017 W. Lenerz
; contains the extensions
; MBAR, VER$, WTIT,NNAM,PPUP, TMRS,TMRG and dsome more
; 1.02 LOG added
; 1.01 JVA_MINIMIZE added
section exten
xdef ctrl_thing
xdef ctrl_tname
xref thp_ostr
xref thp_nul
xref wl_od
xref thp_wd
xref thp_str
xref thp_rstr
x... |
./out/neg.out: ファイル形式 elf32-mist32
セクション .text の逆アセンブル:
00000000 <_start>:
0: 0d 40 00 00 wl16 r0,0x0
4: 0d 60 00 0f wh16 r0,0xf
8: 1c 00 00 00 srspw r0
c: 14 30 00 18 br 6c <check>,#al
00000010 <compare>:
10: 00 c0 01 09 cmp r8,r9
14: 14 41 03 e0 b rret,#eq
00000... |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: fileEC.asm
AUTHOR: Adam de Boor, Apr 9, 1990
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descr... |
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <boost/assign/list_of.hpp>
#include "wallet.h"
#include "walletdb.h"
#include... |
; A123109: a(0) = 1, a(1) = 3, a(n) = 3*a(n-1) + 3 for n > 1.
; 1,3,12,39,120,363,1092,3279,9840,29523,88572,265719,797160,2391483,7174452,21523359,64570080,193710243,581130732,1743392199,5230176600,15690529803,47071589412,141214768239,423644304720,1270932914163,3812798742492,11438396227479,34315188682440,1029455660473... |
#ifndef AGENT_HPP
#define AGENT_HPP
#include <vector>
#include <steeriously/BehaviorData.hpp>
#include <steeriously/Utilities.hpp>
#include <steeriously/Vector2.hpp>
#include <steeriously/VectorMath.hpp>
namespace steer //steeriously namespace
{
/**
*\class Agent
*\brief The invisible, but highly neces... |
SFX_Snare3_1_Ch7:
unknownnoise0x20 0, 161, 51
endchannel
|
; Herding game for Chip16
; Coding: Tim Kelsall
; Art: Chris Kelsall
;-------------------------------------------------------------------------------
; Outline:
; You are a sheep dog, you get round the sheep, and reach the exit,
; at the top of the screen, without colliding into sheep or fencing.
; A path ... |
; A311635: Coordination sequence Gal.6.234.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by Jamie Morken(s2)
; 1,4,8,12,18,24,30,36,42,46,50,54,58,62,66,72,78,84,90,96,100,104,108,112,116,120,126,132,138,144,150,154,158... |
/*
* Copyright (c) 2017 - 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, ... |
.model small
.stack 100h
.data
msg1 db 'Quanti N: ' ,'$'
msg2 db 'Serie di Fibonacci: ' ,'$'
numeri byte ?
prec byte 0
attuale byte 0
risultato byte 0
.code
start:
mov ax,@data
mov ds,ax
mov dx, offset msg1
mov ah, 09h
int 21h
mov ah, 1h
int 21h
sub al, 48... |
; ASM code generated by mikroVirtualMachine for PIC - V. 8.0.0.0
; Date/Time: 11/24/2020 8:04:11 PM
; Info: http://www.mikroe.com
; ADDRESS OPCODE ASM
; ----------------------------------------------
$0000 $EF2A F001 GOTO _main
$0008 $ _Delay_1us:
;Delays.c,7 :: void Delay_1us() {
;Delays.c,8 :: ... |
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xccbb, %r11
nop
cmp %rdx, %rdx
mov (%r11), %cx
nop
nop
nop
nop
inc %r9
lea addresses_A_ht+0x1513b, %r8
sub %r15, %r15
mov $0x6162636465666768, %r12
movq %r12, %xmm2
v... |
include vram.i
_text segment para public use32 'code'
assume cs:CGROUP,ds:CGROUP
;vram_uncc256(Rast_vram *v, Cbuf *csource)
;set the color palette hardware from a compressed source
;of format:
;WORD # of runs, run1, run2, ...,runn
;each run is of form:
;BYTE colors to skip, BYTE colors to set, ... |
assume cs:code,ds:data,ss:stack,es:extended
extended segment
db 1024 dup (0)
extended ends
stack segment
db 1024 dup (0)
stack ends
data segment
_buff_p db 256 dup (24h)
_buff_s db 256 dup (0)
_msg_p db 0ah,'Output:',0
_msg_s db 0ah,'Input:',0
_n dw 0
data ends
code segment
start: mov ax,e... |
; A070339: a(n) = 2^n mod 35.
; 1,2,4,8,16,32,29,23,11,22,9,18,1,2,4,8,16,32,29,23,11,22,9,18,1,2,4,8,16,32,29,23,11,22,9,18,1,2,4,8,16,32,29,23,11,22,9,18,1,2,4,8,16,32,29,23,11,22,9,18,1,2,4,8,16,32,29,23,11,22,9,18,1,2,4,8,16,32,29,23,11,22,9,18,1,2,4,8,16,32,29,23,11,22,9,18,1,2,4,8,16,32,29,23,11,22,9,18,1,2,4,8,1... |
; A071099: a(n) = (n-1)*(n+3) - 2^n + 4.
; 0,2,5,8,9,4,-15,-64,-175,-412,-903,-1904,-3927,-7996,-16159,-32512,-65247,-130748,-261783,-523888,-1048135,-2096668,-4193775,-8388032,-16776591,-33553756,-67108135,-134216944,-268434615,-536870012,-1073740863,-2147482624,-4294966207,-8589933436,-17179867959,-34359737072,-68719... |
; int esxdos_f_fstat(uchar handle, void *buf)
SECTION code_clib
SECTION code_esxdos
PUBLIC esxdos_f_fstat
EXTERN asm_esxdos_f_fstat
esxdos_f_fstat:
pop af
pop hl
pop bc
push bc
push hl
push af
ld a,c
jp asm_esxdos_f_fstat
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _esxdos_f_fsta... |
; A156798: a(n) = n^4 + 5*n^2 + 4.
; 4,10,40,130,340,754,1480,2650,4420,6970,10504,15250,21460,29410,39400,51754,66820,84970,106600,132130,162004,196690,236680,282490,334660,393754,460360,535090,618580,711490,814504,928330,1053700,1191370,1342120,1506754,1686100,1881010,2092360,2321050,2568004,2834170,3120520,3428050,3... |
; A117302: Number of cases in which the first player gets killed in a Russian roulette game when 7 players use a gun with n chambers and the number of the bullets can be from 1 to n. In the game they do not rotate the cylinder after the game starts.
; 1,2,4,8,16,32,64,129,258,516,1032,2064,4128,8256,16513,33026,66052,1... |
; This file was automatically generated by formatsplashes.py
.macro pad
.word 0x00 :: .align
.endmacro
; minigame splash struct array at 0x2E6D4 (16 bytes each)
; 1st dword (4 bytes) - palette pointer
; 2nd dword - tileset pointer (compressed)
; 3rd dword - compressed tileset size
; 4th dword - tilemap pointer (c... |
/*
* Copyright 2002, Log4cpp Project. All rights reserved.
*
* See the COPYING file for the terms of usage and distribution.
*/
#include <log4cpp/threading/Threading.hh>
#ifndef LOG4CPP_HAVE_THREADING
namespace log4cpp {
namespace threading {
std::string getThreadId() {
// more useful wo... |
; A200441: Expansion of 1/(1-33*x+x^2).
; Submitted by Jon Maiga
; 1,33,1088,35871,1182655,38991744,1285544897,42383989857,1397386120384,46071357982815,1518957427312511,50079523743330048,1651105326102579073,54436396237641779361,1794749970516076139840,59172312630792870835359,1950891566845648661427007,6432024939327561295... |
section .multiboot2
header_start:
dd 0xe85250d6 ; magic number (multiboot 2)
dd 0 ; architecture 0 (protected mode i386)
dd header_end - header_start ; header length
; checksum
dd 0x100000000 - (0xe85250d6 + 0 + (header_end - header_start))
; insert option... |
/* -*- mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*- */
/*
* Main authors:
* Christian Schulte <schulte@gecode.org>
*
* Contributing authors:
* Mikael Lagerkvist <lagerkvist@gecode.org>
*
* Copyright:
* Christian Schulte, 2007
* Mikael Lagerkivst, 2007
*
* Last modified:
* ... |
/*
* EdgeScoreBlender.cpp
*
* Created on: 18.11.2014
* Author: Michael Hamann
*/
#include <networkit/edgescores/EdgeScoreBlender.hpp>
namespace NetworKit {
EdgeScoreBlender::EdgeScoreBlender(const Graph &G, const std::vector<double> &attribute0,
const std::vector<double>... |
; Helper Variables and Macros
if !JetsOfTimeRando != 0
!PowerTabTextPointer = $F75723
else
!PowerTabTextPointer = $CC304B
endif
!PowerTabTextW #= read2(!PowerTabTextPointer)
!PowerTabText #= (bank(!PowerTabTextPointer)<<16)+!PowerTabTextW
macro NumberToText(value)
!value #= <value>
; Sign
if <v... |
; A120147: a(1)=23; a(n)=floor((47+sum(a(1) to a(n-1)))/2).
; 23,35,52,78,117,176,264,396,594,891,1336,2004,3006,4509,6764,10146,15219,22828,34242,51363,77045,115567,173351,260026,390039,585059,877588,1316382,1974573,2961860,4442790,6664185,9996277,14994416,22491624,33737436,50606154,75909231,113863846,170795769,256193... |
# Dan Ellard -- 11/2/96
# hello.asm-- A "Hello World" program.
# Registers used:
# r2 - holds the address of the string
lc r2, $str_data # load the address of the string into r2
sys r2, SysPutStr # Print the characters in memory
sys r0, SysHalt # Halt
_data_: ... |
; A074701: Numbers k such that k = Sum_{d|phi(k)} mu(phi(d))*phi(k)/d.
; 1,3,5,25,125,625,3125,15625,78125,390625,1953125,9765625,48828125,244140625,1220703125,6103515625,30517578125,152587890625,762939453125,3814697265625,19073486328125,95367431640625,476837158203125,2384185791015625,11920928955078125,5960464477539062... |
/*
* Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: tslKbdShortcuts.asm
AUTHOR: John Wedgwood, Feb 15, 1990
METHODS:
Name Description
---- -----------
REVISION HISTORY:
Name Date D... |
object_const_def ; object_event constants
const POKECOMCENTERADMINOFFICEMOBILE_SCIENTIST1
const POKECOMCENTERADMINOFFICEMOBILE_SCIENTIST2
const POKECOMCENTERADMINOFFICEMOBILE_SCIENTIST3
PokecomCenterAdminOfficeMobile_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
PokecomCenterAdminOfficeMobileScientist1Scri... |
/*
* Copyright (c) 2019-2020, Sergey Bugaev <bugaevc@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Assertions.h>
#include <AK/ByteBuffer.h>
#include <AK/String.h>
#include <LibCore/ArgsParser.h>
#include <LibCore/File.h>
#include <LibCore/System.h>
#include <LibMain/Main.h>
#include <Li... |
; A262735: Expansion of x*(1-x-x^2)/((1-x)*(1-x-2*x^2-x^3)).
; 0,1,1,2,4,8,17,36,77,165,354,760,1632,3505,7528,16169,34729,74594,160220,344136,739169,1587660,3410133,7324621,15732546,33791920,72581632,155898017,334853200,719230865,1544835281,3318150210,7127051636,15308187336
mov $2,$0
mov $4,$0
lpb $2,1
mov $0,$4
... |
SECTION "HRAM", HRAM
; these values are copied to rSCX, rSCY, and rWY during V-blank
hSCX:: db
hSCY:: db
hWY:: db
hLoadedROMBank:: db
hSavedROMBank:: db |
/* ========================================================================= */
/* ------------------------------------------------------------------------- */
/*!
\file implmanager.cc
\date Aug 2012
\author TNick
\brief Contains the implementation of ImplManager class
*//*
~~~~~~~~~~~~~~~~~~~~~~~~~... |
#include <mbed.h>
#include <shard-sdk.h>
#include <vitroio-sdk/communication/can_layer.h>
#include <global_consts.h>
/**
* Place for including application dependent drivers and interfaces
*/
#include <drivers/dht22_driver.h>
#include <sensors/dht22_sensor_interface.h>
#include <sensors/sensors_parameters.h>
using n... |
;===============================================================================
; Copyright 2014-2020 Intel Corporation
;
; 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.apa... |
; A074556: a(n) = 3^n + 6^n + 8^n.
; Submitted by Christian Krause
; 3,17,109,755,5473,40787,309529,2379275,18463393,144315107,1134267049,8952908795,70896790513,562818102227,4476415458169,35654571422315,284296129664833,2268726602270147,18115958853570889,144724548978127835,1156577666533694353,9245308997955506867,7391859... |
; A316825: Fibonacci word A003849 with its initial term changed to 2.
; Submitted by Christian Krause
; 2,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1
mov $3,2
mov $5,$... |
/*
* Copyright (c) 2018 Eliane Briand
*
* This file is part of SmolDock.
*
* SmolDock 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 3 of the License, or
* (at your option) any later ve... |
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#include "cbase.h"
#include "gametrace.h"
// memdbgon must be the last include file in a .cpp file!!!
#include "tier0/memdbgon.h"
... |
#ifndef STAN_MATH_OPENCL_KERNELS_SCALAR_MUL_HPP
#define STAN_MATH_OPENCL_KERNELS_SCALAR_MUL_HPP
#ifdef STAN_OPENCL
#include <stan/math/opencl/kernel_cl.hpp>
namespace stan {
namespace math {
namespace opencl_kernels {
// \cond
static const char *scalar_mul_kernel_code = STRINGIFY(
// \endcond
/**
* Multi... |
; A110272: a(n) = Pell(n)^3.
; Submitted by Christian Krause
; 0,1,8,125,1728,24389,343000,4826809,67917312,955671625,13447314152,189218084021,2662500456000,37464224551181,527161643971768,7417727240640625,104375343011770368,1468672529408250769
seq $0,129 ; Pell numbers: a(0) = 0, a(1) = 1; for n > 1, a(n) = 2*a(n-1) +... |
; A200431: Number of -n..n arrays x(0..3) of 4 elements with zero sum and no two or three adjacent elements summing to zero.
; 0,20,92,248,520,940,1540,2352,3408,4740,6380,8360,10712,13468,16660,20320,24480,29172,34428,40280,46760,53900,61732,70288,79600,89700,100620,112392,125048,138620,153140,168640,185152,202708,221... |
/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
// Description : implementation of the CLogFile class.
#include "EditorDefs.h"
#include "LogFil... |
.org 0x1800
.db 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0
.db 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0
.db 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0
.db 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0
.db 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0
.db 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0... |
// Copyright (c) 2014 The Bitcoin developers
// Copyright (c) 2021 The Human_Charity_Coin_Protocol Core Developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "crypto/sha256.h"
#include "crypto/common.h"
#include ... |
;*****************************************************************************
;* x86inc.asm: x264asm abstraction layer
;*****************************************************************************
;* Copyright (C) 2005-2015 x264 project
;*
;* Authors: Loren Merritt <lorenm@u.washington.edu>
;* Anton Mitrofan... |
<%
from pwnlib.shellcraft.aarch64 import mov
from pwnlib.shellcraft.aarch64.linux import read, readn, mmap
from pwnlib import constants as C
%>
<%page args="fd=0, length=None"/>
<%docstring>
Migrates shellcode to a new buffer.
Arguments:
fd(int):
Integer file descriptor to recv data from.
Default i... |
SFX_Cry1E_1_Ch1:
dutycycle 240
unknownsfx0x20 6, 242, 0, 6
unknownsfx0x20 6, 226, 64, 6
unknownsfx0x20 6, 210, 128, 6
unknownsfx0x20 6, 226, 192, 6
unknownsfx0x20 6, 210, 0, 7
unknownsfx0x20 6, 194, 64, 7
unknownsfx0x20 6, 178, 128, 7
unknownsfx0x20 8, 161, 192, 7
endchannel
SFX_Cry1E_1_Ch2:
dutycycle 17
... |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "jingle/glue/utils.h"
#include "base/json/json_reader.h"
#include "base/json/json_writer.h"
#include "base/logging.h"
#include "base/memory/... |
#pragma once
#include "activeModel.hpp"
namespace scpp
{
op::SecondOrderConeProgram buildSCProblem(
double &weight_time,
double &weight_trust_region_time,
double &weight_trust_region_trajectory,
double &weight_virtual_control,
trajectory_data_t &td,
discretization_data_t &dd);
}
|
###############################################################################
# Copyright 2018 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... |
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//----------------------------------------------... |
; A250759: Number of (4+1) X (n+1) 0..2 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction.
; 1029,2361,4239,6663,9633,13149,17211,21819,26973,32673,38919,45711,53049,60933,69363,78339,87861,97929,108543,119703,131409,143661,156459,169803,183693,198129,2131... |
.macosx_version_min 10, 13
.section __TEXT,__text,regular,pure_instructions
.p2align 4, 0x90
# ----------------------
.globl _xalloc_die
_xalloc_die:
pushq %rbp
Lcfi0:
Lcfi1:
movq %rsp, %rbp
Lcfi2:
leaq L_.str(%rip), %rdx
leaq L_.str.1(%rip), %rcx
xorl %edi, %edi
xorl %esi, ... |
/**
* Copyright 2019 Huawei Technologies 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... |
#include "drawer.h"
namespace FTGUI
{
Drawer::Drawer(Widget * parent) :
ModalWidget(parent)
{
m_name = "Drawer";
m_x = 0;
m_y = 0;
m_width = EVE_HSIZE;
m_height = EVE_VSIZE;
m_scrim = new Scrim(this);
auto contentItem = new List(this);
m_contentItem = conte... |
; struct sp1_ss __CALLEE__ *sp1_CreateSpr_callee(void *drawf, uchar type, uchar height, int graphic, uchar plane)
; 02.2008 aralbrec, Sprite Pack v3.0
; zx81 hi-res version
XLIB sp1_CreateSpr_callee
XDEF ASMDISP_SP1_CREATESPR_CALLEE
LIB _sp1_struct_ss_prototype, _sp1_struct_cs_prototype
XREF _u_malloc, _u_free, SP1V_... |
data segment para public 'data'
message_input db 'Input data =', 13, 10, '$'
message_output db 'Output data =', 13, 10, '$'
matrix dd 1, 2, 3
dd 5, 152, 7
dd 9, 2, 13
nSize = 3
data ends
stk segment stack
db 256 dup ('?')
stk ends
code segment para 'code'
... |
INCLUDE "constants.asm"
SECTION "Audio", ROMX
INCLUDE "audio/engine.asm"
INCLUDE "data/trainers/encounter_music.asm"
INCLUDE "audio/music_pointers.asm"
INCLUDE "audio/music/nothing.asm"
INCLUDE "audio/cry_pointers.asm"
INCLUDE "audio/sfx_pointers.asm"
SECTION "Songs 1", ROMX
INCLUDE "audio/music/route36.asm"
INCL... |
// Problem: https://www.geeksforgeeks.org/minimum-cost-cut-board-squares/
// This problem is same as: https://www.spoj.com/problems/CHOCOLA/
// Ref: https://www.youtube.com/watch?v=9DckVBRzuQU&list=PLDdcY4olLQk3cAxZPJXMbxqrM3PlNkmO8&index=8
/*****************************************************************************... |
.Model Small
.Stack 100h
.Data
.Code
main Proc
MOV ax, @data
MOV ds, ax
MOV AH, 1
INT 21h
MOV bl, al
SUB bl, 48
MOV AH, 2
MOV DL, 10
INT 21H
MOV AH, 2
MOV DL, 13
INT 21H
MOV... |
;
; jccolext.asm - colorspace conversion (SSE2)
;
; Copyright (C) 2016, D. R. Commander.
;
; Based on the x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyright notice in jsimdext.inc
;
; This file should be assembled with NASM (Netwid... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.